Title: Bump jest from 28.1.3 to 29.0.1 by dependabot[bot] · Pull Request #23 · aaran-chi/JavaScript · GitHub
Open Graph Title: Bump jest from 28.1.3 to 29.0.1 by dependabot[bot] · Pull Request #23 · aaran-chi/JavaScript
X Title: Bump jest from 28.1.3 to 29.0.1 by dependabot[bot] · Pull Request #23 · aaran-chi/JavaScript
Description: Bumps jest from 28.1.3 to 29.0.1. Release notes Sourced from jest's releases. v29.0.1 Fixes [jest-snapshot] Pass snapshotFormat 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 between MatcherContext MatcherUtils and MatcherState types (#13141) [jest-circus] Add support for test.failing.each (#13142) [jest-config] [BREAKING] Make snapshotFormat default to escapeString: false and printBasicPrototype: false (#13036) [jest-config] [BREAKING] Remove undocumented collectCoverageOnlyFrom option (#13156) [jest-environment-jsdom] [BREAKING] Upgrade to jsdom@20 (#13037, #13058) [@jest/globals] Add jest.Mocked, jest.MockedClass, jest.MockedFunction and jest.MockedObject utility types (#12727) [jest-mock] [BREAKING] Refactor Mocked* utility types. MaybeMockedDeep and MaybeMocked became Mocked and MockedShallow respectively; only deep mocked variants of MockedClass, MockedFunction and MockedObject are exported (#13123, #13124) [jest-mock] [BREAKING] Change the default jest.mocked helper’s behavior to deep mocked (#13125) [jest-snapshot] [BREAKING] Let babel find config when updating inline snapshots (#13150) [@jest/test-result, @jest/types] [BREAKING] Replace Bytes and Milliseconds types with number (#13155) [jest-worker] Adds workerIdleMemoryLimit 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] Remove ConvertAnsi plugin in favour of jest-serializer-ansi-escapes (#13040) [pretty-format] Allow to opt out from sorting object keys with compareKeys: 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] Make prettierPath optional in SnapshotState (#13149) [jest-snapshot] Fix parsing error from inline snapshot files with JSX (#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 set n for --bail (#13128) [docs] Update Enzyme URL (#13166) [jest-leak-detector] Remove support for weak-napi (#13035) [jest-snapshot] [BREAKING] Require rootDir as argument to SnapshotState (#13150) New Contributors @makstech made their first contribution in facebook/jest#13049 @sa2taka made their first contribution in facebook/jest#13055 @matheus-rodrigues00 made their first contribution in facebook/jest#13090 @lanpai made their first contribution in facebook/jest#13094 ... (truncated) Changelog Sourced from jest's changelog. 29.0.1 Fixes [jest-snapshot] Pass snapshotFormat through when diffing snapshots (#13181) 29.0.0 Features [expect] [BREAKING] Differentiate between MatcherContext MatcherUtils and MatcherState types (#13141) [jest-circus] Add support for test.failing.each (#13142) [jest-config] [BREAKING] Make snapshotFormat default to escapeString: false and printBasicPrototype: false (#13036) [jest-config] [BREAKING] Remove undocumented collectCoverageOnlyFrom option (#13156) [jest-environment-jsdom] [BREAKING] Upgrade to jsdom@20 (#13037, #13058) [@jest/globals] Add jest.Mocked, jest.MockedClass, jest.MockedFunction and jest.MockedObject utility types (#12727) [jest-mock] [BREAKING] Refactor Mocked* utility types. MaybeMockedDeep and MaybeMocked became Mocked and MockedShallow respectively; only deep mocked variants of MockedClass, MockedFunction and MockedObject are exported (#13123, #13124) [jest-mock] [BREAKING] Change the default jest.mocked helper’s behavior to deep mocked (#13125) [jest-snapshot] [BREAKING] Let babel find config when updating inline snapshots (#13150) [@jest/test-result, @jest/types] [BREAKING] Replace Bytes and Milliseconds types with number (#13155) [jest-worker] Adds workerIdleMemoryLimit 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] Remove ConvertAnsi plugin in favour of jest-serializer-ansi-escapes (#13040) [pretty-format] Allow to opt out from sorting object keys with compareKeys: 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] Make prettierPath optional in SnapshotState (#13149) [jest-snapshot] Fix parsing error from inline snapshot files with JSX (#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 set n for --bail (#13128) [docs] Update Enzyme URL (#13166) [jest-leak-detector] Remove support for weak-napi (#13035) [jest-snapshot] [BREAKING] Require rootDir as argument to SnapshotState (#13150) Commits b959a3d v29.0.1 86de0cb chore: update jest-runner-tsd (#13179) 75006e4 v29.0.0 4def94b v29.0.0-alpha.6 63e506b v29.0.0-alpha.5 98a833b v29.0.0-alpha.4 0998187 v29.0.0-alpha.3 02cd85f chore: migrate from lerna to lerna-lite (#13097) 10f1e7f v29.0.0-alpha.1 6862afb v29.0.0-alpha.0 Additional commits viewable in compare view 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)
Open Graph Description: Bumps jest from 28.1.3 to 29.0.1. Release notes Sourced from jest's releases. v29.0.1 Fixes [jest-snapshot] Pass snapshotFormat through when diffing snapshots (#13181) Full Changelog: jestj...
X Description: Bumps jest from 28.1.3 to 29.0.1. Release notes Sourced from jest's releases. v29.0.1 Fixes [jest-snapshot] Pass snapshotFormat through when diffing snapshots (#13181) Full Changelog: j...
Opengraph URL: https://github.com/aaran-chi/JavaScript/pull/23
X: @github
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:a92dbf23-99c9-5d31-fff3-423d778012b8 |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | E8AC:3FE9A:F9403:13D981:697ED971 |
| html-safe-nonce | 5728471639c56fe32506e2e711a4b52943054bafe1e25ba8a47c2affdd748f4a |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFOEFDOjNGRTlBOkY5NDAzOjEzRDk4MTo2OTdFRDk3MSIsInZpc2l0b3JfaWQiOiI3NDQ0ODI5NzIzNDgzMzYzNjk3IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | a9f296cdb87c247bb6ce13b8b9a9f383db0188cfbbbefc86cd2747e6ec61468d |
| hovercard-subject-tag | pull_request:1038318823 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/aaran-chi/JavaScript/pull/23/files |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | Bumps jest from 28.1.3 to 29.0.1. Release notes Sourced from jest's releases. v29.0.1 Fixes [jest-snapshot] Pass snapshotFormat through when diffing snapshots (#13181) Full Changelog: jestj... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 60279d4097367e16897439d16d6bbe4180663db828c666eeed2656988ffe59f6 |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/aaran-chi/JavaScript git https://github.com/aaran-chi/JavaScript.git |
| octolytics-dimension-user_id | 118247618 |
| octolytics-dimension-user_login | aaran-chi |
| octolytics-dimension-repository_id | 495213467 |
| octolytics-dimension-repository_nwo | aaran-chi/JavaScript |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 495213467 |
| octolytics-dimension-repository_network_root_nwo | aaran-chi/JavaScript |
| turbo-body-classes | logged-out env-production page-responsive full-width |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 7c85641c598ad130c74f7bcc27f58575cac69551 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width