Removes tough-cookie. It's no longer used after updating ancestor dependencies tough-cookie, jest and node-sass. These dependencies need to be updated together.
Removes tough-cookie
Updates jest from 24.9.0 to 29.6.1
Release notes
Sourced from jest's releases.
v29.6.1
Fixes
[jest-circus] Revert #14110 as it was a breaking change (#14304)
Full Changelog: jestjs/jest@v29.6.0...v29.6.1
v29.6.0
Features
[jest-circus, jest-snapshot] Add support for snapshot matchers in concurrent tests (#14139)
[jest-cli] Include type definitions to generated config files (#14078)
[jest-snapshot] Support arrays as property matchers (#14025)
[jest-core, jest-circus, jest-reporter, jest-runner] Added support for reporting about start individual test cases using jest-circus (#14174)
Fixes
[jest-circus] Prevent false test failures caused by promise rejections handled asynchronously (#14110)
[jest-config] Handle frozen config object (#14054)
[jest-config] Allow coverageDirectory and collectCoverageFrom in project config (#14180)
[jest-core] Always use workers in watch mode to avoid crashes (#14059).
[jest-environment-jsdom, jest-environment-node] Fix assignment of customExportConditions via testEnvironmentOptions when custom env subclass defines a default value (#13989)
[jest-matcher-utils] Fix copying value of inherited getters (#14007)
[jest-mock] Tweak typings to allow jest.replaceProperty() replace methods (#14008)
[jest-mock] Improve user input validation and error messages of spyOn and replaceProperty methods (#14087)
[jest-runtime] Bind jest.isolateModulesAsync to this (#14083)
[jest-runtime] Forward wrapperLength to the Script constructor as columnOffset for accurate debugging (#14148)
[jest-runtime] Guard _isMockFunction access with in (#14188)
[jest-snapshot] Fix a potential bug when not using prettier and improve performance (#14036)
[@jest/transform] Do not instrument .json modules (#14048)
[jest-worker] Restart a shut down worker before sending it a task (#14015)
Chore & Maintenance
[*] Update semver dependency to get vulnerability fix (#14262)
[docs] Updated documentation for the --runTestsByPath CLI command (#14004)
[docs] Updated documentation regarding the synchronous fallback when asynchronous code transforms are unavailable (#14056)
[docs] Update jest statistics of use and downloads in website Index.
New Contributors
... (truncated)
Changelog
Sourced from jest's changelog.
29.6.1
Fixes
[jest-circus] Revert #14110 as it was a breaking change (#14304)
29.6.0
Features
[jest-circus, jest-snapshot] Add support for snapshot matchers in concurrent tests (#14139)
[jest-cli] Include type definitions to generated config files (#14078)
[jest-snapshot] Support arrays as property matchers (#14025)
[jest-core, jest-circus, jest-reporter, jest-runner] Added support for reporting about start individual test cases using jest-circus (#14174)
Fixes
[jest-circus] Prevent false test failures caused by promise rejections handled asynchronously (#14110)
[jest-config] Handle frozen config object (#14054)
[jest-config] Allow coverageDirectory and collectCoverageFrom in project config (#14180)
[jest-core] Always use workers in watch mode to avoid crashes (#14059).
[jest-environment-jsdom, jest-environment-node] Fix assignment of customExportConditions via testEnvironmentOptions when custom env subclass defines a default value (#13989)
[jest-matcher-utils] Fix copying value of inherited getters (#14007)
[jest-mock] Tweak typings to allow jest.replaceProperty() replace methods (#14008)
[jest-mock] Improve user input validation and error messages of spyOn and replaceProperty methods (#14087)
[jest-runtime] Bind jest.isolateModulesAsync to this (#14083)
[jest-runtime] Forward wrapperLength to the Script constructor as columnOffset for accurate debugging (#14148)
[jest-runtime] Guard _isMockFunction access with in (#14188)
[jest-snapshot] Fix a potential bug when not using prettier and improve performance (#14036)
[@jest/transform] Do not instrument .json modules (#14048)
[jest-worker] Restart a shut down worker before sending it a task (#14015)
Chore & Maintenance
[*] Update semver dependency to get vulnerability fix (#14262)
[docs] Updated documentation for the --runTestsByPath CLI command (#14004)
[docs] Updated documentation regarding the synchronous fallback when asynchronous code transforms are unavailable (#14056)
[docs] Update jest statistics of use and downloads in website Index.
29.5.0
Features
[jest-changed-files] Support Sapling (#13941)
[jest-circus, @jest/cli, jest-config] Add feature to randomize order of tests via CLI flag or through the config file(#12922)
[jest-cli, jest-config, @jest/core, jest-haste-map, @jest/reporters, jest-runner, jest-runtime, @jest/types] Add workerThreads configuration option to allow using worker threads for parallelization (#13939)
[jest-cli] Export yargsOptions (#13970)
[jest-config] Add openHandlesTimeout option to configure possible open handles warning. (#13875)
[@jest/create-cache-key-function] Allow passing length argument to createCacheKey() function and set its default value to 16 on Windows (#13827)
[jest-message-util] Add support for AggregateError (#13946 & #13947)
... (truncated)
Commits
Maintainer changes
This version was pushed to npm by simenb, a new releaser for jest since your current version.
Updates node-sass from 4.14.1 to 9.0.0
Release notes
Sourced from node-sass's releases.
v9.0.0
What's Changed
Breaking changes
Supported Environments
| OS |
Architecture |
Node |
| Windows |
x86 & x64 |
16, 18, 19, 20 |
| OSX |
x64 |
16, 18, 19, 20 |
| Linux* |
x64 |
16, 18, 19, 20 |
| Alpine Linux |
x64 |
16, 18, 19, 20 |
*Linux support refers to major distributions like Ubuntu, and Debian
v8.0.0
What's Changed
Breaking changes
Features
Dependencies
- Bump true-case-path@2.2.1
- Bump node-gyp
@9.0.0
- Bump nan@^2.17.0
- Bump sass-graph@^4.0.1
Misc
- Bump various GitHub Actions dependencies (
@nschonni)
... (truncated)
Commits
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 rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot merge will merge this PR after your CI passes on it
@dependabot squash and merge will squash and merge this PR after your CI passes on it
@dependabot cancel merge will cancel a previously requested merge and block automerging
@dependabot reopen will reopen this PR if it is closed
@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the Security Alerts page.
Removes tough-cookie. It's no longer used after updating ancestor dependencies tough-cookie, jest and node-sass. These dependencies need to be updated together.
Removes
tough-cookieUpdates
jestfrom 24.9.0 to 29.6.1Release notes
Sourced from jest's releases.
... (truncated)
Changelog
Sourced from jest's changelog.
... (truncated)
Commits
1f019afv29.6.1c1e5b8av29.6.06ffa48dchore: upgrade TypeScript to v5 (#14155)a95eeb6chore: update tsd runner (#14020)39f3bedv29.5.0a49c886v29.4.36d2632aUpdate copyrights with Meta Platforms, restore original license in Jasmine fo...f0fc92ev29.4.2bc7b20cchore: make sure to exclude .eslintcache from published module (#13832)bc84c8av29.4.1Maintainer changes
This version was pushed to npm by simenb, a new releaser for jest since your current version.
Updates
node-sassfrom 4.14.1 to 9.0.0Release notes
Sourced from node-sass's releases.
... (truncated)
Commits
87f3899feat: Node 20 support (#3355)06ae4c7build(deps): bump coverallsapp/github-action from 2.0.0 to 2.1.0 (#3350)e069f73build(deps): bump coverallsapp/github-action from 1.2.0 to 2.0.0c34837dbuild(deps): bump coverallsapp/github-action from 1.1.3 to 1.2.0ee13eb98.0.098e75b3feat: Node 18 and 19 support and drop Node 17 (#3257)e9bb866Bump node-gyp and nan for node 19 support (#3314)ab7840bFix binaries being partially downloaded (#3313)d595abf7.0.33b556c17.0.2Dependabot 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)You can disable automated security fix PRs for this repo from the Security Alerts page.