ricokahler / next-plugin-preval

Pre-evaluate async functions during builds and import them like JSON
MIT License
255 stars 12 forks source link

chore(deps): update dependency jest to v27.2.4 #64

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jest (source) 27.1.0 -> 27.2.4 age adoption passing confidence

Release Notes

facebook/jest ### [`v27.2.4`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2724) [Compare Source](https://togithub.com/facebook/jest/compare/v27.2.3...v27.2.4) ##### Features - `[expect]` Add equality checks for Array Buffers in `expect.ToStrictEqual()` ([#​11805](https://togithub.com/facebook/jest/pull/11805)) ##### Fixes - `[jest-snapshot]` Correctly indent inline snapshots ([#​11560](https://togithub.com/facebook/jest/pull/11560)) ### [`v27.2.3`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2723) [Compare Source](https://togithub.com/facebook/jest/compare/v27.2.2...v27.2.3) ##### Features - `[@jest/fake-timers]` Update `@sinonjs/fake-timers` to v8 ([#​11879](https://togithub.com/facebook/jest/pull/11879)) ##### Fixes - `[jest-config]` Parse `testEnvironmentOptions` if received from CLI ([#​11902](https://togithub.com/facebook/jest/pull/11902)) - `[jest-reporters]` Call `destroy` on `v8-to-istanbul` converters to free memory ([#​11896](https://togithub.com/facebook/jest/pull/11896)) ### [`v27.2.2`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2722) [Compare Source](https://togithub.com/facebook/jest/compare/v27.2.1...v27.2.2) ##### Fixes - `[jest-runtime]` Correct `wrapperLength` value for ESM modules. ([#​11893](https://togithub.com/facebook/jest/pull/11893)) ### [`v27.2.1`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2721) [Compare Source](https://togithub.com/facebook/jest/compare/v27.2.0...v27.2.1) ##### Features - `[jest-transform]` Improve the unexpected token error message. ([#​11807](https://togithub.com/facebook/jest/pull/11807)) ##### Fixes - `[jest-runtime]` Fix regression when using `jest.isolateModules` and mocks ([#​11882](https://togithub.com/facebook/jest/pull/11882)) - `[jest-runtime]` Include test name when importing modules after test has completed ([#​11885](https://togithub.com/facebook/jest/pull/11885)) - `[jest-runtime]` Error when ESM import is used after test is torn down ([#​11885](https://togithub.com/facebook/jest/pull/11885)) ### [`v27.2.0`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2720) [Compare Source](https://togithub.com/facebook/jest/compare/v27.1.1...v27.2.0) ##### Features - `[jest-resolver, jest-runtime]` Pass `conditions` to custom resolvers to enable them to implement support for package.json `exports` field ([#​11859](https://togithub.com/facebook/jest/pull/11859)) - `[jest-runtime]` Allow custom envs to specify `exportConditions` which is passed together with Jest's own conditions to custom resolvers ([#​11863](https://togithub.com/facebook/jest/pull/11863)) ##### Fixes - `[@jest/reporters]` Use async transform if available to transform files with no coverage ([#​11852](https://togithub.com/facebook/jest/pull/11852)) - `[jest-util]` Return correct value from `process.send` stub ([#​11799](https://togithub.com/facebook/jest/pull/11799)) ### [`v27.1.1`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2711) [Compare Source](https://togithub.com/facebook/jest/compare/v27.1.0...v27.1.1) ##### Features - `[jest-runtime]` Add experimental, limited (and undocumented) support for mocking ECMAScript Modules ([#​11818](https://togithub.com/facebook/jest/pull/11818)) ##### Fixes - `[jest-resolver]` Support `node:` prefix when importing Node core modules with ESM ([#​11817](https://togithub.com/facebook/jest/pull/11817)) - `[jest-types]` Export the `PrettyFormatOptions` interface ([#​11801](https://togithub.com/facebook/jest/pull/11801))

Configuration

📅 Schedule: "before 3am on the first day of the month" (UTC).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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



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

codecov[bot] commented 2 years ago

Codecov Report

Merging #64 (37e1abc) into main (6c86f95) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #64   +/-   ##
=======================================
  Coverage   92.39%   92.39%           
=======================================
  Files           2        2           
  Lines          92       92           
  Branches       30       30           
=======================================
  Hits           85       85           
  Misses          6        6           
  Partials        1        1           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6c86f95...37e1abc. Read the comment docs.

github-actions[bot] commented 2 years ago

:tada: This PR is included in version 1.2.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: