Skip to content

chore(deps-dev): bump the dev-dependencies group across 1 directory with 5 updates#427

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/reference-lib/dev-dependencies-87e3219ca7
Open

chore(deps-dev): bump the dev-dependencies group across 1 directory with 5 updates#427
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/reference-lib/dev-dependencies-87e3219ca7

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 23, 2025

Bumps the dev-dependencies group with 5 updates in the /reference-lib directory:

Package From To
@rollup/plugin-typescript 12.1.2 12.3.0
jest 29.7.0 30.3.0
@types/jest 29.5.14 30.0.0
rollup 4.41.0 4.60.2
ts-jest 29.3.4 29.4.9

Updates @rollup/plugin-typescript from 12.1.2 to 12.3.0

Changelog

Sourced from @​rollup/plugin-typescript's changelog.

v12.3.0

2025-10-23

Features

  • feat: expose latest Program to transformers in watch mode (#1923)

v12.2.0

2025-10-22

Features

  • feat: process .js when allowJs is enabled (#1920)

v12.1.4

2025-06-28

Bugfixes

v12.1.3

2025-06-17

Bugfixes

  • fix: fixes #1652 compile when source exists anywhere in the working directory (#1653)
Commits
  • 973054d chore(release): typescript v12.3.0
  • b6f027b feat(typescript): expose latest Program to transformers in watch mode (#1923)
  • a9cdbb5 chore(release): typescript v12.2.0
  • 89fa680 feat(typescript): process .js when allowJs is enabled (#1920)
  • ad58c8d chore(release): typescript v12.1.4
  • a569848 fix(typescript): revert #1653 (#1880)
  • a209058 chore(release): typescript v12.1.3
  • 40a38b1 fix(typescript): fixes #1652 compile when source exists anywhere in the worki...
  • See full diff in compare view

Updates jest from 29.7.0 to 30.3.0

Release notes

Sourced from jest's releases.

v30.3.0

Features

  • [jest-config] Add defineConfig and mergeConfig helpers for type-safe Jest config (#15844)
  • [jest-fake-timers] Add setTimerTickMode to configure how timers advance
  • [*] Reduce token usage when run through LLMs (3f17932)

Fixes

  • [jest-config] Keep CLI coverage output when using --json with --outputFile (#15918)
  • [jest-mock] Use Symbol from test environment (#15858)
  • [jest-reporters] Fix issue where console output not displayed for GHA reporter even with silent: false option (#15864)
  • [jest-runtime] Fix issue where user cannot utilize dynamic import despite specifying --experimental-vm-modules Node option (#15842)
  • [jest-test-sequencer] Fix issue where failed tests due to compilation errors not getting re-executed even with --onlyFailures CLI option (#15851)
  • [jest-util] Make sure process.features.require_module is false (#15867)

Chore & Maintenance

  • [*] Replace remaining micromatch uses with picomatch
  • [deps] Update to sinon/fake-timers v15
  • [docs] Update V30 migration guide to notify users on jest.mock() work with case-sensitive path (#15849)
  • Updated Twitter icon to match the latest brand guidelines (#15869)

30.2.0

Chore & Maintenance

  • [*] Update example repo for testing React Native projects (#15832)
  • [*] Update jest-watch-typeahead to v3 (#15830)

Features

  • [jest-environment-jsdom-abstract] Add support for JSDOM v27 (#15834)

Fixes

  • [babel-jest] Export the TransformerConfig interface (#15820)
  • [jest-config] Fix jest.config.ts with TS loader specified in docblock pragma (#15839)

30.1.3

Fixes

  • Fix unstable_mockModule with node: prefixed core modules.

30.1.2

Fixes

  • [jest-snapshot-utils] Correct snapshot header regexp to work with newline across OSes (#15803)

30.1.1

Fixes

... (truncated)

Changelog

Sourced from jest's changelog.

30.3.0

Features

  • [jest-config] Add defineConfig and mergeConfig helpers for type-safe Jest config (#15844)
  • [jest-fake-timers] Add setTimerTickMode to configure how timers advance
  • [*] Reduce token usage when run through LLMs (3f17932)

Fixes

  • [jest-config] Keep CLI coverage output when using --json with --outputFile (#15918)
  • [jest-mock] Use Symbol from test environment (#15858)
  • [jest-reporters] Fix issue where console output not displayed for GHA reporter even with silent: false option (#15864)
  • [jest-runtime] Fix issue where user cannot utilize dynamic import despite specifying --experimental-vm-modules Node option (#15842)
  • [jest-test-sequencer] Fix issue where failed tests due to compilation errors not getting re-executed even with --onlyFailures CLI option (#15851)
  • [jest-util] Make sure process.features.require_module is false (#15867)

Chore & Maintenance

  • [*] Replace remaining micromatch uses with picomatch
  • [deps] Update to sinon/fake-timers v15
  • [docs] Update V30 migration guide to notify users on jest.mock() work with case-sensitive path (#15849)
  • Updated Twitter icon to match the latest brand guidelines (#15869)

30.2.0

Chore & Maintenance

  • [*] Update example repo for testing React Native projects (#15832)
  • [*] Update jest-watch-typeahead to v3 (#15830)

Features

  • [jest-environment-jsdom-abstract] Add support for JSDOM v27 (#15834)

Fixes

  • [jest-matcher-utils] Fix infinite recursion with self-referential getters in deepCyclicCopyReplaceable (#15831)
  • [babel-jest] Export the TransformerConfig interface (#15820)
  • [jest-config] Fix jest.config.ts with TS loader specified in docblock pragma (#15839)

30.1.3

Fixes

  • Fix unstable_mockModule with node: prefixed core modules.

30.1.2

Fixes

... (truncated)

Commits

Updates @types/jest from 29.5.14 to 30.0.0

Commits

Updates rollup from 4.41.0 to 4.60.2

Release notes

Sourced from rollup's releases.

v4.60.2

4.60.2

2026-04-18

Bug Fixes

  • Resolve a variable rendering bug when generating different formats from the same build (#6350)

Pull Requests

v4.60.1

4.60.1

2026-03-30

Bug Fixes

  • Resolve a situation where side effect imports could be dropped due to a caching issue (#6286)

Pull Requests

... (truncated)

Changelog

Sourced from rollup's changelog.

4.60.2

2026-04-18

Bug Fixes

  • Resolve a variable rendering bug when generating different formats from the same build (#6350)

Pull Requests

4.60.1

2026-03-30

Bug Fixes

  • Resolve a situation where side effect imports could be dropped due to a caching issue (#6286)

Pull Requests

4.60.0

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for rollup since your current version.

Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


Updates ts-jest from 29.3.4 to 29.4.9

Release notes

Sourced from ts-jest's releases.

v29.4.9

Please refer to CHANGELOG.md for details.

v29.4.8

No release notes provided.

v29.4.7

Please refer to CHANGELOG.md for details.

v29.4.6

Please refer to CHANGELOG.md for details.

v29.4.5

Please refer to CHANGELOG.md for details.

v29.4.4

Please refer to CHANGELOG.md for details.

v29.4.3

Please refer to CHANGELOG.md for details.

v29.4.2

Please refer to CHANGELOG.md for details.

v29.4.1

Please refer to CHANGELOG.md for details.

v29.4.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from ts-jest's changelog.

29.4.7 (2026-04-01)

Features

29.4.6 (2025-12-01)

Bug Fixes

  • log hybrid module as warning instead of failing tests (#5144) (528d37c), closes #5130

29.4.5 (2025-10-10)

Bug Fixes

  • allow filtering modern module warning message with diagnostic code (c290d4d), , closes #5013

29.4.4 (2025-09-19)

Bug Fixes

29.4.3 (2025-09-17)

Bug Fixes

  • introduce transpilation option to replace isolatedModules option (#5044) (5868761)

29.4.2 (2025-09-15)

Bug Fixes

... (truncated)

Commits
  • bac2e77 chore(release): bump version to 29.4.9
  • f8a9cc9 fix: use correct registry for npm OIDC trusted publishing
  • e2eec26 fix: npm permissions
  • 263f2ac chore: remove npm auth token
  • 5df0e45 OIDC
  • f82c144 Merge pull request #5250 from kulshekhar/copilot/bump-patch-version
  • e6ec5ae Update CHANGELOG.md
  • 62c3199 Update CHANGELOG.md
  • 052e751 Bump patch version to 29.4.7
  • f79e77b Merge pull request #5249 from ext/feature/ts6-peer
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for ts-jest since your current version.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 23, 2025
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/reference-lib/dev-dependencies-87e3219ca7 branch from a156c20 to ad45756 Compare July 3, 2025 16:05
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/reference-lib/dev-dependencies-87e3219ca7 branch from ad45756 to 4aa36b6 Compare August 18, 2025 00:17
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/reference-lib/dev-dependencies-87e3219ca7 branch from 4aa36b6 to 65734e4 Compare September 1, 2025 01:49
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/reference-lib/dev-dependencies-87e3219ca7 branch from 65734e4 to 63a622d Compare September 29, 2025 00:10
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/reference-lib/dev-dependencies-87e3219ca7 branch from 63a622d to cfd5f47 Compare October 27, 2025 00:07
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/reference-lib/dev-dependencies-87e3219ca7 branch from cfd5f47 to 1cc66ec Compare November 10, 2025 00:08
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Nov 17, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@ryepup
Copy link
Copy Markdown
Collaborator

ryepup commented Nov 19, 2025

@dependabot recreate

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/reference-lib/dev-dependencies-87e3219ca7 branch from 1cc66ec to c8c34a0 Compare November 19, 2025 20:38
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/reference-lib/dev-dependencies-87e3219ca7 branch 2 times, most recently from ea9fc24 to a86f50e Compare December 15, 2025 00:05
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/reference-lib/dev-dependencies-87e3219ca7 branch from a86f50e to a63be34 Compare December 22, 2025 00:05
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/reference-lib/dev-dependencies-87e3219ca7 branch 2 times, most recently from 241a681 to 839b1e8 Compare January 5, 2026 00:05
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/reference-lib/dev-dependencies-87e3219ca7 branch from 839b1e8 to 22269e8 Compare January 19, 2026 00:09
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/reference-lib/dev-dependencies-87e3219ca7 branch from 22269e8 to cb15889 Compare February 2, 2026 00:07
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/reference-lib/dev-dependencies-87e3219ca7 branch 2 times, most recently from 7d9d1ef to aecf0e0 Compare March 2, 2026 00:07
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/reference-lib/dev-dependencies-87e3219ca7 branch 2 times, most recently from 636a79a to 180b925 Compare March 16, 2026 00:07
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/reference-lib/dev-dependencies-87e3219ca7 branch from 180b925 to d28553d Compare March 23, 2026 00:07
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/reference-lib/dev-dependencies-87e3219ca7 branch from d28553d to b524801 Compare March 30, 2026 00:07
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/reference-lib/dev-dependencies-87e3219ca7 branch from b524801 to 67faf3c Compare April 6, 2026 00:07
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/reference-lib/dev-dependencies-87e3219ca7 branch from 67faf3c to cd03aec Compare April 13, 2026 00:07
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/reference-lib/dev-dependencies-87e3219ca7 branch from cd03aec to 596cf74 Compare April 20, 2026 00:08
…ith 5 updates

Bumps the dev-dependencies group with 5 updates in the /reference-lib directory:

| Package | From | To |
| --- | --- | --- |
| [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript) | `12.1.2` | `12.3.0` |
| [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `29.7.0` | `30.3.0` |
| [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.14` | `30.0.0` |
| [rollup](https://github.com/rollup/rollup) | `4.41.0` | `4.60.2` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.3.4` | `29.4.9` |



Updates `@rollup/plugin-typescript` from 12.1.2 to 12.3.0
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/typescript-v12.3.0/packages/typescript)

Updates `jest` from 29.7.0 to 30.3.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.3.0/packages/jest)

Updates `@types/jest` from 29.5.14 to 30.0.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Updates `rollup` from 4.41.0 to 4.60.2
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.41.0...v4.60.2)

Updates `ts-jest` from 29.3.4 to 29.4.9
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.3.4...v29.4.9)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-typescript"
  dependency-version: 12.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@types/jest"
  dependency-version: 30.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: jest
  dependency-version: 30.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: rollup
  dependency-version: 4.44.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: ts-jest
  dependency-version: 29.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/reference-lib/dev-dependencies-87e3219ca7 branch from 596cf74 to 07d0bd1 Compare April 27, 2026 00:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant