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

chore(deps-dev): bump jest from 28.1.3 to 29.5.0#53

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

Merged
lindseywild merged 1 commit intomainfromdependabot/npm_and_yarn/jest-29.5.0
Jun 1, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubJun 1, 2023
edited
Loading

Bumpsjest from 28.1.3 to 29.5.0.

Release notes

Sourced fromjest's releases.

v29.5.0

Features

  • [jest-changed-files] Support Sapling (#13941)
  • [jest-circus, @jest/cli, jest-config] Add feature to randomize order of tests via CLI flag or through the config file(#12922)
  • [jest-cli, jest-config, @jest/core, jest-haste-map, @jest/reporters, jest-runner, jest-runtime, @jest/types] AddworkerThreads configuration option to allow usingworker threads for parallelization (#13939)
  • [jest-cli] ExportyargsOptions (#13970)
  • [jest-config] AddopenHandlesTimeout option to configure possible open handles warning. (#13875)
  • [@jest/create-cache-key-function] Allow passinglength argument tocreateCacheKey() function and set its default value to16 on Windows (#13827)
  • [jest-message-util] Add support forAggregateError (#13946 &#13947)
  • [jest-message-util] Add support forError causes intest andit (#13935 &#13966)
  • [jest-reporters] AddsummaryThreshold option to summary reporter to allow overriding the internal threshold that is used to print the summary of all failed tests when the number of test suites surpasses it (#13895)
  • [jest-runtime] Expose@sinonjs/fake-timers async APIs functionsadvanceTimersByTimeAsync(msToRun) (tickAsync(msToRun)),advanceTimersToNextTimerAsync(steps) (nextAsync),runAllTimersAsync (runAllAsync), andrunOnlyPendingTimersAsync (runToLastAsync) (#13981)
  • [jest-runtime, @jest/transform] Allow V8 coverage provider to collect coverage from files which were not loaded explicitly (#13974)
  • [jest-snapshot] Add support tocts andmts TypeScript files to inline snapshots (#13975)
  • [jest-worker] Addstart method to worker farms (#13937)
  • [jest-worker] Support passing a URL as path to worker (#13982)

Fixes

  • [babel-plugin-jest-hoist] Fix unwanted hoisting of nestedjest usages (#13952)
  • [jest-circus] Send test case results fortodo tests (#13915)
  • [jest-circus] Update message printed on test timeout (#13830)
  • [jest-circus] Avoid creating the word "testfalse" whentakesDoneCallback isfalse in the message printed on test timeout AND updated timeouts test (#13954)
  • [jest-environment-jsdom] Stop settingdocument tonull on teardown (#13972)
  • [@jest/expect-utils] UpdatetoStrictEqual() to be able to checkjest.fn().mock.calls (#13960)
  • [@jest/test-result] AllowTestResultsProcessor type to return a Promise (#13950)

Chore & Maintenance

  • [jest-snapshot] Remove dependency onjest-haste-map (#13977)

New Contributors

Full Changelog:jestjs/jest@v29.4.3...v29.5.0

v29.4.3

Features

  • [expect] UpdatetoThrow() to be able to use errorcauses (#13606)
  • [jest-core] allow to useworkerIdleMemoryLimit with only 1 worker orrunInBand option (#13846)
  • [jest-message-util] Add support forerrorcauses (#13868 &#13912)

... (truncated)

Changelog

Sourced fromjest's changelog.

29.5.0

Features

  • [jest-changed-files] Support Sapling (#13941)
  • [jest-circus, @jest/cli, jest-config] Add feature to randomize order of tests via CLI flag or through the config file(#12922)
  • [jest-cli, jest-config, @jest/core, jest-haste-map, @jest/reporters, jest-runner, jest-runtime, @jest/types] AddworkerThreads configuration option to allow usingworker threads for parallelization (#13939)
  • [jest-cli] ExportyargsOptions (#13970)
  • [jest-config] AddopenHandlesTimeout option to configure possible open handles warning. (#13875)
  • [@jest/create-cache-key-function] Allow passinglength argument tocreateCacheKey() function and set its default value to16 on Windows (#13827)
  • [jest-message-util] Add support forAggregateError (#13946 &#13947)
  • [jest-message-util] Add support forError causes intest andit (#13935 &#13966)
  • [jest-reporters] AddsummaryThreshold option to summary reporter to allow overriding the internal threshold that is used to print the summary of all failed tests when the number of test suites surpasses it (#13895)
  • [jest-runtime] Expose@sinonjs/fake-timers async APIs functionsadvanceTimersByTimeAsync(msToRun) (tickAsync(msToRun)),advanceTimersToNextTimerAsync(steps) (nextAsync),runAllTimersAsync (runAllAsync), andrunOnlyPendingTimersAsync (runToLastAsync) (#13981)
  • [jest-runtime, @jest/transform] Allow V8 coverage provider to collect coverage from files which were not loaded explicitly (#13974)
  • [jest-snapshot] Add support tocts andmts TypeScript files to inline snapshots (#13975)
  • [jest-worker] Addstart method to worker farms (#13937)
  • [jest-worker] Support passing a URL as path to worker (#13982)

Fixes

  • [babel-plugin-jest-hoist] Fix unwanted hoisting of nestedjest usages (#13952)
  • [jest-circus] Send test case results fortodo tests (#13915)
  • [jest-circus] Update message printed on test timeout (#13830)
  • [jest-circus] Avoid creating the word "testfalse" whentakesDoneCallback isfalse in the message printed on test timeout AND updated timeouts test (#13954)
  • [jest-environment-jsdom] Stop settingdocument tonull on teardown (#13972)
  • [@jest/expect-utils] UpdatetoStrictEqual() to be able to checkjest.fn().mock.calls (#13960)
  • [@jest/test-result] AllowTestResultsProcessor type to return a Promise (#13950)

Chore & Maintenance

  • [jest-snapshot] Remove dependency onjest-haste-map (#13977)

29.4.3

Features

  • [expect] UpdatetoThrow() to be able to use errorcauses (#13606)
  • [jest-core] allow to useworkerIdleMemoryLimit with only 1 worker orrunInBand option (#13846)
  • [jest-message-util] Add support forerrorcauses (#13868 &#13912)
  • [jest-runtime] Revertimport assertions for JSON modules as it's been relegated to Stage 2 (#13911)

Fixes

  • [@jest/expect-utils]subsetEquality should consider also an object's inherited string keys (#13824)
  • [jest-mock] Clear mock state whenjest.restoreAllMocks() is called (#13867)
  • [jest-mock] PreventmockImplementationOnce andmockReturnValueOnce bleeding intowithImplementation (#13888)
  • [jest-mock] Do not restore mocks whenjest.resetAllMocks() is called (#13866)

29.4.2

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)

@dependabotdependabotbot requested a review froma team as acode ownerJune 1, 2023 14:52
@dependabotdependabotbot requested a review fromits-miaJune 1, 2023 14:52
@dependabotdependabotbot added dependenciesPull requests that update a dependency file javascriptPull requests that update Javascript code labelsJun 1, 2023
@accessibility-bot
Copy link
Collaborator

👋 Hello and thanks for pinging us! You've entered ourfirst responder queue. An accessibility first responder will review this soon.

  • 💻 On PRs for our review: please provide a review environment with steps to validate, screenshots (with alt text), or videos (with description following) demonstrating functionality we should be checking. This will help speed up our review and feedback cycle.
  • ⚠️If this is urgent, please visit us in#accessibility on Slack and tag the first responder(s) listed in the channel topic.

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 28.1.3 to 29.5.0.- [Release notes](https://github.com/facebook/jest/releases)- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)- [Commits](https://github.com/facebook/jest/commits/v29.5.0/packages/jest)---updated-dependencies:- dependency-name: jest  dependency-type: direct:development  update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbotforce-pushed thedependabot/npm_and_yarn/jest-29.5.0 branch from57087f6 tocce9181CompareJune 1, 2023 16:23
@lindseywildlindseywild merged commit1d18df3 intomainJun 1, 2023
@lindseywildlindseywild deleted the dependabot/npm_and_yarn/jest-29.5.0 branchJune 1, 2023 16:24
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@lindseywildlindseywildlindseywild approved these changes

@its-miaits-miaAwaiting requested review from its-miaits-mia is a code owner automatically assigned from github/accessibility

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.

2 participants
@accessibility-bot@lindseywild

[8]ページ先頭

©2009-2025 Movatter.jp