Skip to content

fix(deps): update angular monorepo to v22#248

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-angular-monorepo
Open

fix(deps): update angular monorepo to v22#248
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-angular-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Nov 9, 2023

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@angular/animations (source) ~16.2.0~22.0.0 age confidence
@angular/compiler (source) ~16.2.0~22.0.0 age confidence
@angular/compiler-cli (source) ~16.2.0~22.0.0 age confidence
@angular/core (source) ~16.2.0~22.0.0 age confidence
@angular/forms (source) ~16.2.0~22.0.0 age confidence
@angular/platform-browser (source) ~16.2.0~22.0.0 age confidence
@angular/platform-browser-dynamic (source) ~16.2.0~22.0.0 age confidence
@angular/router (source) ~16.2.0~22.0.0 age confidence

Release Notes

angular/angular (@​angular/animations)

v22.0.0

Compare Source

common
Commit Type Description
4795b35d5b fix only strip a literal /index.html suffix from URLs
compiler
Commit Type Description
2891f7e787 fix move projection attributes into constants
core
Commit Type Description
e3e25b5a53 fix use Object.create(null) for LOCALE_DATA as a hardening measure
migrations
Commit Type Description
9d9855a415 fix Make the safe optional chaining idempotent
platform-server
Commit Type Description
7b9130931d fix throw on suspicious URLs and restrict protocol-relative URLs

v21.2.16

Compare Source

v21.2.15

Compare Source

common
Commit Type Description
7f4ac78994 fix add upper bounds for digitsInfo
300f61feb3 fix sanitize placeholder
compiler
Commit Type Description
0b07f47bd6 fix normalize tag names with custom namespaces in DomElementSchemaRegistry (#​68925)
eb1cbbf2eb fix prevent namespaced SVG <style> elements from being stripped
cc1378d54b fix sanitize dynamic href and xlink:href bindings on SVG a elements (#​68925)
782e01594e fix strip namespaced SVG script elements during template compilation (#​68925)
core
Commit Type Description
ff12fe55ac fix normalize tag names in runtime i18n attribute security context lookup (#​68925)
e6fe77cc97 fix sanitize meta selectors
daaf32937f fix support prefix-insensitive DOM schema lookups and compile-time i18n attribute validation (#​68925)
dada86e43d fix synchronize core sanitization schema with compiler (#​68925)
http
Commit Type Description
582a417bd2 fix exclude withCredentials requests from transfer cache
5c6d6df34b fix skip TransferCache for cookie-bearing requests by default
platform-server
Commit Type Description
37e8aadf87 fix prevent SSRF bypasses via backslash URLs in HttpClient
72696e244e fix secure location and document initialization against SSRF and path hijack
service-worker
Commit Type Description
b8bd49341d fix Preserves explicit 'credentials: omit' in asset requests
ca32fc1000 fix Preserves HTTP cache mode in asset group requests

v21.2.14

Compare Source

compiler
Commit Type Description
68282dff9f fix strip namespaced SVG script elements during template compilation
core
Commit Type Description
c0f52272ed fix do not insert todo when migrating void @​Output
938a7f3edd fix makes resource URL sanitizer lookup case-insensitive
0fb2724194 fix reject script element as a dynamic component host
49113ac0ef fix visit ICU expressions in signal migration schematics
router
Commit Type Description
099bf577ee fix skip scroll-to-top on initial navigation when hydrating

v21.2.13

Compare Source

core
Commit Type Description
1c6553e97d fix disallow event attribute bindings in host bindings unconditionally
platform-server
Commit Type Description
629905d537 fix add allowedHosts option to renderModule and renderApplication
0b7192f441 fix forward BEFORE_APP_SERIALIZED errors to ErrorHandler

v21.2.12

Compare Source

core
Commit Type Description
fe13bb669d fix allow explicit read generic with signal input transforms
3430251fef fix i18n flags leaking on errors
1aeebbe304 fix respect ngSkipHydration on components with projectable nodes in LContainers
9e38ed7d57 fix sanitizer typings
7a05a9a71a fix validate security-sensitive attributes in i18n bindings
c37f6ca42f fix visit ng-let expression value in signal migration schematics
forms
Commit Type Description
03ad53863b fix prohibit concurrent submits in signal forms

v21.2.11

Compare Source

common
Commit Type Description
10ad3c0692 fix prevent focus from scrollToAnchor
compiler
Commit Type Description
4f5d8a2c0b fix let declaration span not including end character
core
Commit Type Description
a40e2cebc8 fix fix ordering of view queries metadata in JIT mode
885a1a1d97 fix guard against non-object events and avoid listener wrapper identity mismatch
7a64aff9b5 fix prevent event replay double-invocation when element hydrates before app stability
platform-server
Commit Type Description
be1f80a253 fix ensure origin has a trailing slash when parsing url

v21.2.10

Compare Source

docs
Commit Type Description
0d5ee9ae1b fix link formatting in "Animating your Application with CSS"
migrations
Commit Type Description
5533ab4f56 fix fix NgClass leaving trailing comma after removal
router
Commit Type Description
580212c995 fix restore internal URL on popstate when browserUrl is used

v21.2.9

Compare Source

core
Commit Type Description
f603d4714f fix escape forward slashes in transfer state to prevent crawler indexing
http
Commit Type Description
540536c386 fix add CSP nonce support to JsonpClientBackend
63a857b874 fix Don't on Passthru outside of reactive context
platform-server
Commit Type Description
e0b5078cf2 fix prevent SSRF bypasses via protocol-relative and backslash URLs
router
Commit Type Description
684e9fd53d fix normalize multiple leading slashes in URL parser

v21.2.8

Compare Source

compiler
Commit Type Description
e40d378f3e fix handle nested brackets in host object bindings
compiler-cli
Commit Type Description
2c6781071f fix error for type parameter declarations
core
Commit Type Description
82192deda9 fix handle missing serialized container hydration data
057cc6d09d fix remove obsolete iOS cursor pointer hack in event delegation
language-service
Commit Type Description
7797671257 fix get quick info at local var location to align with TS semantics and support type narrowing

v21.2.7

Compare Source

compiler
Commit Type Description
fea25d1a60 fix register SVG animation attributes in URL security context (#​67797)
compiler-cli
Commit Type Description
bba5ed8e64 fix prevent recursive scope checks for invalid NgModule imports
core
Commit Type Description
d04ddd73df fix prevent binding unsafe attributes on SVG animation elements (#​67797)
8fd896e99a fix resolve component import by exact specifier in route lazy-loading schematic
b682c62873 fix treat object[data] as resource URL context (#​67797)
localize
Commit Type Description
3c41e74fdd fix validate locale in getOutputPathFn to prevent path traversal
router
Commit Type Description
0960592d3d fix pass outlet context to split to fix empty path named outlets

v21.2.6

Compare Source

common
Commit Type Description
b4ab6ba2e8 fix avoid redundant image fetch on destroy with auto sizes
compiler
Commit Type Description
880a57d4b3 fix prevent shimCssText from adding extra blank lines per CSS comment
core
Commit Type Description
ad0156e056 fix fixes a regression with animate.leave and reordering
migrations
Commit Type Description
73d6b01b47 fix inject migration not work in multi-project workspace with option path

v21.2.5

Compare Source

compiler
Commit Type Description
334ae10168 fix ensure generated code compiles
23ea431c4e fix parse named HTML entities containing digits
compiler-cli
Commit Type Description
26c43d14ba fix escape template literal in TCB
67e0ba7e03 fix generic types not filled out correctly in type check block
core
Commit Type Description
1890c3008b fix clean up dehydrated views during HMR component replacement
bf948be4c2 fix run linked signal equality check without reactive consumer
migrations
Commit Type Description
076d41c3f6 fix prevent trailing comma syntax errors after removing NgStyle
service-worker
Commit Type Description
e19150d2b5 fix preserve redirect policy on reconstructed asset requests

v21.2.4

Compare Source

compiler
Commit Type Description
ed2d324f9c fix disallow translations of iframe src
core
Commit Type Description
abbd8797bb fix reverts "feat(core): add support for nested animations"
d1dcd16c5b fix sanitize translated form attributes

v21.2.3

Compare Source

core
Commit Type Description
62a97f7e4b fix ensure definitions compile
21b1c3b2ee fix include signal debug names in their toString() representation
224e60ecb1 fix sanitize translated attribute bindings with interpolations

v21.2.2

Compare Source

compiler
Commit Type Description
1df1697c6e fix prevent mutation of children array in RecursiveVisitor
compiler-cli
Commit Type Description
c822bf8e76 fix always parenthesize object literals in TCB
05d022d5e6 fix ignore generated ngDevMode signal branch for code coverage
forms
Commit Type Description
670d1660c4 feat add 'blur' option to debounce rule

v21.2.1

Compare Source

core
Commit Type Description
e2e9a9a531 fix adds transfer cache to httpResource to fix hydration
b4ec3cc4e4 fix prevent child animation elements from being orphaned
e923d88398 fix Prevent removal of elements during drag and drop
http
Commit Type Description
277ade97ac fix correctly cache blob responses in transfer cache (#​67002)

v21.2.0

Compare Source

common
Commit Type Description
18003a33bb feat add an 'outlet' injector option for ngTemplateOutlet
8bbe6dc46c feat Add Location strategies to manage trailing slash on write
51cc914807 feat support height in ImageLoaderConfig and built-in loaders
compiler
Commit Type Description
72534e2a34 feat Add support for the instanceof binary operator
95b3f37d4a feat Exhaustive checks for switch blocks
04ba09a8d9 feat support AstVisitor.visitEmptyExpr()
ce80136e7b fix optimize away unnecessary restore/reset view calls
3242a61bae fix variable counter visiting some expressions twice
compiler-cli
Commit Type Description
473dd3e1cb fix attach source spans to object literal keys in TCB
a904d9f77b fix support nested component declaration
2ea6dfc6c9 fix update diagnostic to flag no-op arrow functions in listeners
core
Commit Type Description
8d5210c9fe feat add ChangeDetectionStrategy.Eager alias for Default
92d2498910 feat add host node to DeferBlockData (#​66546)
ea2016a6dc feat add support for nested animations
81cabc1477 feat add support for TypeScript 6
1ba9b7ac50 feat resource composition via snapshots
d9923b72a2 feat support arrow functions in expressions
a7e8abbb7e fix correctly handle SkipSelf when resolving from embedded view injector
0806ee3826 fix prevent animated element duplication with dynamic components in zoneless mode
ed78fa05c7 fix Remove note to skip arrow functions in best practices
forms
Commit Type Description
f56bb07d83 feat add field param to submit action and onInvalid
ba009b6031 feat add form directive
22afbb2f36 feat add parsing support to native inputs (#​66917)
95c386469c feat Add passing focus options to form field
95ecce8334 feat allow setting submit options at form-level
ebae211add feat introduce parse errors in signal forms
3937afc316 feat introduce SignalFormControl for Reactive Forms compatibility
30f0914754 feat support binding null to number input (#​66917)
dd208ca259 feat update submit function to accept options object
27397b3f4f fix clear parse errors when model updates (#​66917)
63d8005703 fix preserve custom-control focus context in signal forms
631f60d1f9 fix preserve parse errors when parse returns value
adfb83146b fix simplify design of parse errors
fb05fc86d0 fix sort error summary by DOM order
567f292e8e fix support custom controls as host directives
bdfb60f3e3 fix use consistent error format returned from parse
d75046bc09 fix warn when showing hidden field state
language-server
Commit Type Description
ebc90c26f5 feat Add completions and hover info for inline styles
26fd0839c3 feat Add folding range support for inline styles
573aadef7e feat Add quick info for inline styles
6fb39d9b62 feat Support client-side file watching via onDidChangeWatchedFiles
language-service
Commit Type Description
496967e7b1 feat add JSON schema for angularCompilerOptions
8c21866f49 feat add linked editing ranges for HTML tag synchronization
d2137928e8 perf use lightweight project warmup for Angular analysis
router
Commit Type Description
b51bab583d feat Add partial ActivatedRouteSnapshot information to canMatch params
[cf9620f7d0](https://redirect.github.com/angular/angular/commit/cf9620f7d072

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

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

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • 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
Copy Markdown
Contributor Author

renovate Bot commented Nov 9, 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-devkit/build-angular@16.2.1
npm ERR! Found: @angular/compiler-cli@17.3.0
npm ERR! node_modules/@angular/compiler-cli
npm ERR!   dev @angular/compiler-cli@"~17.3.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @angular/compiler-cli@"^16.0.0" from @angular-devkit/build-angular@16.2.1
npm ERR! node_modules/@angular-devkit/build-angular
npm ERR!   dev @angular-devkit/build-angular@"~16.2.0" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: @angular/compiler-cli@16.2.12
npm ERR! node_modules/@angular/compiler-cli
npm ERR!   peer @angular/compiler-cli@"^16.0.0" from @angular-devkit/build-angular@16.2.1
npm ERR!   node_modules/@angular-devkit/build-angular
npm ERR!     dev @angular-devkit/build-angular@"~16.2.0" 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/2024-03-14T20_34_50_406Z-eresolve-report.txt

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

@sweep-ai-deprecated
Copy link
Copy Markdown

Apply Sweep Rules to your PR?

  • Apply: All new business logic should have corresponding unit tests.
  • Apply: Refactor large functions to be more modular.

@renovate renovate Bot force-pushed the renovate/major-angular-monorepo branch from deff847 to 8f85d6b Compare January 18, 2024 01:02
@renovate renovate Bot force-pushed the renovate/major-angular-monorepo branch from 8f85d6b to 8d9506e Compare February 14, 2024 22:03
@renovate renovate Bot force-pushed the renovate/major-angular-monorepo branch from 8d9506e to ca97384 Compare March 14, 2024 20:34
@renovate renovate Bot force-pushed the renovate/major-angular-monorepo branch from ca97384 to db99bdd Compare May 22, 2024 22:13
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 22, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 5813efac-756f-410d-be5b-e087822a8e46

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
📝 Walkthrough

Walkthrough

This change updates Angular dependencies from version 16.2.0 to 18.2.0 across several core packages in the package.json file. This significant upgrade may introduce new features and enhancements while also necessitating careful consideration of potential breaking changes that could impact the application’s functionality. Other dependencies remain untouched, underscoring the focus on the Angular core packages.

Changes

Files Change Summary
package.json Updated Angular dependencies (@angular/animations, @angular/common, @angular/compiler, @angular/forms, @angular/platform-browser, @angular/platform-browser-dynamic, @angular/router, @angular/compiler-cli) from ~16.2.0 to ~18.2.0.

Possibly related issues

  • Dependency Dashboard #129: This issue lists updates to Angular dependencies, which aligns with the core focus of this PR on upgrading Angular packages.

Poem

🐰 In the garden where the code grows,
Angular blooms, and progress flows.
From sixteen to eighteen, we leap and cheer,
With new features bright and bugs less near.
Hopping along, let’s code with delight,
For every change brings a future so bright! 🌼

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch renovate/major-angular-monorepo

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate Bot changed the title fix(deps): update angular monorepo to v17 (major) fix(deps): update angular monorepo to v18 (major) May 22, 2024
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 22, 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 warn Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: angular-auth-template@0.0.0
npm error Found: @angular/core@22.0.0
npm error node_modules/@angular/core
npm error   @angular/core@"~22.0.0" from the root project
npm error   peer @angular/core@"22.0.0" from @angular/forms@22.0.0
npm error   node_modules/@angular/forms
npm error     @angular/forms@"~22.0.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer @angular/core@"16.2.12" from @angular/common@16.2.12
npm error node_modules/@angular/common
npm error   @angular/common@"~16.2.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps 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-06-03T16_57_22_150Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-06-03T16_57_22_150Z-debug-0.log

@renovate renovate Bot force-pushed the renovate/major-angular-monorepo branch from db99bdd to 1267a62 Compare July 10, 2024 13:42
@renovate renovate Bot force-pushed the renovate/major-angular-monorepo branch from 1267a62 to 2e1b598 Compare August 14, 2024 17:32
Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between a4688ed and 2e1b598.

Files selected for processing (1)
  • package.json (2 hunks)
Additional comments not posted (1)
package.json (1)

17-24: Ensure compatibility with @angular/core and Angular CLI.

The Angular dependencies have been updated to version 18.2.0, but @angular/core is still at version 16.2.0. This mismatch can lead to compatibility issues. Additionally, the Angular CLI and build tools in devDependencies are still at version 16.2.0, which might not support the new features or changes in Angular 18.

Consider updating @angular/core, @angular-devkit/build-angular, and @angular/cli to version 18.2.0 to ensure compatibility and take advantage of the latest features and improvements.

Also applies to: 34-34

@renovate renovate Bot force-pushed the renovate/major-angular-monorepo branch from 2e1b598 to cb34b09 Compare September 26, 2024 19:04
@renovate renovate Bot force-pushed the renovate/major-angular-monorepo branch from cb34b09 to a6964c7 Compare November 19, 2024 20:19
@renovate renovate Bot changed the title fix(deps): update angular monorepo to v18 (major) fix(deps): update angular monorepo to v19 (major) Nov 19, 2024
@renovate renovate Bot force-pushed the renovate/major-angular-monorepo branch from a6964c7 to 729f756 Compare January 15, 2025 20:48
@renovate renovate Bot force-pushed the renovate/major-angular-monorepo branch from 729f756 to d0b74de Compare February 26, 2025 22:44
@renovate renovate Bot force-pushed the renovate/major-angular-monorepo branch from d0b74de to 136cf70 Compare May 28, 2025 18:29
@renovate renovate Bot changed the title fix(deps): update angular monorepo to v19 (major) fix(deps): update angular monorepo to v20 (major) May 28, 2025
@renovate renovate Bot force-pushed the renovate/major-angular-monorepo branch from 136cf70 to 25e323b Compare July 9, 2025 20:44
@renovate renovate Bot force-pushed the renovate/major-angular-monorepo branch from 25e323b to 6b252ad Compare August 20, 2025 16:16
@renovate renovate Bot force-pushed the renovate/major-angular-monorepo branch from 6b252ad to cd5f3e3 Compare September 10, 2025 16:43
@renovate renovate Bot force-pushed the renovate/major-angular-monorepo branch from cd5f3e3 to 44edb6f Compare November 19, 2025 21:25
@renovate renovate Bot changed the title fix(deps): update angular monorepo to v20 (major) fix(deps): update angular monorepo to v21 (major) Nov 19, 2025
@renovate renovate Bot force-pushed the renovate/major-angular-monorepo branch 2 times, most recently from 0f6bb2d to 7db057d Compare November 28, 2025 01:11
@renovate renovate Bot force-pushed the renovate/major-angular-monorepo branch from 7db057d to 832004b Compare January 14, 2026 21:28
@renovate renovate Bot force-pushed the renovate/major-angular-monorepo branch from 832004b to 635d73b Compare February 25, 2026 21:28
@renovate renovate Bot force-pushed the renovate/major-angular-monorepo branch from 635d73b to 0cb5c98 Compare May 9, 2026 21:38
@renovate renovate Bot changed the title fix(deps): update angular monorepo to v21 (major) fix(deps): update angular monorepo to v21 May 12, 2026
@renovate renovate Bot force-pushed the renovate/major-angular-monorepo branch from 0cb5c98 to 3967d03 Compare June 3, 2026 16:57
@renovate renovate Bot changed the title fix(deps): update angular monorepo to v21 fix(deps): update angular monorepo to v22 Jun 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants