chore(deps-dev): bump the dev-dependencies group across 1 directory with 6 updates - #574
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/reference-lib/dev-dependencies-8cef93f11d
branch
from
July 21, 2026 21:39
79bf9ea to
d9864ea
Compare
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/reference-lib/dev-dependencies-8cef93f11d
branch
3 times, most recently
from
August 5, 2026 19:30
d114f3c to
875b03d
Compare
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/reference-lib/dev-dependencies-8cef93f11d
branch
2 times, most recently
from
August 17, 2026 00:04
a101553 to
b0570a5
Compare
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/reference-lib/dev-dependencies-8cef93f11d
branch
from
August 24, 2026 00:04
b0570a5 to
b88bf6d
Compare
Collaborator
|
@dependabot recreate |
…ith 6 updates Bumps the dev-dependencies group with 6 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` | | [tslib](https://github.com/Microsoft/tslib) | `2.6.2` | `2.8.1` | | [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `29.7.0` | `30.4.2` | | [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.14` | `30.0.0` | | [rollup](https://github.com/rollup/rollup) | `4.62.3` | `4.62.5` | | [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.3.4` | `29.4.12` | 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 `tslib` from 2.6.2 to 2.8.1 - [Release notes](https://github.com/Microsoft/tslib/releases) - [Commits](microsoft/tslib@v2.6.2...v2.8.1) Updates `jest` from 29.7.0 to 30.4.2 - [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.4.2/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.62.3 to 4.62.5 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.62.3...v4.62.5) Updates `ts-jest` from 29.3.4 to 29.4.12 - [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.12) --- updated-dependencies: - dependency-name: "@rollup/plugin-typescript" dependency-version: 12.3.0 dependency-type: direct:development update-type: version-update:semver-minor 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.4.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: rollup dependency-version: 4.62.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: ts-jest dependency-version: 29.4.11 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: tslib dependency-version: 2.8.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/reference-lib/dev-dependencies-8cef93f11d
branch
from
August 24, 2026 14:45
b88bf6d to
93ea1ab
Compare
This file contains hidden or 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
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.
Bumps the dev-dependencies group with 6 updates in the /reference-lib directory:
12.1.212.3.02.6.22.8.129.7.030.4.229.5.1430.0.04.62.34.62.529.3.429.4.12Updates
@rollup/plugin-typescriptfrom 12.1.2 to 12.3.0Changelog
Sourced from @rollup/plugin-typescript's changelog.
Commits
973054dchore(release): typescript v12.3.0b6f027bfeat(typescript): expose latest Program to transformers in watch mode (#1923)a9cdbb5chore(release): typescript v12.2.089fa680feat(typescript): process .js when allowJs is enabled (#1920)ad58c8dchore(release): typescript v12.1.4a569848fix(typescript): revert #1653 (#1880)a209058chore(release): typescript v12.1.340a38b1fix(typescript): fixes #1652 compile when source exists anywhere in the worki...Updates
tslibfrom 2.6.2 to 2.8.1Release notes
Sourced from tslib's releases.
Commits
d72d6f72.8.111fa982Merge pull request #275 from microsoft/bug/es5-compat3c532ebRemove use of ES2015 syntaxb0076c4Include non-enumerable keys in __importStar helper (#272)7c11588Add missing registry-url parameter1fec667Merge pull request #271 from microsoft/fix-publish097e99eFix publish workflowca5f7fb2.8.02334267Merge pull request #270 from microsoft/rewriteRelativeImportExtensionc4cde74Missed updateUpdates
jestfrom 29.7.0 to 30.4.2Release notes
Sourced from jest's releases.
... (truncated)
Changelog
Sourced from jest's changelog.
... (truncated)
Commits
746f2a0v30.4.2b3b4a09v30.4.15cbb21ev30.4.0db7141afix: allowcollectCoverageandcoverageProviderin project config (#16132)efb59c2v30.3.096c53d3feat(jest-config): adddefineConfigandmergeConfigfunctions (#15844)855864ev30.2.0da9b532v30.1.3ebfa31cv30.1.2d347c0fv30.1.1Updates
@types/jestfrom 29.5.14 to 30.0.0Commits
Updates
rollupfrom 4.62.3 to 4.62.5Release notes
Sourced from rollup's releases.
Changelog
Sourced from rollup's changelog.
Commits
c20402e4.62.5e24957aKeep the semicolon added after a replaced default export (#6468)4b6bc39chore(deps): update dtolnay/rust-toolchain digest to 4360b52 (#6476)62efc42fix(deps): update swc monorepo (major) (#6470)c937289chore(deps): update dependency eslint-plugin-unicorn to v73 (#6472)d652a69chore(deps): lock file maintenance (#6480)bd116c7chore(deps): lock file maintenance (#6479)10edaf7chore(deps): lock file maintenance (#6478)d42b0d6fix(deps): update minor/patch updates (#6477)bfda94ffix(deps): update minor/patch updates (#6469)Updates
ts-jestfrom 29.3.4 to 29.4.12Release notes
Sourced from ts-jest's releases.
Changelog
Sourced from ts-jest's changelog.
... (truncated)
Commits
3f05625chore(release): 29.4.12df28b27docs: clarify TypeScript version prerequisitesc8a614adocs: mention TypeScript 7 setup in README06c79d4fix: address TypeScript 7 review feedbackf107460docs: explain TypeScript 7 compatibility setup3388227test(e2e): add TypeScript compatibility matrix891dc73fix(compiler): support TypeScript 7 compatibility aliaseseb135ebbuild(deps-dev): bump shell-quote from 1.8.4 to 1.10.0 in /examplesd5d80a3ci: pin google osv scan action at v2.3.56bf293fbuild(deps): bump shell-quote from 1.8.4 to 1.10.0 in /websiteMaintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for ts-jest since your current version.