setup-android
setup-android copied to clipboard
Bump eslint-plugin-jest from 26.7.0 to 27.0.1
Bumps eslint-plugin-jest from 26.7.0 to 27.0.1.
Release notes
Sourced from eslint-plugin-jest's releases.
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)
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- no-restricted-matchers:
no-restricted-matchersnow checks against the start of the expect chain, meaning you have to explicitly list each possible matcher & modifier permutations that you want to restrict- Support for ESLint version 6 is removed
- Node versions 12 and 17 are no longer supported
v27.0.0-next.2
27.0.0-next.2 (2022-08-28)
Bug Fixes
Features
... (truncated)
Changelog
Sourced from eslint-plugin-jest's changelog.
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- no-restricted-matchers:
no-restricted-matchersnow checks against the start of the expect chain, meaning you have to explicitly list each possible matcher & modifier permutations that you want to restrict- Support for ESLint version 6 is removed
- Node versions 12 and 17 are no longer supported
27.0.0-next.2 (2022-08-28)
Bug Fixes
Features
- 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
... (truncated)
Commits
954a0e6chore(release): 27.0.1 [skip ci]64ec9c1fix(prefer-expect-assertions): report on concise arrow functions with `expect...828651bchore: remove obsolete suggestion property (#1224)a291ccdchore(release): 27.0.0 [skip ci]699d149Merge branch 'next'755e279chore(release): 27.0.0-next.2 [skip ci]39719a3chore(release): 26.9.0 [skip ci]914b24afeat: makeno-alias-methodsrecommended (#1221)918873bfeat(no-jest-import): remove rule (#1220)7c1389efix(unbound-method): don't suppress errors from base rule (#1219)- 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)