chore(deps): update dependency eslint-plugin-jest to ^21.0.0 #5192
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 Pull Request updates dependency eslint-plugin-jest from
^20.0.3
to^21.0.0
Release Notes
v21.3.0
Added
prefer-to-have-length
rule(#4771)
v21.3.1
Changed
v21.3.2
Changed
prefer-to-have-length
when there are no argument properties(#6)
v21.4.0
Added
no-large-snapshots
rule(#24)
prefer-to-be-null
rule(#10)
prefer-to-be-undefined
rule(#9)
v21.4.1
Bug Fixes
v21.4.2
Bug Fixes
v21.4.3
Bug Fixes
v21.5.0
Features
v21.6.0
Features
v21.6.1
Bug Fixes
v21.6.2
Bug Fixes
v21.7.0
Features
v21.7.1
Bug Fixes
v21.8.0
Features
v21.9.0
Bug Fixes
Features
v21.10.0
Features
v21.11.0
Features
v21.12.0
Features
v21.12.1
Bug Fixes
v21.12.2
Bug Fixes
Commits
v21.0.0
eaacb40
Remove redundant yarn.lock entry in npmignores (#4368)b6e4949
v21.0.0v21.0.2
0f04aa6
v21.0.2v21.1.0
14ae36d
Use ES module exports (#4454)3486b04
v21.1.0v21.2.0
701e48b
Allow eslint-plugin to recognize more disabled tests (#4533)ee5e274
🃏 Change license from BSD+Patents to MIT.3c50991
v21.2.0v21.3.0
8cb5e56
Set up lint and test (#1)a5a3ef2
Fix links in readme2c41971
update README (#4)a7edc0c
Fix typo in docs0a7f8d8
v21.3.0v21.3.1
527704f
Remove trailing commas from source code7dfe0b1
v21.3.1v21.3.2
1df3bd5
Fix to-have-length when there are no argument properties (#6)4bbec5f
v21.3.2v21.4.0
0abd29d
chore(travis): whitelist greenkeeper branches1a09571
docs(readme): add Greenkeeper badgef657ac6
chore(travis): add secure token for greenkeeper-lockfiles6f3bad6
chore(travis): add greenkeeper-lockfiles5ee57ae
chore(travis): move node 8 to the top of the version listcc1d4e6
chore(package): update lint-staged to version 5.0.0a2347dd
chore(package): update lockfile20231c9
Standarize header in README (#11)dda7d74
Use the current ESLint logo (#16)8591e9f
Add prefer-to-be-null rule (#10)8972c41
Add prefer-to-be-undefined rule (#9)493dc2d
Update depsd7a7e84
Add changelog15cebfa
Update links in changelog29813d2
chore: git ignore coverage directoryfbdddb2
docs: Add rules table (#23)cabfd20
chore(package): update lint-staged to version 6.0.019aac60
chore(package): update lockfilea42d917
feat(rules): add no-large-snapshotsbc74d33
Refactor prefer rules (#26)465c31d
docs: update changelog for releasee35f58b
chore: update yarn.lock2306f85
v21.4.0v21.4.1
e7e9e62
ci: use semantic release (#27)7673c54
fix: add argument node checks2879920
fix: add null guards on argument selectorse3f8884
ci: build branches named nextv21.4.2
c35f2a1
fix: support identifiers in to-be-undefinede25f7af
fix: make .not.to{Be,Equal} autofixablev21.4.3
2577b8c
fix: update link to no-identical-title rule (#36)v21.5.0
446fe79
feat(recommended): add plugin and globals envv21.6.0
69ca21a
chore(style): add eslintignore file439c1f1
chore: update Jest to version 22 (#45)4effb3c
feat: implement prefer-expect-assertions rule (#43)v21.6.1
08f93ff
chore(package): add semantic-release as a dev dependencyd96baca
fix(docs): prefer-expect-assertions rule docs (#49)v21.6.2
b3f2490
chore(package): upgrade @commitlint to 6a9e343a
chore(ci): ignore engines for greenkeeper as well6960e93
chore(package): upgrade commitlint config to version 616889bb
fix(valid-expect): error on missing async matchers (#53)v21.7.0
b44813a
chore(package): update semantic-release to version 12.2.2 🚀 (#55)eb31a54
feat: implement valid-expect-in-promise rule (#42)v21.7.1
911bba1
chore(ci): separate lint and test command5e5ceba
chore: add eslint-plugin-eslint-plugin (#59)824c2a3
fix: include meta.docs.url for all rules5a6d64b
refactor: rename files to use kebab-case33bdfbf
chore(lint): add pattern option to require-meta-docs-url rulev21.8.0
5e01e6b
feat(rule): add valid-describe rule (#57)v21.9.0
bcafe77
ci: add Danger5ea5c23
Merge pull request #15 from jest-community/add_danger883a842
style(lint): enable eqeqeq rule (#62)18c97de
fix: add warning to describe (#65)18203aa
style(lint): enable node/no-unsupported-features rule (#66)beb8128
chore: add prettylintb05a3f5
chore: add proseWrap and update dependencies8518811
chore(package): set engine to node 4eb0a2a2
feat(rules): add consistent-test-it rulef4cb4a2
refactor(tests): rename test file to be aligned with the rule name (#71)38f8ca0
chore(ci): set correct build leader for releasev21.10.0
178744b
feat(rule): add no-hooks rule (#74)v21.11.0
a12a2d2
feat(rules): add no-test-prefixes rule (#70)v21.12.0
ad377d8
feat: add lowercase-description rule (#56)v21.12.1
47eb6c2
fix(valid-describe): support TemplateLiteral first argument (#77)v21.12.2
e0160e5
docs: Use link to tagged version for rule docs (#79)faf0403
docs: improve docs URL resolution (#80)7412b82
style: tweak eslint config (#84)092514b
chore: add jest-runner-eslint (#82)6f2256b
refactor: require rule file in tests (#85)58f4396
fix(coverage): get close to 100% test coverage (#67)This PR has been generated by Renovate Bot.