SpaceX-API
SpaceX-API copied to clipboard
Bump eslint-plugin-jest from 26.8.7 to 27.0.4
Bumps eslint-plugin-jest from 26.8.7 to 27.0.4.
Release notes
Sourced from eslint-plugin-jest's releases.
v27.0.4
27.0.4 (2022-09-10)
Bug Fixes
v27.0.3
27.0.3 (2022-09-09)
Bug Fixes
v27.0.2
27.0.2 (2022-09-08)
Bug Fixes
- no-restricted-matchers: improve check to not be solely based on the start of the matcher chain (#1236) (5fe4568), closes #1235
v27.0.1
27.0.1 (2022-08-28)
Bug Fixes
v27.0.0
27.0.0 (2022-08-28)
Bug Fixes
Features
- drop support for
eslint@6
(#1212) (21fc2fe)- drop support for Node versions 12 and 17 (#1211) (4c987f5)
- make
no-alias-methods
recommended (#1221) (914b24a)- no-jest-import: remove rule (#1220) (918873b)
- no-restricted-matchers: match based on start of chain, requiring each permutation to be set (#1218) (f4dd97a)
... (truncated)
Changelog
Sourced from eslint-plugin-jest's changelog.
27.0.4 (2022-09-10)
Bug Fixes
27.0.3 (2022-09-09)
Bug Fixes
27.0.2 (2022-09-08)
Bug Fixes
- no-restricted-matchers: improve check to not be solely based on the start of the matcher chain (#1236) (5fe4568), closes #1235
27.0.1 (2022-08-28)
Bug Fixes
27.0.0 (2022-08-28)
Bug Fixes
Features
- drop support for
eslint@6
(#1212) (21fc2fe)- drop support for Node versions 12 and 17 (#1211) (4c987f5)
- make
no-alias-methods
recommended (#1221) (914b24a)- no-jest-import: remove rule (#1220) (918873b)
- no-restricted-matchers: match based on start of chain, requiring each permutation to be set (#1218) (f4dd97a)
BREAKING CHANGES
no-alias-methods
is now recommended as the methods themselves will be removed in the next major version of Jest- no-jest-import: removed
no-jest-import
rule- unbound-method: errors thrown by the
unbound-method
base rule are no longer suppressed - really this means that if you don't specifyproject
when this rule is enabled and@typescript-eslint/eslint-plugin
is present, that error will no longer be suppressed instead of silently doing nothing; it will still not throw if this rule is enabled without the base rule being present
... (truncated)
Commits
4723871
chore(release): 27.0.4 [skip ci]2580563
fix: consistent rule doc notices and sections (#1226)90cdc0c
chore: add v28 and v29 of jest to internal type7f3cc12
chore: use@tsconfig/node14
and stricter TS config (#1242)43f7ccc
chore: add concurrency to GH Actionsde672a9
chore(release): 27.0.3 [skip ci]a165e98
fix: ensure jest globals are enabled instyles
config (#1241)570a644
ci: disablejest/unbound-method
in smoke test (#1240)3a2a683
chore: make sure that tools are typechecked (#1239)511f749
docs: fix link to typed linting in README (#1231)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)