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: Bump jest from 28.1.1 to 29.0.1#5559

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
bradzacher merged 1 commit intomainfromdependabot/npm_and_yarn/jest-29.0.1
Aug 29, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubAug 29, 2022
edited
Loading

Bumpsjest from 28.1.1 to 29.0.1.

Release notes

Sourced fromjest's releases.

v29.0.1

Fixes

  • [jest-snapshot] PasssnapshotFormat through when diffing snapshots (#13181)

Full Changelog:jestjs/jest@v29.0.0...v29.0.1

v29.0.0

Blog post:https://jestjs.io/blog/2022/08/25/jest-29

Features

  • [expect] [BREAKING] Differentiate betweenMatcherContextMatcherUtils andMatcherState types (#13141)
  • [jest-circus] Add support fortest.failing.each (#13142)
  • [jest-config] [BREAKING] MakesnapshotFormat default toescapeString: false andprintBasicPrototype: false (#13036)
  • [jest-config] [BREAKING] Remove undocumentedcollectCoverageOnlyFrom option (#13156)
  • [jest-environment-jsdom] [BREAKING] Upgrade tojsdom@20 (#13037,#13058)
  • [@jest/globals] Addjest.Mocked,jest.MockedClass,jest.MockedFunction andjest.MockedObject utility types (#12727)
  • [jest-mock] [BREAKING] RefactorMocked* utility types.MaybeMockedDeep andMaybeMocked becameMocked andMockedShallow respectively; only deep mocked variants ofMockedClass,MockedFunction andMockedObject are exported (#13123,#13124)
  • [jest-mock] [BREAKING] Change the defaultjest.mocked helper’s behavior to deep mocked (#13125)
  • [jest-snapshot] [BREAKING] Letbabel find config when updating inline snapshots (#13150)
  • [@jest/test-result, @jest/types] [BREAKING] ReplaceBytes andMilliseconds types withnumber (#13155)
  • [jest-worker] AddsworkerIdleMemoryLimit option which is used as a check for worker memory leaks >= Node 16.11.0 and recycles child workers as required (#13056,#13105,#13106,#13107)
  • [pretty-format] [BREAKING] RemoveConvertAnsi plugin in favour ofjest-serializer-ansi-escapes (#13040)
  • [pretty-format] Allow to opt out from sorting object keys withcompareKeys: null (#12443)

Fixes

  • [jest-config] Fix testing multiple projects with TypeScript config files (#13099)
  • [@jest/expect-utils] Fix deep equality of ImmutableJS Record (#13055)
  • [jest-haste-map] Increase the maximum possible file size that jest-haste-map can handle (#13094)
  • [jest-runtime] Properly support CJS re-exports from dual packages (#13170)
  • [jest-snapshot] MakeprettierPath optional inSnapshotState (#13149)
  • [jest-snapshot] Fix parsing error from inline snapshot files withJSX (#12760)
  • [jest-worker] When a process runs out of memory worker exits correctly and doesn't spin indefinitely (#13054)

Chore & Maintenance

  • [*] [BREAKING] Drop support for Node v12 and v17 (#13033)
  • [docs] Fix webpack name (#13049)
  • [docs] Explicit how to setn for--bail (#13128)
  • [docs] Update Enzyme URL (#13166)
  • [jest-leak-detector] Remove support forweak-napi (#13035)
  • [jest-snapshot] [BREAKING] RequirerootDir as argument toSnapshotState (#13150)

New Contributors

... (truncated)

Changelog

Sourced fromjest's changelog.

29.0.1

Fixes

  • [jest-snapshot] PasssnapshotFormat through when diffing snapshots (#13181)

29.0.0

Features

  • [expect] [BREAKING] Differentiate betweenMatcherContextMatcherUtils andMatcherState types (#13141)
  • [jest-circus] Add support fortest.failing.each (#13142)
  • [jest-config] [BREAKING] MakesnapshotFormat default toescapeString: false andprintBasicPrototype: false (#13036)
  • [jest-config] [BREAKING] Remove undocumentedcollectCoverageOnlyFrom option (#13156)
  • [jest-environment-jsdom] [BREAKING] Upgrade tojsdom@20 (#13037,#13058)
  • [@jest/globals] Addjest.Mocked,jest.MockedClass,jest.MockedFunction andjest.MockedObject utility types (#12727)
  • [jest-mock] [BREAKING] RefactorMocked* utility types.MaybeMockedDeep andMaybeMocked becameMocked andMockedShallow respectively; only deep mocked variants ofMockedClass,MockedFunction andMockedObject are exported (#13123,#13124)
  • [jest-mock] [BREAKING] Change the defaultjest.mocked helper’s behavior to deep mocked (#13125)
  • [jest-snapshot] [BREAKING] Letbabel find config when updating inline snapshots (#13150)
  • [@jest/test-result, @jest/types] [BREAKING] ReplaceBytes andMilliseconds types withnumber (#13155)
  • [jest-worker] AddsworkerIdleMemoryLimit option which is used as a check for worker memory leaks >= Node 16.11.0 and recycles child workers as required (#13056,#13105,#13106,#13107)
  • [pretty-format] [BREAKING] RemoveConvertAnsi plugin in favour ofjest-serializer-ansi-escapes (#13040)
  • [pretty-format] Allow to opt out from sorting object keys withcompareKeys: null (#12443)

Fixes

  • [jest-config] Fix testing multiple projects with TypeScript config files (#13099)
  • [@jest/expect-utils] Fix deep equality of ImmutableJS Record (#13055)
  • [jest-haste-map] Increase the maximum possible file size that jest-haste-map can handle (#13094)
  • [jest-runtime] Properly support CJS re-exports from dual packages (#13170)
  • [jest-snapshot] MakeprettierPath optional inSnapshotState (#13149)
  • [jest-snapshot] Fix parsing error from inline snapshot files withJSX (#12760)
  • [jest-worker] When a process runs out of memory worker exits correctly and doesn't spin indefinitely (#13054)

Chore & Maintenance

  • [*] [BREAKING] Drop support for Node v12 and v17 (#13033)
  • [docs] Fix webpack name (#13049)
  • [docs] Explicit how to setn for--bail (#13128)
  • [docs] Update Enzyme URL (#13166)
  • [jest-leak-detector] Remove support forweak-napi (#13035)
  • [jest-snapshot] [BREAKING] RequirerootDir as argument toSnapshotState (#13150)

28.1.3

Features

  • [jest-leak-detector] Use nativeFinalizationRegistry when it exists to get rid of external C dependency (#12973)

Fixes

... (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 added dependenciesIssue about dependencies of the package javascriptPull requests that update Javascript code labelsAug 29, 2022
@nx-cloud
Copy link

nx-cloudbot commentedAug 29, 2022
edited
Loading

☁️ Nx Cloud Report

CI is running/has finished running commands for commit4704360. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch


✅ Successfully ran 47 targets

Sent with 💌 fromNxCloud.

@typescript-eslint
Copy link
Contributor

Thanks for the PR,@dependabot[bot]!

typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community.

The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately.

Thanks again!


🙏Please, if you or your company is finding typescript-eslint valuable, help us sustain the project by sponsoring it transparently onhttps://opencollective.com/typescript-eslint. As a thank you, your profile/company logo will be added to our main README which receives thousands of unique visitorsper day.

@netlify
Copy link

netlifybot commentedAug 29, 2022
edited
Loading

Deploy Preview fortypescript-eslint ready!

NameLink
🔨 Latest commit4704360
🔍 Latest deploy loghttps://app.netlify.com/sites/typescript-eslint/deploys/630ca9c8371d540008fd967b
😎 Deploy Previewhttps://deploy-preview-5559--typescript-eslint.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to yourNetlify site settings.

@codecov
Copy link

codecovbot commentedAug 29, 2022
edited
Loading

Codecov Report

Merging#5559 (4704360) intomain (81450ed) willincrease coverage by0.01%.
The diff coverage isn/a.

@@            Coverage Diff             @@##             main    #5559      +/-   ##==========================================+ Coverage   91.62%   91.63%   +0.01%==========================================  Files         134      369     +235       Lines        1505    12426   +10921       Branches      226     3623    +3397     ==========================================+ Hits         1379    11387   +10008- Misses         62      686     +624- Partials       64      353     +289
FlagCoverage Δ
unittest91.63% <ø> (+0.01%)⬆️

Flags with carried forward coverage won't be shown.Click here to find out more.

Impacted FilesCoverage Δ
...escript-estree/src/create-program/getScriptKind.ts78.57% <0.00%> (ø)
packages/type-utils/src/getContextualType.ts0.00% <0.00%> (ø)
packages/utils/src/ast-utils/helpers.ts68.18% <0.00%> (ø)
...eslint-plugin/src/rules/no-unsafe-member-access.ts100.00% <0.00%> (ø)
packages/visitor-keys/src/get-keys.ts100.00% <0.00%> (ø)
...int-plugin/src/rules/prefer-literal-enum-member.ts100.00% <0.00%> (ø)
...ages/eslint-plugin/src/rules/no-empty-interface.ts100.00% <0.00%> (ø)
...s/eslint-plugin/src/rules/no-non-null-assertion.ts87.09% <0.00%> (ø)
...ages/eslint-plugin/src/rules/prefer-regexp-exec.ts100.00% <0.00%> (ø)
...n/src/rules/indent-new-do-not-use/OffsetStorage.ts100.00% <0.00%> (ø)
... and225 more

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 28.1.1 to 29.0.1.- [Release notes](https://github.com/facebook/jest/releases)- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)- [Commits](https://github.com/facebook/jest/commits/v29.0.1/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.0.1 branch from8c8a652 to4704360CompareAugust 29, 2022 11:57
@bradzacherbradzacher merged commit75ed582 intomainAug 29, 2022
@bradzacherbradzacher deleted the dependabot/npm_and_yarn/jest-29.0.1 branchAugust 29, 2022 12:41
@github-actionsgithub-actionsbot locked asresolvedand limited conversation to collaboratorsSep 29, 2022
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers
No reviews
Assignees
No one assigned
Labels
dependenciesIssue about dependencies of the packagejavascriptPull requests that update Javascript code
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@bradzacher

[8]ページ先頭

©2009-2025 Movatter.jp