Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency jest-preset-angular to v12 #496

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 27, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jest-preset-angular (source) 11.1.2 -> 12.2.2 age adoption passing confidence

Release Notes

thymikee/jest-preset-angular

v12.2.2

Compare Source

Bug Fixes

v12.2.1

Compare Source

Bug Fixes

v12.2.0

Compare Source

Bug Fixes
Features

v12.1.0

Compare Source

Features

12.0.1 (2022-05-14)

Features

v12.0.1

Compare Source

Features

v12.0.0

Compare Source

Bug Fixes
Features

BREAKING CHANGES

  • Since Angular 11, the minimum version of zone.js is 0.11.x and Angular 10 is EOL, so now we can use zone patch directly from zone.js.
    If one is not using [email protected], please upgrade.
  • Now we are using Angular AST transformers, reflect-metadata is not needed anymore.
  • Jest 28 correctly resolves Angular package format files so the ng-jest-resolver is now optional.
  • Node 12 is no longer support
  • Previously, we always checked file extension .mjs and any files from node_modules excluding tslib to be processed with esbuild.
    With the new option processWithEsbuild, now we put default all .mjs files to be processed by esbuild. Files like lodash-es default isn't processed by esbuild.
    If you wish to use esbuild to process such files, please configure in your Jest config like
// jest.config.js
module.exports = {
    //...
    globals: {
         ngJest: {
              processWithEsbuild: ['**/node_modules/lodash-es/*.js],
         }
    }
}
  • Angular 10 is no longer support
  • Require Jest 28
  • ngcc-jest-processor entry file is now removed. One should use jest-preset-angular/global-setup instead.

11.1.2 (2022-04-24)

Bug Fixes
  • correct deprecation message of ngcc-jest-processor (3899abf), closes #​1411

11.1.1 (2022-02-11)

Performance Improvements

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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.

🔕 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 Mend Renovate. View repository job log here.

@renovate
Copy link
Contributor Author

renovate bot commented Aug 27, 2022

⚠ 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 ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/jest
npm ERR!   dev jest@"27.5.1" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer jest@"^28.0.0" from [email protected]
npm ERR! node_modules/jest-preset-angular
npm ERR!   dev jest-preset-angular@"12.2.2" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /tmp/renovate-cache/others/npm/_logs/2022-11-18T15_21_11_153Z-eresolve-report.txt

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

@nx-cloud
Copy link

nx-cloud bot commented Aug 27, 2022

☁️ Nx Cloud Report

We didn't find any information for the current pull request with the commit 53818ea.
You might need to set the 'NX_BRANCH' environment variable in your CI pipeline.

Check the Nx Cloud Github Integration documentation for more information.


Sent with 💌 from NxCloud.

@renovate renovate bot force-pushed the renovate/jest-preset-angular-12.x branch 8 times, most recently from dfa8c0d to 9ac62cd Compare September 2, 2022 01:54
@renovate renovate bot force-pushed the renovate/jest-preset-angular-12.x branch 6 times, most recently from 68ca686 to d55105e Compare September 13, 2022 18:03
@renovate renovate bot force-pushed the renovate/jest-preset-angular-12.x branch 8 times, most recently from 201d946 to e769e1e Compare September 22, 2022 20:12
@renovate renovate bot force-pushed the renovate/jest-preset-angular-12.x branch 2 times, most recently from 95be2ac to 0d45567 Compare October 5, 2022 15:51
@renovate renovate bot force-pushed the renovate/jest-preset-angular-12.x branch 3 times, most recently from 7fc8856 to bc198fb Compare October 12, 2022 19:16
@renovate renovate bot force-pushed the renovate/jest-preset-angular-12.x branch from bc198fb to 91a5066 Compare October 18, 2022 17:59
@renovate renovate bot force-pushed the renovate/jest-preset-angular-12.x branch from 91a5066 to 6510073 Compare October 20, 2022 11:09
@renovate renovate bot force-pushed the renovate/jest-preset-angular-12.x branch 4 times, most recently from 485289d to 7924a22 Compare November 10, 2022 22:02
@renovate renovate bot force-pushed the renovate/jest-preset-angular-12.x branch 2 times, most recently from 363efd4 to a499104 Compare November 16, 2022 20:53
@renovate renovate bot force-pushed the renovate/jest-preset-angular-12.x branch from a499104 to 53818ea Compare November 18, 2022 15:21
@floross floross closed this Jan 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant