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 29.5.0 to 29.6.1#61

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
khiga8 merged 1 commit intomainfromdependabot/npm_and_yarn/jest-29.6.1
Jul 10, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubJul 10, 2023

Bumpsjest from 29.5.0 to 29.6.1.

Release notes

Sourced fromjest's releases.

v29.6.1

Fixes

  • [jest-circus] Revert#14110 as it was a breaking change (#14304)

Full Changelog:jestjs/jest@v29.6.0...v29.6.1

v29.6.0

Features

  • [jest-circus, jest-snapshot] Add support for snapshot matchers in concurrent tests (#14139)
  • [jest-cli] Include type definitions to generated config files (#14078)
  • [jest-snapshot] Support arrays as property matchers (#14025)
  • [jest-core, jest-circus, jest-reporter, jest-runner] Added support for reporting about start individual test cases using jest-circus (#14174)

Fixes

  • [jest-circus] Prevent false test failures caused by promise rejections handled asynchronously (#14110)
  • [jest-config] Handle frozen config object (#14054)
  • [jest-config] AllowcoverageDirectory andcollectCoverageFrom in project config (#14180)
  • [jest-core] Always use workers in watch mode to avoid crashes (#14059).
  • [jest-environment-jsdom, jest-environment-node] Fix assignment ofcustomExportConditions viatestEnvironmentOptions when custom env subclass defines a default value (#13989)
  • [jest-matcher-utils] Fix copying value of inherited getters (#14007)
  • [jest-mock] Tweak typings to allowjest.replaceProperty() replace methods (#14008)
  • [jest-mock] Improve user input validation and error messages ofspyOn andreplaceProperty methods (#14087)
  • [jest-runtime] Bindjest.isolateModulesAsync tothis (#14083)
  • [jest-runtime] ForwardwrapperLength to theScript constructor ascolumnOffset for accurate debugging (#14148)
  • [jest-runtime] Guard_isMockFunction access within (#14188)
  • [jest-snapshot] Fix a potential bug when not using prettier and improve performance (#14036)
  • [@jest/transform] Do not instrument.json modules (#14048)
  • [jest-worker] Restart a shut down worker before sending it a task (#14015)

Chore & Maintenance

  • [*] Updatesemver dependency to get vulnerability fix (#14262)
  • [docs] Updated documentation for the--runTestsByPath CLI command (#14004)
  • [docs] Updated documentation regarding the synchronous fallback when asynchronous code transforms are unavailable (#14056)
  • [docs] Update jest statistics of use and downloads in website Index.

New Contributors

... (truncated)

Changelog

Sourced fromjest's changelog.

29.6.1

Fixes

  • [jest-circus] Revert#14110 as it was a breaking change (#14304)

29.6.0

Features

  • [jest-circus, jest-snapshot] Add support for snapshot matchers in concurrent tests (#14139)
  • [jest-cli] Include type definitions to generated config files (#14078)
  • [jest-snapshot] Support arrays as property matchers (#14025)
  • [jest-core, jest-circus, jest-reporter, jest-runner] Added support for reporting about start individual test cases using jest-circus (#14174)

Fixes

  • [jest-circus] Prevent false test failures caused by promise rejections handled asynchronously (#14110)
  • [jest-config] Handle frozen config object (#14054)
  • [jest-config] AllowcoverageDirectory andcollectCoverageFrom in project config (#14180)
  • [jest-core] Always use workers in watch mode to avoid crashes (#14059).
  • [jest-environment-jsdom, jest-environment-node] Fix assignment ofcustomExportConditions viatestEnvironmentOptions when custom env subclass defines a default value (#13989)
  • [jest-matcher-utils] Fix copying value of inherited getters (#14007)
  • [jest-mock] Tweak typings to allowjest.replaceProperty() replace methods (#14008)
  • [jest-mock] Improve user input validation and error messages ofspyOn andreplaceProperty methods (#14087)
  • [jest-runtime] Bindjest.isolateModulesAsync tothis (#14083)
  • [jest-runtime] ForwardwrapperLength to theScript constructor ascolumnOffset for accurate debugging (#14148)
  • [jest-runtime] Guard_isMockFunction access within (#14188)
  • [jest-snapshot] Fix a potential bug when not using prettier and improve performance (#14036)
  • [@jest/transform] Do not instrument.json modules (#14048)
  • [jest-worker] Restart a shut down worker before sending it a task (#14015)

Chore & Maintenance

  • [*] Updatesemver dependency to get vulnerability fix (#14262)
  • [docs] Updated documentation for the--runTestsByPath CLI command (#14004)
  • [docs] Updated documentation regarding the synchronous fallback when asynchronous code transforms are unavailable (#14056)
  • [docs] Update jest statistics of use and downloads in website Index.
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)

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.5.0 to 29.6.1.- [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.6.1/packages/jest)---updated-dependencies:- dependency-name: jest  dependency-type: direct:development  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot requested a review froma team as acode ownerJuly 10, 2023 05:07
@dependabotdependabotbot added dependenciesPull requests that update a dependency file javascriptPull requests that update Javascript code labelsJul 10, 2023
@khiga8khiga8 merged commitbaf0423 intomainJul 10, 2023
@khiga8khiga8 deleted the dependabot/npm_and_yarn/jest-29.6.1 branchJuly 10, 2023 11:59
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@khiga8khiga8khiga8 approved these changes

@accessibility-botaccessibility-botAwaiting requested review from accessibility-botaccessibility-bot 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.

1 participant
@khiga8

[8]ページ先頭

©2009-2025 Movatter.jp