An open index of dependabot pull requests across open source projects.

deps: bump the all-dependencies group with 23 updates

Open
Number: #203
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: June 13, 2025 at 04:09 AM UTC
(6 months ago)
Updated: June 13, 2025 at 04:09 AM UTC
(6 months ago)
Labels:
dependencies
Description:

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

Features

Commits
  • 247f7f2 chore: Publish 1.12.1 with swc_core v27.0.4
  • 812fe41 chore: Update changelog
  • e005c15 chore: Publish 1.12.1-nightly-20250612.1 with swc_core v27.0.4
  • 2c524ad chore: Publish crates with swc_core v27.0.4
  • a97b149 fix(es/minifier): Perform DCE on the end (#10602)
  • 3facfe5 chore: Publish crates with swc_core v27.0.3
  • cc3bc4d fix(es/minifier): Fix inlining of arrows (#10604)
  • 964a560 fix(es/minifier): Fix top level detection of DCE (#10603)
  • 70bda6a feat(es/parser): Support parsing CommonJS (#10600)
  • 26eceed chore: Publish crates with swc_core v27.0.2
  • Additional commits viewable in compare view

Updates ts-jest from 29.3.4 to 29.4.0

Release notes

Sourced from ts-jest's releases.

v29.4.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from ts-jest's changelog.

29.4.0 (2025-06-11)

Features

Commits
  • f692f74 chore(release): 29.4.0
  • 84e093e feat: support Jest 30
  • 2d6fe5c build(deps): Update dependency eslint-plugin-jsdoc to ^50.8.0
  • 83c6d35 build(deps): Update dependency eslint-plugin-jest to ^28.13.3
  • 94797d0 build(deps): Update dependency @​vitejs/plugin-react-swc to ^3.10.2
  • 9a9bd5c build(deps): Update ESLint packages to ^8.34.0
  • cbd81fd build(deps): Update dependency eslint-plugin-jest to ^28.13.0
  • 1d3fb0d build(deps): Update dependency @​types/node to v20.19.0
  • 32efecb build(deps): Update docusaurus monorepo to ^3.8.1
  • 5133d48 build: upgrade docusaurus to 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.0 and follow the migration guide: Upgrading from Jest 29 to 30.

Read the full blog post

Features

  • [*] Renamed globalsCleanupMode to globalsCleanup and --waitNextEventLoopTurnForUnhandledRejectionEvents to --waitForUnhandledRejections
  • [expect] Add ArrayOf asymmetric matcher for validating array elements. (#15567)
  • [babel-jest] Add option excludeJestPreset to allow opting out of babel-preset-jest (#15164)
  • [expect] Revert #15038 to fix expect(fn).toHaveBeenCalledWith(expect.objectContaining(...)) when there are multiple calls (#15508)
  • [jest-circus, jest-cli, jest-config] Add waitNextEventLoopTurnForUnhandledRejectionEvents flag to minimise performance impact of correct detection of unhandled promise rejections introduced in #14315 (#14681)
  • [jest-circus] Add a waitBeforeRetry option to jest.retryTimes (#14738)
  • [jest-circus] Add a retryImmediately option to jest.retryTimes (#14696)
  • [jest-circus, jest-jasmine2] Allow setupFilesAfterEnv to export an async function (#10962)
  • [jest-circus, jest-test-result] Add startedAt timestamp in TestCaseResultObject within onTestCaseResult (#15145)
  • [jest-cli] Export buildArgv (#15310)
  • [jest-config] [BREAKING] Add mts and cts to default moduleFileExtensions config (#14369)
  • [jest-config] [BREAKING] Update testMatch and testRegex default option for supporting mjs, cjs, mts, and cts (#14584)
  • [jest-config] Loads config file from provided path in package.json (#14044)
  • [jest-config] Allow loading jest.config.cts files (#14070)
  • [jest-config] Show rootDir in error message when a preset fails to load (#15194)
  • [jest-config] Support loading TS config files using esbuild-register via 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] Add perfStats to surface test setup overhead (#14622)
  • [@jest/core] [BREAKING] Changed --filter to accept an object with shape { filtered: Array<string> } to match documentation (#13319)
  • [@jest/core] Support --outputFile option for --listTests (#14980)
  • [@jest/core] Stringify Errors properly with --json flag (#15329)
  • [@jest/core, @jest/test-sequencer] [BREAKING] Exposes globalConfig & contexts to TestSequencer (#14535, & #14543)
  • [jest-each] Introduce %$ option to add number of the test to its title (#14710)
  • [@jest/environment] [BREAKING] Remove deprecated jest.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 the jsdom environment, allowing usage of custom versions of JSDOM (#14717)
  • [jest-environment-node] Update jest environment with dispose symbols Symbol (#14888 & #14909)
  • [expect, @jest/expect] [BREAKING] Add type inference for function parameters in CalledWith assertions (#15129)
  • [@jest/expect-utils] Properly compare all types of TypedArrays (#15178)
  • [@jest/fake-timers] [BREAKING] Upgrade @sinonjs/fake-timers to v13 (#14544 & #15470)
  • [@jest/fake-timers] Exposing new modern timers function advanceTimersToFrame() which advances all timers by the needed milliseconds to execute callbacks currently scheduled with requestAnimationFrame (#14598)
  • [jest-matcher-utils] Add SERIALIZABLE_PROPERTIES to allow custom serialization of objects (#14893)
  • [jest-mock] Add support for the Explicit Resource Management proposal to use the using keyword with jest.spyOn(object, methodName) (#14895)
  • [jest-reporters] Add support for DEC mode 2026 (#15008)
  • [jest-resolver] Support file:// 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 function jest.advanceTimersToFrame() from @jest/fake-timers (#14598)
  • [jest-runtime] Support import.meta.filename and import.meta.dirname (available from Node 20.11) (#14854)

... (truncated)

Changelog

Sourced from @​jest/transform's changelog.

30.0.0

Features

  • [*] Renamed globalsCleanupMode to globalsCleanup and --waitNextEventLoopTurnForUnhandledRejectionEvents to --waitForUnhandledRejections
  • [expect] Add ArrayOf asymmetric matcher for validating array elements. (#15567)
  • [babel-jest] Add option excludeJestPreset to allow opting out of babel-preset-jest (#15164)
  • [expect] Revert #15038 to fix expect(fn).toHaveBeenCalledWith(expect.objectContaining(...)) when there are multiple calls (#15508)
  • [jest-circus, jest-cli, jest-config] Add waitNextEventLoopTurnForUnhandledRejectionEvents flag to minimise performance impact of correct detection of unhandled promise rejections introduced in #14315 (#14681)
  • [jest-circus] Add a waitBeforeRetry option to jest.retryTimes (#14738)
  • [jest-circus] Add a retryImmediately option to jest.retryTimes (#14696)
  • [jest-circus, jest-jasmine2] Allow setupFilesAfterEnv to export an async function (#10962)
  • [jest-circus, jest-test-result] Add startedAt timestamp in TestCaseResultObject within onTestCaseResult (#15145)
  • [jest-cli] Export buildArgv (#15310)
  • [jest-config] [BREAKING] Add mts and cts to default moduleFileExtensions config (#14369)
  • [jest-config] [BREAKING] Update testMatch and testRegex default option for supporting mjs, cjs, mts, and cts (#14584)
  • [jest-config] Loads config file from provided path in package.json (#14044)
  • [jest-config] Allow loading jest.config.cts files (#14070)
  • [jest-config] Show rootDir in error message when a preset fails to load (#15194)
  • [jest-config] Support loading TS config files using esbuild-register via 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] Add perfStats to surface test setup overhead (#14622)
  • [@jest/core] [BREAKING] Changed --filter to accept an object with shape { filtered: Array<string> } to match documentation (#13319)
  • [@jest/core] Support --outputFile option for --listTests (#14980)
  • [@jest/core] Stringify Errors properly with --json flag (#15329)
  • [@jest/core, @jest/test-sequencer] [BREAKING] Exposes globalConfig & contexts to TestSequencer (#14535, & #14543)
  • [jest-each] Introduce %$ option to add number of the test to its title (#14710)
  • [@jest/environment] [BREAKING] Remove deprecated jest.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 the jsdom environment, allowing usage of custom versions of JSDOM (#14717)
  • [jest-environment-node] Update jest environment with dispose symbols Symbol (#14888 & #14909)
  • [expect, @jest/expect] [BREAKING] Add type inference for function parameters in CalledWith assertions (#15129)
  • [@jest/expect-utils] Properly compare all types of TypedArrays (#15178)
  • [@jest/fake-timers] [BREAKING] Upgrade @sinonjs/fake-timers to v13 (#14544 & #15470)
  • [@jest/fake-timers] Exposing new modern timers function advanceTimersToFrame() which advances all timers by the needed milliseconds to execute callbacks currently scheduled with requestAnimationFrame (#14598)
  • [jest-matcher-utils] Add SERIALIZABLE_PROPERTIES to allow custom serialization of objects (#14893)
  • [jest-mock] Add support for the Explicit Resource Management proposal to use the using keyword with jest.spyOn(object, methodName) (#14895)
  • [jest-reporters] Add support for DEC mode 2026 (#15008)
  • [jest-resolver] Support file:// 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 function jest.advanceTimersToFrame() from @jest/fake-timers (#14598)
  • [jest-runtime] Support import.meta.filename and import.meta.dirname (available from Node 20.11) (#14854)
  • [jest-runtime] Support import.meta.resolve (#14930)
  • [jest-runtime] [BREAKING] Make it mandatory to pass globalConfig to the Runtime constructor (#15044)
  • [jest-runtime] Add unstable_unmockModule (#15080)
  • [jest-runtime] Add onGenerateMock transformer callback for auto generated callbacks (#15433 & #15482)
  • [jest-runtime] [BREAKING] Use vm.compileFunction over vm.Script (#15461)

... (truncated)

Commits
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

Features

Commits
  • 247f7f2 chore: Publish 1.12.1 with swc_core v27.0.4
  • 812fe41 chore: Update changelog
  • e005c15 chore: Publish 1.12.1-nightly-20250612.1 with swc_core v27.0.4
  • 2c524ad chore: Publish crates with swc_core v27.0.4
  • a97b149 fix(es/minifier): Perform DCE on the end (#10602)
  • 3facfe5 chore: Publish crates with swc_core v27.0.3
  • cc3bc4d fix(es/minifier): Fix inlining of arrows (#10604)
  • 964a560 fix(es/minifier): Fix top level detection of DCE (#10603)
  • 70bda6a feat(es/parser): Support parsing CommonJS (#10600)
  • 26eceed chore: Publish crates with swc_core v27.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

Features

Commits
  • 247f7f2 chore: Publish 1.12.1 with swc_core v27.0.4
  • 812fe41 chore: Update changelog
  • e005c15 chore: Publish 1.12.1-nightly-20250612.1 with swc_core v27.0.4
  • 2c524ad chore: Publish crates with swc_core v27.0.4
  • a97b149 fix(es/minifier): Perform DCE on the end (#10602)
  • 3facfe5 chore: Publish crates with swc_core v27.0.3
  • cc3bc4d fix(es/minifier): Fix inlining of arrows (#10604)
  • 964a560 fix(es/minifier): Fix top level detection of DCE (#10603)
  • 70bda6a feat(es/parser): Support parsing CommonJS (#10600)
  • 26eceed chore: Publish crates with swc_core v27.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

Features

Commits
  • 247f7f2 chore: Publish 1.12.1 with swc_core v27.0.4
  • 812fe41 chore: Update changelog
  • e005c15 chore: Publish 1.12.1-nightly-20250612.1 with swc_core v27.0.4
  • 2c524ad chore: Publish crates with swc_core v27.0.4
  • a97b149 fix(es/minifier): Perform DCE on the end (#10602)
  • 3facfe5 chore: Publish crates with swc_core v27.0.3
  • cc3bc4d fix(es/minifier): Fix inlining of arrows (#10604)
  • 964a560 fix(es/minifier): Fix top level detection of DCE (#10603)
  • 70bda6a feat(es/parser): Support parsing CommonJS (#10600)
  • 26eceed chore: Publish crates with swc_core v27.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

Features

Commits
  • 247f7f2 chore: Publish 1.12.1 with swc_core v27.0.4
  • 812fe41 chore: Update changelog
  • e005c15 chore: Publish 1.12.1-nightly-20250612.1 with swc_core v27.0.4
  • 2c524ad chore: Publish crates with swc_core v27.0.4
  • a97b149 fix(es/minifier): Perform DCE on the end (#10602)
  • 3facfe5 chore: Publish crates with swc_core v27.0.3
  • cc3bc4d fix(es/minifier): Fix inlining of arrows (#10604)
  • 964a560 fix(es/minifier): Fix top level detection of DCE (#10603)
  • 70bda6a feat(es/parser): Support parsing CommonJS (#10600)
  • 26eceed chore: Publish crates with swc_core v27.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

Features

Commits
  • 247f7f2 chore: Publish 1.12.1 with swc_core v27.0.4
  • 812fe41 chore: Update changelog
  • e005c15 chore: Publish 1.12.1-nightly-20250612.1 with swc_core v27.0.4
  • 2c524ad chore: Publish crates with swc_core v27.0.4
  • a97b149 fix(es/minifier): Perform DCE on the end (#10602)
  • 3facfe5 chore: Publish crates with swc_core v27.0.3
  • cc3bc4d fix(es/minifier): Fix inlining of arrows (#10604)
  • 964a560 fix(es/minifier): Fix top level detection of DCE (#10603)
  • 70bda6a feat(es/parser): Support parsing CommonJS (#10600)
  • 26eceed chore: Publish crates with swc_core v27.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

Features

Commits
  • 247f7f2 chore: Publish 1.12.1 with swc_core v27.0.4
  • 812fe41 chore: Update changelog
  • e005c15 chore: Publish 1.12.1-nightly-20250612.1 with swc_core v27.0.4
  • 2c524ad chore: Publish crates with swc_core v27.0.4
  • a97b149 fix(es/minifier): Perform DCE on the end (#10602)
  • 3facfe5 chore: Publish crates with swc_core v27.0.3
  • cc3bc4d fix(es/minifier): Fix inlining of arrows (#10604)
  • 964a560 fix(es/minifier): Fix top level detection of DCE (#10603)
  • 70bda6a feat(es/parser): Support parsing CommonJS (#10600)
  • 26eceed chore: Publish crates with swc_core v27.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

Features

Commits
  • 247f7f2 chore: Publish 1.12.1 with swc_core v27.0.4
  • 812fe41 chore: Update changelog
  • e005c15 chore: Publish 1.12.1-nightly-20250612.1 with swc_core v27.0.4
  • 2c524ad chore: Publish crates with swc_core v27.0.4
  • a97b149 fix(es/minifier): Perform DCE on the end (#10602)
  • 3facfe5 chore: Publish crates with swc_core v27.0.3
  • cc3bc4d fix(es/minifier): Fix inlining of arrows (#10604)
  • 964a560 fix(es/minifier): Fix top level detection of DCE (#10603)
  • 70bda6a feat(es/parser): Support parsing CommonJS (#10600)
  • 26eceed chore: Publish crates with swc_core v27.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

Features

Commits
Package Dependencies
Ecosystem:
npm
Version Change:
29.3.4 → 29.4.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.5.166 → 1.5.167
Update Type:
Patch
Package:
@swc/core
Ecosystem:
npm
Version Change:
1.12.0 → 1.12.1
Update Type:
Patch
Package:
babel-jest
Ecosystem:
npm
Version Change:
29.7.0 → 30.0.0
Update Type:
Major
Ecosystem:
npm
Version Change:
1.12.0 → 1.12.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.12.0 → 1.12.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.12.0 → 1.12.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.12.0 → 1.12.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.12.0 → 1.12.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.12.0 → 1.12.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.12.0 → 1.12.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.12.0 → 1.12.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.12.0 → 1.12.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.12.0 → 1.12.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
6.1.1 → 7.0.0
Update Type:
Major
Ecosystem:
npm
Version Change:
4.0.2 → 5.0.1
Update Type:
Major
Ecosystem:
npm
Version Change:
29.7.0 → 30.0.0
Update Type:
Major
Ecosystem:
npm
Version Change:
29.6.3 → 30.0.0
Update Type:
Major
Ecosystem:
npm
Version Change:
29.6.3 → 30.0.0
Update Type:
Major
Ecosystem:
npm
Version Change:
29.6.3 → 30.0.0
Update Type:
Major
Ecosystem:
npm
Version Change:
29.7.0 → 30.0.0
Update Type:
Major
Ecosystem:
npm
Version Change:
5.2.1 → 6.0.3
Update Type:
Major
Package:
jest-worker
Ecosystem:
npm
Version Change:
29.7.0 → 30.0.0
Update Type:
Major
Technical Details
ID: 1529219
UUID: 2589040463
Node ID: PR_kwDONiXIMs6aUZ9P
Host: GitHub
Repository: mattfsourcecode/node-graphql-code-test
Merge State: Unknown