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 PR was automatically created by Snyk using the credentials of a real user.
Snyk has created this PR to upgrade multiple dependencies.
👯 The following dependencies are linked and will therefore be updated together.ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
from 26.6.3 to 29.1.2
on 2022-09-30
from 26.6.3 to 29.1.2
on 2022-09-30
The recommended version fixes:
SNYK-JS-URLPARSE-2407770
Why? Proof of Concept exploit, Has a fix available, CVSS 8.1
SNYK-JS-UNSETVALUE-2400660
Why? Proof of Concept exploit, Has a fix available, CVSS 8.1
SNYK-JS-TMPL-1583443
Why? Proof of Concept exploit, Has a fix available, CVSS 8.1
SNYK-JS-MOMENT-2944238
Why? Proof of Concept exploit, Has a fix available, CVSS 8.1
SNYK-JS-MOMENT-2440688
Why? Proof of Concept exploit, Has a fix available, CVSS 8.1
SNYK-JS-MIXME-1278998
Why? Proof of Concept exploit, Has a fix available, CVSS 8.1
SNYK-JS-LODASH-1040724
Why? Proof of Concept exploit, Has a fix available, CVSS 8.1
SNYK-JS-JSONSCHEMA-1920922
Why? Proof of Concept exploit, Has a fix available, CVSS 8.1
SNYK-JS-AXIOS-1579269
Why? Proof of Concept exploit, Has a fix available, CVSS 8.1
SNYK-JS-ASYNC-2441827
Why? Proof of Concept exploit, Has a fix available, CVSS 8.1
SNYK-JS-ANSIREGEX-1583908
Why? Proof of Concept exploit, Has a fix available, CVSS 8.1
SNYK-JS-ANSIREGEX-1583908
Why? Proof of Concept exploit, Has a fix available, CVSS 8.1
SNYK-JS-WS-1296835
Why? Proof of Concept exploit, Has a fix available, CVSS 8.1
SNYK-JS-URLPARSE-2412697
Why? Proof of Concept exploit, Has a fix available, CVSS 8.1
SNYK-JS-URLPARSE-2407759
Why? Proof of Concept exploit, Has a fix available, CVSS 8.1
SNYK-JS-URLPARSE-2401205
Why? Proof of Concept exploit, Has a fix available, CVSS 8.1
SNYK-JS-URLPARSE-1533425
Why? Proof of Concept exploit, Has a fix available, CVSS 8.1
SNYK-JS-UNDERSCORE-1080984
Why? Proof of Concept exploit, Has a fix available, CVSS 8.1
SNYK-JS-PROMPTS-1729737
Why? Proof of Concept exploit, Has a fix available, CVSS 8.1
SNYK-JS-PATHPARSE-1077067
Why? Proof of Concept exploit, Has a fix available, CVSS 8.1
SNYK-JS-NWSAPI-2841516
Why? Proof of Concept exploit, Has a fix available, CVSS 8.1
SNYK-JS-NODENOTIFIER-1035794
Why? Proof of Concept exploit, Has a fix available, CVSS 8.1
SNYK-JS-NODEFETCH-2342118
Why? Proof of Concept exploit, Has a fix available, CVSS 8.1
SNYK-JS-MINIMATCH-3050818
Why? Proof of Concept exploit, Has a fix available, CVSS 8.1
SNYK-JS-LODASH-1018905
Why? Proof of Concept exploit, Has a fix available, CVSS 8.1
SNYK-JS-ISTANBULREPORTS-2328088
Why? Proof of Concept exploit, Has a fix available, CVSS 8.1
SNYK-JS-HOSTEDGITINFO-1088355
Why? Proof of Concept exploit, Has a fix available, CVSS 8.1
SNYK-JS-GLOBPARENT-1016905
Why? Proof of Concept exploit, Has a fix available, CVSS 8.1
SNYK-JS-FOLLOWREDIRECTS-2332181
Why? Proof of Concept exploit, Has a fix available, CVSS 8.1
SNYK-JS-BROWSERSLIST-1090194
Why? Proof of Concept exploit, Has a fix available, CVSS 8.1
SNYK-JS-FOLLOWREDIRECTS-2396346
Why? Proof of Concept exploit, Has a fix available, CVSS 8.1
(*) Note that the real score may have changed since the PR was raised.
Release notes
Package name: babel-jest
Fixes
[expect, @ jest/expect]
Revert buggy inference of argument types for*CalledWith
and*ReturnedWith
matchers introduced in 29.1.0 (#13339)[jest-worker]
Add missing dependency onjest-util
(#13341)New Contributors
Full Changelog: v29.1.1...v29.1.2
Features
[expect, @ jest/expect]
support type inference for function parameters inCalledWith
assertions (#13268)[expect, @ jest/expect]
Infer type of*ReturnedWith
matchers argument (#13278)[@ jest/environment, jest-runtime]
Allowjest.requireActual
andjest.requireMock
to take a type argument (#13253)[@ jest/environment]
Allowjest.mock
andjest.doMock
to take a type argument (#13254)[@ jest/fake-timers]
Addjest.now()
to return the current fake clock time (#13244, #13246)[@ jest/mock]
AddwithImplementation
method for temporarily overriding a mock (#13281)[expect]
ExporttoThrow*
matchers (#13328)Fixes
[jest-circus, jest-jasmine2]
Fix error messages for Node'sassert.throes
(#13322)[jest-haste-map]
Remove__proto__
usage (#13256)[jest-mock]
ImprovespyOn
typings to handle optional properties (#13247)[jest-mock]
Fix mocking of getters and setters on classes (#13145)[jest-snapshot]
Throw useful error when an array is passed as property matchers (#13263)[jest-snapshot]
Prioritize parser used in the project (#13323)[jest-transform]
Attempt to work around issues with atomic writes on Windows (#11423)New Contributors
Full Changelog: v29.0.3...v29.1.0
Features
[@ jest/environment, jest-runtime]
Allow passing a generic type argument tojest.createMockFromModule<T>()
method (#13202)[expect]
ExposeExpectationResult
type (#13240)[jest-snapshot]
ExposeContext
type (#13240)[@ jest/globals]
Addjest.Mock
type helper (#13235)Fixes
[jest-core]
CaptureexecError
duringTestScheduler.scheduleTests
and dispatch to reporters (#13203)[jest-resolve]
Make sure to resolve module paths after looking atexports
(#13242)[jest-resolve]
Improve error on module not found deep in therequire
stack (#8704)[jest-snapshot]
Fix typings of snapshot matchers (#13240)Chore & Maintenance
[*]
Fix inconsistent workspace prefixes (#13217)[jest-haste-map]
Expose a minimal public API to TypeScript (#13023)New Contributors
Full Changelog: v29.0.2...v29.0.3
Features
[jest-transform]
ExposeTransformFactory
type (#13184)Fixes
[babel-plugin-jest-hoist]
Support importedjest
in mock factory (#13188)[jest-mock]
Align the behavior and return type ofgenerateFromMetadata
method (#13207)[jest-runtime]
Supportjest.resetModules()
with ESM (#13211)New Contributors
Full Changelog: v29.0.1...v29.0.2
Fixes
[jest-snapshot]
PasssnapshotFormat
through when diffing snapshots (#13181)Full Changelog: v29.0.0...v29.0.1
Read more
Read more
What's Changed
New Contributors
Full Changelog: v29.0.0-alpha.4...v29.0.0-alpha.5
Read more
Package name: jest
Read more
Fixes
[jest-mock]
Revert #13145 which broke mocking of transpiled ES modulesFull Changelog: v29.1.0...v29.1.1
Read more
Read more
Read more
Read more
Read more
Read more
Read more
Read more
Commit messages
Package name: babel-jest
Compare
Package name: jest
Compare
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs