chore: bump jest and @types/jest - #414
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
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.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) --- updated-dependencies: - dependency-name: jest dependency-version: 30.3.0 dependency-type: direct:development update-type: version-update:semver-major - dependency-name: "@types/jest" dependency-version: 30.0.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-d4eba38f0e
branch
from
March 30, 2026 00:45
20b9925 to
3f0caf3
Compare
4 tasks
kentkwu
added a commit
to kentkwu/arrow-js
that referenced
this pull request
Sep 4, 2026
Bumps jest 29.7.0 -> 30.3.0 and @types/jest 29.5.14 -> 30.0.0 (from dependabot apache#414), which also requires bumping ts-jest 29.1.4 -> 29.4.12 for jest ^30 peer support. ts-jest 29.4 no longer silently rewrites `module: CommonJS` to ESM when `useESM: true`, so `test/tsconfig/tsconfig.apache-arrow.json` now uses `module: NodeNext` like every other ESM test tsconfig. Without this, every suite in test:apache-arrow crashes with `ReferenceError: exports is not defined`.
kou
pushed a commit
that referenced
this pull request
Sep 4, 2026
## Summary Supersedes the stale dependabot PR #414, which failed CI on jest 30's dropped compat and has had auto-rebases disabled for >30 days. Two additional fixes on top of the version bumps are needed to get the test matrix green. - `package.json` / `package-lock.json` — jest 29.7.0 -> 30.3.0, @types/jest 29.5.14 -> 30.0.0, and ts-jest 29.1.4 -> 29.4.12 (first ts-jest release with `jest ^30` peer support) - `test/tsconfig/tsconfig.apache-arrow.json` — `module: CommonJS` -> `NodeNext`, matching every other ESM test tsconfig. ts-jest 29.4 no longer rewrites `module: CommonJS` to ESM under `useESM: true`, so the mismatched pair emitted CJS output that jest then loaded as ESM, crashing every `test:apache-arrow` suite with `ReferenceError: exports is not defined`. No runtime dependencies changed and no `src/` files were touched, so there is no client-visible surface change. ## Test Plan - [x] `npm run lint:ci` - [x] `npm run build` - [x] `npm test` — all 13 targets (ts, src, apache-arrow, es5/es2015/esnext x cjs/esm/umd) pass - [x] `npm run test:bundle` — esbuild, rollup, and webpack bundles built and executed clean ## Related - Supersedes #414
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 jest and @types/jest. These dependencies needed to be updated together.
Updates
jestfrom 29.7.0 to 30.3.0Release notes
Sourced from jest's releases.
... (truncated)
Changelog
Sourced from jest's changelog.
... (truncated)
Commits
efb59c2v30.3.096c53d3feat(jest-config): adddefineConfigandmergeConfigfunctions (#15844)855864ev30.2.0da9b532v30.1.3ebfa31cv30.1.2d347c0fv30.1.14d5f41dv30.1.022236cfv30.0.5f4296d2v30.0.4d4a6c94v30.0.3Updates
@types/jestfrom 29.5.14 to 30.0.0Commits