Update dependency eslint-plugin-ava to v14 - autoclosed #41
+113
−27
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:
4.5.1
->14.0.0
Release Notes
avajs/eslint-plugin-ava (eslint-plugin-ava)
v14.0.0
Compare Source
Breaking
bd8c4c6
Fixes
prefer-t-regex
: Prevent some type errors (#350)40aaadc
v13.2.0
Compare Source
What's Changed
use-test
: Ignore type import by @futpib in https://github.com/avajs/eslint-plugin-ava/pull/343Full Changelog: avajs/eslint-plugin-ava@v13.1.0...v13.2.0
v13.1.0
: 13.1.0Compare Source
Full Changelog: avajs/eslint-plugin-ava@v13.0.0...v13.1.0
v13.0.0
Compare Source
This release contains changes for compatibility with AVA 4, but can still be used with AVA 3 projects. Note however that
test.cb()
is being removed in AVA 4 and is no longer covered by this plugin.default
modifier in AVA 464cc8c6
98f7613
2f8a226
test.macro()
, new in AVA 4abc162f
Other changes:
no-incorrect-deep-equal
7ce7a43
no-identical-title
when there is no titlecf361f1
use-t
to only check the first parameterc1cd7da
v12.0.0
Compare Source
Improvements
no-only-test
andno-skip-test
(#325)ae34aea
prefer-t-regex
(#319)45aa6f9
ae54195
Fixes
no-statement-after-end
(#316)2b04f84
v11.0.0
: 11.0.0Compare Source
dcba649
9d61ebd
v10.5.0
: 10.5.0Compare Source
t.like()
assertion4b1df49
v10.4.0
: 10.4.0Compare Source
t.timeout()
@jonathansamines420c862
v10.3.1
Compare Source
42e9445
v10.3.0
: 10.3.0Compare Source
t.teardown()
a4878cf
use-t-throws-async-well
ruleeea71c3
use-t-well
ruled9f9a49
no-incorrect-deep-equal
for regular expressiona217bee
v10.2.0
: 10.2.0Compare Source
t.try()
assertionf350675
v10.1.0
: 10.1.0Compare Source
anyTest
in TypeScript files524594d
v10.0.1
: 10.0.1Compare Source
t.timeout
touse-t-well
rule3e1102a
v10.0.0
: 10.0.0Compare Source
Require at least Node.js 10.18, 12.14 or 13.5. These are the same versions that are supported by AVA itself.
The
no-ignored-test-files
andno-import-test-files
rules have been updated for AVA 3.Thanks to @jscheffner, @gurpreetatwal and @fisker. We couldn't have done this without you!
v9.0.0
Compare Source
Breaking
e30eafa
This is breaking as it might enable finding more issues that was previously not found.
Enhancements
6705aa6
v8.0.0
: 8.0.0Compare Source
Breaking changes
This plugin now requires ESLint 6.
New rules
no-inline-assertions
: disallows the use of one-line arrow functions as the test implementation.b829dbc
hooks-order
: enforce ordering of hook declarations.348c4e8
no-incorrect-deep-equal
: disallowsdeepEqual
andnotDeepEqual
being used with primitives.ff4f760
All changes
v7.1.0...v8.0.0
Thanks
Thank you @MrHen, @forresst, @JLHwung 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 article on getting started contributing and a comprehensive contributing guide.
v7.1.0
: 7.1.0Compare Source
Improvements
no-ignored-test-files
andno-import-test-files
once again allow you to specify extensions and glob patterns. This is useful if you pre-compile your tests before running AVA, in which case the configured patterns can't be used while linting. Requires AVA 2.1.0.428d70d
Bug fixes
prefer-t-regex
no longer crashes over assertions liket.true(foo())
.c8ddcc3
Thanks @GMartigny!no-import-test-files
67c27b4
All changes
v7.0.0...v7.1.0
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.
v7.0.0
: 7.0.0Compare 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.
v6.0.0
Compare Source
v5.1.1
Compare Source
v5.1.0
Compare Source
v5.0.0
Compare Source
Configuration
📅 Schedule: Branch creation - "every weekend" in timezone US/Eastern, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.