Skip to content

chore(deps): update jest monorepo (major) #10313

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 13, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/jest (source) 28.1.8 -> 30.0.0 age adoption passing confidence
@types/jest (source) ^27.5.2 -> ^30.0.0 age adoption passing confidence
babel-jest (source) 29.7.0 -> 30.0.2 age adoption passing confidence
jest (source) 28.1.3 -> 30.0.3 age adoption passing confidence
jest-diff (source) ^23.0.0 || ^24.0.0 || ^25.0.0 || ^26.0.0 || ^27.0.0 || ^28.0.0 || ^29.0.0 -> ^23.0.0 || ^24.0.0 || ^25.0.0 || ^26.0.0 || ^27.0.0 || ^28.0.0 || ^29.0.0 || ^30.0.0 age adoption passing confidence
jest-docblock (source) 29.7.0 -> 30.0.1 age adoption passing confidence
jest-runner (source) 28.1.3 -> 30.0.3 age adoption passing confidence
ts-jest (source) 28.0.8 -> 29.4.0 age adoption passing confidence

Release Notes

jestjs/jest (babel-jest)

v30.0.2

Compare Source

Fixes
  • [jest-matcher-utils] Make 'deepCyclicCopyObject' safer by setting descriptors to a null-prototype object (#​15689)
  • [jest-util] Make garbage collection protection property writable (#​15689)

v30.0.1

Compare Source

Features
  • [jest-resolver] Implement the defaultAsyncResolver (#​15679)
Fixes
  • [jest-resolver] Resolve builtin modules correctly (#​15683)
  • [jest-environment-node, jest-util] Avoid setting globals cleanup protection symbol when feature is off (#​15684)
Chore & Maintenance
  • [*] Remove and deprecate jest-repl package (#​15673)
  • [jest-resolver] Replace custom isBuiltinModule with node's isBuiltin (#​15685)

v30.0.0

Compare Source

kulshekhar/ts-jest (ts-jest)

v29.4.0

Compare Source

Features

v29.3.4

Compare Source

Bug Fixes
  • fix: fix TsJestTransformerOptions type (3b11e29), closes #​4247
  • fix(cli): fix wrong path for preset creator fns (249eb2c)
  • fix(config): disable rewriteRelativeImportExtensions always (9b1f472), closes #​4855

v29.3.3

Compare Source

Bug Fixes

v29.3.2

Compare Source

Bug Fixes
  • fix: transpile js files from node_modules whenever Jest asks (968370e), closes #​4637

v29.3.1

Compare Source

Bug Fixes
  • fix: allow isolatedModules mode to have ts.Program under Node16/Next (25157eb)
  • fix: improve message for isolatedModules of ts-jest config (547eb6f)

v29.3.0

Compare Source

Features
  • feat: support hybrid module values for isolatedModules: true (f372121)
Bug Fixes
  • fix: set customConditions to undefined in TsCompiler (b091d70), closes #​4620
Code Refactoring
  • refactor: remove manual version checker (89458fc)
  • refactor: remove patching deps based on version checker (bac4c43)
  • refactor: deprecate RawCompilerOptions interface (2b1b6cd)
  • refactor: deprecate transform option isolatedModules (7dfef71)

v29.2.6

Compare Source

v29.2.5

Compare Source

v29.2.4

Compare Source

v29.2.3

Compare Source

v29.2.2

Compare Source

v29.2.1

Compare Source

v29.2.0

Compare Source

Bug Fixes
  • fix: don't show warning message with Node16/NodeNext (99c4f49), closes #​4266
Features
  • feat(cli): allow migrating cjs presets to transform config (22fb027)
  • feat(presets): add util functions to create ESM presets (06f78ed), close #​4200
  • feat(presets): add util functions to create CJS presets (f9cc3c0), close #​4200
Code refactoring
  • refactor: replace lodash deps with native js implementation (40f1708)
  • refactor: use TsJestTransformerOptions type everywhere possibly (7d001be)
  • refactor(cli): use new preset util functions to initialize test config (c2b56ca)
  • refactor(presets): use create preset util functions for cjs presets (922d6d0)
  • test: switch react-app to use Vite (827c8ad)

v29.1.5

Compare Source

v29.1.4

Compare Source

v29.1.3

Compare Source

v29.1.2

Compare Source

Bug Fixes

v29.1.1

Compare Source

Security Fixes
  • bump semver to 7.5.3

v29.1.0

Compare Source

Features
29.0.5 (2023-01-13)
Reverts

v29.0.5

Compare Source

v29.0.4

Compare Source

Bug Fixes

v29.0.3

Compare Source

Bug Fixes
Features
  • add useESM option to pathsToModuleNameMapper options (#​3792) (eabe906)

v29.0.2

Compare Source

Bug Fixes

v29.0.1

Compare Source

Bug Fixes
  • legacy: include existing globals config in cached config (#​3803) (e79be47)
Features
  • add typings for ts-jest options via transform config (#​3805) (664b0f2)

v29.0.0

Compare Source

Features
DEPRECATIONS
  • Define ts-jest config under globals is now deprecated. Please define the config via transformer config instead.
BREAKING CHANGES
  • Only Node 14, 16 and 18 are supported
  • Jest 29 is required.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

changeset-bot bot commented Mar 13, 2025

⚠️ No Changeset found

Latest commit: 04cba32

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor

github-actions bot commented Mar 13, 2025

💻 Website Preview

The latest changes are available as preview in: https://pr-10313.graphql-code-generator.pages.dev

@renovate renovate bot force-pushed the renovate/major-jest-monorepo branch from f59ae59 to c4d8619 Compare March 14, 2025 00:28
@renovate renovate bot force-pushed the renovate/major-jest-monorepo branch from c4d8619 to 1385e9a Compare March 24, 2025 06:41
Copy link
Contributor

github-actions bot commented Mar 24, 2025

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
@graphql-codegen/cli 5.0.6-alpha-20250504151016-f956e224995b7816a031484d748caad4bd4d1119 npm ↗︎ unpkg ↗︎
@graphql-codegen/typescript-operations 4.6.1-alpha-20250504151016-f956e224995b7816a031484d748caad4bd4d1119 npm ↗︎ unpkg ↗︎
@graphql-codegen/typescript-resolvers 4.5.1-alpha-20250504151016-f956e224995b7816a031484d748caad4bd4d1119 npm ↗︎ unpkg ↗︎
@graphql-codegen/client-preset 4.8.1-alpha-20250504151016-f956e224995b7816a031484d748caad4bd4d1119 npm ↗︎ unpkg ↗︎
@graphql-codegen/graphql-modules-preset 4.0.17-alpha-20250504151016-f956e224995b7816a031484d748caad4bd4d1119 npm ↗︎ unpkg ↗︎

@renovate renovate bot force-pushed the renovate/major-jest-monorepo branch from 1385e9a to 4228422 Compare March 31, 2025 23:50
@renovate renovate bot force-pushed the renovate/major-jest-monorepo branch from 4228422 to c9cf95b Compare April 13, 2025 10:58
@renovate renovate bot force-pushed the renovate/major-jest-monorepo branch from c9cf95b to f956e22 Compare May 4, 2025 15:08
@renovate renovate bot force-pushed the renovate/major-jest-monorepo branch from f956e22 to 5edb2c8 Compare May 6, 2025 13:46
@renovate renovate bot force-pushed the renovate/major-jest-monorepo branch from 5edb2c8 to c723611 Compare May 14, 2025 16:58
@renovate renovate bot force-pushed the renovate/major-jest-monorepo branch from c723611 to e647a88 Compare May 16, 2025 18:26
@renovate renovate bot force-pushed the renovate/major-jest-monorepo branch from e647a88 to 5152d3a Compare June 5, 2025 13:06
@renovate renovate bot force-pushed the renovate/major-jest-monorepo branch from 5152d3a to ad90999 Compare June 10, 2025 05:41
@renovate renovate bot changed the title chore(deps): update jest monorepo to v29 (major) chore(deps): update jest monorepo (major) Jun 10, 2025
@renovate renovate bot force-pushed the renovate/major-jest-monorepo branch from ad90999 to 8a98c47 Compare June 12, 2025 05:58
@renovate renovate bot force-pushed the renovate/major-jest-monorepo branch 2 times, most recently from e29e95e to 3f0aa1d Compare June 23, 2025 12:44
@renovate renovate bot force-pushed the renovate/major-jest-monorepo branch from 3f0aa1d to 04cba32 Compare June 25, 2025 01:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants