-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency eslint-plugin-jest to v27 - autoclosed #1454
Conversation
d8050d1
to
3da82d9
Compare
f3f600a
to
953ae50
Compare
5bb2f59
to
0c49d3e
Compare
278be3f
to
e4f1a45
Compare
🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎ To accept the risk, merge this PR and you will not be notified again.
Next stepsWhat is an install script?Install scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts. Packages should not be running non-essential scripts during install and there are often solutions to problems people solve with install scripts that can be run at publish time instead. Take a deeper look at the dependencyTake a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev. Remove the packageIf you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency. Mark a package as acceptable riskTo ignore an alert, reply with a comment starting with
|
c3f3773
to
b477151
Compare
02a0b84
to
9b68a6c
Compare
1f99aac
to
1942293
Compare
1942293
to
98d5ccd
Compare
98d5ccd
to
0ee5cca
Compare
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
0ee5cca
to
65f32dd
Compare
65f32dd
to
f8546e5
Compare
f8546e5
to
3e959b7
Compare
3e959b7
to
2d60e2e
Compare
2d60e2e
to
17649b1
Compare
17649b1
to
e036042
Compare
e036042
to
a5ebd02
Compare
a5ebd02
to
54b473a
Compare
54b473a
to
a153f13
Compare
Quality Gate passedIssues Measures |
This PR contains the following updates:
^24.4.3
->^27.0.0
Release Notes
jest-community/eslint-plugin-jest (eslint-plugin-jest)
v27.9.0
Compare Source
Features
v27.8.0
Compare Source
Features
failing.each
(#1499) (9e9cf83)v27.7.0
Compare Source
Features
[@typescript-eslint](https://togithub.com/typescript-eslint)
v7 (#1500) (6be2928)27.6.3 (2024-01-12)
Bug Fixes
27.6.2 (2024-01-10)
Reverts
tsconfig.json
(#1476)" (5e6199d), closes #147627.6.1 (2024-01-01)
Bug Fixes
meta
information with snapshot processor for ESLint v9 (#1484) (067e246)v27.6.3
Compare Source
Bug Fixes
v27.6.2
Compare Source
Reverts
tsconfig.json
(#1476)" (5e6199d), closes #1476v27.6.1
Compare Source
Bug Fixes
meta
information with snapshot processor for ESLint v9 (#1484) (067e246)v27.6.0
Compare Source
Features
meta
information for ESLint v9 (#1454) (4d57146)v27.5.0
Compare Source
Features
27.4.3 (2023-10-20)
Bug Fixes
27.4.2 (2023-09-29)
Bug Fixes
27.4.1 (2023-09-29)
Bug Fixes
v27.4.3
Compare Source
Bug Fixes
v27.4.2
Compare Source
Bug Fixes
v27.4.1
Compare Source
Bug Fixes
v27.4.0
Compare Source
Features
v27.3.0
Compare Source
Features
no-confusing-set-time
rule (#1425) (ff8e482)27.2.3 (2023-07-13)
Bug Fixes
@typescript-eslint/eslint-plugin
v6 as peer dep (#1400) (04b2bf2), closes #139827.2.2 (2023-06-19)
Bug Fixes
27.2.1 (2023-01-06)
Bug Fixes
v27.2.3
Compare Source
Bug Fixes
@typescript-eslint/eslint-plugin
v6 as peer dep (#1400) (04b2bf2), closes #1398v27.2.2
Compare Source
Bug Fixes
v27.2.1
Compare Source
Bug Fixes
v27.2.0
Compare Source
Features
no-untyped-mock-factory
rule (#1314) (ee43c3f)27.1.7 (2022-12-15)
Bug Fixes
27.1.6 (2022-11-24)
Bug Fixes
27.1.5 (2022-11-10)
Performance Improvements
Set
instead of iterating, and deduplicate a function (#1278) (0e048f1)27.1.4 (2022-11-04)
Performance Improvements
27.1.3 (2022-10-18)
Bug Fixes
jest()
(#1269) (4450daa)27.1.2 (2022-10-14)
Bug Fixes
27.1.1 (2022-10-05)
Bug Fixes
v27.1.7
Compare Source
Bug Fixes
v27.1.6
Compare Source
Bug Fixes
v27.1.5
Compare Source
Performance Improvements
Set
instead of iterating, and deduplicate a function (#1278) (0e048f1)v27.1.4
Compare Source
Performance Improvements
v27.1.3
Compare Source
Bug Fixes
jest()
(#1269) (4450daa)v27.1.2
Compare Source
Bug Fixes
v27.1.1
Compare Source
Bug Fixes
v27.1.0
Compare Source
Features
no-restricted-jest-methods
rule (#1257) (b8e61b1)27.0.4 (2022-09-10)
Bug Fixes
27.0.3 (2022-09-09)
Bug Fixes
styles
config (#1241) (a165e98)27.0.2 (2022-09-08)
Bug Fixes
27.0.1 (2022-08-28)
Bug Fixes
expect
call (#1225) (64ec9c1)v27.0.4
Compare Source
Bug Fixes
v27.0.3
Compare Source
Bug Fixes
styles
config (#1241) (a165e98)v27.0.2
Compare Source
Bug Fixes
v27.0.1
Compare Source
Bug Fixes
expect
call (#1225) (64ec9c1)v27.0.0
Compare Source
Bug Fixes
Features
eslint@6
(#1212) (21fc2fe)no-alias-methods
recommended (#1221) (914b24a)BREAKING CHANGES
no-alias-methods
is now recommended as the methods themselves will be removed in the next major version of Jestno-jest-import
ruleunbound-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 presentno-restricted-matchers
now checks against the start of the expect chain, meaning you have to explicitly list each possible matcher & modifier permutations that you want to restrictv26.9.0
Compare Source
Features
prefer-each
rule (#1222) (574eaed)26.8.7 (2022-08-21)
Bug Fixes
26.8.6 (2022-08-21)
Bug Fixes
expect
counter when entering and exiting test function calls (#1206) (3908ab8)26.8.5 (2022-08-20)
Bug Fixes
expect
checks (#1201) (fd54ca1)26.8.4 (2022-08-19)
Bug Fixes
mockImplementation
functions that have parameters (#1199) (78ccbef)26.8.3 (2022-08-15)
Performance Improvements
26.8.2 (2022-08-09)
Bug Fixes
expect.<member>()
calls towards max (#1194) (75a0ff2)26.8.1 (2022-08-08)
Bug Fixes
expect.hasAssertions
&expect.assertions
member calls (#1191) (4bf9eea)v26.8.7
Compare Source
Bug Fixes
v26.8.6
Compare Source
Bug Fixes
expect
counter when entering and exiting test function calls (#1206) (3908ab8)v26.8.5
Compare Source
Bug Fixes
expect
checks (#1201) (fd54ca1)v26.8.4
Compare Source
Bug Fixes
mockImplementation
functions that have parameters (#1199) (78ccbef)v26.8.3
Compare Source
Performance Improvements
v26.8.2
Compare Source
Bug Fixes
expect.<member>()
calls towards max (#1194) (75a0ff2)v26.8.1
Compare Source
Bug Fixes
expect.hasAssertions
&expect.assertions
member calls (#1191) (4bf9eea)v26.8.0
Compare Source
Features
expect
based on scope (#1173) (aa4be21)v26.7.0
Compare Source
Features
prefer-mock-promise-shorthand
rule (#1167) (d965592)v26.6.0
Compare Source
Features
max-expects
rule (#1166) (5b6fd20)26.5.3 (2022-06-06)
Bug Fixes
resolves
andrejects
modifiers correctly (#1146) (0fad4df)26.5.2 (2022-06-06)
Bug Fixes
resolves
andrejects
modifiers correctly (#1145) (b1795ff)26.5.1 (2022-06-05)
Bug Fixes
resolves
andrejects
modifiers correctly (#1143) (dff1cb4)v26.5.3
Compare Source
Bug Fixes
resolves
andrejects
modifiers correctly (#1146) (0fad4df)v26.5.2
Compare Source
Bug Fixes
resolves
andrejects
modifiers correctly (#1145) (b1795ff)v26.5.1
Compare Source
Bug Fixes
resolves
andrejects
modifiers correctly (#1143) (dff1cb4)v26.5.0
Compare Source
Features
context
) (#1129) (02ec945)26.4.7 (2022-06-04)
Bug Fixes
resolves
andrejects
modifiers (#1142) (0950a96)26.4.6 (2022-05-30)
Bug Fixes
it.todo
&test.todo
(#1137) (b651443)26.4.5 (2022-05-29)
Bug Fixes
26.4.4 (2022-05-29)
Bug Fixes
26.4.3 (2022-05-29)
Bug Fixes
new
to be jest functions (#1132) (379ceb3)26.4.2 (2022-05-28)
Bug Fixes
concurrent.skip
andconcurrent.only
valid test functions (#1124) (0aa5eb6)26.4.1 (2022-05-28)
Bug Fixes
failing
property on test functions (#1123) (6d75e8d)v26.4.7
Compare Source
Bug Fixes
resolves
andrejects
modifiers (#1142) (0950a96)v26.4.6
Compare Source
Bug Fixes
it.todo
&test.todo
(#1137) (b651443)v26.4.5
Compare Source
Bug Fixes
v26.4.4
Compare Source
Bug Fixes
v26.4.3
Compare Source
Bug Fixes
new
to be jest functions (#1132) (379ceb3)v26.4.2
Compare Source
Bug Fixes
concurrent.skip
andconcurrent.only
valid test functions (#1124) (0aa5eb6)v26.4.1
Compare Source
Bug Fixes
failing
property on test functions (#1123) (6d75e8d)v26.4.0
Compare Source
Features
v26.3.0
Compare Source
Features
prefer-hooks-in-order
rule (#1098) (384654c)26.2.2 (2022-05-14)
Bug Fixes
26.2.1 (2022-05-14)
Bug Fixes
v26.2.2
Compare Source
Bug Fixes
v26.2.1
Compare Source
Bug Fixes
v26.2.0
Compare Source
Features
@jest/globals
(#1094) (84d7a68)26.1.5 (2022-04-22)
Bug Fixes
26.1.4 (2022-04-08)
Bug Fixes
26.1.3 (2022-03-24)
Bug Fixes
26.1.2 (2022-03-19)
Bug Fixes
toMatchSnapshot
as first argument (#1070) (97b1f9d)26.1.1 (2022-02-15)
Bug Fixes
v26.1.5
Compare Source
Bug Fixes
v26.1.4
Compare Source
Bug Fixes
v26.1.3
Compare Source
Bug Fixes
v26.1.2
Compare Source
Bug Fixes
toMatchSnapshot
as first argument (#1070) (97b1f9d)v26.1.1
Compare Source
Bug Fixes
v26.1.0
Compare Source
Features
no-conditional-in-test
rule (#1027) (d551850)prefer-snapshot-hint
rule (#1012) (d854723)no-if
in favor ofno-conditional-in-test
(#1049) (35f32cc)v26.0.0
Compare Source
Bug Fixes
BREAKING CHANGES
@typescript-eslint/eslint-plugin@4
v25.7.0
Compare Source
Features
prefer-equality-matcher
rule (#1016) (341353b)asyncMatchers
option and default tojest-extended
matchers (#1018) (c82205a)v25.6.0
Compare Source
Features
prefer-comparison-matcher
rule (#1015) (eb11876)v25.5.0
Compare Source
Features
expect
is used in a callback (#1028) (8d5fd33)v25.4.0
Compare Source
Features
expect
is used in a loop (#1013) (e6f4f8a)25.3.4 (2022-01-01)
Bug Fixes
it
andtest
separately (#1011) (f1a7674)25.3.3 (2021-12-30)
Bug Fixes
25.3.2 (2021-12-27)
Bug Fixes
Configuration
📅 Schedule: Branch creation - "before 4am on the first day of the month" in timezone Europe/Paris, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.