-
Notifications
You must be signed in to change notification settings - Fork 2
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
[Snyk] Upgrade jest from 29.6.0 to 29.7.0 #57
Closed
antonyagustine
wants to merge
25
commits into
main
from
snyk-upgrade-b3bbd804f98c68cf24c45ff6bab76bf3
Closed
[Snyk] Upgrade jest from 29.6.0 to 29.7.0 #57
antonyagustine
wants to merge
25
commits into
main
from
snyk-upgrade-b3bbd804f98c68cf24c45ff6bab76bf3
+469
−449
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Snyk has created this PR to upgrade jest from 29.6.0 to 29.6.4. See this package in npm: https://www.npmjs.com/package/jest See this project in Snyk: https://app.snyk.io/org/contentstack-cli/project/cf792764-23eb-48fa-bc9a-99381c633d17?utm_source=github&utm_medium=referral&page=upgrade-pr
Snyk has created this PR to upgrade @contentstack/management from 1.10.1 to 1.10.2. See this package in npm: https://www.npmjs.com/package/@contentstack/management See this project in Snyk: https://app.snyk.io/org/contentstack-cli/project/cf792764-23eb-48fa-bc9a-99381c633d17?utm_source=github&utm_medium=referral&page=upgrade-pr
Snyk has created this PR to upgrade @contentstack/cli-command from 1.2.10 to 1.2.11. See this package in npm: https://www.npmjs.com/package/@contentstack/cli-command See this project in Snyk: https://app.snyk.io/org/contentstack-cli/project/cf792764-23eb-48fa-bc9a-99381c633d17?utm_source=github&utm_medium=referral&page=upgrade-pr
Snyk has created this PR to upgrade tslib from 2.6.1 to 2.6.2. See this package in npm: https://www.npmjs.com/package/tslib See this project in Snyk: https://app.snyk.io/org/contentstack-cli/project/cf792764-23eb-48fa-bc9a-99381c633d17?utm_source=github&utm_medium=referral&page=upgrade-pr
Fix/cs 37027
…b8af69bf7ce540e84 [Snyk] Upgrade jest from 29.6.0 to 29.6.4
Snyk has created this PR to upgrade jest from 29.6.0 to 29.7.0. See this package in npm: https://www.npmjs.com/package/jest See this project in Snyk: https://app.snyk.io/org/contentstack-cli/project/cf792764-23eb-48fa-bc9a-99381c633d17?utm_source=github&utm_medium=referral&page=upgrade-pr
bugfix/CS-41630-Modified release workflow to remove the warnings, and npm audit fix, version bump
…a8bd96af7cc7e270d [Snyk] Upgrade @contentstack/management from 1.10.1 to 1.10.2
…3322344f16c33e16a [Snyk] Upgrade @contentstack/cli-command from 1.2.10 to 1.2.11
…942ff2032792f8597 [Snyk] Upgrade tslib from 2.6.1 to 2.6.2
Remove oclif manifest json file
Changing base branch to development. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 jest from 29.6.0 to 29.7.0.
ℹ️ 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.
Release notes
Package name: jest
Features
[create-jest]
Addnpm init
/yarn create
initialiser for Jest projects (#14465)[jest-validate]
Allow deprecation warnings for unknown options (#14499)Fixes
[jest-resolver]
Replace unmatched capture groups inmoduleNameMapper
with empty string instead ofundefined
(#14507)[jest-snapshot]
Allow for strings as well as template literals in inline snapshots (#14465)[@ jest/test-sequencer]
Calculate test runtime ifperStats.duration
is missing (#14473)Performance
[@ jest/create-cache-key-function]
Cache access ofNODE_ENV
andBABEL_ENV
(#14455)Chore & Maintenance
[jest-cli]
Move internal config initialisation logic to thecreate-jest
package (#14465)New Contributors
Full Changelog: v29.6.4...v29.7.0
Fixes
[jest-core]
Fix typo inscheduleAndRun
performance marker (#14434)[jest-environment-node]
Make sureatob
andbtoa
are writeable in Node 20 (#14446)[jest-worker]
Additional error wrapper forparentPort.postMessage
to fix unhandledDataCloneError
. (#14437)New Contributors
Full Changelog: v29.6.3...v29.6.4
Fixes
[expect, @ jest/expect-utils]
ObjectContaining
supportsymbol
as key (#14414)[expect]
Remove@ types/node
from dependencies (#14385)[jest-core]
Use workers in watch mode by default to avoid crashes (#14059 & #14085).[jest-reporters]
Updateistanbul-lib-instrument
dependency to v6. (#14401)[jest-mock]
Revert #13692 as it was a breaking change (#14429)[jest-mock]
Revert #13866 as it was a breaking change (#14429)[jest-mock]
Revert #13867 as it was a breaking change (#14429)[@ jest/reporters]
Marks Reporter's hooks as optional (#14433)[jest-runtime]
Fix dynamic ESM import module bug when loaded module throughjest.isolateModulesAsync
(#14397)Chore & Maintenance
[jest-changed-files, jest-circus, jest-console, @ jest/core, @ jest/runtime, @ jest/transform]
Useinvariant
andnotEmpty
fromjest-util
rather than own internal (#14366)New Contributors
Full Changelog: v29.6.2...v29.6.3
Fixes
[jest-circus]
Fix snapshot matchers in concurrent tests when nr of tests exceedsmaxConcurrency
(#14335)[@ jest/core]
When running global setup and teardown, do not try to change themessage
property of the thrown error object when themessage
property is unwritable (#14113)[jest-snapshot]
Move@ types/prettier
fromdependencies
todevDependencies
(#14328)[jest-snapshot]
Throw an explicit error if Prettier v3 is used (#14367)[jest-reporters]
Add "skipped" and "todo" symbols to Github Actions Reporter (#14309)Chore & Maintenance
[@ jest/core]
Usepluralize
fromjest-util
rather than own internal (#14322)New Contributors
Full Changelog: v29.6.1...v29.6.2
Fixes
[jest-circus]
Revert #14110 as it was a breaking change (#14304)Full Changelog: v29.6.0...v29.6.1
Read more
Commit messages
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