fix(deps): bump the jest group across 1 directory with 6 updates - #442
Open
dependabot[bot] wants to merge 1 commit into
Open
fix(deps): bump the jest group across 1 directory with 6 updates#442dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
View your CI Pipeline Execution ↗ for commit be680f9
💡 Verify your cache is correct by running tasks in a sandbox. Read docs ↗ ☁️ Nx Cloud last updated this comment at |
Bumps the jest group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@jest/types](https://github.com/jestjs/jest/tree/HEAD/packages/jest-types) | `29.6.3` | `30.5.1` | | [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `29.7.0` | `30.5.1` | | [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.12` | `30.0.0` | | [jest-environment-node](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-node) | `29.7.0` | `30.5.1` | | [jest-junit](https://github.com/jest-community/jest-junit) | `16.0.0` | `17.0.0` | | [jest-diff](https://github.com/jestjs/jest/tree/HEAD/packages/jest-diff) | `29.7.0` | `30.5.1` | Updates `@jest/types` from 29.6.3 to 30.5.1 - [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.1/packages/jest-types) Updates `jest` from 29.7.0 to 30.5.1 - [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.1/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) Updates `jest-environment-node` from 29.7.0 to 30.5.1 - [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.1/packages/jest-environment-node) Updates `jest-junit` from 16.0.0 to 17.0.0 - [Release notes](https://github.com/jest-community/jest-junit/releases) - [Commits](jest-community/jest-junit@v16.0.0...v17.0.0) Updates `jest-diff` from 29.7.0 to 30.5.1 - [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.1/packages/jest-diff) --- updated-dependencies: - dependency-name: "@jest/types" dependency-version: 30.5.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: jest - dependency-name: "@types/jest" dependency-version: 30.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: jest - dependency-name: jest dependency-version: 30.5.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: jest - dependency-name: jest-diff dependency-version: 30.5.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: jest - dependency-name: jest-environment-node dependency-version: 30.5.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: jest - dependency-name: jest-junit dependency-version: 17.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: jest ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/jest-b3676a206f
branch
from
September 10, 2026 12:55
c7297d5 to
be680f9
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 jest group with 6 updates in the / directory:
29.6.330.5.129.7.030.5.129.5.1230.0.029.7.030.5.116.0.017.0.029.7.030.5.1Updates
@jest/typesfrom 29.6.3 to 30.5.1Release notes
Sourced from @jest/types's releases.
... (truncated)
Changelog
Sourced from @jest/types's changelog.
... (truncated)
Commits
9ab14fev30.5.1ea7258efix(jest-config): only warn about global-only options where they're actually ...912baa3v30.5.0051594d[jest-circus] Add describe-level retries (#16322)b0aa181fix(@jest/transform): key transform caches on the caller support flags (#16331)a189ce0fix(jest-message-util): print inner errors of AggregateError test failures (#...8556037feat(collect-tests): expand .each and report accurate per-status counts (#16259)01e18c6chore: update some more deps (#16299)d43a0aefix(expect): accept class instances in toMatchObject and objectContaining (#1...d6cdf48chore(haste-map): replacewalkerand hand-rolled traversal withfdir(#16...Updates
jestfrom 29.7.0 to 30.5.1Release notes
Sourced from jest's releases.
... (truncated)
Changelog
Sourced from jest's changelog.
... (truncated)
Commits
9ab14fev30.5.1912baa3v30.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.0Updates
@types/jestfrom 29.5.12 to 30.0.0Commits
Updates
jest-environment-nodefrom 29.7.0 to 30.5.1Release notes
Sourced from jest-environment-node's releases.
... (truncated)
Changelog
Sourced from jest-environment-node's changelog.
... (truncated)
Commits
9ab14fev30.5.1be425a0docs: explainglobalsCleanupand point the JEST-01 warning at it (#16404)912baa3v30.5.05671583fix: stop resolving lazy globals when setting up an environment (#16324)5982001fix: only warn about a conflictingglobalsCleanupmode when one was set (#1...b91717achore: refresh coding agent instructions (#16182)b3b4a09v30.4.15cbb21ev30.4.035eac0efix(node-env): do not warn onlocalStorageunless actually accessed (#16086)6886816chore: enable node protocol in imports (#16077)Updates
jest-junitfrom 16.0.0 to 17.0.0Release notes
Sourced from jest-junit's releases.
Commits
20d8f14v17.0.0c91dd20Merge pull request #284 from palmerj3/upgrade-uuid-148ff39eeUpgrade uuid to 14.0.0e866b5fAdd CODEOWNERS33a5a8bMerge pull request #278 from jest-community/update-ci-versionsf33e1f2Update to Jest 30.2.0 and regenerate snapshots81c9775NPM audit fix50e2666Convert from yarn to npmb4a7e14Add snapshot update command to CLAUDE.mdb56a503Simplify CI to test only Jest 30.xUpdates
jest-difffrom 29.7.0 to 30.5.1Release notes
Sourced from jest-diff's releases.
... (truncated)
Changelog
Sourced from jest-diff's changelog.