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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 27, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jest (source) ^27.0.6 -> ^27.3.0 age adoption passing confidence

Release Notes

facebook/jest

v27.3.0

Compare Source

Features
  • [jest-config] Add testEnvironmentOptions.html to apply to jsdom input (11950)
  • [jest-resolver] Support default export (.) in exports field if main is missing (#​11919)
Fixes
  • [expect] Tweak and improve types (#​11949)
  • [jest-runtime] Ensure absolute paths can be resolved within test modules (#​11943)
  • [jest-runtime] Fix instanceof for ModernFakeTimers and LegacyFakeTimers methods (#​11946)

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.2.2

Compare Source

Fixes
  • [jest-runtime] Correct wrapperLength value for ESM modules. (#​11893)

v27.2.1

Compare Source

Features
  • [jest-transform] Improve the unexpected token error message. (#​11807)
Fixes
  • [jest-runtime] Fix regression when using jest.isolateModules and mocks (#​11882)
  • [jest-runtime] Include test name when importing modules after test has completed (#​11885)
  • [jest-runtime] Error when ESM import is used after test is torn down (#​11885)

v27.2.0

Compare Source

Features
  • [jest-resolver, jest-runtime] Pass conditions to custom resolvers to enable them to implement support for package.json exports field (#​11859)
  • [jest-runtime] Allow custom envs to specify exportConditions which is passed together with Jest's own conditions to custom resolvers (#​11863)
Fixes
  • [@jest/reporters] Use async transform if available to transform files with no coverage (#​11852)
  • [jest-util] Return correct value from process.send stub (#​11799)

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: 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot changed the title Update dependency jest to ^27.1.0 chore(deps): update dependency jest to ^27.1.0 Aug 30, 2021
@renovate renovate bot force-pushed the renovate-jest-monorepo branch from 842d8b7 to 96de708 Compare September 8, 2021 11:50
@renovate renovate bot changed the title chore(deps): update dependency jest to ^27.1.0 chore(deps): update dependency jest to ^27.1.1 Sep 8, 2021
@renovate renovate bot force-pushed the renovate-jest-monorepo branch from 96de708 to 2923bcd Compare September 13, 2021 09:54
@renovate renovate bot changed the title chore(deps): update dependency jest to ^27.1.1 chore(deps): update dependency jest to ^27.2.0 Sep 13, 2021
@renovate renovate bot force-pushed the renovate-jest-monorepo branch from 2923bcd to 2b5d2a1 Compare September 20, 2021 15:37
@renovate renovate bot changed the title chore(deps): update dependency jest to ^27.2.0 chore(deps): update dependency jest to ^27.2.1 Sep 20, 2021
@renovate renovate bot force-pushed the renovate-jest-monorepo branch from 2b5d2a1 to cc6233d Compare September 25, 2021 16:05
@renovate renovate bot changed the title chore(deps): update dependency jest to ^27.2.1 chore(deps): update dependency jest to ^27.2.2 Sep 25, 2021
@renovate renovate bot force-pushed the renovate-jest-monorepo branch from cc6233d to bad78cf Compare September 28, 2021 10:34
@renovate renovate bot changed the title chore(deps): update dependency jest to ^27.2.2 chore(deps): update dependency jest to ^27.2.3 Sep 28, 2021
@renovate renovate bot force-pushed the renovate-jest-monorepo branch from bad78cf to b07bed6 Compare September 29, 2021 15:54
@renovate renovate bot changed the title chore(deps): update dependency jest to ^27.2.3 chore(deps): update dependency jest to ^27.2.4 Sep 29, 2021
@renovate renovate bot force-pushed the renovate-jest-monorepo branch from b07bed6 to a7e3695 Compare October 8, 2021 15:11
@renovate renovate bot changed the title chore(deps): update dependency jest to ^27.2.4 chore(deps): update dependency jest to ^27.2.5 Oct 8, 2021
@renovate renovate bot force-pushed the renovate-jest-monorepo branch from a7e3695 to 4ae5419 Compare October 18, 2021 21:52
@renovate renovate bot changed the title chore(deps): update dependency jest to ^27.2.5 chore(deps): update dependency jest to ^27.3.0 Oct 18, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant