-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: Allow for third parameter in no-hooks-from-ancestor-modules #231
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bmish
reviewed
May 13, 2022
bmish
approved these changes
May 13, 2022
Thanks @Krinkle for the PR! I'll try to review this weekend. Looks good at a very quick glance. |
platinumazure
approved these changes
Jun 4, 2022
@Krinkle Thanks for contributing and for your patience! |
Krinkle
added a commit
to wikimedia/eslint-config-wikimedia
that referenced
this pull request
Feb 24, 2023
The bug fix at platinumazure/eslint-plugin-qunit#231 was released in March 2022 as part of 7.3.0. Fresh installs of eslint-config-wikimedia already expand `^7.2.0` to 7.3.4, but I'd rather set a minimum so that the next propagation of eslint-config-wikimedia will naturally update this, because otherwise npm is conservative nowadays and only updates when forced to or when doing a full rebuild after deleting one's lock file.
Krinkle
added a commit
to wikimedia/eslint-config-wikimedia
that referenced
this pull request
Feb 24, 2023
The bug fix at platinumazure/eslint-plugin-qunit#231 was released in March 2022 as part of 7.3.0. Fresh installs of eslint-config-wikimedia already expand `^7.2.0` to 7.3.4, but I'd rather set a minimum so that the next propagation of eslint-config-wikimedia will naturally update this, because otherwise npm is conservative nowadays and only updates when forced to or when doing a full rebuild after deleting one's lock file.
jdforrester
pushed a commit
to wikimedia/eslint-config-wikimedia
that referenced
this pull request
Feb 27, 2023
The bug fix at platinumazure/eslint-plugin-qunit#231 was released in March 2022 as part of 7.3.0. Fresh installs of eslint-config-wikimedia already expand `^7.2.0` to 7.3.4, but I'd rather set a minimum so that the next propagation of eslint-config-wikimedia will naturally update this, because otherwise npm is conservative nowadays and only updates when forced to or when doing a full rebuild after deleting one's lock file.
wmfgerrit
pushed a commit
to wikimedia/mediawiki
that referenced
this pull request
Apr 12, 2023
The 7.3.0 version, released in March 2022, fixed an issue where the `hooks` parameter to `QUnit.module` sometimes received a unexpected lint warning due to misunderstanding what the parameter is used for. platinumazure/eslint-plugin-qunit#231 The existing range ^7.2.0 range, as dependency of eslint-config-wikimedia, would already expand to 7.3.4 if we build package-lock.json, but since npm is conservative nowadays, it hasn't been bumped yet. Several other MediaWiki repos already use the newer version, which likely did a rebuild at some point in the last 11 months. <https://codesearch.wmcloud.org/deployed/?q=eslint-plugin-qunit-7.3...tg> Change-Id: I696ed00372f29b4e1a9c67e71e5af03c9c7acd54
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #230.