Bump jest and @types/jest - #545
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/multi-8759bfd499
branch
from
September 2, 2026 03:43
e7493c8 to
0a15d46
Compare
Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) and [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest). These dependencies needed to be updated together. Updates `jest` from 29.7.0 to 30.5.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.5.0/packages/jest) Updates `@types/jest` from 29.5.12 to 30.0.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) --- updated-dependencies: - dependency-name: "@types/jest" dependency-version: 30.0.0 dependency-type: direct:development update-type: version-update:semver-major - dependency-name: jest dependency-version: 30.5.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/multi-8759bfd499
branch
from
September 2, 2026 03:47
0a15d46 to
e6073cd
Compare
cinar
added a commit
that referenced
this pull request
Sep 3, 2026
## Summary Consolidates four of the five currently-open Dependabot PRs into a single update: | Package | From | To | Dependabot PR | |---|---|---|---| | `jest` | 29.7.0 | 30.5.1 | #545 | | `@types/jest` | 29.5.12 | 30.0.0 | #545 | | `ts-jest` | 29.1.2 | 29.4.12 | #567 | | `@typescript-eslint/eslint-plugin` | 7.6.0 | 8.69.0 | #568 | | `@typescript-eslint/parser` | 7.6.0 | 8.69.0 | #544 | **`typescript` is intentionally NOT bumped** (stays `^5.4.5`). Dependabot PR **#548** (typescript β 7.0.2) is left out and should stay open: `@typescript-eslint` 8.68/8.69's `peerDependencies` caps TypeScript support at `>=4.8.4 <6.1.0` β it does not support TypeScript 7 at all yet, even at its latest release. Installing both together fails npm's peer resolution outright, and forcing past that (`--legacy-peer-deps`) would run type-aware ESLint rules against a TypeScript version they were never tested against. This should wait for `@typescript-eslint` to add TS7 support upstream. ## Verification - `npx tsc --noEmit` β clean - `npm run build` (esbuild ESM+CJS bundles, `tsc --emitDeclarationOnly`) β succeeds - `npx eslint --resolve-plugins-relative-to .` β clean (`--resolve-plugins-relative-to` needed only because of a nested-worktree plugin-path ambiguity in my local dev setup, not a real project issue) - `npx jest` (full suite) β 64 suites / 168 tests pass - `npm audit` β vulnerability count actually *drops* (8 β 4) since jest 30 pulls in fixed transitive deps; the remaining 4 are pre-existing (ajv/esbuild/js-yaml/picomatch) and unrelated to the packages bumped here ## Next steps Once merged, Dependabot PRs #544, #545, #567, #568 can be closed (superseded by this PR). #548 should stay open until typescript-eslint supports TS7. π€ Generated with [Claude Code](https://claude.com/claude-code) https://claude.ai/code/session_0153qaKFDsDvQsovMzpEvRbi --------- Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
Owner
|
Superseded by #569, which bundles this update together with the other compatible dependency bumps. |
Contributor
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
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.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps jest and @types/jest. These dependencies needed to be updated together.
Updates
jestfrom 29.7.0 to 30.5.0Release notes
Sourced from jest's releases.
... (truncated)
Changelog
Sourced from jest's changelog.
... (truncated)
Commits
912baa3v30.5.0b91717achore: refresh coding agent instructions (#16182)746f2a0v30.4.2b3b4a09v30.4.15cbb21ev30.4.0db7141afix: allowcollectCoverageandcoverageProviderin project config (#16132)efb59c2v30.3.096c53d3feat(jest-config): adddefineConfigandmergeConfigfunctions (#15844)855864ev30.2.0da9b532v30.1.3Updates
@types/jestfrom 29.5.12 to 30.0.0Commits