Skip to content

fix(deps): update angular monorepo to v20.3.25#169

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

fix(deps): update angular monorepo to v20.3.25#169
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/angular-monorepo

Conversation

@renovate

@renovate renovate Bot commented May 12, 2021

Copy link
Copy Markdown

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@angular/compiler-cli (source) 20.2.020.3.25 age confidence
@angular/forms (source) 20.2.020.3.25 age confidence
@angular/platform-browser (source) 20.2.020.3.25 age confidence
@angular/router (source) 20.2.020.3.25 age confidence

Release Notes

angular/angular (@​angular/compiler-cli)

v20.3.25

Compare Source

Deprecations

platform-server
  • XHR support in @angular/platform-server is deprecated. Use standard fetch APIs instead.
common
Commit Type Description
9f443bc24c fix Limits date format string length
566ad05f20 fix skip transfer cache for uncacheable HTTP traffic
1a62130a6b fix use cryptographically secure SHA-256 for transfer cache key generation
compiler
Commit Type Description
a68ec702a0 fix sanitize two-way properties
core
Commit Type Description
768a349e6e fix harden TransferState restoration against DOM clobbering
ca48b4728d fix validate lowercase SVG animation attribute names (#​69270)
http
Commit Type Description
06be298267 fix preserve empty referrer option in HttpRequest
fa940e1f4d fix Rejects non-HTTP(S) URLs in JSONP requests
e2ef1ce72a fix skip transfer cache for fetch credentialed requests
platform-server
Commit Type Description
49368c1859 fix harden platform location origin validation during SSR
d55c94ad81 refactor deprecate ServerXhr (#​69256)
service-worker
Commit Type Description
d65a5f457b fix Strips sensitive headers on cross-origin redirects

v20.3.24

Compare Source

platform-server
Commit Type Description
6ca433e56b fix throw on suspicious URLs and restrict protocol-relative URLs
8680b5152f fix update domino to latest version

v20.3.23

Compare Source

compiler
Commit Type Description
d40acc6431 fix prevent namespaced SVG <style> elements from being stripped

v20.3.22

Compare Source

common
Commit Type Description
3d135ce59b fix add upper bounds for digitsInfo
39a4b4cc8e fix sanitize placeholder
compiler
Commit Type Description
8f35b182b1 fix normalize tag names with custom namespaces in DomElementSchemaRegistry (#​68926)
64a89e917a fix sanitize dynamic href and xlink:href bindings on SVG a elements (#​68926)
6404edfe0a fix strip namespaced SVG script elements during template compilation (#​68926)
core
Commit Type Description
e345a58069 fix normalize tag names in runtime i18n attribute security context lookup (#​68926)
d86e4e7b2a fix reject script element as a dynamic component host (#​68926)
af04936045 fix sanitize meta selectors
dc631efa96 fix support prefix-insensitive DOM schema lookups and compile-time i18n attribute validation (#​68926)
909ef047b3 fix synchronize core sanitization schema with compiler (#​68926)
http
Commit Type Description
de7b2a62e7 fix exclude withCredentials requests from transfer cache
4233188d8e fix skip TransferCache for cookie-bearing requests by default
platform-server
Commit Type Description
49a60f6045 fix secure location and document initialization against SSRF and path hijack
service-worker
Commit Type Description
5fdfd8a998 fix preserve redirect policy on reconstructed asset requests
83b022f2d0 fix Preserves explicit 'credentials: omit' in asset requests
e617fa06eb fix Preserves HTTP cache mode in asset group requests

v20.3.21

Compare Source

platform-server
Commit Type Description
f584840e2e fix add allowedHosts option to renderModule and renderApplication

v20.3.20

Compare Source

core
Commit Type Description
a9bcffdbc7 fix disallow event attribute bindings in host bindings unconditionally (#​68468)
97eeb45cfa fix validate security-sensitive attributes in i18n bindings (#​68468)
platform-server
Commit Type Description
25e4e07238 fix ensure origin has a trailing slash when parsing url (#​68468)

v20.3.19

Compare Source

platform-server
Commit Type Description
303d4cd580 fix prevent SSRF bypasses via protocol-relative and backslash URLs

v20.3.18

Compare Source

compiler
Commit Type Description
02fbf08890 fix disallow translations of iframe src
core
Commit Type Description
72126f9a08 fix sanitize translated attribute bindings with interpolations
626bc8bc20 fix sanitize translated form attributes

v20.3.17

Compare Source

Breaking Changes

core
  • Angular now only applies known attributes from HTML in translated ICU content. Unknown attributes are dropped and not rendered.

    (cherry picked from commit 03da204)

core
Commit Type Description
7f9de3c118 fix block creation of sensitive URI attributes from ICU messages

v20.3.16

Compare Source

core
Commit Type Description
c2c2b4aaa8 fix sanitize sensitive attributes on SVG script elements

v20.3.15

Compare Source

compiler
Commit Type Description
d1ca8ae043 fix prevent XSS via SVG animation attributeName and MathML/SVG URLs

v20.3.14

Compare Source

http
Commit Type Description
0276479e7d fix prevent XSRF token leakage to protocol-relative URLs

v20.3.13

Compare Source

v20.3.12

Compare Source

v20.3.11

Compare Source

common
Commit Type Description
5047849a4a fix remove placeholder image listeners once view is removed
compiler
Commit Type Description
f9d0818087 fix support arbitrary nesting in :host-context()
106b9040df fix support commas in :host() argument
9419ea348a fix support complex selectors in :nth-child()
036c5d2a07 fix support one additional level of nesting in :host()
core
Commit Type Description
dcdd1bcdbb fix skip leave animations on view swaps

v20.3.10

Compare Source

compiler-cli
Commit Description
fix - 840db59dc1 make required inputs diagnostic less noisy
migrations
Commit Description
fix - a45e6b2b66 Prevent removal of templates referenced with preceding whitespace characters

v20.3.9

Compare Source

v20.3.7

Compare Source

animations
Commit Type Description
bd38cd45a5 fix account for Element.animate exceptions (#​64506)
compiler
Commit Type Description
891f180262 fix correctly compile long numeric HTML entities (#​64297)
compiler-cli
Commit Type Description
371274bfc6 fix missingStructuralDirective diagnostic produces false negatives (#​64470)
core
Commit Type Description
4c89a267c3 fix pass element removal property through in all locations (#​64565)
2fad4d4ab6 fix prevent duplicate nodes from being retained with fast `animate.leave`` calls (#​64592)
router
Commit Type Description
cfd8ed3fff fix Fix outlet serialization and parsing with no primary children (#​64505)
182fe78f91 fix Surface parse errors in Router.parseUrl (#​64503)

v20.3.6

Compare Source

core
Commit Type Description
911d6822cb fix update animation scheduling (#​64441)
platform-browser
Commit Type Description
2ece42866d fix DomEventsPlugin should always be the last plugin to be called for supports(). (#​50394)

v20.3.5

Compare Source

compiler-cli
Commit Type Description
8dec92ff9f fix capture metadata for undecorated fields (#​63957) (#​64317)
c2e817b0ef perf fix performance of "interpolated signal not invoked" check (#​64410)
core
Commit Type Description
f15cfa4cc4 fix fixes regression in animate.leave function bindings (#​64413)
d54dd674ca fix Prevents early style pruning with leave animations (#​64335)
migrations
Commit Type Description
554573e524 fix migrating input with more than 1 usage in a method (#​64367)
2c79ca0b57 fix remove error for no matching files in control flow migration (#​64253) (#​64314)
router
Commit Type Description
6e4bcc7d22 fix Scroll restoration should use instant scroll behavior for traversals (#​64299)

v20.3.4

Compare Source

core
Commit Type Description
853ed169a8 fix ensure missing leave animations don't queue leave animations (#​64226)
6fed986b7a fix Fixes animations in conjunction with content projection (#​63776)
76fe5599fe fix handle undefined CSS time values in parseCssTimeUnitsToMs function (#​64181)
3b959105be fix prevent early exit from leave animations when multiple transitions are present (#​64225)
migrations
Commit Type Description
65884895ff fix preserve component imports when pruning NgModules in standalone migration (#​64186)

v20.3.3

Compare Source

compiler
Commit Type Description
f51ab32fb3 fix recover template literals with broken expressions (#​64150)
core
Commit Type Description
542cd0019a fix do not rename ARIA property bindings to attributes (#​64089)
0e928fbc4a fix Fixes animations in conjunction with content projection (#​63776)
e5157bd933 fix prevents unintended early termination of leave animations and hoisting (#​64088)
migrations
Commit Type Description
1710cbd7d4 fix handle shorthand property declarations in NgModule (#​64160)
77b6305a4b fix skip migration for inputs with 'this' references (#​64142)

v20.3.2

Compare Source

compiler-cli
Commit Type Description
ba40153ac0 fix capture metadata for undecorated fields (#​63904)
1d4f81c8ee fix resolve import alias in defer blocks (#​63966)
core
Commit Type Description
9515a70933 fix fix narrowing of Resource.hasValue() (#​63994)
e78451cf8a fix prevent animations renderer from impacting animate.leave (#​63921)
forms
Commit Type Description
1fd8d5d446 fix Emit FormResetEvent when resetting control (#​64034)
migrations
Commit Type Description
16d0d43ad4 fix handle import aliases to the same module name (#​63934)
3ebaeccb46 fix handle reused templates in control flow migration (#​63996)

v20.3.1

Compare Source

compiler
Commit Type Description
7fb5a8087e fix Add support for aria-invalid (#​63748)
compiler-cli
Commit Type Description
8843707919 fix only bind inputs that are part of microsyntax to a structural directive (#​52453)
38c9921ff3 fix signal not invoked diagnostic not raised when input has same name in template (#​63754)
core
Commit Type Description
802dbcc2a0 fix prevent animation events from being cleaned up on destroy (#​63414)
3ec8a5c753 fix Prevent leave animations on a move operation (#​63745)
migrations
Commit Type Description
6e54bdfdcb fix fix route-lazy-loading migration (#​63818)

v20.3.0

Compare Source

Breaking Changes

core
  • The server-side bootstrapping process has been changed to eliminate the reliance on a global platform injector.

    Before:

    const bootstrap = () => bootstrapApplication(AppComponent, config);

    After:

    const bootstrap = (context: BootstrapContext) =>
      bootstrapApplication(AppComponent, config, context);

    A schematic is provided to automatically update main.server.ts files to pass the BootstrapContext to the bootstrapApplication call.

    In addition, getPlatform() and destroyPlatform() will now return null and be a no-op respectively when running in a server environment.

    (cherry picked from commit 8bf80c9)

Commit Type Description
a3f808d7c8 fix remove refresh button from transfer state tab (#​63592)
core
Commit Type Description
6117ccee2e feat introduce BootstrapContext for improved server bootstrapping (#​63636)

v20.2.4

Compare Source

core
Commit Type Description
dc64f3e478 fix Fixed inject migration schematics for migrate destructured properties (#​62832)
platform-server
Commit Type Description
d1d32db972 fix prevent false warning for duplicate state serialization (#​63525)

v20.2.3

Compare Source

compiler
Commit Type Description
479a919f42 fix fixes regression with event parsing and animate prefix (#​63470)
core
Commit Type Description
f87fad3fff fix avoid injecting internal error handler from a destroyed injector (#​62275)
114906d2d6 fix Fix cancellation of animation enter classes (#​63442)

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 is behind base branch, 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 renovate Bot force-pushed the renovate/angular-monorepo branch from 66ca861 to 2cf0336 Compare March 7, 2022 15:04
@renovate renovate Bot changed the title fix(deps): update angular monorepo to v11.2.14 fix(deps): update angular monorepo Mar 7, 2022
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from 2cf0336 to 58b0088 Compare June 18, 2022 22:57
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from 58b0088 to 7f26395 Compare August 4, 2022 08:24
@renovate renovate Bot changed the title fix(deps): update angular monorepo fix(deps): update angular monorepo to v11.2.14 Aug 9, 2022
@renovate renovate Bot changed the title fix(deps): update angular monorepo to v11.2.14 fix(deps): update angular monorepo Aug 10, 2022
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from 7f26395 to 6bfd48e Compare August 12, 2022 16:53
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from 6bfd48e to 55bf531 Compare November 20, 2022 12:15
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from 55bf531 to 3b36b00 Compare March 19, 2023 00:02
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from 3b36b00 to 0e81f90 Compare June 12, 2023 16:41
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch 3 times, most recently from 4cc6342 to ca2a814 Compare September 18, 2023 10:34
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from ca2a814 to 4363cd3 Compare October 26, 2023 18:29
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from 4363cd3 to 44c03cd Compare November 4, 2023 05:26
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from 44c03cd to 637dd45 Compare January 9, 2024 19:47
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from 637dd45 to a62efea Compare February 13, 2024 22:10
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from a62efea to 243391e Compare April 30, 2024 21:53
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from 243391e to 7ad6226 Compare May 17, 2024 08:42
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from 7ad6226 to 649cfe9 Compare June 6, 2024 21:30
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from 649cfe9 to 2e552de Compare July 17, 2024 23:20
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from 2e552de to 3dc93cc Compare August 5, 2024 17:17
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from 3dc93cc to 6579b8f Compare August 21, 2024 23:27
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from 6579b8f to dd28260 Compare May 23, 2025 01:25
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from dd28260 to fc535ed Compare September 4, 2025 10:19
@renovate renovate Bot changed the title fix(deps): update angular monorepo fix(deps): update angular monorepo to v20.2.4 Sep 4, 2025
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from fc535ed to cdd16c2 Compare September 10, 2025 15:13
@renovate renovate Bot changed the title fix(deps): update angular monorepo to v20.2.4 fix(deps): update angular monorepo Sep 10, 2025
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from cdd16c2 to 6a703fd Compare September 10, 2025 19:15
@renovate renovate Bot changed the title fix(deps): update angular monorepo fix(deps): update angular monorepo to v20.3.0 Sep 10, 2025
@renovate renovate Bot changed the title fix(deps): update angular monorepo to v20.3.5 fix(deps): update angular monorepo to v20.3.6 Oct 16, 2025
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from 577afe3 to 251255b Compare October 23, 2025 00:11
@renovate renovate Bot changed the title fix(deps): update angular monorepo to v20.3.6 fix(deps): update angular monorepo to v20.3.7 Oct 23, 2025
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from 251255b to 2d61c77 Compare October 29, 2025 20:36
@renovate renovate Bot changed the title fix(deps): update angular monorepo to v20.3.7 fix(deps): update angular monorepo to v20.3.9 Oct 29, 2025
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from 2d61c77 to a4e7bc1 Compare November 5, 2025 18:39
@renovate renovate Bot changed the title fix(deps): update angular monorepo to v20.3.9 fix(deps): update angular monorepo Nov 5, 2025
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from a4e7bc1 to 03c46a0 Compare November 6, 2025 00:06
@renovate renovate Bot changed the title fix(deps): update angular monorepo fix(deps): update angular monorepo to v20.3.10 Nov 6, 2025
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from 03c46a0 to 6c9b1fb Compare November 12, 2025 22:56
@renovate renovate Bot changed the title fix(deps): update angular monorepo to v20.3.10 fix(deps): update angular monorepo to v20.3.11 Nov 12, 2025
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from 6c9b1fb to de245d6 Compare November 14, 2025 20:59
@renovate renovate Bot changed the title fix(deps): update angular monorepo to v20.3.11 fix(deps): update angular monorepo to v20.3.12 Nov 14, 2025
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from de245d6 to 6725736 Compare November 19, 2025 18:34
@renovate renovate Bot changed the title fix(deps): update angular monorepo to v20.3.12 fix(deps): update angular monorepo to v20.3.13 Nov 19, 2025
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from 6725736 to 3f8718d Compare November 25, 2025 22:13
@renovate renovate Bot changed the title fix(deps): update angular monorepo to v20.3.13 fix(deps): update angular monorepo to v20.3.14 Nov 25, 2025
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from 5974af6 to 6e1db57 Compare December 1, 2025 17:12
@renovate renovate Bot changed the title fix(deps): update angular monorepo to v20.3.14 fix(deps): update angular monorepo to v20.3.15 Dec 1, 2025
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from 6e1db57 to 40d6ea2 Compare December 2, 2025 03:48
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from 40d6ea2 to 2bd44f0 Compare January 7, 2026 22:21
@renovate renovate Bot changed the title fix(deps): update angular monorepo to v20.3.15 fix(deps): update angular monorepo Jan 7, 2026
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from 2bd44f0 to eea877f Compare January 8, 2026 02:39
@renovate renovate Bot changed the title fix(deps): update angular monorepo fix(deps): update angular monorepo to v20.3.16 Jan 8, 2026
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from eea877f to a5ae0b4 Compare January 9, 2026 22:10
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from a5ae0b4 to 4f20bb8 Compare February 25, 2026 23:56
@renovate renovate Bot changed the title fix(deps): update angular monorepo to v20.3.16 fix(deps): update angular monorepo to v20.3.17 Feb 25, 2026
@renovate renovate Bot force-pushed the renovate/angular-monorepo branch from 4f20bb8 to d2be219 Compare March 12, 2026 19:52
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