react-firebase-admin
react-firebase-admin copied to clipboard
Bump eslint-plugin-jest from 23.20.0 to 27.0.4
Bumps eslint-plugin-jest from 23.20.0 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-methodsrecommended (#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-methodsrecommended (#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-methodsis now recommended as the methods themselves will be removed in the next major version of Jest- no-jest-import: removed
no-jest-importrule- unbound-method: errors thrown by the
unbound-methodbase rule are no longer suppressed - really this means that if you don't specifyprojectwhen this rule is enabled and@typescript-eslint/eslint-pluginis 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
4723871chore(release): 27.0.4 [skip ci]2580563fix: consistent rule doc notices and sections (#1226)90cdc0cchore: add v28 and v29 of jest to internal type7f3cc12chore: use@tsconfig/node14and stricter TS config (#1242)43f7cccchore: add concurrency to GH Actionsde672a9chore(release): 27.0.3 [skip ci]a165e98fix: ensure jest globals are enabled instylesconfig (#1241)570a644ci: disablejest/unbound-methodin smoke test (#1240)3a2a683chore: make sure that tools are typechecked (#1239)511f749docs: 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)