Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump babel-jest from 29.7.0 to 30.0.5#3632

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed

Conversation

@dependabot
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubJul 22, 2025
edited
Loading

Bumpsbabel-jest from 29.7.0 to 30.0.5.

Release notes

Sourced frombabel-jest's releases.

30.0.2

What's Changed

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)

Full Changelog:https://github.com/jestjs/jest/blob/main/CHANGELOG.md

Jest 30.0.1

What's Changed

Features

  • [jest-resolver] Implement thedefaultAsyncResolver (#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 deprecatejest-repl package (#15673)
  • [jest-resolver] Replace customisBuiltinModule with node'sisBuiltin (#15685)

New Contributors

Full Changelog:https://github.com/jestjs/jest/blob/main/CHANGELOG.md

Jest 30

Today we are happy to announce the release of Jest 30. This release features a substantial number of changes, fixes, and improvements. While it is one of the largest major releases of Jest ever, we admit that three years for a major release is too long. In the future, we are aiming to make more frequent major releases to keep Jest great for the next decade.

If you want to skip all the news and just get going, runnpm install jest@^30.0.0 and follow the migration guide:Upgrading from Jest 29 to 30.

Read the full blog post

Features

  • [*] RenamedglobalsCleanupMode toglobalsCleanup and--waitNextEventLoopTurnForUnhandledRejectionEvents to--waitForUnhandledRejections
  • [expect] AddArrayOf asymmetric matcher for validating array elements. (#15567)
  • [babel-jest] Add optionexcludeJestPreset to allow opting out ofbabel-preset-jest (#15164)
  • [expect] Revert#15038 to fixexpect(fn).toHaveBeenCalledWith(expect.objectContaining(...)) when there are multiple calls (#15508)
  • [jest-circus, jest-cli, jest-config] AddwaitNextEventLoopTurnForUnhandledRejectionEvents flag to minimise performance impact of correct detection of unhandled promise rejections introduced in#14315 (#14681)
  • [jest-circus] Add awaitBeforeRetry option tojest.retryTimes (#14738)
  • [jest-circus] Add aretryImmediately option tojest.retryTimes (#14696)
  • [jest-circus, jest-jasmine2] AllowsetupFilesAfterEnv to export an async function (#10962)
  • [jest-circus, jest-test-result] AddstartedAt timestamp inTestCaseResultObject withinonTestCaseResult (#15145)

... (truncated)

Changelog

Sourced frombabel-jest's changelog.

30.0.5

Features

  • [jest-config] AllowtestMatch to take a string value
  • [jest-worker] LetworkerIdleMemoryLimit accept 0 to always restart worker child processes

Fixes

  • [expect] Fixbigint error (#15702)

30.0.4

Features

  • [expect] TheInverse type is now exported (#15714)
  • [expect] feat: supportasync functions intoBe (#15704)

Fixes

  • [jest] jest --onlyFailures --listTests now correctly lists only failed tests (#15700)
  • [jest-snapshot] Handle line endings in snapshots (#15708)

30.0.3

Fixes

  • [jest-config] Fix ESM TS config loading in a CJS project (#15694)
  • [jest-core] jest --onlyFailures --listTests now correctly lists only failed tests(#15700)

Features

  • [jest-diff] Show non-printable control characters to diffs (#15696)

30.0.2

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)

30.0.1

Features

  • [jest-resolver] Implement thedefaultAsyncResolver (#15679)

Fixes

  • [jest-resolver] Resolve builtin modules correctly (#15683)

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting@dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabotdependabotbot added dependenciesPull requests that update a dependency file javascriptPull requests that update Javascript code labelsJul 22, 2025
@dependabotdependabotbotforce-pushed thedependabot/npm_and_yarn/babel-jest-30.0.5 branch 2 times, most recently from147db1e to78f1f34CompareAugust 18, 2025 09:38
Bumps [babel-jest](https://github.com/jestjs/jest/tree/HEAD/packages/babel-jest) from 29.7.0 to 30.0.5.- [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.0.5/packages/babel-jest)---updated-dependencies:- dependency-name: babel-jest  dependency-version: 30.0.5  dependency-type: direct:development  update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbotforce-pushed thedependabot/npm_and_yarn/babel-jest-30.0.5 branch from78f1f34 to2843114CompareAugust 18, 2025 09:47
@dependabot@github
Copy link
ContributorAuthor

dependabotbot commented on behalf ofgithubAug 27, 2025

Superseded by#3648.

@dependabotdependabotbot closed thisAug 27, 2025
@dependabotdependabotbot deleted the dependabot/npm_and_yarn/babel-jest-30.0.5 branchAugust 27, 2025 14:46
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update Javascript code

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant


[8]ページ先頭

©2009-2025 Movatter.jp