This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
Update dependency eslint-plugin-ava to v7 #178
Merged
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.
This PR contains the following updates:
^6.0.0
->^7.0.0
Release Notes
avajs/eslint-plugin-ava
v7.0.0
Compare Source
Breaking changes
809f8c2
assertion-message
rule has been removed87aeb8e
test-title
,no-ignored-test-files
&no-import-test-files
rules1218892
New rules
test-title-format
which lets you specify a pattern that all test titles must adhere toa184661
prefer-t-regex
which enforces the use oft.regex()
instead of manually usingRegExp#test()
.c165ac2
Improvements
t.falsey()
can now be auto-fixed tot.false()
9ec0565
meta.type
property is now supported60640f0
no-ignored-test-files
andno-import-test-files
rules now require AVA 2.0 to be installed. They work with the test & helper file selection in your AVA configurationdf6374a
Bug fixes
t.title
is now allowed byuse-t-well
0ded4b5
test-ended
now ignores callback tests that do not have an inline implementationb8549df
t.context
are no longer deemed to be part oft
521d009
no-import-test-files
no longer incorrectly reports imports from dependenciesc383cf6
no-import-test-files
no longer crashes when the imported path is not a string (e.g.require(true)
)1c8ca97
All changes
v6.0.0...v7.0.0
Thanks
Thank you @Knutakir, @forresst, @GMartigny and @gurrrung. We couldn't have done this without you!
Get involved
We welcome new contributors. AVA is a friendly place to get started in open source. We have a great articleon getting started contributing and a comprehensive contributing guide.
Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!
".🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot. View repository job log here.