deps: bump the all-dependencies group with 23 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(6 months ago)
(6 months ago)
dependencies
Bumps the all-dependencies group with 23 updates:
| Package | From | To |
|---|---|---|
| @swc/core | 1.12.0 |
1.12.1 |
| ts-jest | 29.3.4 |
29.4.0 |
| @jest/transform | 29.7.0 |
30.0.0 |
| @swc/core-darwin-arm64 | 1.12.0 |
1.12.1 |
| @swc/core-darwin-x64 | 1.12.0 |
1.12.1 |
| @swc/core-linux-arm-gnueabihf | 1.12.0 |
1.12.1 |
| @swc/core-linux-arm64-gnu | 1.12.0 |
1.12.1 |
| @swc/core-linux-arm64-musl | 1.12.0 |
1.12.1 |
| @swc/core-linux-x64-gnu | 1.12.0 |
1.12.1 |
| @swc/core-linux-x64-musl | 1.12.0 |
1.12.1 |
| @swc/core-win32-arm64-msvc | 1.12.0 |
1.12.1 |
| @swc/core-win32-ia32-msvc | 1.12.0 |
1.12.1 |
| @swc/core-win32-x64-msvc | 1.12.0 |
1.12.1 |
| babel-jest | 29.7.0 |
30.0.0 |
| babel-plugin-istanbul | 6.1.1 |
7.0.0 |
| babel-plugin-jest-hoist | 29.6.3 |
30.0.0 |
| babel-preset-jest | 29.6.3 |
30.0.0 |
| electron-to-chromium | 1.5.166 |
1.5.167 |
| istanbul-lib-instrument | 5.2.1 |
6.0.3 |
| jest-haste-map | 29.7.0 |
30.0.0 |
| jest-regex-util | 29.6.3 |
30.0.0 |
| jest-worker | 29.7.0 |
30.0.0 |
| write-file-atomic | 4.0.2 |
5.0.1 |
Updates @swc/core from 1.12.0 to 1.12.1
Changelog
Sourced from @swc/core's changelog.
[1.12.1] - 2025-06-12
Bug Fixes
(
@swc/types) RemovenativeClassProperties(#10592) (39032dc)(es/minifier) Fix top level detection of DCE (#10603) (964a560)
Features
Commits
247f7f2chore: Publish1.12.1withswc_corev27.0.4812fe41chore: Update changeloge005c15chore: Publish1.12.1-nightly-20250612.1withswc_corev27.0.42c524adchore: Publish crates withswc_corev27.0.4a97b149fix(es/minifier): Perform DCE on the end (#10602)3facfe5chore: Publish crates withswc_corev27.0.3cc3bc4dfix(es/minifier): Fix inlining of arrows (#10604)964a560fix(es/minifier): Fix top level detection of DCE (#10603)70bda6afeat(es/parser): Support parsing CommonJS (#10600)26eceedchore: Publish crates withswc_corev27.0.2- Additional commits viewable in compare view
Updates ts-jest from 29.3.4 to 29.4.0
Changelog
Sourced from ts-jest's changelog.
29.4.0 (2025-06-11)
Features
- feat: support Jest 30 (84e093e)
Commits
f692f74chore(release): 29.4.084e093efeat: support Jest 302d6fe5cbuild(deps): Update dependency eslint-plugin-jsdoc to ^50.8.083c6d35build(deps): Update dependency eslint-plugin-jest to ^28.13.394797d0build(deps): Update dependency@vitejs/plugin-react-swcto ^3.10.29a9bd5cbuild(deps): Update ESLint packages to ^8.34.0cbd81fdbuild(deps): Update dependency eslint-plugin-jest to ^28.13.01d3fb0dbuild(deps): Update dependency@types/nodeto v20.19.032efecbbuild(deps): Update docusaurus monorepo to ^3.8.15133d48build: upgradedocusaurusto 3.8- Additional commits viewable in compare view
Updates @jest/transform from 29.7.0 to 30.0.0
Release notes
Sourced from @jest/transform's releases.
Jest 30
Today we are happy to announce the release of Jest 30. This release features a substantial number of changes, fixes, and improvements. While it is one of the largest major releases of Jest ever, we admit that three years for a major release is too long. In the future, we are aiming to make more frequent major releases to keep Jest great for the next decade.
If you want to skip all the news and just get going, run
npm install jest@^30.0.0and follow the migration guide: Upgrading from Jest 29 to 30.Features
[*]RenamedglobalsCleanupModetoglobalsCleanupand--waitNextEventLoopTurnForUnhandledRejectionEventsto--waitForUnhandledRejections[expect]AddArrayOfasymmetric matcher for validating array elements. (#15567)[babel-jest]Add optionexcludeJestPresetto allow opting out ofbabel-preset-jest(#15164)[expect]Revert #15038 to fixexpect(fn).toHaveBeenCalledWith(expect.objectContaining(...))when there are multiple calls (#15508)[jest-circus, jest-cli, jest-config]AddwaitNextEventLoopTurnForUnhandledRejectionEventsflag to minimise performance impact of correct detection of unhandled promise rejections introduced in #14315 (#14681)[jest-circus]Add awaitBeforeRetryoption tojest.retryTimes(#14738)[jest-circus]Add aretryImmediatelyoption tojest.retryTimes(#14696)[jest-circus, jest-jasmine2]AllowsetupFilesAfterEnvto export an async function (#10962)[jest-circus, jest-test-result]AddstartedAttimestamp inTestCaseResultObjectwithinonTestCaseResult(#15145)[jest-cli]ExportbuildArgv(#15310)[jest-config][BREAKING] Addmtsandctsto defaultmoduleFileExtensionsconfig (#14369)[jest-config][BREAKING] UpdatetestMatchandtestRegexdefault option for supportingmjs,cjs,mts, andcts(#14584)[jest-config]Loads config file from provided path inpackage.json(#14044)[jest-config]Allow loadingjest.config.ctsfiles (#14070)[jest-config]ShowrootDirin error message when apresetfails to load (#15194)[jest-config]Support loading TS config files usingesbuild-registervia docblock loader (#15190)[jest-config]Allow passing TS config loader options via docblock comment (#15234)[jest-config]If Node is running with type stripping enabled, do not require a TS loader (#15480)[@jest/core]Group together open handles with the same stack trace (#13417, & #14789)[@jest/core]AddperfStatsto surface test setup overhead (#14622)[@jest/core][BREAKING] Changed--filterto accept an object with shape{ filtered: Array<string> }to match documentation (#13319)[@jest/core]Support--outputFileoption for--listTests(#14980)[@jest/core]Stringify Errors properly with--jsonflag (#15329)[@jest/core, @jest/test-sequencer][BREAKING] ExposesglobalConfig&contextstoTestSequencer(#14535, & #14543)[jest-each]Introduce%$option to add number of the test to its title (#14710)[@jest/environment][BREAKING] Remove deprecatedjest.genMockFromModule()(#15042)[@jest/environment][BREAKING] Remove unnecessary defensive code (#15045)[jest-environment-jsdom][BREAKING] Upgrade JSDOM to v22 (#13825)[@jest/environment-jsdom-abstract]Introduce new package which abstracts over thejsdomenvironment, allowing usage of custom versions of JSDOM (#14717)[jest-environment-node]Update jest environment with dispose symbolsSymbol(#14888 & #14909)[expect, @jest/expect][BREAKING] Add type inference for function parameters inCalledWithassertions (#15129)[@jest/expect-utils]Properly compare all types ofTypedArrays (#15178)[@jest/fake-timers][BREAKING] Upgrade@sinonjs/fake-timersto v13 (#14544 & #15470)[@jest/fake-timers]Exposing new modern timers functionadvanceTimersToFrame()which advances all timers by the needed milliseconds to execute callbacks currently scheduled withrequestAnimationFrame(#14598)[jest-matcher-utils]AddSERIALIZABLE_PROPERTIESto allow custom serialization of objects (#14893)[jest-mock]Add support for the Explicit Resource Management proposal to use theusingkeyword withjest.spyOn(object, methodName)(#14895)[jest-reporters]Add support for DEC mode 2026 (#15008)[jest-resolver]Supportfile://URLs as paths (#15154)[jest-resolve,jest-runtime,jest-resolve-dependencies]Pass the conditions when resolving stub modules (#15489)[jest-runtime]Exposing new modern timers functionjest.advanceTimersToFrame()from@jest/fake-timers(#14598)[jest-runtime]Supportimport.meta.filenameandimport.meta.dirname(available from Node 20.11) (#14854)
... (truncated)
Changelog
Sourced from @jest/transform's changelog.
30.0.0
Features
[*]RenamedglobalsCleanupModetoglobalsCleanupand--waitNextEventLoopTurnForUnhandledRejectionEventsto--waitForUnhandledRejections[expect]AddArrayOfasymmetric matcher for validating array elements. (#15567)[babel-jest]Add optionexcludeJestPresetto allow opting out ofbabel-preset-jest(#15164)[expect]Revert #15038 to fixexpect(fn).toHaveBeenCalledWith(expect.objectContaining(...))when there are multiple calls (#15508)[jest-circus, jest-cli, jest-config]AddwaitNextEventLoopTurnForUnhandledRejectionEventsflag to minimise performance impact of correct detection of unhandled promise rejections introduced in #14315 (#14681)[jest-circus]Add awaitBeforeRetryoption tojest.retryTimes(#14738)[jest-circus]Add aretryImmediatelyoption tojest.retryTimes(#14696)[jest-circus, jest-jasmine2]AllowsetupFilesAfterEnvto export an async function (#10962)[jest-circus, jest-test-result]AddstartedAttimestamp inTestCaseResultObjectwithinonTestCaseResult(#15145)[jest-cli]ExportbuildArgv(#15310)[jest-config][BREAKING] Addmtsandctsto defaultmoduleFileExtensionsconfig (#14369)[jest-config][BREAKING] UpdatetestMatchandtestRegexdefault option for supportingmjs,cjs,mts, andcts(#14584)[jest-config]Loads config file from provided path inpackage.json(#14044)[jest-config]Allow loadingjest.config.ctsfiles (#14070)[jest-config]ShowrootDirin error message when apresetfails to load (#15194)[jest-config]Support loading TS config files usingesbuild-registervia docblock loader (#15190)[jest-config]Allow passing TS config loader options via docblock comment (#15234)[jest-config]If Node is running with type stripping enabled, do not require a TS loader (#15480)[@jest/core]Group together open handles with the same stack trace (#13417, & #14789)[@jest/core]AddperfStatsto surface test setup overhead (#14622)[@jest/core][BREAKING] Changed--filterto accept an object with shape{ filtered: Array<string> }to match documentation (#13319)[@jest/core]Support--outputFileoption for--listTests(#14980)[@jest/core]Stringify Errors properly with--jsonflag (#15329)[@jest/core, @jest/test-sequencer][BREAKING] ExposesglobalConfig&contextstoTestSequencer(#14535, & #14543)[jest-each]Introduce%$option to add number of the test to its title (#14710)[@jest/environment][BREAKING] Remove deprecatedjest.genMockFromModule()(#15042)[@jest/environment][BREAKING] Remove unnecessary defensive code (#15045)[jest-environment-jsdom][BREAKING] Upgrade JSDOM to v22 (#13825)[@jest/environment-jsdom-abstract]Introduce new package which abstracts over thejsdomenvironment, allowing usage of custom versions of JSDOM (#14717)[jest-environment-node]Update jest environment with dispose symbolsSymbol(#14888 & #14909)[expect, @jest/expect][BREAKING] Add type inference for function parameters inCalledWithassertions (#15129)[@jest/expect-utils]Properly compare all types ofTypedArrays (#15178)[@jest/fake-timers][BREAKING] Upgrade@sinonjs/fake-timersto v13 (#14544 & #15470)[@jest/fake-timers]Exposing new modern timers functionadvanceTimersToFrame()which advances all timers by the needed milliseconds to execute callbacks currently scheduled withrequestAnimationFrame(#14598)[jest-matcher-utils]AddSERIALIZABLE_PROPERTIESto allow custom serialization of objects (#14893)[jest-mock]Add support for the Explicit Resource Management proposal to use theusingkeyword withjest.spyOn(object, methodName)(#14895)[jest-reporters]Add support for DEC mode 2026 (#15008)[jest-resolver]Supportfile://URLs as paths (#15154)[jest-resolve,jest-runtime,jest-resolve-dependencies]Pass the conditions when resolving stub modules (#15489)[jest-runtime]Exposing new modern timers functionjest.advanceTimersToFrame()from@jest/fake-timers(#14598)[jest-runtime]Supportimport.meta.filenameandimport.meta.dirname(available from Node 20.11) (#14854)[jest-runtime]Supportimport.meta.resolve(#14930)[jest-runtime][BREAKING] Make it mandatory to passglobalConfigto theRuntimeconstructor (#15044)[jest-runtime]Addunstable_unmockModule(#15080)[jest-runtime]AddonGenerateMocktransformer callback for auto generated callbacks (#15433 & #15482)[jest-runtime][BREAKING] Usevm.compileFunctionovervm.Script(#15461)
... (truncated)
Commits
a383155v30.0.08a58fdeRename some options before releasing Jest 30.ce14203v30.0.0-rc.1a2218e4Stop usingimport X = require('…'). (#15659)ac334c0v30.0.0-beta.87c799e5v30.0.0-beta.7a94c6d0Update deps.4f96449v30.0.0-beta.6286dc4av30.0.0-beta.576632c6chore: drop node 23 (#15640)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by cpojer, a new releaser for @jest/transform since your current version.
Updates @swc/core-darwin-arm64 from 1.12.0 to 1.12.1
Changelog
Sourced from @swc/core-darwin-arm64's changelog.
[1.12.1] - 2025-06-12
Bug Fixes
(
@swc/types) RemovenativeClassProperties(#10592) (39032dc)(es/minifier) Fix top level detection of DCE (#10603) (964a560)
Features
Commits
247f7f2chore: Publish1.12.1withswc_corev27.0.4812fe41chore: Update changeloge005c15chore: Publish1.12.1-nightly-20250612.1withswc_corev27.0.42c524adchore: Publish crates withswc_corev27.0.4a97b149fix(es/minifier): Perform DCE on the end (#10602)3facfe5chore: Publish crates withswc_corev27.0.3cc3bc4dfix(es/minifier): Fix inlining of arrows (#10604)964a560fix(es/minifier): Fix top level detection of DCE (#10603)70bda6afeat(es/parser): Support parsing CommonJS (#10600)26eceedchore: Publish crates withswc_corev27.0.2- Additional commits viewable in compare view
Updates @swc/core-darwin-x64 from 1.12.0 to 1.12.1
Changelog
Sourced from @swc/core-darwin-x64's changelog.
[1.12.1] - 2025-06-12
Bug Fixes
(
@swc/types) RemovenativeClassProperties(#10592) (39032dc)(es/minifier) Fix top level detection of DCE (#10603) (964a560)
Features
Commits
247f7f2chore: Publish1.12.1withswc_corev27.0.4812fe41chore: Update changeloge005c15chore: Publish1.12.1-nightly-20250612.1withswc_corev27.0.42c524adchore: Publish crates withswc_corev27.0.4a97b149fix(es/minifier): Perform DCE on the end (#10602)3facfe5chore: Publish crates withswc_corev27.0.3cc3bc4dfix(es/minifier): Fix inlining of arrows (#10604)964a560fix(es/minifier): Fix top level detection of DCE (#10603)70bda6afeat(es/parser): Support parsing CommonJS (#10600)26eceedchore: Publish crates withswc_corev27.0.2- Additional commits viewable in compare view
Updates @swc/core-linux-arm-gnueabihf from 1.12.0 to 1.12.1
Changelog
Sourced from @swc/core-linux-arm-gnueabihf's changelog.
[1.12.1] - 2025-06-12
Bug Fixes
(
@swc/types) RemovenativeClassProperties(#10592) (39032dc)(es/minifier) Fix top level detection of DCE (#10603) (964a560)
Features
Commits
247f7f2chore: Publish1.12.1withswc_corev27.0.4812fe41chore: Update changeloge005c15chore: Publish1.12.1-nightly-20250612.1withswc_corev27.0.42c524adchore: Publish crates withswc_corev27.0.4a97b149fix(es/minifier): Perform DCE on the end (#10602)3facfe5chore: Publish crates withswc_corev27.0.3cc3bc4dfix(es/minifier): Fix inlining of arrows (#10604)964a560fix(es/minifier): Fix top level detection of DCE (#10603)70bda6afeat(es/parser): Support parsing CommonJS (#10600)26eceedchore: Publish crates withswc_corev27.0.2- Additional commits viewable in compare view
Updates @swc/core-linux-arm64-gnu from 1.12.0 to 1.12.1
Changelog
Sourced from @swc/core-linux-arm64-gnu's changelog.
[1.12.1] - 2025-06-12
Bug Fixes
(
@swc/types) RemovenativeClassProperties(#10592) (39032dc)(es/minifier) Fix top level detection of DCE (#10603) (964a560)
Features
Commits
247f7f2chore: Publish1.12.1withswc_corev27.0.4812fe41chore: Update changeloge005c15chore: Publish1.12.1-nightly-20250612.1withswc_corev27.0.42c524adchore: Publish crates withswc_corev27.0.4a97b149fix(es/minifier): Perform DCE on the end (#10602)3facfe5chore: Publish crates withswc_corev27.0.3cc3bc4dfix(es/minifier): Fix inlining of arrows (#10604)964a560fix(es/minifier): Fix top level detection of DCE (#10603)70bda6afeat(es/parser): Support parsing CommonJS (#10600)26eceedchore: Publish crates withswc_corev27.0.2- Additional commits viewable in compare view
Updates @swc/core-linux-arm64-musl from 1.12.0 to 1.12.1
Changelog
Sourced from @swc/core-linux-arm64-musl's changelog.
[1.12.1] - 2025-06-12
Bug Fixes
(
@swc/types) RemovenativeClassProperties(#10592) (39032dc)(es/minifier) Fix top level detection of DCE (#10603) (964a560)
Features
Commits
247f7f2chore: Publish1.12.1withswc_corev27.0.4812fe41chore: Update changeloge005c15chore: Publish1.12.1-nightly-20250612.1withswc_corev27.0.42c524adchore: Publish crates withswc_corev27.0.4a97b149fix(es/minifier): Perform DCE on the end (#10602)3facfe5chore: Publish crates withswc_corev27.0.3cc3bc4dfix(es/minifier): Fix inlining of arrows (#10604)964a560fix(es/minifier): Fix top level detection of DCE (#10603)70bda6afeat(es/parser): Support parsing CommonJS (#10600)26eceedchore: Publish crates withswc_corev27.0.2- Additional commits viewable in compare view
Updates @swc/core-linux-x64-gnu from 1.12.0 to 1.12.1
Changelog
Sourced from @swc/core-linux-x64-gnu's changelog.
[1.12.1] - 2025-06-12
Bug Fixes
(
@swc/types) RemovenativeClassProperties(#10592) (39032dc)(es/minifier) Fix top level detection of DCE (#10603) (964a560)
Features
Commits
247f7f2chore: Publish1.12.1withswc_corev27.0.4812fe41chore: Update changeloge005c15chore: Publish1.12.1-nightly-20250612.1withswc_corev27.0.42c524adchore: Publish crates withswc_corev27.0.4a97b149fix(es/minifier): Perform DCE on the end (#10602)3facfe5chore: Publish crates withswc_corev27.0.3cc3bc4dfix(es/minifier): Fix inlining of arrows (#10604)964a560fix(es/minifier): Fix top level detection of DCE (#10603)70bda6afeat(es/parser): Support parsing CommonJS (#10600)26eceedchore: Publish crates withswc_corev27.0.2- Additional commits viewable in compare view
Updates @swc/core-linux-x64-musl from 1.12.0 to 1.12.1
Changelog
Sourced from @swc/core-linux-x64-musl's changelog.
[1.12.1] - 2025-06-12
Bug Fixes
(
@swc/types) RemovenativeClassProperties(#10592) (39032dc)(es/minifier) Fix top level detection of DCE (#10603) (964a560)
Features
Commits
247f7f2chore: Publish1.12.1withswc_corev27.0.4812fe41chore: Update changeloge005c15chore: Publish1.12.1-nightly-20250612.1withswc_corev27.0.42c524adchore: Publish crates withswc_corev27.0.4a97b149fix(es/minifier): Perform DCE on the end (#10602)3facfe5chore: Publish crates withswc_corev27.0.3cc3bc4dfix(es/minifier): Fix inlining of arrows (#10604)964a560fix(es/minifier): Fix top level detection of DCE (#10603)70bda6afeat(es/parser): Support parsing CommonJS (#10600)26eceedchore: Publish crates withswc_corev27.0.2- Additional commits viewable in compare view
Updates @swc/core-win32-arm64-msvc from 1.12.0 to 1.12.1
Changelog
Sourced from @swc/core-win32-arm64-msvc's changelog.
[1.12.1] - 2025-06-12
Bug Fixes
(
@swc/types) RemovenativeClassProperties(#10592) (39032dc)(es/minifier) Fix top level detection of DCE (#10603) (964a560)
Features
Commits
247f7f2chore: Publish1.12.1withswc_corev27.0.4812fe41chore: Update changeloge005c15chore: Publish1.12.1-nightly-20250612.1withswc_corev27.0.42c524adchore: Publish crates withswc_corev27.0.4a97b149fix(es/minifier): Perform DCE on the end (Pull Request Statistics
Commits:
1Files Changed:
2Additions:
+89Deletions:
-244
Package Dependencies
@swc/core-linux-arm-gnueabihf
npm
1.12.0 → 1.12.1
Patch
@swc/core-linux-arm64-gnu
npm
1.12.0 → 1.12.1
Patch
@swc/core-linux-arm64-musl
npm
1.12.0 → 1.12.1
Patch
@swc/core-win32-arm64-msvc
npm
1.12.0 → 1.12.1
Patch
@swc/core-win32-ia32-msvc
npm
1.12.0 → 1.12.1
Patch
Technical Details
| ID: | 1529219 |
| UUID: | 2589040463 |
| Node ID: | PR_kwDONiXIMs6aUZ9P |
| Host: | GitHub |
| Repository: | mattfsourcecode/node-graphql-code-test |
| Merge State: | Unknown |