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 #140

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 30, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular/animations (source) ^15.2.4 -> ^15.2.10 age adoption passing confidence
@angular/common (source) ^15.2.4 -> ^15.2.10 age adoption passing confidence
@angular/compiler (source) ^15.2.4 -> ^15.2.10 age adoption passing confidence
@angular/compiler-cli (source) ^15.2.4 -> ^15.2.10 age adoption passing confidence
@angular/core (source) ^15.2.4 -> ^15.2.10 age adoption passing confidence
@angular/forms (source) ^15.2.4 -> ^15.2.10 age adoption passing confidence
@angular/language-service (source) ^15.2.4 -> ^15.2.10 age adoption passing confidence
@angular/localize ^15.2.4 -> ^15.2.10 age adoption passing confidence
@angular/platform-browser (source) ^15.2.4 -> ^15.2.10 age adoption passing confidence
@angular/platform-browser-dynamic (source) ^15.2.4 -> ^15.2.10 age adoption passing confidence
@angular/router (source) ^15.2.4 -> ^15.2.10 age adoption passing confidence
zone.js (source, changelog) ~0.13.0 -> ~0.14.6 age adoption passing confidence

Release Notes

angular/angular (@​angular/animations)

v15.2.10

Compare Source

service-worker
Commit Type Description
9fe08968b8 fix throw a critical error when handleFetch fail (#​51989)

v15.2.9

Compare Source

common
Commit Type Description
9107e931ca fix fix incorrectly reported distortion for padded images (#​49889)
compiler-cli
Commit Type Description
7c58885797 fix catch fatal diagnostic when getting diagnostics for components (#​50046)

v15.2.8

Compare Source

core
Commit Type Description
2fff8fadbe fix handle invalid classes in class array bindings (#​49924)
http
Commit Type Description
05a0225deb fix prevent headers from throwing an error when initializing numerical values (#​49379)
router
Commit Type Description
09a42d988e fix canceledNavigationResolution: 'computed' with redirects to the current URL (#​49793)

v15.2.7

Compare Source

compiler
Commit Type Description
b0c1a90f55 fix Produce diagnositc if directive used in host binding is not exported (#​49792)
compiler-cli
Commit Type Description
a40529af2e fix Catch FatalDiagnosticError during template type checking (#​49792)
core
Commit Type Description
702ec90110 fix When using setInput, mark view dirty in same way as markForCheck (#​49747)

Special Thanks

Alan Agius, Andrew Kushnir, Andrew Scott, Kristiyan Kostadinov, Matthieu Riegler and Nikola Kološnjaji

v15.2.6

Compare Source

core
Commit Type Description
d9efa1b0d7 feat change the URL sanitization to only block javascript: URLs (#​49659)
router
Commit Type Description
cad7274ef9 fix create correct URL relative to path with empty child (#​49691)
9b61379096 fix Ensure initial navigation clears current navigation when blocking (#​49572)

Special Thanks

Andrew Scott, Guillaume Weghsteen, John Manners, Johnny Gérard, Matthieu Riegler, Robin Richtsfeld, Sandra Limacher, Sarthak Thakkar, Vinit Neogi and vikram menon

v15.2.5

Compare Source

common
Commit Type Description
ca5acadb78 fix invalid ImageKit transformation (#​49201)
compiler
Commit Type Description
077f6b4674 fix do not unquote CSS values (#​49460)
c3cff35869 fix handle trailing comma in object literal (#​49535)
core
Commit Type Description
d201fc2dec fix set style property value to empty string instead of an invalid value (#​49460)
router
Commit Type Description
978d37f324 fix Ensure Router preloading works with lazy component and static children (#​49571)
a844435514 fix fix #​49457 outlet activating with old info (#​49459)

Special Thanks

Alan Agius, Andrew Scott, Asaf Malin, Jan Cabadaj, Kristiyan Kostadinov, Matthieu Riegler, Paul Gschwendtner, Sid and Tano Abeleyra

angular/angular (zone.js)

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

Configuration

📅 Schedule: Branch creation - "before 6am" (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.

👻 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 30, 2023
@codecov
Copy link

codecov bot commented Mar 30, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.33%. Comparing base (7bbca62) to head (ba11d8f).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #140      +/-   ##
==========================================
- Coverage   93.61%   89.33%   -4.29%     
==========================================
  Files          57       44      -13     
  Lines         752      947     +195     
  Branches       56        0      -56     
==========================================
+ Hits          704      846     +142     
- Misses         32      101      +69     
+ Partials       16        0      -16     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot changed the title fix(deps): update angular monorepo to ^15.2.5 fix(deps): update angular monorepo to ^15.2.6 Apr 6, 2023
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 32702f8 to 6d497b4 Compare April 6, 2023 06:03
@renovate renovate bot changed the title fix(deps): update angular monorepo to ^15.2.6 fix(deps): update angular monorepo to ^15.2.7 Apr 13, 2023
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 3 times, most recently from 1e9efa5 to e46654c Compare April 19, 2023 21:52
@renovate renovate bot changed the title fix(deps): update angular monorepo to ^15.2.7 fix(deps): update angular monorepo to ^15.2.8 Apr 19, 2023
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from e46654c to 0b5f132 Compare May 3, 2023 16:35
@renovate renovate bot changed the title fix(deps): update angular monorepo to ^15.2.8 fix(deps): update angular monorepo to ^15.2.9 May 3, 2023
@renovate renovate bot changed the title fix(deps): update angular monorepo to ^15.2.9 fix(deps): update angular monorepo Jun 12, 2023
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 0b5f132 to 8d75ce7 Compare June 12, 2023 20:37
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 3 times, most recently from a053b5b to caf958c Compare September 18, 2023 10:45
@renovate
Copy link
Contributor Author

renovate bot commented Sep 18, 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 unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: nbtutor@2.0.1-dev0
npm ERR! Found: zone.js@0.14.5
npm ERR! node_modules/zone.js
npm ERR!   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 || ~0.13.0" from @angular/core@15.2.10
npm ERR! node_modules/@angular/core
npm ERR!   @angular/core@"^15.2.10" from the root project
npm ERR!   peer @angular/core@"15.2.10" from @angular/animations@15.2.10
npm ERR!   node_modules/@angular/animations
npm ERR!     @angular/animations@"^15.2.10" 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! 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-30T22_10_48_344Z-debug-0.log

@renovate renovate bot force-pushed the renovate/angular-monorepo branch from caf958c to 53f2ec4 Compare October 4, 2023 22:41
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 53f2ec4 to b559e4d Compare October 26, 2023 20:19
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from b559e4d to f5876c9 Compare November 6, 2023 08:19
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from f5876c9 to 86853c1 Compare January 9, 2024 20:19
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 86853c1 to 99189e9 Compare February 13, 2024 21:20
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 99189e9 to cd29059 Compare April 30, 2024 22:10
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from cd29059 to ba11d8f Compare May 17, 2024 08:22
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 unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: nbtutor@2.0.1-dev0
npm ERR! Found: zone.js@0.14.6
npm ERR! node_modules/zone.js
npm ERR!   zone.js@"~0.14.6" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer zone.js@"~0.11.4 || ~0.12.0 || ~0.13.0" from @angular/core@15.2.10
npm ERR! node_modules/@angular/core
npm ERR!   @angular/core@"^15.2.10" from the root project
npm ERR!   peer @angular/core@"15.2.10" from @angular/animations@15.2.10
npm ERR!   node_modules/@angular/animations
npm ERR!     @angular/animations@"^15.2.10" 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! 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-05-17T08_22_14_487Z-debug-0.log

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.

None yet

0 participants