commitlint
commitlint copied to clipboard
chore: update jest monorepo
trafficstars
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @types/jest | 28.1.4 -> 28.1.6 |
||||
| jest (source) | 28.1.2 -> 28.1.3 |
||||
| jest-environment-node | 28.1.2 -> 28.1.3 |
Release Notes
facebook/jest
v28.1.3
Features
[jest-leak-detector]Use nativeFinalizationRegistrywhen it exists to get rid of external C dependency (#12973)
Fixes
[jest-changed-files]Fix a lock-up after repeated invocations (#12757)[@jest/expect-utils]Fix deep equality of ImmutableJS OrderedSets (#12977)[jest-mock]Add index signature support forspyOntypes (#13013, #13020)[jest-snapshot]Fix indentation of awaited inline snapshots (#12986)
Chore & Maintenance
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.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.
One test is failing:
FAIL @commitlint/load/src/load.test.ts (30.16 s)
● recursive extends with ts file
Cannot find module "./first-extended" from "/var/folders/77/q0z7bpkx32bd1gyd9__ngz_c0000gn/T/tmp-10446-3LOwFYbd4r1Z"
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)
@songhn233 do you have any idea why this fails?