-
Notifications
You must be signed in to change notification settings - Fork 946
chore: update jest monorepo #3362
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
7be113e to
fb02b55
Compare
2f9ff0b to
69bbd4c
Compare
e11718a to
9befbb6
Compare
56dd4dc to
31988dd
Compare
6fab534 to
7256e62
Compare
7256e62 to
a7eff8f
Compare
37bcd6f to
17970f0
Compare
17970f0 to
0da8804
Compare
0da8804 to
8963f9b
Compare
8963f9b to
7938783
Compare
7938783 to
a70d797
Compare
a70d797 to
eaf6060
Compare
eaf6060 to
bdf4b86
Compare
bdf4b86 to
ca6a1c6
Compare
c943c31 to
1eeb96b
Compare
936a7a6 to
699815f
Compare
699815f to
0edede9
Compare
0edede9 to
16c0438
Compare
|
@songhn233 you have any idea why this one test is failing maybe?: ● recursive extends with ts file
Cannot find module "./first-extended" from "/var/folders/77/q0z...c0000gn/T/tmp-15475-...3g66"
143 | try {
144 | const resolveGlobal = importFresh('resolve-global');
> 145 | return resolveGlobal(id);
| ^
146 | } catch (err) {}
147 | }
148 |
at resolveId (@commitlint/resolve-extends/src/index.ts:145:10)
at resolveConfig (@commitlint/resolve-extends/src/index.ts:127:23)
at @commitlint/resolve-extends/src/index.ts:59:17
at Array.reduce (<anonymous>)
at loadExtends (@commitlint/resolve-extends/src/index.ts:56:3)
at resolveExtends (@commitlint/resolve-extends/src/index.ts:26:16)
at load (@commitlint/load/src/load.ts:50:50)
at async Object.<anonymous> (@commitlint/load/src/load.test.ts:406:20) |
|
Only one test is weirdly failing after this update. Decided to comment and skip this test to allow future jest updates. |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. ⚠ Warning: custom changes will be lost. |
This PR contains the following updates:
29.0.0->29.2.429.0.1->29.3.129.0.1->29.3.1Release Notes
facebook/jest
v29.3.1Compare Source
Fixes
[jest-config]Do not warn aboutpresetinProjectConfig(#13583)Performance
[jest-transform]Defer creation of cache directory (#13420)v29.3.0Compare Source
Features
[jest-runtime]Support WebAssembly (Wasm) imports in ESM modules (#13505)Fixes
[jest-config]Add config validation forprojectsoption (#13565)[jest-mock]Treat cjs modules as objects so they can be mocked (#13513)[jest-worker]Throw an error instead of hanging when jest workers terminate unexpectedly (#13566)Chore & Maintenance
[@jest/transform]Updateconvert-source-map(#13509)[docs]MentiontoStrictEqualin UsingMatchers docs. (#13560)v29.2.2Compare Source
Fixes
[@jest/test-sequencer]Make sure sharding does not produce empty groups (#13476)[jest-circus]Test marked astodoare shown as todo when inside a focussed describe (#13504)[jest-mock]Ensure mock resolved and rejected values are promises from correct realm (#13503)[jest-snapshot]Don't highlight passing asymmetric property matchers in snapshot diff (#13480)Chore & Maintenance
[docs]Update link to Jest 28 upgrade guide in error message (#13483)[jest-runner, jest-watcher]Updateemittery(#13490)v29.2.1Compare Source
Features
[@jest/globals, jest-mock]Addjest.Spied*utility types (#13440)Fixes
[jest-environment-node]makeglobalThis.performancewritable for Node 19 and fake timers (#13467)[jest-mock]Revert #13398 to restore mocking of setters (#13472)Performance
[*]Use sha1 instead of sha256 for hashing (#13421)v29.2.0Compare Source
Features
[@jest/cli, jest-config]A seed for the test run will be randomly generated, or set by a CLI option (#13400)[@jest/cli, jest-config]--show-seedwill display the seed value in the report, and can be set via a CLI flag or through the config file (#13400)[jest-config]AddreadInitialConfigutility function (#13356)[jest-core]AllowtestResultsProcessorto be async (#13343)[@jest/environment, jest-environment-node, jest-environment-jsdom, jest-runtime]AddgetSeed()to thejestobject (#13400)[expect, @​jest/expect-utils]AllowisAutility to take a type argument (#13355)[expect]ExposeAsyncExpectationResultandSyncExpectationResulttypes (#13411)Fixes
[babel-plugin-jest-hoist]IgnoreTSTypeQuerywhen checking for hoisted references (#13367)[jest-core]FixdetectOpenHandlesfalse positives for some special objects such asTLSWRAP(#13414)[jest-mock]Fix mocking of getters and setters on classes (#13398)[jest-reporters]Revert: Transform file paths into hyperlinks (#13399)[@jest/types]Infer type ofeachtable correctly when the table is a tuple or array (#13381)[@jest/types]Rework typings to allow the*ReturnedWithmatchers to be called with no argument (#13385)Chore & Maintenance
[*]Update@babel/*deps, resulting in slightly different stack traces foreach(#13422)Performance
[jest-runner]Do not instrument v8 coverage data if coverage should not be collected (#13282)v29.1.2Compare Source
Fixes
[expect, @​jest/expect]Revert buggy inference of argument types for*CalledWithand*ReturnedWithmatchers introduced in 29.1.0 (#13339)[jest-worker]Add missing dependency onjest-util(#13341)v29.1.1Compare Source
Fixes
[jest-mock]Revert #13145 which broke mocking of transpiled ES modulesv29.1.0Compare Source
Features
[expect, @​jest/expect]Support type inference for function parameters inCalledWithassertions (#13268)[expect, @​jest/expect]Infer type of*ReturnedWithmatchers argument (#13278)[@jest/environment, jest-runtime]Allowjest.requireActualandjest.requireMockto take a type argument (#13253)[@jest/environment]Allowjest.mockandjest.doMockto take a type argument (#13254)[@jest/fake-timers]Addjest.now()to return the current fake clock time (#13244, #13246)[@jest/mock]AddwithImplementationmethod for temporarily overriding a mock (#13281)[expect]ExporttoThrow*matchers (#13328)Fixes
[jest-circus, jest-jasmine2]Fix error messages for Node'sassert.throes(#13322)[jest-haste-map]Remove__proto__usage (#13256)[jest-mock]ImprovespyOntypings to handle optional properties (#13247)[jest-mock]Fix mocking of getters and setters on classes (#13145)[jest-snapshot]Throw useful error when an array is passed as property matchers (#13263)[jest-snapshot]Prioritize parser used in the project (#13323)[jest-transform]Attempt to work around issues with atomic writes on Windows (#11423)v29.0.3Compare Source
Features
[@jest/environment, jest-runtime]Allow passing a generic type argument tojest.createMockFromModule<T>()method (#13202)[expect]ExposeExpectationResulttype (#13240)[jest-snapshot]ExposeContexttype (#13240)[@jest/globals]Addjest.Mocktype helper (#13235)Fixes
[jest-core]CaptureexecErrorduringTestScheduler.scheduleTestsand dispatch to reporters (#13203)[jest-resolve]Make sure to resolve module paths after looking atexports(#13242)[jest-resolve]Improve error on module not found deep in therequirestack (#8704)[jest-snapshot]Fix typings of snapshot matchers (#13240)Chore & Maintenance
[*]Fix inconsistent workspace prefixes (#13217)[jest-haste-map]Expose a minimal public API to TypeScript (#13023)v29.0.2Compare Source
Features
[jest-transform]ExposeTransformFactorytype (#13184)Fixes
[babel-plugin-jest-hoist]Support importedjestin mock factory (#13188)[jest-mock]Align the behavior and return type ofgenerateFromMetadatamethod (#13207)[jest-runtime]Supportjest.resetModules()with ESM (#13211)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.