Skip to content
This repository was archived by the owner on Jun 25, 2022. It is now read-only.

Update jest monorepo (minor)#28

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/jest-monorepo
Open

Update jest monorepo (minor)#28
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/jest-monorepo

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 27, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@jest/types 27.0.6 -> 27.5.1 age adoption passing confidence
@types/jest 27.0.2 -> 27.5.2 age adoption passing confidence
jest (source) 27.0.6 -> 27.5.1 age adoption passing confidence

Release Notes

facebook/jest

v27.5.1

Compare Source

Features
  • [jest-config] Support comments in JSON config file (#​12316)
  • [pretty-format] Expose ConvertAnsi plugin (#​12308)
Fixes
  • [expect] Add type definitions for asymmetric closeTo matcher (#​12304)
  • [jest-cli] Load binary via exported API (#​12315)
  • [jest-config] Replace jsonlint with parse-json (#​12316)
  • [jest-repl] Make module importable (#​12311 & #​12315)
Chore & Maintenance
  • [*] Avoid anonymous default exports (#​12313)

v27.5.0

Compare Source

Features
  • [expect] Add asymmetric matcher expect.closeTo (#​12243)
  • [jest-mock] Added mockFn.mock.lastCall to retrieve last argument (#​12285)
Fixes
  • [expect] Add a fix for .toHaveProperty('') (#​12251)
  • [jest-each, @​jest/globals] Allow passing ReadonlyArray type of a table to describe.each and test.each (#​12297)
  • [@jest/globals] Add missing options argument to jest.doMock typing (#​12292)
  • [jest-environment-node] Add atob and btoa (#​12269)
  • [jest-matcher-utils] Correct diff for expected asymmetric matchers (#​12264)
  • [jest-message-util] Fix .getTopFrame() (and toMatchInlineSnapshot()) with mjs files (#​12277)
Chore & Maintenance
  • [*] Update graceful-fs to ^4.2.9 (#​11749)
Performance
  • [jest-resolve] perf: skip error creation on not found stat calls (#​11749)

v27.4.2

Compare Source

Fixes
  • [jest-worker] Add additional execArgv to filter (#​12103)

v27.4.1

Compare Source

Fixes
  • [jest-worker] Filter execArgv correctly (#​12097)

v27.4.0

Compare Source

Features
  • [expect] Enhancing the toHaveProperty matcher to support array selection (#​12092)
  • [jest-core] Add support for testResultsProcessor written in ESM (#​12006)
  • [jest-diff, pretty-format] Add compareKeys option for custom sorting of object keys (#​11992)
  • [jest-mock] Add ts-jest mock util functions (#​12089)
Fixes
  • [expect] Allow again expect.Matchers generic with single value (#​11986)
  • [jest-circus, jest-jasmine2] Avoid false concurrent test failures due to unhandled promise rejections (#​11987)
  • [jest-config] Add missing slash dependency to package.json (#​12080)
  • [jest-core] Incorrect detection of open ZLIB handles (#​12022)
  • [jest-diff] Break dependency cycle (#​10818)
  • [jest-environment-jsdom] Add @types/jsdom dependency (#​11999)
  • [jest-environment-jsdom] Do not reset the global.document too early on teardown (#​11871)
  • [jest-transform] Improve error and warning messages (#​11998)
  • [jest-worker] Pass execArgv correctly to worker_threads worker (#​12069)
Chore & Maintenance
  • [docs] CLI options alphabetized (#​11586)
  • [jest-runner] Add info regarding timers to forcedExit message(#​12083)
  • [*] Replaced substr method with substring (#​12066)
  • [*] Add types entry to all export maps (#​12073)

v27.2.5

Compare Source

Features
  • [jest-config] Warn when multiple Jest configs are located (#​11922)
Fixes
  • [expect] Pass matcher context to asymmetric matchers (#​11926 & #​11930)
  • [expect] Improve TypeScript types (#​11931)
  • [expect] Improve typings of toThrow() and toThrowError() matchers (#​11929)
  • [jest-cli] Improve --help printout by removing defunct --browser option (#​11914)
  • [jest-haste-map] Use distinct cache paths for different values of computeDependencies (#​11916)
  • [@jest/reporters] Do not buffer console.logs when using verbose reporter (#​11054)
Chore & Maintenance
  • [expect] Export default matchers (#​11932)
  • [@jest/types] Mark deprecated configuration options as @deprecated (#​11913)

v27.2.4

Compare Source

Features
  • [expect] Add equality checks for Array Buffers in expect.ToStrictEqual() (#​11805)
Fixes
  • [jest-snapshot] Correctly indent inline snapshots (#​11560)

v27.2.3

Compare Source

Features
  • [@jest/fake-timers] Update @sinonjs/fake-timers to v8 (#​11879)
Fixes
  • [jest-config] Parse testEnvironmentOptions if received from CLI (#​11902)
  • [jest-reporters] Call destroy on v8-to-istanbul converters to free memory (#​11896)

v27.1.1

Compare Source

Features
  • [jest-runtime] Add experimental, limited (and undocumented) support for mocking ECMAScript Modules (#​11818)
Fixes
  • [jest-resolver] Support node: prefix when importing Node core modules with ESM (#​11817)
  • [jest-types] Export the PrettyFormatOptions interface (#​11801)

v27.1.0

Compare Source

Features
  • [jest-haste-map] Use watchman suffix-set option for faster file indexing. (#​11784)
  • [jest-cli] Adds a new config options snapshotFormat which offers a way to override any of the formatting settings which come with pretty-format. (#​11654)
  • [jest-reporters] Expose the getSummary util (#​11695).
  • [jest-resolver] Support node: prefix when importing Node core modules (#​11331)
Fixes
  • [jest-each] Relaxed the validation to allow multibyte characters in headings (#​11575)
  • [jest-environment-jsdom] Add support for userAgent option (#​11773)
  • [jest-environment-node] Add Event and EventTarget to node global environment. (#​11727)
  • [jest-mock] Fix spyOn to use Object.prototype.hasOwnProperty (#​11721)
  • [jest-resolver] Add dependency on jest-haste-map (#​11759)
  • [jest-types] Compat with @types/node v16 (#​11645)
Chore & Maintenance
  • [docs] Correct expects.assertions documentation by adding async/await for asynchronous function.

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 renovate bot force-pushed the renovate/jest-monorepo branch from 97bba7b to 76ff9bc Compare October 20, 2021 06:57
@renovate renovate bot changed the title Update jest monorepo to v27.1.0 Update jest monorepo Oct 20, 2021
@renovate renovate bot force-pushed the renovate/jest-monorepo branch from 76ff9bc to 3d8bb70 Compare October 28, 2021 15:00
@renovate renovate bot force-pushed the renovate/jest-monorepo branch 5 times, most recently from 8c06532 to 116f1b4 Compare November 19, 2021 04:59
@renovate renovate bot force-pushed the renovate/jest-monorepo branch 2 times, most recently from 8fec54b to 4fd3e49 Compare November 29, 2021 16:15
@renovate
Copy link
Contributor Author

renovate bot commented Nov 29, 2021

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm WARN old lockfile 
npm WARN old lockfile The package-lock.json file was created with an old version of npm,
npm WARN old lockfile so supplemental metadata must be fetched from the registry.
npm WARN old lockfile 
npm WARN old lockfile This is a one-time fix-up, please be patient...
npm WARN old lockfile 
npm ERR! code EBADENGINE
npm ERR! engine Unsupported engine
npm ERR! engine Not compatible with your version of node/npm: @eslint/eslintrc@1.0.4
npm ERR! notsup Not compatible with your version of node/npm: @eslint/eslintrc@1.0.4
npm ERR! notsup Required: {"node":"^12.22.0 || ^14.17.0 || >=16.0.0"}
npm ERR! notsup Actual:   {"npm":"8.11.0","node":"v12.20.2"}

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate-cache/others/npm/_logs/2022-06-01T20_55_03_375Z-debug-0.log

@renovate renovate bot force-pushed the renovate/jest-monorepo branch 4 times, most recently from 31bdf98 to 9961db0 Compare December 1, 2021 17:04
@renovate renovate bot force-pushed the renovate/jest-monorepo branch 2 times, most recently from 785b3e4 to 05d2461 Compare December 13, 2021 20:16
@renovate renovate bot force-pushed the renovate/jest-monorepo branch 5 times, most recently from 68736c7 to d3a1b92 Compare January 5, 2022 13:18
@renovate renovate bot force-pushed the renovate/jest-monorepo branch 2 times, most recently from 7b5c058 to 552a1a8 Compare February 8, 2022 12:00
@renovate renovate bot force-pushed the renovate/jest-monorepo branch from 552a1a8 to 18dac73 Compare February 23, 2022 10:28
@renovate renovate bot force-pushed the renovate/jest-monorepo branch from 18dac73 to 246ad4e Compare March 21, 2022 16:17
@munierujp munierujp added the renovate Created by Renovate label Mar 29, 2022
@renovate renovate bot force-pushed the renovate/jest-monorepo branch 2 times, most recently from 0ecc538 to 84c12fb Compare March 30, 2022 01:35
@renovate renovate bot changed the title Update jest monorepo Update jest monorepo (minor) Mar 30, 2022
@renovate renovate bot force-pushed the renovate/jest-monorepo branch 2 times, most recently from a9c2b38 to 5fbb234 Compare April 14, 2022 14:43
@renovate renovate bot force-pushed the renovate/jest-monorepo branch from 5fbb234 to d9c34f9 Compare May 2, 2022 23:23
@renovate renovate bot force-pushed the renovate/jest-monorepo branch from d9c34f9 to 145c49f Compare May 12, 2022 00:02
@renovate renovate bot changed the title Update jest monorepo (minor) Update jest monorepo to v27.5.1 (minor) May 12, 2022
@renovate renovate bot force-pushed the renovate/jest-monorepo branch from 145c49f to b25b967 Compare June 1, 2022 20:55
@renovate renovate bot changed the title Update jest monorepo to v27.5.1 (minor) Update jest monorepo (minor) Jun 1, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

renovate Created by Renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants