string-is
                                
                                 string-is copied to clipboard
                                
                                    string-is copied to clipboard
                            
                            
                            
                        devdeps: bump babel-jest from 28.1.3 to 29.0.0
Bumps babel-jest from 28.1.3 to 29.0.0.
Release notes
Sourced from babel-jest's releases.
v29.0.0
Blog post: https://jestjs.io/blog/2022/08/25/jest-29
Features
[expect][BREAKING] Differentiate betweenMatcherContextMatcherUtilsandMatcherStatetypes (#13141)
[jest-circus]Add support fortest.failing.each(#13142)
[jest-config][BREAKING] MakesnapshotFormatdefault toescapeString: falseandprintBasicPrototype: false(#13036)
[jest-config][BREAKING] Remove undocumentedcollectCoverageOnlyFromoption (#13156)
[jest-environment-jsdom][BREAKING] Upgrade tojsdom@20(#13037, #13058)
[@jest/globals]Addjest.Mocked,jest.MockedClass,jest.MockedFunctionandjest.MockedObjectutility types (#12727)
[jest-mock][BREAKING] RefactorMocked*utility types.MaybeMockedDeepandMaybeMockedbecameMockedandMockedShallowrespectively; only deep mocked variants ofMockedClass,MockedFunctionandMockedObjectare exported (#13123, #13124)
[jest-mock][BREAKING] Change the defaultjest.mockedhelper’s behavior to deep mocked (#13125)
[jest-snapshot][BREAKING] Letbabelfind config when updating inline snapshots (#13150)
[@jest/test-result, @jest/types][BREAKING] ReplaceBytesandMillisecondstypes withnumber(#13155)
[jest-worker]AddsworkerIdleMemoryLimitoption 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] RemoveConvertAnsiplugin 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]MakeprettierPathoptional 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 setnfor--bail(#13128)
[docs]Update Enzyme URL (#13166)
[jest-leak-detector]Remove support forweak-napi(#13035)
[jest-snapshot][BREAKING] RequirerootDiras argument toSnapshotState(#13150)New Contributors
@makstechmade their first contribution in facebook/jest#13049
@sa2takamade their first contribution in facebook/jest#13055
@matheus-rodrigues00made their first contribution in facebook/jest#13090
@lanpaimade their first contribution in facebook/jest#13094
@Zebreusmade their first contribution in facebook/jest#13099
@backmaskmade their first contribution in facebook/jest#13106
@liuxingbaoyumade their first contribution in facebook/jest#13120
@Trimmade their first contribution in facebook/jest#13128
@kkyusufkmade their first contribution in facebook/jest#13142
@KrishnaPGmade their first contribution in facebook/jest#13157
@dev-itshengmade their first contribution in facebook/jest#13115
... (truncated)
Changelog
Sourced from babel-jest's changelog.
29.0.0
Features
[expect][BREAKING] Differentiate betweenMatcherContextMatcherUtilsandMatcherStatetypes (#13141)
[jest-circus]Add support fortest.failing.each(#13142)
[jest-config][BREAKING] MakesnapshotFormatdefault toescapeString: falseandprintBasicPrototype: false(#13036)
[jest-config][BREAKING] Remove undocumentedcollectCoverageOnlyFromoption (#13156)
[jest-environment-jsdom][BREAKING] Upgrade tojsdom@20(#13037, #13058)
[@jest/globals]Addjest.Mocked,jest.MockedClass,jest.MockedFunctionandjest.MockedObjectutility types (#12727)
[jest-mock][BREAKING] RefactorMocked*utility types.MaybeMockedDeepandMaybeMockedbecameMockedandMockedShallowrespectively; only deep mocked variants ofMockedClass,MockedFunctionandMockedObjectare exported (#13123, #13124)
[jest-mock][BREAKING] Change the defaultjest.mockedhelper’s behavior to deep mocked (#13125)
[jest-snapshot][BREAKING] Letbabelfind config when updating inline snapshots (#13150)
[@jest/test-result, @jest/types][BREAKING] ReplaceBytesandMillisecondstypes withnumber(#13155)
[jest-worker]AddsworkerIdleMemoryLimitoption 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] RemoveConvertAnsiplugin 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]MakeprettierPathoptional 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 setnfor--bail(#13128)
[docs]Update Enzyme URL (#13166)
[jest-leak-detector]Remove support forweak-napi(#13035)
[jest-snapshot][BREAKING] RequirerootDiras argument toSnapshotState(#13150)
Commits
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 rebasewill rebase this PR
- @dependabot recreatewill recreate this PR, overwriting any edits that have been made to it
- @dependabot mergewill merge this PR after your CI passes on it
- @dependabot squash and mergewill squash and merge this PR after your CI passes on it
- @dependabot cancel mergewill cancel a previously requested merge and block automerging
- @dependabot reopenwill reopen this PR if it is closed
- @dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- @dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Updated | 
|---|---|---|---|
| string-is | ✅ Ready (Inspect) | Visit Preview | Aug 25, 2022 at 8:47PM (UTC) | 
Codecov Report
Merging #543 (7e455b5) into develop (eaeb88f) will not change coverage. The diff coverage is
n/a.
@@           Coverage Diff            @@
##           develop     #543   +/-   ##
========================================
  Coverage    82.43%   82.43%           
========================================
  Files          196      196           
  Lines         1958     1958           
  Branches       456      456           
========================================
  Hits          1614     1614           
  Misses         336      336           
  Partials         8        8           
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
Superseded by #551.