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

fix(deps): update angular monorepo #1470

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 19, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular/animations (source) 16.1.5 -> 16.2.12 age adoption passing confidence
@angular/common (source) 16.1.5 -> 16.2.12 age adoption passing confidence
@angular/compiler (source) 16.1.5 -> 16.2.12 age adoption passing confidence
@angular/compiler-cli (source) 16.1.5 -> 16.2.12 age adoption passing confidence
@angular/core (source) 16.1.5 -> 16.2.12 age adoption passing confidence
@angular/forms (source) 16.1.5 -> 16.2.12 age adoption passing confidence
@angular/language-service (source) 16.1.5 -> 16.2.12 age adoption passing confidence
@angular/platform-browser (source) 16.1.5 -> 16.2.12 age adoption passing confidence
@angular/platform-browser-dynamic (source) 16.1.5 -> 16.2.12 age adoption passing confidence
@angular/platform-server (source) 16.1.5 -> 16.2.12 age adoption passing confidence
@angular/router (source) 16.1.5 -> 16.2.12 age adoption passing confidence
zone.js (source, changelog) 0.13.1 -> 0.15.0 age adoption passing confidence

Release Notes

angular/angular (@​angular/animations)

v16.2.12

Compare Source

animations
Commit Type Description
03f4050636 fix remove finish listener once player is destroyed (#​51136)
common
Commit Type Description
e092184a5c fix apply fixed_srcset_width values only to fixed srcsets (#​52486)
compiler-cli
Commit Type Description
b3b4ae4c3a fix properly emit literal types in input coercion function arguments (#​52437)
873c4f2454 fix use originally used module specifier for transform functions (#​52437)

v16.2.11

Compare Source

core
Commit Type Description
54ea3b65c3 fix emit provider configured event when a service is configured with providedIn (#​52365)
78533324dc fix get root and platform injector providers in special cases (#​52365)
019a0f4c22 fix load global utils before creating platform injector in the standalone case (#​52365)
router
Commit Type Description
b79b4aca91 fix RouterTestingHarness should throw if a component is expected but navigation fails (#​52357)

v16.2.10

Compare Source

v16.2.9

Compare Source

forms
Commit Type Description
51a5baace3 fix reset() call with null values on nested group (#​48830)

v16.2.8

Compare Source

language-service
Commit Type Description
b732961fc3 fix Retain correct language service when ts.Project reloads (#​51912)
service-worker
Commit Type Description
966ce9790a fix throw a critical error when handleFetch fails (#​51960)

v16.2.7

Compare Source

core
Commit Type Description
39a3e34e03 fix allow toSignal calls in reactive context (#​51831) (#​51892)
service-worker
Commit Type Description
c3d901eacf fix throw a critical error when handleFetch fails (#​51885)

v16.2.6

Compare Source

core
Commit Type Description
82712f80df fix ensure a consumer drops all its stale producers (#​51722) (#​51772)

v16.2.5

Compare Source

v16.2.4

Compare Source

v16.2.3

Compare Source

animations
Commit Type Description
04c6574280 fix remove unnecessary escaping in regex expressions (#​51554)
compiler-cli
Commit Type Description
dbd761f528 fix correct incomplete escaping (#​51557)
5c36fc784f fix remove unnecessary escaping in regex expressions (#​51554)
core
Commit Type Description
dcd1add06f fix correct incomplete escaping (#​51557)
20d62603c2 fix handle hydration of view containers that use component hosts as anchors (#​51456)
e6b301caa2 fix remove unnecessary escaping in regex expressions (#​51554)
0c7c852ee7 fix run afterRender callbacks outside of the Angular zone (#​51551)
language-service
Commit Type Description
8081fdd22d fix correct incomplete escaping (#​51557)

v16.2.2

Compare Source

common
Commit Type Description
a43c0772ea fix Allow safeUrl for ngSrc in NgOptimizedImage (#​51351)
compiler-cli
Commit Type Description
39ace8664b fix enforce a minimum version to be used when a library uses input transform (#​51413)
core
Commit Type Description
36f434e49d fix guard the jasmine hooks (#​51394)
router
Commit Type Description
b0396e7164 fix Ensure canceledNavigationResolution: 'computed' works on first page (#​51441)

v16.2.1

Compare Source

router
Commit Type Description
232a8c1b8d fix Apply named outlets to children empty paths not appearing in the URL (#​51292)

v16.2.0

Compare Source

benchpress
Commit Type Description
dd850b2ab7 fix correctly report GC memory amounts (#​50760)
common
Commit Type Description
29d358170b feat add component input binding support for NgComponentOutlet (#​51148)
1837efb9da feat Allow ngSrc to be changed post-init (#​50683)
compiler
Commit Type Description
c27a1e61d6 feat scope selectors in @​scope queries (#​50747)
compiler-cli
Commit Type Description
12bad6576d fix libraries compiled with v16.1+ breaking with Angular framework v16.0.x (#​50714)
core
Commit Type Description
e53d4ecf4c feat add afterRender and afterNextRender (#​50607)
98d262fd27 feat create injector debugging APIs (#​48639)
cdaa2a8a9e feat support Provider type in Injector.create (#​49587)
9f490da7e2 fix handle hydration of view containers for root components (#​51247)
router
Commit Type Description
0b14e4ef74 feat exposes the fixture of the RouterTestingHarness (#​50280)

v16.1.9

Compare Source

v16.1.8

Compare Source

compiler
Commit Type Description
cc722ea1f5 fix return full spans for Comment nodes (#​50855)

v16.1.7

Compare Source

http
Commit Type Description
916916d835 fix check whether Zone is defined (#​51119)

v16.1.6

Compare Source

http
Commit Type Description
dea8dc0378 fix Run fetch request out the angular zone (#​50981)
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

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 renovate bot added the dependencies Pull requests that update a dependency file label Jul 19, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Jul 19, 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 error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: fitclient@0.0.1
npm error Found: zone.js@0.14.5
npm error node_modules/zone.js
npm error   zone.js@"0.14.5" from the root project
npm error
npm error Could not resolve dependency:
npm error peer zone.js@"~0.13.0" from @angular/core@16.2.12
npm error node_modules/@angular/core
npm error   @angular/core@"16.2.12" from the root project
npm error   peer @angular/core@"16.2.12" from @angular/animations@16.2.12
npm error   node_modules/@angular/animations
npm error     @angular/animations@"16.2.12" 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 /tmp/renovate/cache/others/npm/_logs/2024-04-30T22_04_55_060Z-eresolve-report.txt

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

@renovate renovate bot changed the title fix(deps): update angular monorepo to v16.1.6 fix(deps): update angular monorepo to v16.1.7 Jul 26, 2023
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 2a62ad3 to 42cde13 Compare July 26, 2023 19:19
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 42cde13 to f265c62 Compare August 2, 2023 21:36
@renovate renovate bot changed the title fix(deps): update angular monorepo to v16.1.7 fix(deps): update angular monorepo to v16.1.8 Aug 2, 2023
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from f265c62 to 5f7abce Compare August 9, 2023 23:03
@renovate renovate bot changed the title fix(deps): update angular monorepo to v16.1.8 fix(deps): update angular monorepo to v16.2.0 Aug 9, 2023
@renovate renovate bot changed the title fix(deps): update angular monorepo to v16.2.0 fix(deps): update angular monorepo to v16.2.1 Aug 16, 2023
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from 195d82b to 5b46ccd Compare August 23, 2023 18:50
@renovate renovate bot changed the title fix(deps): update angular monorepo to v16.2.1 fix(deps): update angular monorepo to v16.2.2 Aug 23, 2023
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 5b46ccd to e2754af Compare August 30, 2023 18:11
@renovate renovate bot changed the title fix(deps): update angular monorepo to v16.2.2 fix(deps): update angular monorepo Aug 30, 2023
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from e2754af to 7e1e6a7 Compare August 30, 2023 21:53
@renovate renovate bot changed the title fix(deps): update angular monorepo fix(deps): update angular monorepo to v16.2.3 Aug 30, 2023
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 7e1e6a7 to cc92b99 Compare September 6, 2023 20:18
@renovate renovate bot changed the title fix(deps): update angular monorepo to v16.2.3 fix(deps): update angular monorepo to v16.2.4 Sep 6, 2023
@renovate renovate bot changed the title fix(deps): update angular monorepo to v16.2.4 fix(deps): update angular monorepo Sep 11, 2023
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 3 times, most recently from d8c49ed to e74e293 Compare September 18, 2023 12:24
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from 06e9f61 to e682657 Compare October 11, 2023 18:22
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from e682657 to edc4c9a Compare October 18, 2023 19:05
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from 1229289 to 61138e1 Compare October 26, 2023 18:23
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 3 times, most recently from 90ec848 to 7e0936d Compare November 8, 2023 00:13
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 7e0936d to f0fd100 Compare January 9, 2024 19:27
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from f0fd100 to b3bd5da Compare February 13, 2024 21:52
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from b3bd5da to 6bb0490 Compare April 30, 2024 22:05
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 6bb0490 to fe68e89 Compare May 17, 2024 03:00
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 error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: fitclient@0.0.1
npm error Found: zone.js@0.15.0
npm error node_modules/zone.js
npm error   zone.js@"0.15.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer zone.js@"~0.13.0" from @angular/core@16.2.12
npm error node_modules/@angular/core
npm error   @angular/core@"16.2.12" from the root project
npm error   peer @angular/core@"16.2.12" from @angular/animations@16.2.12
npm error   node_modules/@angular/animations
npm error     @angular/animations@"16.2.12" 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 /tmp/renovate/cache/others/npm/_logs/2024-09-26T20_17_29_943Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-09-26T20_17_29_943Z-debug-0.log

@renovate renovate bot force-pushed the renovate/angular-monorepo branch from fe68e89 to 0dd7ac4 Compare June 6, 2024 22:26
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 0dd7ac4 to aad2364 Compare July 17, 2024 21:55
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from aad2364 to af1b1dd Compare August 5, 2024 20:05
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from af1b1dd to 6f7d2e0 Compare August 21, 2024 21:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants