commitlint icon indicating copy to clipboard operation
commitlint copied to clipboard

chore: update jest monorepo

Open renovate[bot] opened this issue 3 years ago • 2 comments
trafficstars

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/jest 28.1.4 -> 28.1.6 age adoption passing confidence
jest (source) 28.1.2 -> 28.1.3 age adoption passing confidence
jest-environment-node 28.1.2 -> 28.1.3 age adoption passing confidence

Release Notes

facebook/jest

v28.1.3

Compare Source

Features
  • [jest-leak-detector] Use native FinalizationRegistry when 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 for spyOn types (#​13013, #​13020)
  • [jest-snapshot] Fix indentation of awaited inline snapshots (#​12986)
Chore & Maintenance
  • [*] Replace internal usage of pretty-format/ConvertAnsi with jest-serializer-ansi-escapes (#​12935, #​13004)
  • [docs] Update spyOn docs (#​13000)

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.

renovate[bot] avatar Jul 30 '22 07:07 renovate[bot]

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)

escapedcat avatar Jul 30 '22 08:07 escapedcat

@songhn233 do you have any idea why this fails?

escapedcat avatar Jul 30 '22 08:07 escapedcat