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 angular monorepo #991

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 7, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular/compiler (source) 14.2.12 -> 14.3.0 age adoption passing confidence
@angular/compiler-cli (source) 14.2.12 -> 14.3.0 age adoption passing confidence
@angular/core (source) 14.2.12 -> 14.3.0 age adoption passing confidence
@angular/language-service (source) 14.2.12 -> 14.3.0 age adoption passing confidence
zone.js (source, changelog) 0.12.0 -> 0.15.0 age adoption passing confidence

Release Notes

angular/angular (@​angular/compiler)

v14.3.0

Compare Source

common
Commit Type Description
37bbc61cfe feat Backport NgOptimizedImage to Angular 14.

Special Thanks

Alex Castle, Joey Perrott and Paul Gschwendtner

angular/angular (zone.js)

v0.15.0

Compare Source

Bug Fixes
BREAKING CHANGES
  • zone.js: fakeAsync will now flush pending timers at the end of
    the given function by default. To opt-out of this, you can use {flush: false} in options parameter of fakeAsync

0.14.10 (2024-08-05)

Features
  • zone.js: Add 'flush' parameter option to fakeAsync to flush after the test (#​57137) (99d679d)

0.14.8 (2024-07-17)

Bug Fixes

0.14.7 (2024-06-06)

Bug Fixes

0.14.6 (2024-05-16)

Bug Fixes

0.14.5 (2024-04-30)

Bug Fixes

0.14.4 (2024-02-13)

Bug Fixes

0.14.3 (2023-12-19)

Bug Fixes
Features

0.14.2 (2023-11-03)

Bug Fixes
  • zone.js: disable wrapping unhandled promise error by default (6d7eb35)

14.0.1 (2023-10-25)

Bug Fixes

v0.14.10

Compare Source

Features
  • zone.js: Add 'flush' parameter option to fakeAsync to flush after the test (#​57137) (99d679d)

v0.14.8

Compare Source

Bug Fixes

v0.14.7

Compare Source

Bug Fixes

v0.14.6

Compare Source

Bug Fixes

v0.14.5

Compare Source

Bug Fixes

v0.14.4

Compare Source

Bug Fixes

v0.14.3

Compare Source

Bug Fixes
Features

v0.14.2

Compare Source

Bug Fixes
  • zone.js: disable wrapping unhandled promise error by default (6d7eb35)

v0.14.1

Compare Source

v0.14.0

Compare Source

Features
BREAKING CHANGES
  • zone.js: Deep and legacy dist/ imports like zone.js/bundles/zone-testing.js and zone.js/dist/zone are no longer allowed. zone-testing-bundle and zone-testing-node-bundle are also no longer part of the package.

The proper way to import zone.js and zone.js/testing is:

import 'zone.js';
import 'zone.js/testing';

0.13.3 (2023-09-12)

Bug Fixes

0.13.2 (2023-09-07)

Bug Fixes

v0.13.1 (2023-06-09)

Bug Fixes
Features
Reverts

v0.13.3

Compare Source

Bug Fixes

v0.13.2

Compare Source

Bug Fixes

v0.13.1

Compare Source

Bug Fixes
Features
Reverts

v0.13.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Mar 7, 2023

⚠ 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 could not resolve
npm ERR! 
npm ERR! While resolving: @angular/core@14.3.0
npm ERR! Found: zone.js@0.14.5
npm ERR! node_modules/zone.js
npm ERR!   dev zone.js@"0.14.5" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer zone.js@"~0.11.4 || ~0.12.0" from @angular/core@14.3.0
npm ERR! node_modules/@angular/core
npm ERR!   dev @angular/core@"14.3.0" from the root project
npm ERR!   peer @angular/core@"*" from @testdozer/ng-cmd-builder@2.2.0
npm ERR!   node_modules/@testdozer/ng-cmd-builder
npm ERR!     dev @testdozer/ng-cmd-builder@"2.2.0" from the root project
npm ERR!   3 more (@testdozer/ng-injector-types, ng-auto-moq, @angular/compiler)
npm ERR! 
npm ERR! Conflicting peer dependency: zone.js@0.12.0
npm ERR! node_modules/zone.js
npm ERR!   peer zone.js@"~0.11.4 || ~0.12.0" from @angular/core@14.3.0
npm ERR!   node_modules/@angular/core
npm ERR!     dev @angular/core@"14.3.0" from the root project
npm ERR!     peer @angular/core@"*" from @testdozer/ng-cmd-builder@2.2.0
npm ERR!     node_modules/@testdozer/ng-cmd-builder
npm ERR!       dev @testdozer/ng-cmd-builder@"2.2.0" from the root project
npm ERR!     3 more (@testdozer/ng-injector-types, ng-auto-moq, @angular/compiler)
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! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-04-30T21_23_46_218Z-debug-0.log

@renovate renovate bot force-pushed the renovate/angular-monorepo branch from ee942a1 to eab844a Compare March 13, 2023 12:50
@renovate renovate bot changed the title chore(deps): update dependency zone.js to v0.13.0 chore(deps): update angular monorepo Mar 13, 2023
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from eab844a to 6d7d04e Compare March 18, 2023 11:34
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 19 times, most recently from 0e87752 to 4964184 Compare May 3, 2023 23:21
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 5 times, most recently from 1ed40a7 to 8e2deb1 Compare May 8, 2023 11:57
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from b78cf28 to 5447d80 Compare May 28, 2023 21:30
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 8 times, most recently from b032f06 to 34f510b Compare November 10, 2023 01:45
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 9 times, most recently from 137afae to ee96852 Compare January 1, 2024 21:16
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from ee96852 to c862871 Compare January 9, 2024 19:13
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from c862871 to 863e7ee Compare February 13, 2024 21:02
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 863e7ee to f003827 Compare April 30, 2024 21:23
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from f003827 to f4b5174 Compare May 17, 2024 10:20
Copy link
Contributor Author

renovate bot commented May 17, 2024

⚠️ 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 could not resolve
npm ERR! 
npm ERR! While resolving: @angular/core@14.3.0
npm ERR! Found: zone.js@0.15.0
npm ERR! node_modules/zone.js
npm ERR!   dev zone.js@"0.15.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer zone.js@"~0.11.4 || ~0.12.0" from @angular/core@14.3.0
npm ERR! node_modules/@angular/core
npm ERR!   dev @angular/core@"14.3.0" from the root project
npm ERR!   peer @angular/core@"*" from @testdozer/ng-cmd-builder@2.2.0
npm ERR!   node_modules/@testdozer/ng-cmd-builder
npm ERR!     dev @testdozer/ng-cmd-builder@"2.2.0" from the root project
npm ERR!   3 more (@testdozer/ng-injector-types, ng-auto-moq, @angular/compiler)
npm ERR! 
npm ERR! Conflicting peer dependency: zone.js@0.12.0
npm ERR! node_modules/zone.js
npm ERR!   peer zone.js@"~0.11.4 || ~0.12.0" from @angular/core@14.3.0
npm ERR!   node_modules/@angular/core
npm ERR!     dev @angular/core@"14.3.0" from the root project
npm ERR!     peer @angular/core@"*" from @testdozer/ng-cmd-builder@2.2.0
npm ERR!     node_modules/@testdozer/ng-cmd-builder
npm ERR!       dev @testdozer/ng-cmd-builder@"2.2.0" from the root project
npm ERR!     3 more (@testdozer/ng-injector-types, ng-auto-moq, @angular/compiler)
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! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-08-21T21_57_11_047Z-debug-0.log

@renovate renovate bot force-pushed the renovate/angular-monorepo branch from f4b5174 to de704cf Compare June 6, 2024 23:21
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from de704cf to e9ed318 Compare July 17, 2024 23:03
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from e9ed318 to c1e6fc6 Compare August 5, 2024 19:10
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from c1e6fc6 to 0d5815b Compare August 21, 2024 21:57
Copy link
Contributor Author

renovate bot commented Dec 8, 2024

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

@renovate renovate bot changed the title chore(deps): update angular monorepo chore(deps): update angular monorepo - abandoned Dec 8, 2024
@renovate renovate bot changed the title chore(deps): update angular monorepo - abandoned chore(deps): update angular monorepo Dec 8, 2024
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.

0 participants