Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Nov 8, 2022

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@angular/animations (source) 14.2.914.3.0 age confidence
@angular/common (source) 14.2.914.3.0 age confidence
@angular/compiler (source) 14.2.914.3.0 age confidence
@angular/compiler-cli (source) 14.2.914.3.0 age confidence
@angular/core (source) 14.2.914.3.0 age confidence
@angular/forms (source) 14.2.914.3.0 age confidence
@angular/language-service (source) 14.2.914.3.0 age confidence
@angular/platform-browser (source) 14.2.914.3.0 age confidence
@angular/platform-browser-dynamic (source) 14.2.914.3.0 age confidence
@angular/router (source) 14.2.914.3.0 age confidence
zone.js (source, changelog) ~0.11.6~0.16.0 age confidence

Release Notes

angular/angular (@​angular/animations)

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

v14.2.12

Compare Source

Breaking Changes

core
  • Existing iframe usages may have security-sensitive attributes applied as an attribute or property binding in a template or via host bindings in a directive. Such usages would require an update to ensure compliance with the new stricter rules around iframe bindings.
core
Commit Type Description
54814c8e9b fix hardening attribute and property binding rules for <iframe> elements (#​48028)

Special Thanks

Andrew Kushnir

v14.2.11

Compare Source

router
Commit Type Description
aef353c143 fix Ensure renavigating in component init works with enabledBlocking (#​48066)

Special Thanks

Alan Agius, Andrew Scott and Mujo Osmanovic

v14.2.10

Compare Source

core
Commit Type Description
a4312e1be5 fix add zone.js version 0.12.x as a valid peer dependency (#​48002)
router
Commit Type Description
db867fee77 fix fix redirectTo on named outlets - resolves #​33783 (#​47927)

Special Thanks

Alan Agius, Albert Szekely, Andrew Scott, Doug Parker, Kristiyan Kostadinov, Markus Eckstein, Peter Scriven and abergquist

angular/angular (zone.js)

v0.16.0

Compare Source

BREAKING CHANGE
  • IE/Non-Chromium Edge are not supported anymore.

v0.15.1

Compare Source

Bug Fixes

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

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

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

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

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

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 `{flus

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, check this box

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

@vercel
Copy link

vercel bot commented Nov 8, 2022

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
accordion-simple Ready Ready Preview Comment Nov 20, 2025 1:37am
accordion-simple-x9b1 Ready Ready Preview Comment Nov 20, 2025 1:37am

@renovate renovate bot changed the title fix(deps): update dependency zone.js to ~0.12.0 Update dependency zone.js to ~0.12.0 Dec 17, 2022
@renovate renovate bot changed the title Update dependency zone.js to ~0.12.0 fix(deps): update dependency zone.js to ~0.12.0 Dec 17, 2022
@renovate renovate bot changed the title fix(deps): update dependency zone.js to ~0.12.0 fix(deps): update angular monorepo Mar 24, 2023
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 5e80039 to db9d90d Compare March 24, 2023 13:29
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from db9d90d to a86da03 Compare April 3, 2023 09:28
@renovate renovate bot changed the title fix(deps): update angular monorepo fix(deps): update angular monorepo - autoclosed Apr 3, 2023
@renovate renovate bot closed this Apr 3, 2023
@renovate renovate bot deleted the renovate/angular-monorepo branch April 3, 2023 23:24
@renovate renovate bot changed the title fix(deps): update angular monorepo - autoclosed fix(deps): update angular monorepo Apr 4, 2023
@renovate renovate bot reopened this Apr 4, 2023
@renovate renovate bot restored the renovate/angular-monorepo branch April 4, 2023 09:52
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from a86da03 to a55cb2b Compare April 17, 2023 09:58
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from a55cb2b to 4659279 Compare May 28, 2023 12:02
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 4659279 to 0924537 Compare June 4, 2023 13:38
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 0924537 to ff4cd29 Compare June 14, 2023 12:14
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from ff4cd29 to 8035db5 Compare June 18, 2023 08:11
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 8035db5 to a57c2ca Compare June 19, 2023 07:18
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from a57c2ca to d65f9e1 Compare June 29, 2023 11:38
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from d65f9e1 to 5976f85 Compare July 6, 2023 13:26
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from be2594a to 267270d Compare March 3, 2025 12:00
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 267270d to 4539b58 Compare March 11, 2025 13:38
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 4539b58 to 076b91d Compare March 13, 2025 18:42
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 076b91d to 2b34307 Compare March 17, 2025 18:52
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 2b34307 to 15c5ded Compare April 1, 2025 12:06
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 15c5ded to 49ceea7 Compare April 8, 2025 12:50
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 49ceea7 to 271049f Compare April 24, 2025 09:42
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 271049f to 8474cc2 Compare May 19, 2025 20:09
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 8474cc2 to 260a488 Compare May 22, 2025 22:40
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 260a488 to f4df2b1 Compare May 28, 2025 15:06
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from f4df2b1 to 23db555 Compare June 4, 2025 11:55
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 23db555 to e9db9c9 Compare June 22, 2025 13:55
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from e9db9c9 to a8ecef9 Compare July 2, 2025 14:44
@renovate
Copy link
Author

renovate bot commented Jul 2, 2025

⚠️ 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 Unknown env config "store". This will stop working in the next major version of npm.
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: [email protected]
npm error Found: [email protected]
npm error node_modules/zone.js
npm error   zone.js@"~0.16.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer zone.js@"~0.11.4 || ~0.12.0" from @angular/[email protected]
npm error node_modules/@angular/core
npm error   @angular/core@"^14.2.9" from the root project
npm error   peer @angular/core@"14.3.0" from @angular/[email protected]
npm error   node_modules/@angular/animations
npm error     @angular/animations@"^14.2.9" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-01-08T18_13_08_640Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-01-08T18_13_08_640Z-debug-0.log

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