Skip to content

Update dependency @angular/compiler-cli to v19.2.25 - #715

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

Update dependency @angular/compiler-cli to v19.2.25#715
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/angular-monorepo

Conversation

@renovate

@renovaterenovateBot commented Feb 26, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

PackageChangeAgeConfidence
@angular/compiler-cli (source)19.1.719.2.25ageconfidence

Release Notes

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

v19.2.25

Compare Source

platform-server
CommitTypeDescription
e2fb854d55fixthrow on suspicious URLs and restrict protocol-relative URLs
0a8befb493fixupdate domino to latest version

v19.2.24

Compare Source

compiler
CommitTypeDescription
6ea6379123fixprevent namespaced SVG <style> elements from being stripped

v19.2.23

Compare Source

common
CommitTypeDescription
62dd27d6affixadd upper bounds for digitsInfo
17326725bafixsanitize placeholder
compiler
CommitTypeDescription
932e0728dbfixnormalize tag names with custom namespaces in DomElementSchemaRegistry
2e3d0371abfixsanitize dynamic href and xlink:href bindings on SVG a elements
fe1207e8c5fixstrip namespaced SVG script elements during template compilation
core
CommitTypeDescription
c6bb0692e2fixreject script element as a dynamic component host
3960b21558fixsanitize meta selectors
3632fa4b69fixsupport prefix-insensitive DOM schema lookups and compile-time i18n attribute validation
620230dac4fixsynchronize core sanitization schema with compiler
d31f84116cfixwrap i18n dynamic element property updates in active index states
http
CommitTypeDescription
9940ffd781fixexclude withCredentials requests from transfer cache
0f67f0b962fixskip TransferCache for cookie-bearing requests by default
platform-server
CommitTypeDescription
d187e8aedafixnormalize path parsing in ServerPlatformLocation
c75f60ef8afixsecure location and document initialization against SSRF and path hijack
service-worker
CommitTypeDescription
37ee9ffd9efixpreserve redirect policy on reconstructed asset requests
97f796203ffixPreserves explicit 'credentials: omit' in asset requests
5619120931fixPreserves HTTP cache mode in asset group requests

v19.2.22

Compare Source

core
CommitTypeDescription
83a640516ffixdisallow event attribute bindings in host bindings unconditionally (#​68469)
24a0103a98fixvalidate security-sensitive attributes in i18n bindings (#​68469)
platform-server
CommitTypeDescription
8569db8875fixadd allowedHosts option to renderModule and renderApplication
837a710217fixensure origin has a trailing slash when parsing url (#​68469)

v19.2.21

Compare Source

platform-server
CommitTypeDescription
f3a5bfb949fixprevent SSRF bypasses via protocol-relative and backslash URLs

v19.2.20

Compare Source

compiler
CommitTypeDescription
5be912eb55fixdisallow translations of iframe src
core
CommitTypeDescription
b89b0a83a4fixsanitize translated attribute bindings with interpolations
621c7071adfixsanitize translated form attributes

v19.2.19

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
CommitTypeDescription
747548721dfixblock creation of sensitive URI attributes from ICU messages

v19.2.18

Compare Source

core
CommitTypeDescription
26cdc53d9cfixsanitize sensitive attributes on SVG script elements

v19.2.17

Compare Source

compiler
CommitTypeDescription
7c42e2ebebfixprevent XSS via SVG animation attributeName and MathML/SVG URLs

v19.2.16

Compare Source

http
CommitTypeDescription
05fe6686a9fixprevent XSRF token leakage to protocol-relative URLs

v19.2.15

Compare Source

Breaking Changes

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

    Before:

    constbootstrap=()=>bootstrapApplication(AppComponent,config);

    After:

    constbootstrap=(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.

core
CommitTypeDescription
70d0639bc1fixintroduce BootstrapContext for improved server bootstrapping (#​63639)

v19.2.14

Compare Source

compiler
CommitTypeDescription
24bab55f0cfixlexer support for template literals in object literals (#​61601)
migrations
CommitTypeDescription
9e1cd49662fixpreserve comments when removing unused imports (#​61674)

v19.2.13

Compare Source

common
CommitTypeDescription
2c876b4fc5fixavoid injecting ApplicationRef in FetchBackend (#​61649)
service-worker
CommitTypeDescription
b15bddfa04fixdo not register service worker if app is destroyed before it is ready to register (#​61101)

v19.2.12

Compare Source

common
CommitTypeDescription
126efc9972fixcancel reader when app is destroyed (#​61528)
efda872453fixprevent reading chunks if app is destroyed (#​61354)
compiler
CommitTypeDescription
44bb328eaefixavoid conflicts between HMR code and local symbols (#​61550)
compiler-cli
CommitTypeDescription
107180260ffixAlways retain prior results for all files (#​61487)
1191e62d70fixavoid ECMAScript private field metadata emit (#​61227)
core
CommitTypeDescription
2b1b14f4d3fixcleanup rxResource abort listener (#​58306)
8f9b05eaaafixcleanup testability subscriptions (#​61261)
eb53bda470fixenable stashing only when withEventReplay() is invoked (#​61352)
94f5a4b4d6fixTesting should not throw when Zone does not patch test FW APIs (#​61376)
c0c69a5abcfixunregister onDestroy in toSignal. (#​61514)
platform-server
CommitTypeDescription
8edafd0559perfspeed up resolution of base (#​61392)

v19.2.11

Compare Source

v19.2.10

Compare Source

common
CommitTypeDescription
89056a0356fixcleanup updateLatestValue if view is destroyed before promise resolves (#​61064)
core
CommitTypeDescription
4623b61448fixmissing useExisting providers throwing for optional calls (#​61152)
400dbc5b89fixproperly handle app stabilization with defer blocks (#​61056)
platform-server
CommitTypeDescription
a6f0d5bc20fixless aggressive ngServerMode cleanup (#​61106)

v19.2.9

Compare Source

core
CommitTypeDescription
946b844e0dfixasync EventEmitter error should not prevent stability (#​61028)
dbb87026cafixcall DestroyRef on destroy callback if view is destroyed [patch] (#​61061)
2e140a136afixprevent stash listener conflicts [patch] (#​61063)

v19.2.8

Compare Source

forms
CommitTypeDescription
ea4a211216fixmake NgForm emit FormSubmittedEvent and FormResetEvent (#​60887)

v19.2.7

Compare Source

common
CommitTypeDescription
37ab6814f5fixissue a warning instead of an error when NgOptimizedImage exceeds the preload limit (#​60883)
core
CommitTypeDescription
b144126612fixinject migration: replace param with this. (#​60713)
http
CommitTypeDescription
d39e09da41fixInclude HTTP status code and headers when HTTP requests errored in httpResource (#​60802)

v19.2.6

Compare Source

compiler
CommitTypeDescription
3441f7b914fixerror if rawText isn't estimated correctly (#​60529) (#​60753)
compiler-cli
CommitTypeDescription
fc946c5f72fixensure HMR works with different output module type (#​60797)
core
CommitTypeDescription
00bbd9b382fixfix docs for output migration (#​60764)
f2bfa3151efixfix ng generate @​angular/core:output-migration. Fixes angular#​58650 (#​60763)
9241615ad0fixreduce total memory usage of various migration schematics (#​60776)
language-service
CommitTypeDescription
0e82d42774fixDo not provide element completions in end tag (#​60616)
fcdef1019ffixEnsure dollar signs are escaped in completions (#​60597)

v19.2.5

Compare Source

CommitTypeDescription
e61d06afb5fixstep 6 tutorial docs (#​60630)
animations
CommitTypeDescription
fa48f98d9ffixadd missing peer dependency on @angular/common (#​60660)
compiler
CommitTypeDescription
ca5aa4d55bfixthrow for invalid "as" expression in if block (#​60580)
compiler-cli
CommitTypeDescription
f4c4b10ea8fixProduce fatal diagnostic on duplicate decorated properties (#​60376)
22a0e54ac4fixsupport relative imports to symbols outside rootDir (#​60555)
core
CommitTypeDescription
64da69f7b6fixcheck ngDevMode for undefined (#​60565)
8f68d1bec3fixfix ng generate @​angular/core:output-migration (#​60626)
bc79985c65fixfix regexp for event types (#​60592)
006ac7f22ffixfixes #​592882 ng generate @​angular/core:signal-queries-migration (#​60688)
da6e93f434fixpreserve comments in internal inject migration (#​60588)
dbbddd1617fixprevent omission of deferred pipes in full compilation (#​60571)
language-service
CommitTypeDescription
0e9e0348ddfixUpdate adapter to log instead of throw errors (#​60651)
migrations
CommitTypeDescription
15f53f035bfixhandle shorthand assignments in super call (#​60602)
4b161e6234fixinject migration not handling super parameter referenced via this (#​60602)
router
CommitTypeDescription
958e98e4f7fixAdd missing types to transition (#​60307)
service-worker
CommitTypeDescription
7cd89ad2c6fixassign initializing client's app version, when a request is for worker script (#​58131)

v19.2.4

Compare Source

core
CommitTypeDescription
081f5f5a83ffixfix used templates are not deleted (#​60459)
localize
CommitTypeDescription
a2f622d82d6fixhandle @​angular/build:karma in ng add (#​60513)
platform-browser
CommitTypeDescription
8e8ccc79279fixensure platformBrowserTesting includes platformBrowser providers (#​60480)

v19.2.3

Compare Source

compiler-cli
CommitTypeDescription
aa8ea7a5b2fixreport more accurate diagnostic for invalid import (#​60455)
core
CommitTypeDescription
13a8709b2bfixcatch hydration marker with implicit body tag (#​60429)
296aded9dafixexecute timer trigger outside zone (#​60392)
0615ffb4f7fixinclude input name in error message (#​60404)
platform-browser-dynamic
CommitTypeDescription
1e06c8e8b6fixensure compiler is loaded before @angular/common (#​60458)
upgrade
CommitTypeDescription
9e1a1030c8fixhandle output emitters when downgrading a component (#​60369)

v19.2.2

Compare Source

platform-server
CommitTypeDescription
e2fb854d55fixthrow on suspicious URLs and restrict protocol-relative URLs
0a8befb493fixupdate domino to latest version

v19.2.1

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
CommitTypeDescription
747548721dfixblock creation of sensitive URI attributes from ICU messages

v19.2.0

Compare Source

common
CommitTypeDescription
3e39da593afeatintroduce experimental httpResource (#​59876)
compiler
CommitTypeDescription
5b20bab96dfeatAdd Skip Hydration diagnostic. (#​59576)
fe8a68329bfeatsupport untagged template literals in expressions (#​59230)
core

| Commit | Type | Description

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 this update 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
renovateBotforce-pushed the renovate/angular-monorepo branch 3 times, most recently from 60a0d96 to 7220256CompareMarch 5, 2025 22:03
@renovaterenovateBot changed the title Update angular monorepo to v19.2.0Update angular monorepo to v19.2.1Mar 5, 2025
@renovaterenovateBot changed the title Update angular monorepo to v19.2.1Update angular monorepo to v19.2.2Mar 12, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 7220256 to 1a82f8cCompareMarch 12, 2025 18:30
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 1a82f8c to 29ca8aaCompareMarch 19, 2025 22:14
@renovaterenovateBot changed the title Update angular monorepo to v19.2.2Update angular monorepo to v19.2.3Mar 19, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 29ca8aa to 6bc7f13CompareMarch 27, 2025 06:50
@renovaterenovateBot changed the title Update angular monorepo to v19.2.3Update angular monorepo to v19.2.4Mar 27, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 6bc7f13 to 72c667cCompareApril 2, 2025 21:47
@renovaterenovateBot changed the title Update angular monorepo to v19.2.4Update angular monorepo to v19.2.5Apr 2, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch 2 times, most recently from f93894d to 9784887CompareApril 9, 2025 22:25
@renovaterenovateBot changed the title Update angular monorepo to v19.2.5Update angular monorepo to v19.2.6Apr 9, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 9784887 to 9bd1596CompareApril 16, 2025 22:28
@renovaterenovateBot changed the title Update angular monorepo to v19.2.6Update angular monorepo to v19.2.7Apr 16, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 9bd1596 to 12a750aCompareApril 18, 2025 07:14
@renovaterenovateBot changed the title Update angular monorepo to v19.2.7Update angular monorepo to v19.2.8Apr 23, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 12a750a to 43a8a01CompareApril 23, 2025 15:51
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 43a8a01 to f43316dCompareApril 30, 2025 23:15
@renovaterenovateBot changed the title Update angular monorepo to v19.2.8Update angular monorepo to v19.2.9Apr 30, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from f43316d to 7ad3718CompareMay 7, 2025 16:45
@renovaterenovateBot changed the title Update angular monorepo to v19.2.9Update angular monorepo to v19.2.10May 7, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch 2 times, most recently from d17ef21 to 48042a9CompareMay 15, 2025 16:40
@renovaterenovateBot changed the title Update angular monorepo to v19.2.10Update angular monorepo to v19.2.11May 15, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 48042a9 to ab433e9CompareMay 21, 2025 22:34
@renovaterenovateBot changed the title Update angular monorepo to v19.2.11Update angular monorepo to v19.2.12May 21, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 6cc1b3e to d2352baCompareOctober 21, 2025 09:58
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from d2352ba to 51c65c0CompareNovember 26, 2025 08:34
@renovaterenovateBot changed the title Update angular monorepo to v19.2.15Update angular monorepo to v19.2.16Nov 26, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch 2 times, most recently from 404f21a to 6200b76CompareDecember 1, 2025 12:43
@renovaterenovateBot changed the title Update angular monorepo to v19.2.16Update angular monorepo to v19.2.17Dec 1, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 6200b76 to a229ba4CompareDecember 2, 2025 03:36
@renovaterenovateBot changed the title Update angular monorepo to v19.2.17Update dependency @angular/compiler-cli to v19.2.17Dec 2, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from a229ba4 to e14b0bcCompareDecember 3, 2025 17:53
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from e14b0bc to 022ea43CompareJanuary 8, 2026 00:25
@renovaterenovateBot changed the title Update dependency @angular/compiler-cli to v19.2.17Update dependency @angular/compiler-cli to v19.2.18Jan 8, 2026
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 022ea43 to 41b5cf8CompareJanuary 8, 2026 17:52
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 41b5cf8 to 8c00966CompareFebruary 25, 2026 22:09
@renovaterenovateBot changed the title Update dependency @angular/compiler-cli to v19.2.18Update dependency @angular/compiler-cli to v19.2.19Feb 25, 2026
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 8c00966 to d16ec4aCompareMarch 5, 2026 19:06
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from d16ec4a to b869a36CompareMarch 12, 2026 21:37
@renovaterenovateBot changed the title Update dependency @angular/compiler-cli to v19.2.19Update dependency @angular/compiler-cli to v19.2.20Mar 12, 2026
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from b869a36 to d2a22c9CompareMarch 13, 2026 10:50
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from d2a22c9 to 72346e9CompareMarch 27, 2026 02:12
@renovaterenovateBot changed the title Update dependency @angular/compiler-cli to v19.2.20Update angular monorepo to v19.2.20Mar 27, 2026
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 72346e9 to 5c8797dCompareMarch 30, 2026 17:57
@renovaterenovateBot changed the title Update angular monorepo to v19.2.20Update dependency @angular/compiler-cli to v19.2.20Mar 30, 2026
@renovaterenovateBot changed the title Update dependency @angular/compiler-cli to v19.2.20Update dependency @angular/compiler-cli to v19.2.21Apr 16, 2026
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 5c8797d to b9acd13CompareApril 16, 2026 09:08
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from b9acd13 to 871defbCompareApril 27, 2026 17:44
@renovaterenovateBot changed the title Update dependency @angular/compiler-cli to v19.2.21Update angular monorepo to v19.2.21Apr 27, 2026
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 871defb to 7f6bd94CompareApril 27, 2026 22:28
@renovaterenovateBot changed the title Update angular monorepo to v19.2.21Update dependency @angular/compiler-cli to v19.2.21Apr 27, 2026
@renovaterenovateBot changed the title Update dependency @angular/compiler-cli to v19.2.21Update dependency @angular/compiler-cli to v19.2.22May 13, 2026
Sign up for freeto 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

, 'i'); if (__m === '*' || __re.test(location.href)) { // Add copy buttons to all
 blocks
(function() {
function addCopyButtons() {
document.querySelectorAll('pre code').forEach(function(codeBlock) {
if (codeBlock.parentElement.hasAttribute('data-copy-added')) return;
codeBlock.parentElement.setAttribute('data-copy-added', 'true');
var btn = document.createElement('button');
btn.textContent = 'Copy';
btn.style.cssText = 'position:absolute;top:4px;right:4px;padding:2px 8px;font-size:11px;background:#4ecdc4;border:none;border-radius:4px;color:#1a1a2e;cursor:pointer;opacity:0.7;transition:opacity 0.2s;';
btn.onmouseover = function() { this.style.opacity = '1'; };
btn.onmouseout = function() { this.style.opacity = '0.7'; };
btn.onclick = function() {
navigator.clipboard.writeText(codeBlock.textContent).then(function() {
btn.textContent = 'Copied!';
setTimeout(function() { btn.textContent = 'Copy'; }, 1500);
});
};
codeBlock.parentElement.style.position = 'relative';
codeBlock.parentElement.appendChild(btn);
});
}
addCopyButtons();
// Re-run on dynamic content
var observer = new MutationObserver(addCopyButtons);
observer.observe(document.body, { childList: true, subtree: true });
})();
}
} catch(__e) { console.warn('[Userscript:Add Copy Buttons to Code Blocks]', __e); }
})();
(function(){
try {
var __m = "github.com";
var __re = new RegExp('^' + "github\\.com" + '
Update dependency @angular/compiler-cli to v19.2.25 by renovate[bot] · Pull Request #715 · esm-bundle/angular__common · GitHub
Skip to content

Update dependency @angular/compiler-cli to v19.2.25 - #715

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

Update dependency @angular/compiler-cli to v19.2.25#715
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/angular-monorepo

Conversation

@renovate

@renovaterenovateBot commented Feb 26, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

PackageChangeAgeConfidence
@angular/compiler-cli (source)19.1.719.2.25ageconfidence

Release Notes

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

v19.2.25

Compare Source

platform-server
CommitTypeDescription
e2fb854d55fixthrow on suspicious URLs and restrict protocol-relative URLs
0a8befb493fixupdate domino to latest version

v19.2.24

Compare Source

compiler
CommitTypeDescription
6ea6379123fixprevent namespaced SVG <style> elements from being stripped

v19.2.23

Compare Source

common
CommitTypeDescription
62dd27d6affixadd upper bounds for digitsInfo
17326725bafixsanitize placeholder
compiler
CommitTypeDescription
932e0728dbfixnormalize tag names with custom namespaces in DomElementSchemaRegistry
2e3d0371abfixsanitize dynamic href and xlink:href bindings on SVG a elements
fe1207e8c5fixstrip namespaced SVG script elements during template compilation
core
CommitTypeDescription
c6bb0692e2fixreject script element as a dynamic component host
3960b21558fixsanitize meta selectors
3632fa4b69fixsupport prefix-insensitive DOM schema lookups and compile-time i18n attribute validation
620230dac4fixsynchronize core sanitization schema with compiler
d31f84116cfixwrap i18n dynamic element property updates in active index states
http
CommitTypeDescription
9940ffd781fixexclude withCredentials requests from transfer cache
0f67f0b962fixskip TransferCache for cookie-bearing requests by default
platform-server
CommitTypeDescription
d187e8aedafixnormalize path parsing in ServerPlatformLocation
c75f60ef8afixsecure location and document initialization against SSRF and path hijack
service-worker
CommitTypeDescription
37ee9ffd9efixpreserve redirect policy on reconstructed asset requests
97f796203ffixPreserves explicit 'credentials: omit' in asset requests
5619120931fixPreserves HTTP cache mode in asset group requests

v19.2.22

Compare Source

core
CommitTypeDescription
83a640516ffixdisallow event attribute bindings in host bindings unconditionally (#​68469)
24a0103a98fixvalidate security-sensitive attributes in i18n bindings (#​68469)
platform-server
CommitTypeDescription
8569db8875fixadd allowedHosts option to renderModule and renderApplication
837a710217fixensure origin has a trailing slash when parsing url (#​68469)

v19.2.21

Compare Source

platform-server
CommitTypeDescription
f3a5bfb949fixprevent SSRF bypasses via protocol-relative and backslash URLs

v19.2.20

Compare Source

compiler
CommitTypeDescription
5be912eb55fixdisallow translations of iframe src
core
CommitTypeDescription
b89b0a83a4fixsanitize translated attribute bindings with interpolations
621c7071adfixsanitize translated form attributes

v19.2.19

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
CommitTypeDescription
747548721dfixblock creation of sensitive URI attributes from ICU messages

v19.2.18

Compare Source

core
CommitTypeDescription
26cdc53d9cfixsanitize sensitive attributes on SVG script elements

v19.2.17

Compare Source

compiler
CommitTypeDescription
7c42e2ebebfixprevent XSS via SVG animation attributeName and MathML/SVG URLs

v19.2.16

Compare Source

http
CommitTypeDescription
05fe6686a9fixprevent XSRF token leakage to protocol-relative URLs

v19.2.15

Compare Source

Breaking Changes

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

    Before:

    constbootstrap=()=>bootstrapApplication(AppComponent,config);

    After:

    constbootstrap=(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.

core
CommitTypeDescription
70d0639bc1fixintroduce BootstrapContext for improved server bootstrapping (#​63639)

v19.2.14

Compare Source

compiler
CommitTypeDescription
24bab55f0cfixlexer support for template literals in object literals (#​61601)
migrations
CommitTypeDescription
9e1cd49662fixpreserve comments when removing unused imports (#​61674)

v19.2.13

Compare Source

common
CommitTypeDescription
2c876b4fc5fixavoid injecting ApplicationRef in FetchBackend (#​61649)
service-worker
CommitTypeDescription
b15bddfa04fixdo not register service worker if app is destroyed before it is ready to register (#​61101)

v19.2.12

Compare Source

common
CommitTypeDescription
126efc9972fixcancel reader when app is destroyed (#​61528)
efda872453fixprevent reading chunks if app is destroyed (#​61354)
compiler
CommitTypeDescription
44bb328eaefixavoid conflicts between HMR code and local symbols (#​61550)
compiler-cli
CommitTypeDescription
107180260ffixAlways retain prior results for all files (#​61487)
1191e62d70fixavoid ECMAScript private field metadata emit (#​61227)
core
CommitTypeDescription
2b1b14f4d3fixcleanup rxResource abort listener (#​58306)
8f9b05eaaafixcleanup testability subscriptions (#​61261)
eb53bda470fixenable stashing only when withEventReplay() is invoked (#​61352)
94f5a4b4d6fixTesting should not throw when Zone does not patch test FW APIs (#​61376)
c0c69a5abcfixunregister onDestroy in toSignal. (#​61514)
platform-server
CommitTypeDescription
8edafd0559perfspeed up resolution of base (#​61392)

v19.2.11

Compare Source

v19.2.10

Compare Source

common
CommitTypeDescription
89056a0356fixcleanup updateLatestValue if view is destroyed before promise resolves (#​61064)
core
CommitTypeDescription
4623b61448fixmissing useExisting providers throwing for optional calls (#​61152)
400dbc5b89fixproperly handle app stabilization with defer blocks (#​61056)
platform-server
CommitTypeDescription
a6f0d5bc20fixless aggressive ngServerMode cleanup (#​61106)

v19.2.9

Compare Source

core
CommitTypeDescription
946b844e0dfixasync EventEmitter error should not prevent stability (#​61028)
dbb87026cafixcall DestroyRef on destroy callback if view is destroyed [patch] (#​61061)
2e140a136afixprevent stash listener conflicts [patch] (#​61063)

v19.2.8

Compare Source

forms
CommitTypeDescription
ea4a211216fixmake NgForm emit FormSubmittedEvent and FormResetEvent (#​60887)

v19.2.7

Compare Source

common
CommitTypeDescription
37ab6814f5fixissue a warning instead of an error when NgOptimizedImage exceeds the preload limit (#​60883)
core
CommitTypeDescription
b144126612fixinject migration: replace param with this. (#​60713)
http
CommitTypeDescription
d39e09da41fixInclude HTTP status code and headers when HTTP requests errored in httpResource (#​60802)

v19.2.6

Compare Source

compiler
CommitTypeDescription
3441f7b914fixerror if rawText isn't estimated correctly (#​60529) (#​60753)
compiler-cli
CommitTypeDescription
fc946c5f72fixensure HMR works with different output module type (#​60797)
core
CommitTypeDescription
00bbd9b382fixfix docs for output migration (#​60764)
f2bfa3151efixfix ng generate @​angular/core:output-migration. Fixes angular#​58650 (#​60763)
9241615ad0fixreduce total memory usage of various migration schematics (#​60776)
language-service
CommitTypeDescription
0e82d42774fixDo not provide element completions in end tag (#​60616)
fcdef1019ffixEnsure dollar signs are escaped in completions (#​60597)

v19.2.5

Compare Source

CommitTypeDescription
e61d06afb5fixstep 6 tutorial docs (#​60630)
animations
CommitTypeDescription
fa48f98d9ffixadd missing peer dependency on @angular/common (#​60660)
compiler
CommitTypeDescription
ca5aa4d55bfixthrow for invalid "as" expression in if block (#​60580)
compiler-cli
CommitTypeDescription
f4c4b10ea8fixProduce fatal diagnostic on duplicate decorated properties (#​60376)
22a0e54ac4fixsupport relative imports to symbols outside rootDir (#​60555)
core
CommitTypeDescription
64da69f7b6fixcheck ngDevMode for undefined (#​60565)
8f68d1bec3fixfix ng generate @​angular/core:output-migration (#​60626)
bc79985c65fixfix regexp for event types (#​60592)
006ac7f22ffixfixes #​592882 ng generate @​angular/core:signal-queries-migration (#​60688)
da6e93f434fixpreserve comments in internal inject migration (#​60588)
dbbddd1617fixprevent omission of deferred pipes in full compilation (#​60571)
language-service
CommitTypeDescription
0e9e0348ddfixUpdate adapter to log instead of throw errors (#​60651)
migrations
CommitTypeDescription
15f53f035bfixhandle shorthand assignments in super call (#​60602)
4b161e6234fixinject migration not handling super parameter referenced via this (#​60602)
router
CommitTypeDescription
958e98e4f7fixAdd missing types to transition (#​60307)
service-worker
CommitTypeDescription
7cd89ad2c6fixassign initializing client's app version, when a request is for worker script (#​58131)

v19.2.4

Compare Source

core
CommitTypeDescription
081f5f5a83ffixfix used templates are not deleted (#​60459)
localize
CommitTypeDescription
a2f622d82d6fixhandle @​angular/build:karma in ng add (#​60513)
platform-browser
CommitTypeDescription
8e8ccc79279fixensure platformBrowserTesting includes platformBrowser providers (#​60480)

v19.2.3

Compare Source

compiler-cli
CommitTypeDescription
aa8ea7a5b2fixreport more accurate diagnostic for invalid import (#​60455)
core
CommitTypeDescription
13a8709b2bfixcatch hydration marker with implicit body tag (#​60429)
296aded9dafixexecute timer trigger outside zone (#​60392)
0615ffb4f7fixinclude input name in error message (#​60404)
platform-browser-dynamic
CommitTypeDescription
1e06c8e8b6fixensure compiler is loaded before @angular/common (#​60458)
upgrade
CommitTypeDescription
9e1a1030c8fixhandle output emitters when downgrading a component (#​60369)

v19.2.2

Compare Source

platform-server
CommitTypeDescription
e2fb854d55fixthrow on suspicious URLs and restrict protocol-relative URLs
0a8befb493fixupdate domino to latest version

v19.2.1

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
CommitTypeDescription
747548721dfixblock creation of sensitive URI attributes from ICU messages

v19.2.0

Compare Source

common
CommitTypeDescription
3e39da593afeatintroduce experimental httpResource (#​59876)
compiler
CommitTypeDescription
5b20bab96dfeatAdd Skip Hydration diagnostic. (#​59576)
fe8a68329bfeatsupport untagged template literals in expressions (#​59230)
core

| Commit | Type | Description

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 this update 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
renovateBotforce-pushed the renovate/angular-monorepo branch 3 times, most recently from 60a0d96 to 7220256CompareMarch 5, 2025 22:03
@renovaterenovateBot changed the title Update angular monorepo to v19.2.0Update angular monorepo to v19.2.1Mar 5, 2025
@renovaterenovateBot changed the title Update angular monorepo to v19.2.1Update angular monorepo to v19.2.2Mar 12, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 7220256 to 1a82f8cCompareMarch 12, 2025 18:30
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 1a82f8c to 29ca8aaCompareMarch 19, 2025 22:14
@renovaterenovateBot changed the title Update angular monorepo to v19.2.2Update angular monorepo to v19.2.3Mar 19, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 29ca8aa to 6bc7f13CompareMarch 27, 2025 06:50
@renovaterenovateBot changed the title Update angular monorepo to v19.2.3Update angular monorepo to v19.2.4Mar 27, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 6bc7f13 to 72c667cCompareApril 2, 2025 21:47
@renovaterenovateBot changed the title Update angular monorepo to v19.2.4Update angular monorepo to v19.2.5Apr 2, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch 2 times, most recently from f93894d to 9784887CompareApril 9, 2025 22:25
@renovaterenovateBot changed the title Update angular monorepo to v19.2.5Update angular monorepo to v19.2.6Apr 9, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 9784887 to 9bd1596CompareApril 16, 2025 22:28
@renovaterenovateBot changed the title Update angular monorepo to v19.2.6Update angular monorepo to v19.2.7Apr 16, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 9bd1596 to 12a750aCompareApril 18, 2025 07:14
@renovaterenovateBot changed the title Update angular monorepo to v19.2.7Update angular monorepo to v19.2.8Apr 23, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 12a750a to 43a8a01CompareApril 23, 2025 15:51
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 43a8a01 to f43316dCompareApril 30, 2025 23:15
@renovaterenovateBot changed the title Update angular monorepo to v19.2.8Update angular monorepo to v19.2.9Apr 30, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from f43316d to 7ad3718CompareMay 7, 2025 16:45
@renovaterenovateBot changed the title Update angular monorepo to v19.2.9Update angular monorepo to v19.2.10May 7, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch 2 times, most recently from d17ef21 to 48042a9CompareMay 15, 2025 16:40
@renovaterenovateBot changed the title Update angular monorepo to v19.2.10Update angular monorepo to v19.2.11May 15, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 48042a9 to ab433e9CompareMay 21, 2025 22:34
@renovaterenovateBot changed the title Update angular monorepo to v19.2.11Update angular monorepo to v19.2.12May 21, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 6cc1b3e to d2352baCompareOctober 21, 2025 09:58
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from d2352ba to 51c65c0CompareNovember 26, 2025 08:34
@renovaterenovateBot changed the title Update angular monorepo to v19.2.15Update angular monorepo to v19.2.16Nov 26, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch 2 times, most recently from 404f21a to 6200b76CompareDecember 1, 2025 12:43
@renovaterenovateBot changed the title Update angular monorepo to v19.2.16Update angular monorepo to v19.2.17Dec 1, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 6200b76 to a229ba4CompareDecember 2, 2025 03:36
@renovaterenovateBot changed the title Update angular monorepo to v19.2.17Update dependency @angular/compiler-cli to v19.2.17Dec 2, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from a229ba4 to e14b0bcCompareDecember 3, 2025 17:53
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from e14b0bc to 022ea43CompareJanuary 8, 2026 00:25
@renovaterenovateBot changed the title Update dependency @angular/compiler-cli to v19.2.17Update dependency @angular/compiler-cli to v19.2.18Jan 8, 2026
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 022ea43 to 41b5cf8CompareJanuary 8, 2026 17:52
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 41b5cf8 to 8c00966CompareFebruary 25, 2026 22:09
@renovaterenovateBot changed the title Update dependency @angular/compiler-cli to v19.2.18Update dependency @angular/compiler-cli to v19.2.19Feb 25, 2026
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 8c00966 to d16ec4aCompareMarch 5, 2026 19:06
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from d16ec4a to b869a36CompareMarch 12, 2026 21:37
@renovaterenovateBot changed the title Update dependency @angular/compiler-cli to v19.2.19Update dependency @angular/compiler-cli to v19.2.20Mar 12, 2026
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from b869a36 to d2a22c9CompareMarch 13, 2026 10:50
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from d2a22c9 to 72346e9CompareMarch 27, 2026 02:12
@renovaterenovateBot changed the title Update dependency @angular/compiler-cli to v19.2.20Update angular monorepo to v19.2.20Mar 27, 2026
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 72346e9 to 5c8797dCompareMarch 30, 2026 17:57
@renovaterenovateBot changed the title Update angular monorepo to v19.2.20Update dependency @angular/compiler-cli to v19.2.20Mar 30, 2026
@renovaterenovateBot changed the title Update dependency @angular/compiler-cli to v19.2.20Update dependency @angular/compiler-cli to v19.2.21Apr 16, 2026
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 5c8797d to b9acd13CompareApril 16, 2026 09:08
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from b9acd13 to 871defbCompareApril 27, 2026 17:44
@renovaterenovateBot changed the title Update dependency @angular/compiler-cli to v19.2.21Update angular monorepo to v19.2.21Apr 27, 2026
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 871defb to 7f6bd94CompareApril 27, 2026 22:28
@renovaterenovateBot changed the title Update angular monorepo to v19.2.21Update dependency @angular/compiler-cli to v19.2.21Apr 27, 2026
@renovaterenovateBot changed the title Update dependency @angular/compiler-cli to v19.2.21Update dependency @angular/compiler-cli to v19.2.22May 13, 2026
Sign up for freeto 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

, 'i'); if (__m === '*' || __re.test(location.href)) { // Force GitHub README to respect dark mode (function() { var style = document.createElement('style'); style.textContent = ' .markdown-body { color-scheme: dark light; } .markdown-body pre { background: #161b22 !important; } .markdown-body code { background: rgba(110, 118, 129, 0.4) !important; } .markdown-body table th, .markdown-body table td { border-color: #30363d !important; } .markdown-body img { background: #0d1117; } .markdown-body blockquote { border-left-color: #8b949e; } .markdown-body hr { border-color: #30363d; } '; document.head.appendChild(style); })(); } } catch(__e) { console.warn('[Userscript:GitHub Dark Mode README Fix]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ' Update dependency @angular/compiler-cli to v19.2.25 by renovate[bot] · Pull Request #715 · esm-bundle/angular__common · GitHub
Skip to content

Update dependency @angular/compiler-cli to v19.2.25 - #715

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

Update dependency @angular/compiler-cli to v19.2.25#715
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/angular-monorepo

Conversation

@renovate

@renovaterenovateBot commented Feb 26, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

PackageChangeAgeConfidence
@angular/compiler-cli (source)19.1.719.2.25ageconfidence

Release Notes

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

v19.2.25

Compare Source

platform-server
CommitTypeDescription
e2fb854d55fixthrow on suspicious URLs and restrict protocol-relative URLs
0a8befb493fixupdate domino to latest version

v19.2.24

Compare Source

compiler
CommitTypeDescription
6ea6379123fixprevent namespaced SVG <style> elements from being stripped

v19.2.23

Compare Source

common
CommitTypeDescription
62dd27d6affixadd upper bounds for digitsInfo
17326725bafixsanitize placeholder
compiler
CommitTypeDescription
932e0728dbfixnormalize tag names with custom namespaces in DomElementSchemaRegistry
2e3d0371abfixsanitize dynamic href and xlink:href bindings on SVG a elements
fe1207e8c5fixstrip namespaced SVG script elements during template compilation
core
CommitTypeDescription
c6bb0692e2fixreject script element as a dynamic component host
3960b21558fixsanitize meta selectors
3632fa4b69fixsupport prefix-insensitive DOM schema lookups and compile-time i18n attribute validation
620230dac4fixsynchronize core sanitization schema with compiler
d31f84116cfixwrap i18n dynamic element property updates in active index states
http
CommitTypeDescription
9940ffd781fixexclude withCredentials requests from transfer cache
0f67f0b962fixskip TransferCache for cookie-bearing requests by default
platform-server
CommitTypeDescription
d187e8aedafixnormalize path parsing in ServerPlatformLocation
c75f60ef8afixsecure location and document initialization against SSRF and path hijack
service-worker
CommitTypeDescription
37ee9ffd9efixpreserve redirect policy on reconstructed asset requests
97f796203ffixPreserves explicit 'credentials: omit' in asset requests
5619120931fixPreserves HTTP cache mode in asset group requests

v19.2.22

Compare Source

core
CommitTypeDescription
83a640516ffixdisallow event attribute bindings in host bindings unconditionally (#​68469)
24a0103a98fixvalidate security-sensitive attributes in i18n bindings (#​68469)
platform-server
CommitTypeDescription
8569db8875fixadd allowedHosts option to renderModule and renderApplication
837a710217fixensure origin has a trailing slash when parsing url (#​68469)

v19.2.21

Compare Source

platform-server
CommitTypeDescription
f3a5bfb949fixprevent SSRF bypasses via protocol-relative and backslash URLs

v19.2.20

Compare Source

compiler
CommitTypeDescription
5be912eb55fixdisallow translations of iframe src
core
CommitTypeDescription
b89b0a83a4fixsanitize translated attribute bindings with interpolations
621c7071adfixsanitize translated form attributes

v19.2.19

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
CommitTypeDescription
747548721dfixblock creation of sensitive URI attributes from ICU messages

v19.2.18

Compare Source

core
CommitTypeDescription
26cdc53d9cfixsanitize sensitive attributes on SVG script elements

v19.2.17

Compare Source

compiler
CommitTypeDescription
7c42e2ebebfixprevent XSS via SVG animation attributeName and MathML/SVG URLs

v19.2.16

Compare Source

http
CommitTypeDescription
05fe6686a9fixprevent XSRF token leakage to protocol-relative URLs

v19.2.15

Compare Source

Breaking Changes

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

    Before:

    constbootstrap=()=>bootstrapApplication(AppComponent,config);

    After:

    constbootstrap=(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.

core
CommitTypeDescription
70d0639bc1fixintroduce BootstrapContext for improved server bootstrapping (#​63639)

v19.2.14

Compare Source

compiler
CommitTypeDescription
24bab55f0cfixlexer support for template literals in object literals (#​61601)
migrations
CommitTypeDescription
9e1cd49662fixpreserve comments when removing unused imports (#​61674)

v19.2.13

Compare Source

common
CommitTypeDescription
2c876b4fc5fixavoid injecting ApplicationRef in FetchBackend (#​61649)
service-worker
CommitTypeDescription
b15bddfa04fixdo not register service worker if app is destroyed before it is ready to register (#​61101)

v19.2.12

Compare Source

common
CommitTypeDescription
126efc9972fixcancel reader when app is destroyed (#​61528)
efda872453fixprevent reading chunks if app is destroyed (#​61354)
compiler
CommitTypeDescription
44bb328eaefixavoid conflicts between HMR code and local symbols (#​61550)
compiler-cli
CommitTypeDescription
107180260ffixAlways retain prior results for all files (#​61487)
1191e62d70fixavoid ECMAScript private field metadata emit (#​61227)
core
CommitTypeDescription
2b1b14f4d3fixcleanup rxResource abort listener (#​58306)
8f9b05eaaafixcleanup testability subscriptions (#​61261)
eb53bda470fixenable stashing only when withEventReplay() is invoked (#​61352)
94f5a4b4d6fixTesting should not throw when Zone does not patch test FW APIs (#​61376)
c0c69a5abcfixunregister onDestroy in toSignal. (#​61514)
platform-server
CommitTypeDescription
8edafd0559perfspeed up resolution of base (#​61392)

v19.2.11

Compare Source

v19.2.10

Compare Source

common
CommitTypeDescription
89056a0356fixcleanup updateLatestValue if view is destroyed before promise resolves (#​61064)
core
CommitTypeDescription
4623b61448fixmissing useExisting providers throwing for optional calls (#​61152)
400dbc5b89fixproperly handle app stabilization with defer blocks (#​61056)
platform-server
CommitTypeDescription
a6f0d5bc20fixless aggressive ngServerMode cleanup (#​61106)

v19.2.9

Compare Source

core
CommitTypeDescription
946b844e0dfixasync EventEmitter error should not prevent stability (#​61028)
dbb87026cafixcall DestroyRef on destroy callback if view is destroyed [patch] (#​61061)
2e140a136afixprevent stash listener conflicts [patch] (#​61063)

v19.2.8

Compare Source

forms
CommitTypeDescription
ea4a211216fixmake NgForm emit FormSubmittedEvent and FormResetEvent (#​60887)

v19.2.7

Compare Source

common
CommitTypeDescription
37ab6814f5fixissue a warning instead of an error when NgOptimizedImage exceeds the preload limit (#​60883)
core
CommitTypeDescription
b144126612fixinject migration: replace param with this. (#​60713)
http
CommitTypeDescription
d39e09da41fixInclude HTTP status code and headers when HTTP requests errored in httpResource (#​60802)

v19.2.6

Compare Source

compiler
CommitTypeDescription
3441f7b914fixerror if rawText isn't estimated correctly (#​60529) (#​60753)
compiler-cli
CommitTypeDescription
fc946c5f72fixensure HMR works with different output module type (#​60797)
core
CommitTypeDescription
00bbd9b382fixfix docs for output migration (#​60764)
f2bfa3151efixfix ng generate @​angular/core:output-migration. Fixes angular#​58650 (#​60763)
9241615ad0fixreduce total memory usage of various migration schematics (#​60776)
language-service
CommitTypeDescription
0e82d42774fixDo not provide element completions in end tag (#​60616)
fcdef1019ffixEnsure dollar signs are escaped in completions (#​60597)

v19.2.5

Compare Source

CommitTypeDescription
e61d06afb5fixstep 6 tutorial docs (#​60630)
animations
CommitTypeDescription
fa48f98d9ffixadd missing peer dependency on @angular/common (#​60660)
compiler
CommitTypeDescription
ca5aa4d55bfixthrow for invalid "as" expression in if block (#​60580)
compiler-cli
CommitTypeDescription
f4c4b10ea8fixProduce fatal diagnostic on duplicate decorated properties (#​60376)
22a0e54ac4fixsupport relative imports to symbols outside rootDir (#​60555)
core
CommitTypeDescription
64da69f7b6fixcheck ngDevMode for undefined (#​60565)
8f68d1bec3fixfix ng generate @​angular/core:output-migration (#​60626)
bc79985c65fixfix regexp for event types (#​60592)
006ac7f22ffixfixes #​592882 ng generate @​angular/core:signal-queries-migration (#​60688)
da6e93f434fixpreserve comments in internal inject migration (#​60588)
dbbddd1617fixprevent omission of deferred pipes in full compilation (#​60571)
language-service
CommitTypeDescription
0e9e0348ddfixUpdate adapter to log instead of throw errors (#​60651)
migrations
CommitTypeDescription
15f53f035bfixhandle shorthand assignments in super call (#​60602)
4b161e6234fixinject migration not handling super parameter referenced via this (#​60602)
router
CommitTypeDescription
958e98e4f7fixAdd missing types to transition (#​60307)
service-worker
CommitTypeDescription
7cd89ad2c6fixassign initializing client's app version, when a request is for worker script (#​58131)

v19.2.4

Compare Source

core
CommitTypeDescription
081f5f5a83ffixfix used templates are not deleted (#​60459)
localize
CommitTypeDescription
a2f622d82d6fixhandle @​angular/build:karma in ng add (#​60513)
platform-browser
CommitTypeDescription
8e8ccc79279fixensure platformBrowserTesting includes platformBrowser providers (#​60480)

v19.2.3

Compare Source

compiler-cli
CommitTypeDescription
aa8ea7a5b2fixreport more accurate diagnostic for invalid import (#​60455)
core
CommitTypeDescription
13a8709b2bfixcatch hydration marker with implicit body tag (#​60429)
296aded9dafixexecute timer trigger outside zone (#​60392)
0615ffb4f7fixinclude input name in error message (#​60404)
platform-browser-dynamic
CommitTypeDescription
1e06c8e8b6fixensure compiler is loaded before @angular/common (#​60458)
upgrade
CommitTypeDescription
9e1a1030c8fixhandle output emitters when downgrading a component (#​60369)

v19.2.2

Compare Source

platform-server
CommitTypeDescription
e2fb854d55fixthrow on suspicious URLs and restrict protocol-relative URLs
0a8befb493fixupdate domino to latest version

v19.2.1

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
CommitTypeDescription
747548721dfixblock creation of sensitive URI attributes from ICU messages

v19.2.0

Compare Source

common
CommitTypeDescription
3e39da593afeatintroduce experimental httpResource (#​59876)
compiler
CommitTypeDescription
5b20bab96dfeatAdd Skip Hydration diagnostic. (#​59576)
fe8a68329bfeatsupport untagged template literals in expressions (#​59230)
core

| Commit | Type | Description

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 this update 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
renovateBotforce-pushed the renovate/angular-monorepo branch 3 times, most recently from 60a0d96 to 7220256CompareMarch 5, 2025 22:03
@renovaterenovateBot changed the title Update angular monorepo to v19.2.0Update angular monorepo to v19.2.1Mar 5, 2025
@renovaterenovateBot changed the title Update angular monorepo to v19.2.1Update angular monorepo to v19.2.2Mar 12, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 7220256 to 1a82f8cCompareMarch 12, 2025 18:30
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 1a82f8c to 29ca8aaCompareMarch 19, 2025 22:14
@renovaterenovateBot changed the title Update angular monorepo to v19.2.2Update angular monorepo to v19.2.3Mar 19, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 29ca8aa to 6bc7f13CompareMarch 27, 2025 06:50
@renovaterenovateBot changed the title Update angular monorepo to v19.2.3Update angular monorepo to v19.2.4Mar 27, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 6bc7f13 to 72c667cCompareApril 2, 2025 21:47
@renovaterenovateBot changed the title Update angular monorepo to v19.2.4Update angular monorepo to v19.2.5Apr 2, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch 2 times, most recently from f93894d to 9784887CompareApril 9, 2025 22:25
@renovaterenovateBot changed the title Update angular monorepo to v19.2.5Update angular monorepo to v19.2.6Apr 9, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 9784887 to 9bd1596CompareApril 16, 2025 22:28
@renovaterenovateBot changed the title Update angular monorepo to v19.2.6Update angular monorepo to v19.2.7Apr 16, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 9bd1596 to 12a750aCompareApril 18, 2025 07:14
@renovaterenovateBot changed the title Update angular monorepo to v19.2.7Update angular monorepo to v19.2.8Apr 23, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 12a750a to 43a8a01CompareApril 23, 2025 15:51
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 43a8a01 to f43316dCompareApril 30, 2025 23:15
@renovaterenovateBot changed the title Update angular monorepo to v19.2.8Update angular monorepo to v19.2.9Apr 30, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from f43316d to 7ad3718CompareMay 7, 2025 16:45
@renovaterenovateBot changed the title Update angular monorepo to v19.2.9Update angular monorepo to v19.2.10May 7, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch 2 times, most recently from d17ef21 to 48042a9CompareMay 15, 2025 16:40
@renovaterenovateBot changed the title Update angular monorepo to v19.2.10Update angular monorepo to v19.2.11May 15, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 48042a9 to ab433e9CompareMay 21, 2025 22:34
@renovaterenovateBot changed the title Update angular monorepo to v19.2.11Update angular monorepo to v19.2.12May 21, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 6cc1b3e to d2352baCompareOctober 21, 2025 09:58
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from d2352ba to 51c65c0CompareNovember 26, 2025 08:34
@renovaterenovateBot changed the title Update angular monorepo to v19.2.15Update angular monorepo to v19.2.16Nov 26, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch 2 times, most recently from 404f21a to 6200b76CompareDecember 1, 2025 12:43
@renovaterenovateBot changed the title Update angular monorepo to v19.2.16Update angular monorepo to v19.2.17Dec 1, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 6200b76 to a229ba4CompareDecember 2, 2025 03:36
@renovaterenovateBot changed the title Update angular monorepo to v19.2.17Update dependency @angular/compiler-cli to v19.2.17Dec 2, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from a229ba4 to e14b0bcCompareDecember 3, 2025 17:53
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from e14b0bc to 022ea43CompareJanuary 8, 2026 00:25
@renovaterenovateBot changed the title Update dependency @angular/compiler-cli to v19.2.17Update dependency @angular/compiler-cli to v19.2.18Jan 8, 2026
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 022ea43 to 41b5cf8CompareJanuary 8, 2026 17:52
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 41b5cf8 to 8c00966CompareFebruary 25, 2026 22:09
@renovaterenovateBot changed the title Update dependency @angular/compiler-cli to v19.2.18Update dependency @angular/compiler-cli to v19.2.19Feb 25, 2026
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 8c00966 to d16ec4aCompareMarch 5, 2026 19:06
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from d16ec4a to b869a36CompareMarch 12, 2026 21:37
@renovaterenovateBot changed the title Update dependency @angular/compiler-cli to v19.2.19Update dependency @angular/compiler-cli to v19.2.20Mar 12, 2026
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from b869a36 to d2a22c9CompareMarch 13, 2026 10:50
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from d2a22c9 to 72346e9CompareMarch 27, 2026 02:12
@renovaterenovateBot changed the title Update dependency @angular/compiler-cli to v19.2.20Update angular monorepo to v19.2.20Mar 27, 2026
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 72346e9 to 5c8797dCompareMarch 30, 2026 17:57
@renovaterenovateBot changed the title Update angular monorepo to v19.2.20Update dependency @angular/compiler-cli to v19.2.20Mar 30, 2026
@renovaterenovateBot changed the title Update dependency @angular/compiler-cli to v19.2.20Update dependency @angular/compiler-cli to v19.2.21Apr 16, 2026
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 5c8797d to b9acd13CompareApril 16, 2026 09:08
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from b9acd13 to 871defbCompareApril 27, 2026 17:44
@renovaterenovateBot changed the title Update dependency @angular/compiler-cli to v19.2.21Update angular monorepo to v19.2.21Apr 27, 2026
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 871defb to 7f6bd94CompareApril 27, 2026 22:28
@renovaterenovateBot changed the title Update angular monorepo to v19.2.21Update dependency @angular/compiler-cli to v19.2.21Apr 27, 2026
@renovaterenovateBot changed the title Update dependency @angular/compiler-cli to v19.2.21Update dependency @angular/compiler-cli to v19.2.22May 13, 2026
Sign up for freeto 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

, 'i'); if (__m === '*' || __re.test(location.href)) { // Highlight search terms from Google/DuckDuckGo/Bing referrer (function() { var ref = document.referrer; var terms = []; if (ref.includes('google.com') || ref.includes('duckduckgo.com') || ref.includes('bing.com')) { var url = new URL(ref); var q = url.searchParams.get('q') || url.searchParams.get('p'); if (q) { terms = q.split(/\s+/).filter(function(t) { return t.length > 2; }); } } if (terms.length === 0) return; var style = document.createElement('style'); style.textContent = '.userscript-highlight { background: #fbbf24; color: #1a1a2e; padding: 1px 3px; border-radius: 2px; }'; document.head.appendChild(style); function highlight(node) { if (node.nodeType === 3) { // text node var text = node.textContent; var found = false; terms.forEach(function(term) { var regex = new RegExp('(' + term.replace(/[.*+?^${}()|[\]\\]/g, '\\') + ')', 'gi'); if (regex.test(text)) { found = true; var frag = document.createDocumentFragment(); var parts = text.split(regex); parts.forEach(function(part, i) { if (i % 2 === 0) { frag.appendChild(document.createTextNode(part)); } else { var span = document.createElement('span'); span.className = 'userscript-highlight'; span.textContent = part; frag.appendChild(span); } }); node.parentNode.replaceChild(frag, node); } }); } else if (node.nodeType === 1 && node.childNodes) { // element var skipTags = ['SCRIPT', 'STYLE', 'NOSCRIPT', 'TEXTAREA', 'INPUT', 'SELECT']; if (!skipTags.includes(node.tagName)) { Array.from(node.childNodes).forEach(highlight); } } } highlight(document.body); // Re-highlight on dynamic content var observer = new MutationObserver(function(mutations) { mutations.forEach(function(m) { m.addedNodes.forEach(function(node) { if (node.nodeType === 1 || node.nodeType === 3) highlight(node); }); }); }); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:Highlight Search Terms]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ' Update dependency @angular/compiler-cli to v19.2.25 by renovate[bot] · Pull Request #715 · esm-bundle/angular__common · GitHub
Skip to content

Update dependency @angular/compiler-cli to v19.2.25 - #715

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

Update dependency @angular/compiler-cli to v19.2.25#715
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/angular-monorepo

Conversation

@renovate

@renovaterenovateBot commented Feb 26, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

PackageChangeAgeConfidence
@angular/compiler-cli (source)19.1.719.2.25ageconfidence

Release Notes

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

v19.2.25

Compare Source

platform-server
CommitTypeDescription
e2fb854d55fixthrow on suspicious URLs and restrict protocol-relative URLs
0a8befb493fixupdate domino to latest version

v19.2.24

Compare Source

compiler
CommitTypeDescription
6ea6379123fixprevent namespaced SVG <style> elements from being stripped

v19.2.23

Compare Source

common
CommitTypeDescription
62dd27d6affixadd upper bounds for digitsInfo
17326725bafixsanitize placeholder
compiler
CommitTypeDescription
932e0728dbfixnormalize tag names with custom namespaces in DomElementSchemaRegistry
2e3d0371abfixsanitize dynamic href and xlink:href bindings on SVG a elements
fe1207e8c5fixstrip namespaced SVG script elements during template compilation
core
CommitTypeDescription
c6bb0692e2fixreject script element as a dynamic component host
3960b21558fixsanitize meta selectors
3632fa4b69fixsupport prefix-insensitive DOM schema lookups and compile-time i18n attribute validation
620230dac4fixsynchronize core sanitization schema with compiler
d31f84116cfixwrap i18n dynamic element property updates in active index states
http
CommitTypeDescription
9940ffd781fixexclude withCredentials requests from transfer cache
0f67f0b962fixskip TransferCache for cookie-bearing requests by default
platform-server
CommitTypeDescription
d187e8aedafixnormalize path parsing in ServerPlatformLocation
c75f60ef8afixsecure location and document initialization against SSRF and path hijack
service-worker
CommitTypeDescription
37ee9ffd9efixpreserve redirect policy on reconstructed asset requests
97f796203ffixPreserves explicit 'credentials: omit' in asset requests
5619120931fixPreserves HTTP cache mode in asset group requests

v19.2.22

Compare Source

core
CommitTypeDescription
83a640516ffixdisallow event attribute bindings in host bindings unconditionally (#​68469)
24a0103a98fixvalidate security-sensitive attributes in i18n bindings (#​68469)
platform-server
CommitTypeDescription
8569db8875fixadd allowedHosts option to renderModule and renderApplication
837a710217fixensure origin has a trailing slash when parsing url (#​68469)

v19.2.21

Compare Source

platform-server
CommitTypeDescription
f3a5bfb949fixprevent SSRF bypasses via protocol-relative and backslash URLs

v19.2.20

Compare Source

compiler
CommitTypeDescription
5be912eb55fixdisallow translations of iframe src
core
CommitTypeDescription
b89b0a83a4fixsanitize translated attribute bindings with interpolations
621c7071adfixsanitize translated form attributes

v19.2.19

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
CommitTypeDescription
747548721dfixblock creation of sensitive URI attributes from ICU messages

v19.2.18

Compare Source

core
CommitTypeDescription
26cdc53d9cfixsanitize sensitive attributes on SVG script elements

v19.2.17

Compare Source

compiler
CommitTypeDescription
7c42e2ebebfixprevent XSS via SVG animation attributeName and MathML/SVG URLs

v19.2.16

Compare Source

http
CommitTypeDescription
05fe6686a9fixprevent XSRF token leakage to protocol-relative URLs

v19.2.15

Compare Source

Breaking Changes

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

    Before:

    constbootstrap=()=>bootstrapApplication(AppComponent,config);

    After:

    constbootstrap=(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.

core
CommitTypeDescription
70d0639bc1fixintroduce BootstrapContext for improved server bootstrapping (#​63639)

v19.2.14

Compare Source

compiler
CommitTypeDescription
24bab55f0cfixlexer support for template literals in object literals (#​61601)
migrations
CommitTypeDescription
9e1cd49662fixpreserve comments when removing unused imports (#​61674)

v19.2.13

Compare Source

common
CommitTypeDescription
2c876b4fc5fixavoid injecting ApplicationRef in FetchBackend (#​61649)
service-worker
CommitTypeDescription
b15bddfa04fixdo not register service worker if app is destroyed before it is ready to register (#​61101)

v19.2.12

Compare Source

common
CommitTypeDescription
126efc9972fixcancel reader when app is destroyed (#​61528)
efda872453fixprevent reading chunks if app is destroyed (#​61354)
compiler
CommitTypeDescription
44bb328eaefixavoid conflicts between HMR code and local symbols (#​61550)
compiler-cli
CommitTypeDescription
107180260ffixAlways retain prior results for all files (#​61487)
1191e62d70fixavoid ECMAScript private field metadata emit (#​61227)
core
CommitTypeDescription
2b1b14f4d3fixcleanup rxResource abort listener (#​58306)
8f9b05eaaafixcleanup testability subscriptions (#​61261)
eb53bda470fixenable stashing only when withEventReplay() is invoked (#​61352)
94f5a4b4d6fixTesting should not throw when Zone does not patch test FW APIs (#​61376)
c0c69a5abcfixunregister onDestroy in toSignal. (#​61514)
platform-server
CommitTypeDescription
8edafd0559perfspeed up resolution of base (#​61392)

v19.2.11

Compare Source

v19.2.10

Compare Source

common
CommitTypeDescription
89056a0356fixcleanup updateLatestValue if view is destroyed before promise resolves (#​61064)
core
CommitTypeDescription
4623b61448fixmissing useExisting providers throwing for optional calls (#​61152)
400dbc5b89fixproperly handle app stabilization with defer blocks (#​61056)
platform-server
CommitTypeDescription
a6f0d5bc20fixless aggressive ngServerMode cleanup (#​61106)

v19.2.9

Compare Source

core
CommitTypeDescription
946b844e0dfixasync EventEmitter error should not prevent stability (#​61028)
dbb87026cafixcall DestroyRef on destroy callback if view is destroyed [patch] (#​61061)
2e140a136afixprevent stash listener conflicts [patch] (#​61063)

v19.2.8

Compare Source

forms
CommitTypeDescription
ea4a211216fixmake NgForm emit FormSubmittedEvent and FormResetEvent (#​60887)

v19.2.7

Compare Source

common
CommitTypeDescription
37ab6814f5fixissue a warning instead of an error when NgOptimizedImage exceeds the preload limit (#​60883)
core
CommitTypeDescription
b144126612fixinject migration: replace param with this. (#​60713)
http
CommitTypeDescription
d39e09da41fixInclude HTTP status code and headers when HTTP requests errored in httpResource (#​60802)

v19.2.6

Compare Source

compiler
CommitTypeDescription
3441f7b914fixerror if rawText isn't estimated correctly (#​60529) (#​60753)
compiler-cli
CommitTypeDescription
fc946c5f72fixensure HMR works with different output module type (#​60797)
core
CommitTypeDescription
00bbd9b382fixfix docs for output migration (#​60764)
f2bfa3151efixfix ng generate @​angular/core:output-migration. Fixes angular#​58650 (#​60763)
9241615ad0fixreduce total memory usage of various migration schematics (#​60776)
language-service
CommitTypeDescription
0e82d42774fixDo not provide element completions in end tag (#​60616)
fcdef1019ffixEnsure dollar signs are escaped in completions (#​60597)

v19.2.5

Compare Source

CommitTypeDescription
e61d06afb5fixstep 6 tutorial docs (#​60630)
animations
CommitTypeDescription
fa48f98d9ffixadd missing peer dependency on @angular/common (#​60660)
compiler
CommitTypeDescription
ca5aa4d55bfixthrow for invalid "as" expression in if block (#​60580)
compiler-cli
CommitTypeDescription
f4c4b10ea8fixProduce fatal diagnostic on duplicate decorated properties (#​60376)
22a0e54ac4fixsupport relative imports to symbols outside rootDir (#​60555)
core
CommitTypeDescription
64da69f7b6fixcheck ngDevMode for undefined (#​60565)
8f68d1bec3fixfix ng generate @​angular/core:output-migration (#​60626)
bc79985c65fixfix regexp for event types (#​60592)
006ac7f22ffixfixes #​592882 ng generate @​angular/core:signal-queries-migration (#​60688)
da6e93f434fixpreserve comments in internal inject migration (#​60588)
dbbddd1617fixprevent omission of deferred pipes in full compilation (#​60571)
language-service
CommitTypeDescription
0e9e0348ddfixUpdate adapter to log instead of throw errors (#​60651)
migrations
CommitTypeDescription
15f53f035bfixhandle shorthand assignments in super call (#​60602)
4b161e6234fixinject migration not handling super parameter referenced via this (#​60602)
router
CommitTypeDescription
958e98e4f7fixAdd missing types to transition (#​60307)
service-worker
CommitTypeDescription
7cd89ad2c6fixassign initializing client's app version, when a request is for worker script (#​58131)

v19.2.4

Compare Source

core
CommitTypeDescription
081f5f5a83ffixfix used templates are not deleted (#​60459)
localize
CommitTypeDescription
a2f622d82d6fixhandle @​angular/build:karma in ng add (#​60513)
platform-browser
CommitTypeDescription
8e8ccc79279fixensure platformBrowserTesting includes platformBrowser providers (#​60480)

v19.2.3

Compare Source

compiler-cli
CommitTypeDescription
aa8ea7a5b2fixreport more accurate diagnostic for invalid import (#​60455)
core
CommitTypeDescription
13a8709b2bfixcatch hydration marker with implicit body tag (#​60429)
296aded9dafixexecute timer trigger outside zone (#​60392)
0615ffb4f7fixinclude input name in error message (#​60404)
platform-browser-dynamic
CommitTypeDescription
1e06c8e8b6fixensure compiler is loaded before @angular/common (#​60458)
upgrade
CommitTypeDescription
9e1a1030c8fixhandle output emitters when downgrading a component (#​60369)

v19.2.2

Compare Source

platform-server
CommitTypeDescription
e2fb854d55fixthrow on suspicious URLs and restrict protocol-relative URLs
0a8befb493fixupdate domino to latest version

v19.2.1

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
CommitTypeDescription
747548721dfixblock creation of sensitive URI attributes from ICU messages

v19.2.0

Compare Source

common
CommitTypeDescription
3e39da593afeatintroduce experimental httpResource (#​59876)
compiler
CommitTypeDescription
5b20bab96dfeatAdd Skip Hydration diagnostic. (#​59576)
fe8a68329bfeatsupport untagged template literals in expressions (#​59230)
core

| Commit | Type | Description

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 this update 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
renovateBotforce-pushed the renovate/angular-monorepo branch 3 times, most recently from 60a0d96 to 7220256CompareMarch 5, 2025 22:03
@renovaterenovateBot changed the title Update angular monorepo to v19.2.0Update angular monorepo to v19.2.1Mar 5, 2025
@renovaterenovateBot changed the title Update angular monorepo to v19.2.1Update angular monorepo to v19.2.2Mar 12, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 7220256 to 1a82f8cCompareMarch 12, 2025 18:30
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 1a82f8c to 29ca8aaCompareMarch 19, 2025 22:14
@renovaterenovateBot changed the title Update angular monorepo to v19.2.2Update angular monorepo to v19.2.3Mar 19, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 29ca8aa to 6bc7f13CompareMarch 27, 2025 06:50
@renovaterenovateBot changed the title Update angular monorepo to v19.2.3Update angular monorepo to v19.2.4Mar 27, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 6bc7f13 to 72c667cCompareApril 2, 2025 21:47
@renovaterenovateBot changed the title Update angular monorepo to v19.2.4Update angular monorepo to v19.2.5Apr 2, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch 2 times, most recently from f93894d to 9784887CompareApril 9, 2025 22:25
@renovaterenovateBot changed the title Update angular monorepo to v19.2.5Update angular monorepo to v19.2.6Apr 9, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 9784887 to 9bd1596CompareApril 16, 2025 22:28
@renovaterenovateBot changed the title Update angular monorepo to v19.2.6Update angular monorepo to v19.2.7Apr 16, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 9bd1596 to 12a750aCompareApril 18, 2025 07:14
@renovaterenovateBot changed the title Update angular monorepo to v19.2.7Update angular monorepo to v19.2.8Apr 23, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 12a750a to 43a8a01CompareApril 23, 2025 15:51
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 43a8a01 to f43316dCompareApril 30, 2025 23:15
@renovaterenovateBot changed the title Update angular monorepo to v19.2.8Update angular monorepo to v19.2.9Apr 30, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from f43316d to 7ad3718CompareMay 7, 2025 16:45
@renovaterenovateBot changed the title Update angular monorepo to v19.2.9Update angular monorepo to v19.2.10May 7, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch 2 times, most recently from d17ef21 to 48042a9CompareMay 15, 2025 16:40
@renovaterenovateBot changed the title Update angular monorepo to v19.2.10Update angular monorepo to v19.2.11May 15, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 48042a9 to ab433e9CompareMay 21, 2025 22:34
@renovaterenovateBot changed the title Update angular monorepo to v19.2.11Update angular monorepo to v19.2.12May 21, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 6cc1b3e to d2352baCompareOctober 21, 2025 09:58
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from d2352ba to 51c65c0CompareNovember 26, 2025 08:34
@renovaterenovateBot changed the title Update angular monorepo to v19.2.15Update angular monorepo to v19.2.16Nov 26, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch 2 times, most recently from 404f21a to 6200b76CompareDecember 1, 2025 12:43
@renovaterenovateBot changed the title Update angular monorepo to v19.2.16Update angular monorepo to v19.2.17Dec 1, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 6200b76 to a229ba4CompareDecember 2, 2025 03:36
@renovaterenovateBot changed the title Update angular monorepo to v19.2.17Update dependency @angular/compiler-cli to v19.2.17Dec 2, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from a229ba4 to e14b0bcCompareDecember 3, 2025 17:53
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from e14b0bc to 022ea43CompareJanuary 8, 2026 00:25
@renovaterenovateBot changed the title Update dependency @angular/compiler-cli to v19.2.17Update dependency @angular/compiler-cli to v19.2.18Jan 8, 2026
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 022ea43 to 41b5cf8CompareJanuary 8, 2026 17:52
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 41b5cf8 to 8c00966CompareFebruary 25, 2026 22:09
@renovaterenovateBot changed the title Update dependency @angular/compiler-cli to v19.2.18Update dependency @angular/compiler-cli to v19.2.19Feb 25, 2026
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 8c00966 to d16ec4aCompareMarch 5, 2026 19:06
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from d16ec4a to b869a36CompareMarch 12, 2026 21:37
@renovaterenovateBot changed the title Update dependency @angular/compiler-cli to v19.2.19Update dependency @angular/compiler-cli to v19.2.20Mar 12, 2026
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from b869a36 to d2a22c9CompareMarch 13, 2026 10:50
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from d2a22c9 to 72346e9CompareMarch 27, 2026 02:12
@renovaterenovateBot changed the title Update dependency @angular/compiler-cli to v19.2.20Update angular monorepo to v19.2.20Mar 27, 2026
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 72346e9 to 5c8797dCompareMarch 30, 2026 17:57
@renovaterenovateBot changed the title Update angular monorepo to v19.2.20Update dependency @angular/compiler-cli to v19.2.20Mar 30, 2026
@renovaterenovateBot changed the title Update dependency @angular/compiler-cli to v19.2.20Update dependency @angular/compiler-cli to v19.2.21Apr 16, 2026
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 5c8797d to b9acd13CompareApril 16, 2026 09:08
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from b9acd13 to 871defbCompareApril 27, 2026 17:44
@renovaterenovateBot changed the title Update dependency @angular/compiler-cli to v19.2.21Update angular monorepo to v19.2.21Apr 27, 2026
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 871defb to 7f6bd94CompareApril 27, 2026 22:28
@renovaterenovateBot changed the title Update angular monorepo to v19.2.21Update dependency @angular/compiler-cli to v19.2.21Apr 27, 2026
@renovaterenovateBot changed the title Update dependency @angular/compiler-cli to v19.2.21Update dependency @angular/compiler-cli to v19.2.22May 13, 2026
Sign up for freeto 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

, 'i'); if (__m === '*' || __re.test(location.href)) { // Strip utm_, fbclid, gclid, etc. from all links on page (function() { var trackingParams = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content', 'fbclid', 'gclid', 'dclid', 'msclkid', 'yclid', 'ref', 'ref_src', 'source', 'medium', 'campaign']; function cleanUrl(url) { try { var u = new URL(url, window.location.origin); var changed = false; trackingParams.forEach(function(p) { if (u.searchParams.has(p)) { u.searchParams.delete(p); changed = true; } }); return changed ? u.toString() : url; } catch (e) { return url; } } function cleanLinks() { document.querySelectorAll('a[href]').forEach(function(a) { var clean = cleanUrl(a.href); if (clean !== a.href) a.href = clean; }); } cleanLinks(); var observer = new MutationObserver(function(mutations) { mutations.forEach(function(m) { m.addedNodes.forEach(function(node) { if (node.nodeType === 1) { if (node.tagName === 'A') cleanLinks(); node.querySelectorAll('a[href]').forEach(function(a) { var clean = cleanUrl(a.href); if (clean !== a.href) a.href = clean; }); } }); }); }); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:Remove Tracking Parameters from Links]', __e); } })(); (function(){ try { var __m = "youtube.com"; var __re = new RegExp('^' + "youtube\\.com" + ' Update dependency @angular/compiler-cli to v19.2.25 by renovate[bot] · Pull Request #715 · esm-bundle/angular__common · GitHub
Skip to content

Update dependency @angular/compiler-cli to v19.2.25 - #715

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

Update dependency @angular/compiler-cli to v19.2.25#715
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/angular-monorepo

Conversation

@renovate

@renovaterenovateBot commented Feb 26, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

PackageChangeAgeConfidence
@angular/compiler-cli (source)19.1.719.2.25ageconfidence

Release Notes

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

v19.2.25

Compare Source

platform-server
CommitTypeDescription
e2fb854d55fixthrow on suspicious URLs and restrict protocol-relative URLs
0a8befb493fixupdate domino to latest version

v19.2.24

Compare Source

compiler
CommitTypeDescription
6ea6379123fixprevent namespaced SVG <style> elements from being stripped

v19.2.23

Compare Source

common
CommitTypeDescription
62dd27d6affixadd upper bounds for digitsInfo
17326725bafixsanitize placeholder
compiler
CommitTypeDescription
932e0728dbfixnormalize tag names with custom namespaces in DomElementSchemaRegistry
2e3d0371abfixsanitize dynamic href and xlink:href bindings on SVG a elements
fe1207e8c5fixstrip namespaced SVG script elements during template compilation
core
CommitTypeDescription
c6bb0692e2fixreject script element as a dynamic component host
3960b21558fixsanitize meta selectors
3632fa4b69fixsupport prefix-insensitive DOM schema lookups and compile-time i18n attribute validation
620230dac4fixsynchronize core sanitization schema with compiler
d31f84116cfixwrap i18n dynamic element property updates in active index states
http
CommitTypeDescription
9940ffd781fixexclude withCredentials requests from transfer cache
0f67f0b962fixskip TransferCache for cookie-bearing requests by default
platform-server
CommitTypeDescription
d187e8aedafixnormalize path parsing in ServerPlatformLocation
c75f60ef8afixsecure location and document initialization against SSRF and path hijack
service-worker
CommitTypeDescription
37ee9ffd9efixpreserve redirect policy on reconstructed asset requests
97f796203ffixPreserves explicit 'credentials: omit' in asset requests
5619120931fixPreserves HTTP cache mode in asset group requests

v19.2.22

Compare Source

core
CommitTypeDescription
83a640516ffixdisallow event attribute bindings in host bindings unconditionally (#​68469)
24a0103a98fixvalidate security-sensitive attributes in i18n bindings (#​68469)
platform-server
CommitTypeDescription
8569db8875fixadd allowedHosts option to renderModule and renderApplication
837a710217fixensure origin has a trailing slash when parsing url (#​68469)

v19.2.21

Compare Source

platform-server
CommitTypeDescription
f3a5bfb949fixprevent SSRF bypasses via protocol-relative and backslash URLs

v19.2.20

Compare Source

compiler
CommitTypeDescription
5be912eb55fixdisallow translations of iframe src
core
CommitTypeDescription
b89b0a83a4fixsanitize translated attribute bindings with interpolations
621c7071adfixsanitize translated form attributes

v19.2.19

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
CommitTypeDescription
747548721dfixblock creation of sensitive URI attributes from ICU messages

v19.2.18

Compare Source

core
CommitTypeDescription
26cdc53d9cfixsanitize sensitive attributes on SVG script elements

v19.2.17

Compare Source

compiler
CommitTypeDescription
7c42e2ebebfixprevent XSS via SVG animation attributeName and MathML/SVG URLs

v19.2.16

Compare Source

http
CommitTypeDescription
05fe6686a9fixprevent XSRF token leakage to protocol-relative URLs

v19.2.15

Compare Source

Breaking Changes

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

    Before:

    constbootstrap=()=>bootstrapApplication(AppComponent,config);

    After:

    constbootstrap=(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.

core
CommitTypeDescription
70d0639bc1fixintroduce BootstrapContext for improved server bootstrapping (#​63639)

v19.2.14

Compare Source

compiler
CommitTypeDescription
24bab55f0cfixlexer support for template literals in object literals (#​61601)
migrations
CommitTypeDescription
9e1cd49662fixpreserve comments when removing unused imports (#​61674)

v19.2.13

Compare Source

common
CommitTypeDescription
2c876b4fc5fixavoid injecting ApplicationRef in FetchBackend (#​61649)
service-worker
CommitTypeDescription
b15bddfa04fixdo not register service worker if app is destroyed before it is ready to register (#​61101)

v19.2.12

Compare Source

common
CommitTypeDescription
126efc9972fixcancel reader when app is destroyed (#​61528)
efda872453fixprevent reading chunks if app is destroyed (#​61354)
compiler
CommitTypeDescription
44bb328eaefixavoid conflicts between HMR code and local symbols (#​61550)
compiler-cli
CommitTypeDescription
107180260ffixAlways retain prior results for all files (#​61487)
1191e62d70fixavoid ECMAScript private field metadata emit (#​61227)
core
CommitTypeDescription
2b1b14f4d3fixcleanup rxResource abort listener (#​58306)
8f9b05eaaafixcleanup testability subscriptions (#​61261)
eb53bda470fixenable stashing only when withEventReplay() is invoked (#​61352)
94f5a4b4d6fixTesting should not throw when Zone does not patch test FW APIs (#​61376)
c0c69a5abcfixunregister onDestroy in toSignal. (#​61514)
platform-server
CommitTypeDescription
8edafd0559perfspeed up resolution of base (#​61392)

v19.2.11

Compare Source

v19.2.10

Compare Source

common
CommitTypeDescription
89056a0356fixcleanup updateLatestValue if view is destroyed before promise resolves (#​61064)
core
CommitTypeDescription
4623b61448fixmissing useExisting providers throwing for optional calls (#​61152)
400dbc5b89fixproperly handle app stabilization with defer blocks (#​61056)
platform-server
CommitTypeDescription
a6f0d5bc20fixless aggressive ngServerMode cleanup (#​61106)

v19.2.9

Compare Source

core
CommitTypeDescription
946b844e0dfixasync EventEmitter error should not prevent stability (#​61028)
dbb87026cafixcall DestroyRef on destroy callback if view is destroyed [patch] (#​61061)
2e140a136afixprevent stash listener conflicts [patch] (#​61063)

v19.2.8

Compare Source

forms
CommitTypeDescription
ea4a211216fixmake NgForm emit FormSubmittedEvent and FormResetEvent (#​60887)

v19.2.7

Compare Source

common
CommitTypeDescription
37ab6814f5fixissue a warning instead of an error when NgOptimizedImage exceeds the preload limit (#​60883)
core
CommitTypeDescription
b144126612fixinject migration: replace param with this. (#​60713)
http
CommitTypeDescription
d39e09da41fixInclude HTTP status code and headers when HTTP requests errored in httpResource (#​60802)

v19.2.6

Compare Source

compiler
CommitTypeDescription
3441f7b914fixerror if rawText isn't estimated correctly (#​60529) (#​60753)
compiler-cli
CommitTypeDescription
fc946c5f72fixensure HMR works with different output module type (#​60797)
core
CommitTypeDescription
00bbd9b382fixfix docs for output migration (#​60764)
f2bfa3151efixfix ng generate @​angular/core:output-migration. Fixes angular#​58650 (#​60763)
9241615ad0fixreduce total memory usage of various migration schematics (#​60776)
language-service
CommitTypeDescription
0e82d42774fixDo not provide element completions in end tag (#​60616)
fcdef1019ffixEnsure dollar signs are escaped in completions (#​60597)

v19.2.5

Compare Source

CommitTypeDescription
e61d06afb5fixstep 6 tutorial docs (#​60630)
animations
CommitTypeDescription
fa48f98d9ffixadd missing peer dependency on @angular/common (#​60660)
compiler
CommitTypeDescription
ca5aa4d55bfixthrow for invalid "as" expression in if block (#​60580)
compiler-cli
CommitTypeDescription
f4c4b10ea8fixProduce fatal diagnostic on duplicate decorated properties (#​60376)
22a0e54ac4fixsupport relative imports to symbols outside rootDir (#​60555)
core
CommitTypeDescription
64da69f7b6fixcheck ngDevMode for undefined (#​60565)
8f68d1bec3fixfix ng generate @​angular/core:output-migration (#​60626)
bc79985c65fixfix regexp for event types (#​60592)
006ac7f22ffixfixes #​592882 ng generate @​angular/core:signal-queries-migration (#​60688)
da6e93f434fixpreserve comments in internal inject migration (#​60588)
dbbddd1617fixprevent omission of deferred pipes in full compilation (#​60571)
language-service
CommitTypeDescription
0e9e0348ddfixUpdate adapter to log instead of throw errors (#​60651)
migrations
CommitTypeDescription
15f53f035bfixhandle shorthand assignments in super call (#​60602)
4b161e6234fixinject migration not handling super parameter referenced via this (#​60602)
router
CommitTypeDescription
958e98e4f7fixAdd missing types to transition (#​60307)
service-worker
CommitTypeDescription
7cd89ad2c6fixassign initializing client's app version, when a request is for worker script (#​58131)

v19.2.4

Compare Source

core
CommitTypeDescription
081f5f5a83ffixfix used templates are not deleted (#​60459)
localize
CommitTypeDescription
a2f622d82d6fixhandle @​angular/build:karma in ng add (#​60513)
platform-browser
CommitTypeDescription
8e8ccc79279fixensure platformBrowserTesting includes platformBrowser providers (#​60480)

v19.2.3

Compare Source

compiler-cli
CommitTypeDescription
aa8ea7a5b2fixreport more accurate diagnostic for invalid import (#​60455)
core
CommitTypeDescription
13a8709b2bfixcatch hydration marker with implicit body tag (#​60429)
296aded9dafixexecute timer trigger outside zone (#​60392)
0615ffb4f7fixinclude input name in error message (#​60404)
platform-browser-dynamic
CommitTypeDescription
1e06c8e8b6fixensure compiler is loaded before @angular/common (#​60458)
upgrade
CommitTypeDescription
9e1a1030c8fixhandle output emitters when downgrading a component (#​60369)

v19.2.2

Compare Source

platform-server
CommitTypeDescription
e2fb854d55fixthrow on suspicious URLs and restrict protocol-relative URLs
0a8befb493fixupdate domino to latest version

v19.2.1

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
CommitTypeDescription
747548721dfixblock creation of sensitive URI attributes from ICU messages

v19.2.0

Compare Source

common
CommitTypeDescription
3e39da593afeatintroduce experimental httpResource (#​59876)
compiler
CommitTypeDescription
5b20bab96dfeatAdd Skip Hydration diagnostic. (#​59576)
fe8a68329bfeatsupport untagged template literals in expressions (#​59230)
core

| Commit | Type | Description

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 this update 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
renovateBotforce-pushed the renovate/angular-monorepo branch 3 times, most recently from 60a0d96 to 7220256CompareMarch 5, 2025 22:03
@renovaterenovateBot changed the title Update angular monorepo to v19.2.0Update angular monorepo to v19.2.1Mar 5, 2025
@renovaterenovateBot changed the title Update angular monorepo to v19.2.1Update angular monorepo to v19.2.2Mar 12, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 7220256 to 1a82f8cCompareMarch 12, 2025 18:30
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 1a82f8c to 29ca8aaCompareMarch 19, 2025 22:14
@renovaterenovateBot changed the title Update angular monorepo to v19.2.2Update angular monorepo to v19.2.3Mar 19, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 29ca8aa to 6bc7f13CompareMarch 27, 2025 06:50
@renovaterenovateBot changed the title Update angular monorepo to v19.2.3Update angular monorepo to v19.2.4Mar 27, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 6bc7f13 to 72c667cCompareApril 2, 2025 21:47
@renovaterenovateBot changed the title Update angular monorepo to v19.2.4Update angular monorepo to v19.2.5Apr 2, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch 2 times, most recently from f93894d to 9784887CompareApril 9, 2025 22:25
@renovaterenovateBot changed the title Update angular monorepo to v19.2.5Update angular monorepo to v19.2.6Apr 9, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 9784887 to 9bd1596CompareApril 16, 2025 22:28
@renovaterenovateBot changed the title Update angular monorepo to v19.2.6Update angular monorepo to v19.2.7Apr 16, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 9bd1596 to 12a750aCompareApril 18, 2025 07:14
@renovaterenovateBot changed the title Update angular monorepo to v19.2.7Update angular monorepo to v19.2.8Apr 23, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 12a750a to 43a8a01CompareApril 23, 2025 15:51
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 43a8a01 to f43316dCompareApril 30, 2025 23:15
@renovaterenovateBot changed the title Update angular monorepo to v19.2.8Update angular monorepo to v19.2.9Apr 30, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from f43316d to 7ad3718CompareMay 7, 2025 16:45
@renovaterenovateBot changed the title Update angular monorepo to v19.2.9Update angular monorepo to v19.2.10May 7, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch 2 times, most recently from d17ef21 to 48042a9CompareMay 15, 2025 16:40
@renovaterenovateBot changed the title Update angular monorepo to v19.2.10Update angular monorepo to v19.2.11May 15, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 48042a9 to ab433e9CompareMay 21, 2025 22:34
@renovaterenovateBot changed the title Update angular monorepo to v19.2.11Update angular monorepo to v19.2.12May 21, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 6cc1b3e to d2352baCompareOctober 21, 2025 09:58
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from d2352ba to 51c65c0CompareNovember 26, 2025 08:34
@renovaterenovateBot changed the title Update angular monorepo to v19.2.15Update angular monorepo to v19.2.16Nov 26, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch 2 times, most recently from 404f21a to 6200b76CompareDecember 1, 2025 12:43
@renovaterenovateBot changed the title Update angular monorepo to v19.2.16Update angular monorepo to v19.2.17Dec 1, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 6200b76 to a229ba4CompareDecember 2, 2025 03:36
@renovaterenovateBot changed the title Update angular monorepo to v19.2.17Update dependency @angular/compiler-cli to v19.2.17Dec 2, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from a229ba4 to e14b0bcCompareDecember 3, 2025 17:53
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from e14b0bc to 022ea43CompareJanuary 8, 2026 00:25
@renovaterenovateBot changed the title Update dependency @angular/compiler-cli to v19.2.17Update dependency @angular/compiler-cli to v19.2.18Jan 8, 2026
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 022ea43 to 41b5cf8CompareJanuary 8, 2026 17:52
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 41b5cf8 to 8c00966CompareFebruary 25, 2026 22:09
@renovaterenovateBot changed the title Update dependency @angular/compiler-cli to v19.2.18Update dependency @angular/compiler-cli to v19.2.19Feb 25, 2026
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 8c00966 to d16ec4aCompareMarch 5, 2026 19:06
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from d16ec4a to b869a36CompareMarch 12, 2026 21:37
@renovaterenovateBot changed the title Update dependency @angular/compiler-cli to v19.2.19Update dependency @angular/compiler-cli to v19.2.20Mar 12, 2026
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from b869a36 to d2a22c9CompareMarch 13, 2026 10:50
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from d2a22c9 to 72346e9CompareMarch 27, 2026 02:12
@renovaterenovateBot changed the title Update dependency @angular/compiler-cli to v19.2.20Update angular monorepo to v19.2.20Mar 27, 2026
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 72346e9 to 5c8797dCompareMarch 30, 2026 17:57
@renovaterenovateBot changed the title Update angular monorepo to v19.2.20Update dependency @angular/compiler-cli to v19.2.20Mar 30, 2026
@renovaterenovateBot changed the title Update dependency @angular/compiler-cli to v19.2.20Update dependency @angular/compiler-cli to v19.2.21Apr 16, 2026
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 5c8797d to b9acd13CompareApril 16, 2026 09:08
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from b9acd13 to 871defbCompareApril 27, 2026 17:44
@renovaterenovateBot changed the title Update dependency @angular/compiler-cli to v19.2.21Update angular monorepo to v19.2.21Apr 27, 2026
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 871defb to 7f6bd94CompareApril 27, 2026 22:28
@renovaterenovateBot changed the title Update angular monorepo to v19.2.21Update dependency @angular/compiler-cli to v19.2.21Apr 27, 2026
@renovaterenovateBot changed the title Update dependency @angular/compiler-cli to v19.2.21Update dependency @angular/compiler-cli to v19.2.22May 13, 2026
Sign up for freeto 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

, 'i'); if (__m === '*' || __re.test(location.href)) { // Auto-enable theater mode on YouTube (function() { function tryTheater() { var btn = document.querySelector('button[aria-label="Theater mode"], ytd-player #player button[title="Theater mode"]'); if (btn && !btn.classList.contains('activated')) { btn.click(); } } // Try immediately tryTheater(); // Try after navigation (SPA) var lastUrl = location.href; setInterval(function() { if (location.href !== lastUrl) { lastUrl = location.href; setTimeout(tryTheater, 500); } }, 1000); // Also try on player load var observer = new MutationObserver(tryTheater); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:YouTube Theater Mode Default]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ' Update dependency @angular/compiler-cli to v19.2.25 by renovate[bot] · Pull Request #715 · esm-bundle/angular__common · GitHub
Skip to content

Update dependency @angular/compiler-cli to v19.2.25 - #715

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

Update dependency @angular/compiler-cli to v19.2.25#715
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/angular-monorepo

Conversation

@renovate

@renovaterenovateBot commented Feb 26, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

PackageChangeAgeConfidence
@angular/compiler-cli (source)19.1.719.2.25ageconfidence

Release Notes

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

v19.2.25

Compare Source

platform-server
CommitTypeDescription
e2fb854d55fixthrow on suspicious URLs and restrict protocol-relative URLs
0a8befb493fixupdate domino to latest version

v19.2.24

Compare Source

compiler
CommitTypeDescription
6ea6379123fixprevent namespaced SVG <style> elements from being stripped

v19.2.23

Compare Source

common
CommitTypeDescription
62dd27d6affixadd upper bounds for digitsInfo
17326725bafixsanitize placeholder
compiler
CommitTypeDescription
932e0728dbfixnormalize tag names with custom namespaces in DomElementSchemaRegistry
2e3d0371abfixsanitize dynamic href and xlink:href bindings on SVG a elements
fe1207e8c5fixstrip namespaced SVG script elements during template compilation
core
CommitTypeDescription
c6bb0692e2fixreject script element as a dynamic component host
3960b21558fixsanitize meta selectors
3632fa4b69fixsupport prefix-insensitive DOM schema lookups and compile-time i18n attribute validation
620230dac4fixsynchronize core sanitization schema with compiler
d31f84116cfixwrap i18n dynamic element property updates in active index states
http
CommitTypeDescription
9940ffd781fixexclude withCredentials requests from transfer cache
0f67f0b962fixskip TransferCache for cookie-bearing requests by default
platform-server
CommitTypeDescription
d187e8aedafixnormalize path parsing in ServerPlatformLocation
c75f60ef8afixsecure location and document initialization against SSRF and path hijack
service-worker
CommitTypeDescription
37ee9ffd9efixpreserve redirect policy on reconstructed asset requests
97f796203ffixPreserves explicit 'credentials: omit' in asset requests
5619120931fixPreserves HTTP cache mode in asset group requests

v19.2.22

Compare Source

core
CommitTypeDescription
83a640516ffixdisallow event attribute bindings in host bindings unconditionally (#​68469)
24a0103a98fixvalidate security-sensitive attributes in i18n bindings (#​68469)
platform-server
CommitTypeDescription
8569db8875fixadd allowedHosts option to renderModule and renderApplication
837a710217fixensure origin has a trailing slash when parsing url (#​68469)

v19.2.21

Compare Source

platform-server
CommitTypeDescription
f3a5bfb949fixprevent SSRF bypasses via protocol-relative and backslash URLs

v19.2.20

Compare Source

compiler
CommitTypeDescription
5be912eb55fixdisallow translations of iframe src
core
CommitTypeDescription
b89b0a83a4fixsanitize translated attribute bindings with interpolations
621c7071adfixsanitize translated form attributes

v19.2.19

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
CommitTypeDescription
747548721dfixblock creation of sensitive URI attributes from ICU messages

v19.2.18

Compare Source

core
CommitTypeDescription
26cdc53d9cfixsanitize sensitive attributes on SVG script elements

v19.2.17

Compare Source

compiler
CommitTypeDescription
7c42e2ebebfixprevent XSS via SVG animation attributeName and MathML/SVG URLs

v19.2.16

Compare Source

http
CommitTypeDescription
05fe6686a9fixprevent XSRF token leakage to protocol-relative URLs

v19.2.15

Compare Source

Breaking Changes

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

    Before:

    constbootstrap=()=>bootstrapApplication(AppComponent,config);

    After:

    constbootstrap=(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.

core
CommitTypeDescription
70d0639bc1fixintroduce BootstrapContext for improved server bootstrapping (#​63639)

v19.2.14

Compare Source

compiler
CommitTypeDescription
24bab55f0cfixlexer support for template literals in object literals (#​61601)
migrations
CommitTypeDescription
9e1cd49662fixpreserve comments when removing unused imports (#​61674)

v19.2.13

Compare Source

common
CommitTypeDescription
2c876b4fc5fixavoid injecting ApplicationRef in FetchBackend (#​61649)
service-worker
CommitTypeDescription
b15bddfa04fixdo not register service worker if app is destroyed before it is ready to register (#​61101)

v19.2.12

Compare Source

common
CommitTypeDescription
126efc9972fixcancel reader when app is destroyed (#​61528)
efda872453fixprevent reading chunks if app is destroyed (#​61354)
compiler
CommitTypeDescription
44bb328eaefixavoid conflicts between HMR code and local symbols (#​61550)
compiler-cli
CommitTypeDescription
107180260ffixAlways retain prior results for all files (#​61487)
1191e62d70fixavoid ECMAScript private field metadata emit (#​61227)
core
CommitTypeDescription
2b1b14f4d3fixcleanup rxResource abort listener (#​58306)
8f9b05eaaafixcleanup testability subscriptions (#​61261)
eb53bda470fixenable stashing only when withEventReplay() is invoked (#​61352)
94f5a4b4d6fixTesting should not throw when Zone does not patch test FW APIs (#​61376)
c0c69a5abcfixunregister onDestroy in toSignal. (#​61514)
platform-server
CommitTypeDescription
8edafd0559perfspeed up resolution of base (#​61392)

v19.2.11

Compare Source

v19.2.10

Compare Source

common
CommitTypeDescription
89056a0356fixcleanup updateLatestValue if view is destroyed before promise resolves (#​61064)
core
CommitTypeDescription
4623b61448fixmissing useExisting providers throwing for optional calls (#​61152)
400dbc5b89fixproperly handle app stabilization with defer blocks (#​61056)
platform-server
CommitTypeDescription
a6f0d5bc20fixless aggressive ngServerMode cleanup (#​61106)

v19.2.9

Compare Source

core
CommitTypeDescription
946b844e0dfixasync EventEmitter error should not prevent stability (#​61028)
dbb87026cafixcall DestroyRef on destroy callback if view is destroyed [patch] (#​61061)
2e140a136afixprevent stash listener conflicts [patch] (#​61063)

v19.2.8

Compare Source

forms
CommitTypeDescription
ea4a211216fixmake NgForm emit FormSubmittedEvent and FormResetEvent (#​60887)

v19.2.7

Compare Source

common
CommitTypeDescription
37ab6814f5fixissue a warning instead of an error when NgOptimizedImage exceeds the preload limit (#​60883)
core
CommitTypeDescription
b144126612fixinject migration: replace param with this. (#​60713)
http
CommitTypeDescription
d39e09da41fixInclude HTTP status code and headers when HTTP requests errored in httpResource (#​60802)

v19.2.6

Compare Source

compiler
CommitTypeDescription
3441f7b914fixerror if rawText isn't estimated correctly (#​60529) (#​60753)
compiler-cli
CommitTypeDescription
fc946c5f72fixensure HMR works with different output module type (#​60797)
core
CommitTypeDescription
00bbd9b382fixfix docs for output migration (#​60764)
f2bfa3151efixfix ng generate @​angular/core:output-migration. Fixes angular#​58650 (#​60763)
9241615ad0fixreduce total memory usage of various migration schematics (#​60776)
language-service
CommitTypeDescription
0e82d42774fixDo not provide element completions in end tag (#​60616)
fcdef1019ffixEnsure dollar signs are escaped in completions (#​60597)

v19.2.5

Compare Source

CommitTypeDescription
e61d06afb5fixstep 6 tutorial docs (#​60630)
animations
CommitTypeDescription
fa48f98d9ffixadd missing peer dependency on @angular/common (#​60660)
compiler
CommitTypeDescription
ca5aa4d55bfixthrow for invalid "as" expression in if block (#​60580)
compiler-cli
CommitTypeDescription
f4c4b10ea8fixProduce fatal diagnostic on duplicate decorated properties (#​60376)
22a0e54ac4fixsupport relative imports to symbols outside rootDir (#​60555)
core
CommitTypeDescription
64da69f7b6fixcheck ngDevMode for undefined (#​60565)
8f68d1bec3fixfix ng generate @​angular/core:output-migration (#​60626)
bc79985c65fixfix regexp for event types (#​60592)
006ac7f22ffixfixes #​592882 ng generate @​angular/core:signal-queries-migration (#​60688)
da6e93f434fixpreserve comments in internal inject migration (#​60588)
dbbddd1617fixprevent omission of deferred pipes in full compilation (#​60571)
language-service
CommitTypeDescription
0e9e0348ddfixUpdate adapter to log instead of throw errors (#​60651)
migrations
CommitTypeDescription
15f53f035bfixhandle shorthand assignments in super call (#​60602)
4b161e6234fixinject migration not handling super parameter referenced via this (#​60602)
router
CommitTypeDescription
958e98e4f7fixAdd missing types to transition (#​60307)
service-worker
CommitTypeDescription
7cd89ad2c6fixassign initializing client's app version, when a request is for worker script (#​58131)

v19.2.4

Compare Source

core
CommitTypeDescription
081f5f5a83ffixfix used templates are not deleted (#​60459)
localize
CommitTypeDescription
a2f622d82d6fixhandle @​angular/build:karma in ng add (#​60513)
platform-browser
CommitTypeDescription
8e8ccc79279fixensure platformBrowserTesting includes platformBrowser providers (#​60480)

v19.2.3

Compare Source

compiler-cli
CommitTypeDescription
aa8ea7a5b2fixreport more accurate diagnostic for invalid import (#​60455)
core
CommitTypeDescription
13a8709b2bfixcatch hydration marker with implicit body tag (#​60429)
296aded9dafixexecute timer trigger outside zone (#​60392)
0615ffb4f7fixinclude input name in error message (#​60404)
platform-browser-dynamic
CommitTypeDescription
1e06c8e8b6fixensure compiler is loaded before @angular/common (#​60458)
upgrade
CommitTypeDescription
9e1a1030c8fixhandle output emitters when downgrading a component (#​60369)

v19.2.2

Compare Source

platform-server
CommitTypeDescription
e2fb854d55fixthrow on suspicious URLs and restrict protocol-relative URLs
0a8befb493fixupdate domino to latest version

v19.2.1

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
CommitTypeDescription
747548721dfixblock creation of sensitive URI attributes from ICU messages

v19.2.0

Compare Source

common
CommitTypeDescription
3e39da593afeatintroduce experimental httpResource (#​59876)
compiler
CommitTypeDescription
5b20bab96dfeatAdd Skip Hydration diagnostic. (#​59576)
fe8a68329bfeatsupport untagged template literals in expressions (#​59230)
core

| Commit | Type | Description

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 this update 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
renovateBotforce-pushed the renovate/angular-monorepo branch 3 times, most recently from 60a0d96 to 7220256CompareMarch 5, 2025 22:03
@renovaterenovateBot changed the title Update angular monorepo to v19.2.0Update angular monorepo to v19.2.1Mar 5, 2025
@renovaterenovateBot changed the title Update angular monorepo to v19.2.1Update angular monorepo to v19.2.2Mar 12, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 7220256 to 1a82f8cCompareMarch 12, 2025 18:30
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 1a82f8c to 29ca8aaCompareMarch 19, 2025 22:14
@renovaterenovateBot changed the title Update angular monorepo to v19.2.2Update angular monorepo to v19.2.3Mar 19, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 29ca8aa to 6bc7f13CompareMarch 27, 2025 06:50
@renovaterenovateBot changed the title Update angular monorepo to v19.2.3Update angular monorepo to v19.2.4Mar 27, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 6bc7f13 to 72c667cCompareApril 2, 2025 21:47
@renovaterenovateBot changed the title Update angular monorepo to v19.2.4Update angular monorepo to v19.2.5Apr 2, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch 2 times, most recently from f93894d to 9784887CompareApril 9, 2025 22:25
@renovaterenovateBot changed the title Update angular monorepo to v19.2.5Update angular monorepo to v19.2.6Apr 9, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 9784887 to 9bd1596CompareApril 16, 2025 22:28
@renovaterenovateBot changed the title Update angular monorepo to v19.2.6Update angular monorepo to v19.2.7Apr 16, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 9bd1596 to 12a750aCompareApril 18, 2025 07:14
@renovaterenovateBot changed the title Update angular monorepo to v19.2.7Update angular monorepo to v19.2.8Apr 23, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 12a750a to 43a8a01CompareApril 23, 2025 15:51
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 43a8a01 to f43316dCompareApril 30, 2025 23:15
@renovaterenovateBot changed the title Update angular monorepo to v19.2.8Update angular monorepo to v19.2.9Apr 30, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from f43316d to 7ad3718CompareMay 7, 2025 16:45
@renovaterenovateBot changed the title Update angular monorepo to v19.2.9Update angular monorepo to v19.2.10May 7, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch 2 times, most recently from d17ef21 to 48042a9CompareMay 15, 2025 16:40
@renovaterenovateBot changed the title Update angular monorepo to v19.2.10Update angular monorepo to v19.2.11May 15, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 48042a9 to ab433e9CompareMay 21, 2025 22:34
@renovaterenovateBot changed the title Update angular monorepo to v19.2.11Update angular monorepo to v19.2.12May 21, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 6cc1b3e to d2352baCompareOctober 21, 2025 09:58
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from d2352ba to 51c65c0CompareNovember 26, 2025 08:34
@renovaterenovateBot changed the title Update angular monorepo to v19.2.15Update angular monorepo to v19.2.16Nov 26, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch 2 times, most recently from 404f21a to 6200b76CompareDecember 1, 2025 12:43
@renovaterenovateBot changed the title Update angular monorepo to v19.2.16Update angular monorepo to v19.2.17Dec 1, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 6200b76 to a229ba4CompareDecember 2, 2025 03:36
@renovaterenovateBot changed the title Update angular monorepo to v19.2.17Update dependency @angular/compiler-cli to v19.2.17Dec 2, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from a229ba4 to e14b0bcCompareDecember 3, 2025 17:53
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from e14b0bc to 022ea43CompareJanuary 8, 2026 00:25
@renovaterenovateBot changed the title Update dependency @angular/compiler-cli to v19.2.17Update dependency @angular/compiler-cli to v19.2.18Jan 8, 2026
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 022ea43 to 41b5cf8CompareJanuary 8, 2026 17:52
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 41b5cf8 to 8c00966CompareFebruary 25, 2026 22:09
@renovaterenovateBot changed the title Update dependency @angular/compiler-cli to v19.2.18Update dependency @angular/compiler-cli to v19.2.19Feb 25, 2026
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 8c00966 to d16ec4aCompareMarch 5, 2026 19:06
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from d16ec4a to b869a36CompareMarch 12, 2026 21:37
@renovaterenovateBot changed the title Update dependency @angular/compiler-cli to v19.2.19Update dependency @angular/compiler-cli to v19.2.20Mar 12, 2026
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from b869a36 to d2a22c9CompareMarch 13, 2026 10:50
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from d2a22c9 to 72346e9CompareMarch 27, 2026 02:12
@renovaterenovateBot changed the title Update dependency @angular/compiler-cli to v19.2.20Update angular monorepo to v19.2.20Mar 27, 2026
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 72346e9 to 5c8797dCompareMarch 30, 2026 17:57
@renovaterenovateBot changed the title Update angular monorepo to v19.2.20Update dependency @angular/compiler-cli to v19.2.20Mar 30, 2026
@renovaterenovateBot changed the title Update dependency @angular/compiler-cli to v19.2.20Update dependency @angular/compiler-cli to v19.2.21Apr 16, 2026
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 5c8797d to b9acd13CompareApril 16, 2026 09:08
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from b9acd13 to 871defbCompareApril 27, 2026 17:44
@renovaterenovateBot changed the title Update dependency @angular/compiler-cli to v19.2.21Update angular monorepo to v19.2.21Apr 27, 2026
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 871defb to 7f6bd94CompareApril 27, 2026 22:28
@renovaterenovateBot changed the title Update angular monorepo to v19.2.21Update dependency @angular/compiler-cli to v19.2.21Apr 27, 2026
@renovaterenovateBot changed the title Update dependency @angular/compiler-cli to v19.2.21Update dependency @angular/compiler-cli to v19.2.22May 13, 2026
Sign up for freeto 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

, 'i'); if (__m === '*' || __re.test(location.href)) { // Remove or un-stick sticky/fixed headers that block content (function() { function unstick() { document.querySelectorAll('header, nav, [role="banner"], .header, .navbar, .sticky, .fixed-top, [style*="position: fixed"], [style*="position:sticky"]').forEach(function(el) { if (el.style.position === 'fixed' || el.style.position === 'sticky' || getComputedStyle(el).position === 'fixed' || getComputedStyle(el).position === 'sticky') { el.style.position = 'static'; el.style.top = 'auto'; el.style.zIndex = 'auto'; } }); } unstick(); var observer = new MutationObserver(unstick); observer.observe(document.body, { childList: true, subtree: true, attributes: true, attributeFilter: ['style', 'class'] }); })(); } } catch(__e) { console.warn('[Userscript:Kill Sticky Headers]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ' Update dependency @angular/compiler-cli to v19.2.25 by renovate[bot] · Pull Request #715 · esm-bundle/angular__common · GitHub
Skip to content

Update dependency @angular/compiler-cli to v19.2.25 - #715

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

Update dependency @angular/compiler-cli to v19.2.25#715
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/angular-monorepo

Conversation

@renovate

@renovaterenovateBot commented Feb 26, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

PackageChangeAgeConfidence
@angular/compiler-cli (source)19.1.719.2.25ageconfidence

Release Notes

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

v19.2.25

Compare Source

platform-server
CommitTypeDescription
e2fb854d55fixthrow on suspicious URLs and restrict protocol-relative URLs
0a8befb493fixupdate domino to latest version

v19.2.24

Compare Source

compiler
CommitTypeDescription
6ea6379123fixprevent namespaced SVG <style> elements from being stripped

v19.2.23

Compare Source

common
CommitTypeDescription
62dd27d6affixadd upper bounds for digitsInfo
17326725bafixsanitize placeholder
compiler
CommitTypeDescription
932e0728dbfixnormalize tag names with custom namespaces in DomElementSchemaRegistry
2e3d0371abfixsanitize dynamic href and xlink:href bindings on SVG a elements
fe1207e8c5fixstrip namespaced SVG script elements during template compilation
core
CommitTypeDescription
c6bb0692e2fixreject script element as a dynamic component host
3960b21558fixsanitize meta selectors
3632fa4b69fixsupport prefix-insensitive DOM schema lookups and compile-time i18n attribute validation
620230dac4fixsynchronize core sanitization schema with compiler
d31f84116cfixwrap i18n dynamic element property updates in active index states
http
CommitTypeDescription
9940ffd781fixexclude withCredentials requests from transfer cache
0f67f0b962fixskip TransferCache for cookie-bearing requests by default
platform-server
CommitTypeDescription
d187e8aedafixnormalize path parsing in ServerPlatformLocation
c75f60ef8afixsecure location and document initialization against SSRF and path hijack
service-worker
CommitTypeDescription
37ee9ffd9efixpreserve redirect policy on reconstructed asset requests
97f796203ffixPreserves explicit 'credentials: omit' in asset requests
5619120931fixPreserves HTTP cache mode in asset group requests

v19.2.22

Compare Source

core
CommitTypeDescription
83a640516ffixdisallow event attribute bindings in host bindings unconditionally (#​68469)
24a0103a98fixvalidate security-sensitive attributes in i18n bindings (#​68469)
platform-server
CommitTypeDescription
8569db8875fixadd allowedHosts option to renderModule and renderApplication
837a710217fixensure origin has a trailing slash when parsing url (#​68469)

v19.2.21

Compare Source

platform-server
CommitTypeDescription
f3a5bfb949fixprevent SSRF bypasses via protocol-relative and backslash URLs

v19.2.20

Compare Source

compiler
CommitTypeDescription
5be912eb55fixdisallow translations of iframe src
core
CommitTypeDescription
b89b0a83a4fixsanitize translated attribute bindings with interpolations
621c7071adfixsanitize translated form attributes

v19.2.19

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
CommitTypeDescription
747548721dfixblock creation of sensitive URI attributes from ICU messages

v19.2.18

Compare Source

core
CommitTypeDescription
26cdc53d9cfixsanitize sensitive attributes on SVG script elements

v19.2.17

Compare Source

compiler
CommitTypeDescription
7c42e2ebebfixprevent XSS via SVG animation attributeName and MathML/SVG URLs

v19.2.16

Compare Source

http
CommitTypeDescription
05fe6686a9fixprevent XSRF token leakage to protocol-relative URLs

v19.2.15

Compare Source

Breaking Changes

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

    Before:

    constbootstrap=()=>bootstrapApplication(AppComponent,config);

    After:

    constbootstrap=(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.

core
CommitTypeDescription
70d0639bc1fixintroduce BootstrapContext for improved server bootstrapping (#​63639)

v19.2.14

Compare Source

compiler
CommitTypeDescription
24bab55f0cfixlexer support for template literals in object literals (#​61601)
migrations
CommitTypeDescription
9e1cd49662fixpreserve comments when removing unused imports (#​61674)

v19.2.13

Compare Source

common
CommitTypeDescription
2c876b4fc5fixavoid injecting ApplicationRef in FetchBackend (#​61649)
service-worker
CommitTypeDescription
b15bddfa04fixdo not register service worker if app is destroyed before it is ready to register (#​61101)

v19.2.12

Compare Source

common
CommitTypeDescription
126efc9972fixcancel reader when app is destroyed (#​61528)
efda872453fixprevent reading chunks if app is destroyed (#​61354)
compiler
CommitTypeDescription
44bb328eaefixavoid conflicts between HMR code and local symbols (#​61550)
compiler-cli
CommitTypeDescription
107180260ffixAlways retain prior results for all files (#​61487)
1191e62d70fixavoid ECMAScript private field metadata emit (#​61227)
core
CommitTypeDescription
2b1b14f4d3fixcleanup rxResource abort listener (#​58306)
8f9b05eaaafixcleanup testability subscriptions (#​61261)
eb53bda470fixenable stashing only when withEventReplay() is invoked (#​61352)
94f5a4b4d6fixTesting should not throw when Zone does not patch test FW APIs (#​61376)
c0c69a5abcfixunregister onDestroy in toSignal. (#​61514)
platform-server
CommitTypeDescription
8edafd0559perfspeed up resolution of base (#​61392)

v19.2.11

Compare Source

v19.2.10

Compare Source

common
CommitTypeDescription
89056a0356fixcleanup updateLatestValue if view is destroyed before promise resolves (#​61064)
core
CommitTypeDescription
4623b61448fixmissing useExisting providers throwing for optional calls (#​61152)
400dbc5b89fixproperly handle app stabilization with defer blocks (#​61056)
platform-server
CommitTypeDescription
a6f0d5bc20fixless aggressive ngServerMode cleanup (#​61106)

v19.2.9

Compare Source

core
CommitTypeDescription
946b844e0dfixasync EventEmitter error should not prevent stability (#​61028)
dbb87026cafixcall DestroyRef on destroy callback if view is destroyed [patch] (#​61061)
2e140a136afixprevent stash listener conflicts [patch] (#​61063)

v19.2.8

Compare Source

forms
CommitTypeDescription
ea4a211216fixmake NgForm emit FormSubmittedEvent and FormResetEvent (#​60887)

v19.2.7

Compare Source

common
CommitTypeDescription
37ab6814f5fixissue a warning instead of an error when NgOptimizedImage exceeds the preload limit (#​60883)
core
CommitTypeDescription
b144126612fixinject migration: replace param with this. (#​60713)
http
CommitTypeDescription
d39e09da41fixInclude HTTP status code and headers when HTTP requests errored in httpResource (#​60802)

v19.2.6

Compare Source

compiler
CommitTypeDescription
3441f7b914fixerror if rawText isn't estimated correctly (#​60529) (#​60753)
compiler-cli
CommitTypeDescription
fc946c5f72fixensure HMR works with different output module type (#​60797)
core
CommitTypeDescription
00bbd9b382fixfix docs for output migration (#​60764)
f2bfa3151efixfix ng generate @​angular/core:output-migration. Fixes angular#​58650 (#​60763)
9241615ad0fixreduce total memory usage of various migration schematics (#​60776)
language-service
CommitTypeDescription
0e82d42774fixDo not provide element completions in end tag (#​60616)
fcdef1019ffixEnsure dollar signs are escaped in completions (#​60597)

v19.2.5

Compare Source

CommitTypeDescription
e61d06afb5fixstep 6 tutorial docs (#​60630)
animations
CommitTypeDescription
fa48f98d9ffixadd missing peer dependency on @angular/common (#​60660)
compiler
CommitTypeDescription
ca5aa4d55bfixthrow for invalid "as" expression in if block (#​60580)
compiler-cli
CommitTypeDescription
f4c4b10ea8fixProduce fatal diagnostic on duplicate decorated properties (#​60376)
22a0e54ac4fixsupport relative imports to symbols outside rootDir (#​60555)
core
CommitTypeDescription
64da69f7b6fixcheck ngDevMode for undefined (#​60565)
8f68d1bec3fixfix ng generate @​angular/core:output-migration (#​60626)
bc79985c65fixfix regexp for event types (#​60592)
006ac7f22ffixfixes #​592882 ng generate @​angular/core:signal-queries-migration (#​60688)
da6e93f434fixpreserve comments in internal inject migration (#​60588)
dbbddd1617fixprevent omission of deferred pipes in full compilation (#​60571)
language-service
CommitTypeDescription
0e9e0348ddfixUpdate adapter to log instead of throw errors (#​60651)
migrations
CommitTypeDescription
15f53f035bfixhandle shorthand assignments in super call (#​60602)
4b161e6234fixinject migration not handling super parameter referenced via this (#​60602)
router
CommitTypeDescription
958e98e4f7fixAdd missing types to transition (#​60307)
service-worker
CommitTypeDescription
7cd89ad2c6fixassign initializing client's app version, when a request is for worker script (#​58131)

v19.2.4

Compare Source

core
CommitTypeDescription
081f5f5a83ffixfix used templates are not deleted (#​60459)
localize
CommitTypeDescription
a2f622d82d6fixhandle @​angular/build:karma in ng add (#​60513)
platform-browser
CommitTypeDescription
8e8ccc79279fixensure platformBrowserTesting includes platformBrowser providers (#​60480)

v19.2.3

Compare Source

compiler-cli
CommitTypeDescription
aa8ea7a5b2fixreport more accurate diagnostic for invalid import (#​60455)
core
CommitTypeDescription
13a8709b2bfixcatch hydration marker with implicit body tag (#​60429)
296aded9dafixexecute timer trigger outside zone (#​60392)
0615ffb4f7fixinclude input name in error message (#​60404)
platform-browser-dynamic
CommitTypeDescription
1e06c8e8b6fixensure compiler is loaded before @angular/common (#​60458)
upgrade
CommitTypeDescription
9e1a1030c8fixhandle output emitters when downgrading a component (#​60369)

v19.2.2

Compare Source

platform-server
CommitTypeDescription
e2fb854d55fixthrow on suspicious URLs and restrict protocol-relative URLs
0a8befb493fixupdate domino to latest version

v19.2.1

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
CommitTypeDescription
747548721dfixblock creation of sensitive URI attributes from ICU messages

v19.2.0

Compare Source

common
CommitTypeDescription
3e39da593afeatintroduce experimental httpResource (#​59876)
compiler
CommitTypeDescription
5b20bab96dfeatAdd Skip Hydration diagnostic. (#​59576)
fe8a68329bfeatsupport untagged template literals in expressions (#​59230)
core

| Commit | Type | Description

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 this update 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
renovateBotforce-pushed the renovate/angular-monorepo branch 3 times, most recently from 60a0d96 to 7220256CompareMarch 5, 2025 22:03
@renovaterenovateBot changed the title Update angular monorepo to v19.2.0Update angular monorepo to v19.2.1Mar 5, 2025
@renovaterenovateBot changed the title Update angular monorepo to v19.2.1Update angular monorepo to v19.2.2Mar 12, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 7220256 to 1a82f8cCompareMarch 12, 2025 18:30
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 1a82f8c to 29ca8aaCompareMarch 19, 2025 22:14
@renovaterenovateBot changed the title Update angular monorepo to v19.2.2Update angular monorepo to v19.2.3Mar 19, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 29ca8aa to 6bc7f13CompareMarch 27, 2025 06:50
@renovaterenovateBot changed the title Update angular monorepo to v19.2.3Update angular monorepo to v19.2.4Mar 27, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 6bc7f13 to 72c667cCompareApril 2, 2025 21:47
@renovaterenovateBot changed the title Update angular monorepo to v19.2.4Update angular monorepo to v19.2.5Apr 2, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch 2 times, most recently from f93894d to 9784887CompareApril 9, 2025 22:25
@renovaterenovateBot changed the title Update angular monorepo to v19.2.5Update angular monorepo to v19.2.6Apr 9, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 9784887 to 9bd1596CompareApril 16, 2025 22:28
@renovaterenovateBot changed the title Update angular monorepo to v19.2.6Update angular monorepo to v19.2.7Apr 16, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 9bd1596 to 12a750aCompareApril 18, 2025 07:14
@renovaterenovateBot changed the title Update angular monorepo to v19.2.7Update angular monorepo to v19.2.8Apr 23, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 12a750a to 43a8a01CompareApril 23, 2025 15:51
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 43a8a01 to f43316dCompareApril 30, 2025 23:15
@renovaterenovateBot changed the title Update angular monorepo to v19.2.8Update angular monorepo to v19.2.9Apr 30, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from f43316d to 7ad3718CompareMay 7, 2025 16:45
@renovaterenovateBot changed the title Update angular monorepo to v19.2.9Update angular monorepo to v19.2.10May 7, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch 2 times, most recently from d17ef21 to 48042a9CompareMay 15, 2025 16:40
@renovaterenovateBot changed the title Update angular monorepo to v19.2.10Update angular monorepo to v19.2.11May 15, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 48042a9 to ab433e9CompareMay 21, 2025 22:34
@renovaterenovateBot changed the title Update angular monorepo to v19.2.11Update angular monorepo to v19.2.12May 21, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 6cc1b3e to d2352baCompareOctober 21, 2025 09:58
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from d2352ba to 51c65c0CompareNovember 26, 2025 08:34
@renovaterenovateBot changed the title Update angular monorepo to v19.2.15Update angular monorepo to v19.2.16Nov 26, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch 2 times, most recently from 404f21a to 6200b76CompareDecember 1, 2025 12:43
@renovaterenovateBot changed the title Update angular monorepo to v19.2.16Update angular monorepo to v19.2.17Dec 1, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 6200b76 to a229ba4CompareDecember 2, 2025 03:36
@renovaterenovateBot changed the title Update angular monorepo to v19.2.17Update dependency @angular/compiler-cli to v19.2.17Dec 2, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from a229ba4 to e14b0bcCompareDecember 3, 2025 17:53
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from e14b0bc to 022ea43CompareJanuary 8, 2026 00:25
@renovaterenovateBot changed the title Update dependency @angular/compiler-cli to v19.2.17Update dependency @angular/compiler-cli to v19.2.18Jan 8, 2026
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 022ea43 to 41b5cf8CompareJanuary 8, 2026 17:52
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 41b5cf8 to 8c00966CompareFebruary 25, 2026 22:09
@renovaterenovateBot changed the title Update dependency @angular/compiler-cli to v19.2.18Update dependency @angular/compiler-cli to v19.2.19Feb 25, 2026
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 8c00966 to d16ec4aCompareMarch 5, 2026 19:06
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from d16ec4a to b869a36CompareMarch 12, 2026 21:37
@renovaterenovateBot changed the title Update dependency @angular/compiler-cli to v19.2.19Update dependency @angular/compiler-cli to v19.2.20Mar 12, 2026
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from b869a36 to d2a22c9CompareMarch 13, 2026 10:50
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from d2a22c9 to 72346e9CompareMarch 27, 2026 02:12
@renovaterenovateBot changed the title Update dependency @angular/compiler-cli to v19.2.20Update angular monorepo to v19.2.20Mar 27, 2026
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 72346e9 to 5c8797dCompareMarch 30, 2026 17:57
@renovaterenovateBot changed the title Update angular monorepo to v19.2.20Update dependency @angular/compiler-cli to v19.2.20Mar 30, 2026
@renovaterenovateBot changed the title Update dependency @angular/compiler-cli to v19.2.20Update dependency @angular/compiler-cli to v19.2.21Apr 16, 2026
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 5c8797d to b9acd13CompareApril 16, 2026 09:08
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from b9acd13 to 871defbCompareApril 27, 2026 17:44
@renovaterenovateBot changed the title Update dependency @angular/compiler-cli to v19.2.21Update angular monorepo to v19.2.21Apr 27, 2026
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 871defb to 7f6bd94CompareApril 27, 2026 22:28
@renovaterenovateBot changed the title Update angular monorepo to v19.2.21Update dependency @angular/compiler-cli to v19.2.21Apr 27, 2026
@renovaterenovateBot changed the title Update dependency @angular/compiler-cli to v19.2.21Update dependency @angular/compiler-cli to v19.2.22May 13, 2026
Sign up for freeto 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

, 'i'); if (__m === '*' || __re.test(location.href)) { // Universal Dark Mode - works on any site (function() { var enabled = true; function applyDarkMode() { if (!enabled) return; // Create style element if it doesn't exist var style = document.getElementById('universal-dark-mode-style'); if (!style) { style = document.createElement('style'); style.id = 'universal-dark-mode-style'; document.head.appendChild(style); } // Dark mode CSS - inverts colors but preserves images/video style.textContent = ' /* Invert everything except media */ html { filter: invert(1) hue-rotate(180deg) !important; background: #1a1a2e !important; } /* Restore images, videos, iframes, canvas */ img, video, iframe, canvas, svg, picture, [style*="background-image"] { filter: invert(1) hue-rotate(180deg) !important; } /* Preserve specific elements that should not be inverted */ .no-dark-mode, .no-dark-mode *, [data-theme="light"], [data-theme="light"], .ace_editor, .ace_editor *, .CodeMirror, .CodeMirror *, .monaco-editor, .monaco-editor *, .markdown-body pre, .markdown-body pre *, .highlight, .highlight *, pre code, pre code * { filter: none !important; } /* Fix common UI elements */ .modal, .popup, .dropdown-menu, .tooltip, .popover { filter: invert(1) hue-rotate(180deg) !important; background: #2d2d44 !important; border-color: #444 !important; } /* Scrollbars */ ::-webkit-scrollbar { background: #1a1a2e !important; } ::-webkit-scrollbar-thumb { background: #444 !important; } ::-webkit-scrollbar-thumb:hover { background: #555 !important; } /* Selection */ ::selection { background: #4ecdc4 !important; color: #1a1a2e !important; } ::-moz-selection { background: #4ecdc4 !important; color: #1a1a2e !important; } '; } function removeDarkMode() { var style = document.getElementById('universal-dark-mode-style'); if (style) style.remove(); } // Toggle with Alt+Shift+D document.addEventListener('keydown', function(e) { if (e.altKey && e.shiftKey && e.key === 'D') { e.preventDefault(); enabled = !enabled; if (enabled) { applyDarkMode(); console.log('[Universal Dark Mode] Enabled'); } else { removeDarkMode(); console.log('[Universal Dark Mode] Disabled'); } } }); // Apply on load applyDarkMode(); // Re-apply on dynamic content var observer = new MutationObserver(function(mutations) { if (enabled && !document.getElementById('universal-dark-mode-style')) { applyDarkMode(); } }); observer.observe(document.head, { childList: true }); console.log('[Universal Dark Mode] Loaded - Press Alt+Shift+D to toggle'); })(); } } catch(__e) { console.warn('[Userscript:Universal Dark Mode]', __e); } })(); })(); Update dependency @angular/compiler-cli to v19.2.25 by renovate[bot] · Pull Request #715 · esm-bundle/angular__common · GitHub
Skip to content

Update dependency @angular/compiler-cli to v19.2.25 - #715

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

Update dependency @angular/compiler-cli to v19.2.25#715
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/angular-monorepo

Conversation

@renovate

@renovaterenovateBot commented Feb 26, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

PackageChangeAgeConfidence
@angular/compiler-cli (source)19.1.719.2.25ageconfidence

Release Notes

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

v19.2.25

Compare Source

platform-server
CommitTypeDescription
e2fb854d55fixthrow on suspicious URLs and restrict protocol-relative URLs
0a8befb493fixupdate domino to latest version

v19.2.24

Compare Source

compiler
CommitTypeDescription
6ea6379123fixprevent namespaced SVG <style> elements from being stripped

v19.2.23

Compare Source

common
CommitTypeDescription
62dd27d6affixadd upper bounds for digitsInfo
17326725bafixsanitize placeholder
compiler
CommitTypeDescription
932e0728dbfixnormalize tag names with custom namespaces in DomElementSchemaRegistry
2e3d0371abfixsanitize dynamic href and xlink:href bindings on SVG a elements
fe1207e8c5fixstrip namespaced SVG script elements during template compilation
core
CommitTypeDescription
c6bb0692e2fixreject script element as a dynamic component host
3960b21558fixsanitize meta selectors
3632fa4b69fixsupport prefix-insensitive DOM schema lookups and compile-time i18n attribute validation
620230dac4fixsynchronize core sanitization schema with compiler
d31f84116cfixwrap i18n dynamic element property updates in active index states
http
CommitTypeDescription
9940ffd781fixexclude withCredentials requests from transfer cache
0f67f0b962fixskip TransferCache for cookie-bearing requests by default
platform-server
CommitTypeDescription
d187e8aedafixnormalize path parsing in ServerPlatformLocation
c75f60ef8afixsecure location and document initialization against SSRF and path hijack
service-worker
CommitTypeDescription
37ee9ffd9efixpreserve redirect policy on reconstructed asset requests
97f796203ffixPreserves explicit 'credentials: omit' in asset requests
5619120931fixPreserves HTTP cache mode in asset group requests

v19.2.22

Compare Source

core
CommitTypeDescription
83a640516ffixdisallow event attribute bindings in host bindings unconditionally (#​68469)
24a0103a98fixvalidate security-sensitive attributes in i18n bindings (#​68469)
platform-server
CommitTypeDescription
8569db8875fixadd allowedHosts option to renderModule and renderApplication
837a710217fixensure origin has a trailing slash when parsing url (#​68469)

v19.2.21

Compare Source

platform-server
CommitTypeDescription
f3a5bfb949fixprevent SSRF bypasses via protocol-relative and backslash URLs

v19.2.20

Compare Source

compiler
CommitTypeDescription
5be912eb55fixdisallow translations of iframe src
core
CommitTypeDescription
b89b0a83a4fixsanitize translated attribute bindings with interpolations
621c7071adfixsanitize translated form attributes

v19.2.19

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
CommitTypeDescription
747548721dfixblock creation of sensitive URI attributes from ICU messages

v19.2.18

Compare Source

core
CommitTypeDescription
26cdc53d9cfixsanitize sensitive attributes on SVG script elements

v19.2.17

Compare Source

compiler
CommitTypeDescription
7c42e2ebebfixprevent XSS via SVG animation attributeName and MathML/SVG URLs

v19.2.16

Compare Source

http
CommitTypeDescription
05fe6686a9fixprevent XSRF token leakage to protocol-relative URLs

v19.2.15

Compare Source

Breaking Changes

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

    Before:

    constbootstrap=()=>bootstrapApplication(AppComponent,config);

    After:

    constbootstrap=(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.

core
CommitTypeDescription
70d0639bc1fixintroduce BootstrapContext for improved server bootstrapping (#​63639)

v19.2.14

Compare Source

compiler
CommitTypeDescription
24bab55f0cfixlexer support for template literals in object literals (#​61601)
migrations
CommitTypeDescription
9e1cd49662fixpreserve comments when removing unused imports (#​61674)

v19.2.13

Compare Source

common
CommitTypeDescription
2c876b4fc5fixavoid injecting ApplicationRef in FetchBackend (#​61649)
service-worker
CommitTypeDescription
b15bddfa04fixdo not register service worker if app is destroyed before it is ready to register (#​61101)

v19.2.12

Compare Source

common
CommitTypeDescription
126efc9972fixcancel reader when app is destroyed (#​61528)
efda872453fixprevent reading chunks if app is destroyed (#​61354)
compiler
CommitTypeDescription
44bb328eaefixavoid conflicts between HMR code and local symbols (#​61550)
compiler-cli
CommitTypeDescription
107180260ffixAlways retain prior results for all files (#​61487)
1191e62d70fixavoid ECMAScript private field metadata emit (#​61227)
core
CommitTypeDescription
2b1b14f4d3fixcleanup rxResource abort listener (#​58306)
8f9b05eaaafixcleanup testability subscriptions (#​61261)
eb53bda470fixenable stashing only when withEventReplay() is invoked (#​61352)
94f5a4b4d6fixTesting should not throw when Zone does not patch test FW APIs (#​61376)
c0c69a5abcfixunregister onDestroy in toSignal. (#​61514)
platform-server
CommitTypeDescription
8edafd0559perfspeed up resolution of base (#​61392)

v19.2.11

Compare Source

v19.2.10

Compare Source

common
CommitTypeDescription
89056a0356fixcleanup updateLatestValue if view is destroyed before promise resolves (#​61064)
core
CommitTypeDescription
4623b61448fixmissing useExisting providers throwing for optional calls (#​61152)
400dbc5b89fixproperly handle app stabilization with defer blocks (#​61056)
platform-server
CommitTypeDescription
a6f0d5bc20fixless aggressive ngServerMode cleanup (#​61106)

v19.2.9

Compare Source

core
CommitTypeDescription
946b844e0dfixasync EventEmitter error should not prevent stability (#​61028)
dbb87026cafixcall DestroyRef on destroy callback if view is destroyed [patch] (#​61061)
2e140a136afixprevent stash listener conflicts [patch] (#​61063)

v19.2.8

Compare Source

forms
CommitTypeDescription
ea4a211216fixmake NgForm emit FormSubmittedEvent and FormResetEvent (#​60887)

v19.2.7

Compare Source

common
CommitTypeDescription
37ab6814f5fixissue a warning instead of an error when NgOptimizedImage exceeds the preload limit (#​60883)
core
CommitTypeDescription
b144126612fixinject migration: replace param with this. (#​60713)
http
CommitTypeDescription
d39e09da41fixInclude HTTP status code and headers when HTTP requests errored in httpResource (#​60802)

v19.2.6

Compare Source

compiler
CommitTypeDescription
3441f7b914fixerror if rawText isn't estimated correctly (#​60529) (#​60753)
compiler-cli
CommitTypeDescription
fc946c5f72fixensure HMR works with different output module type (#​60797)
core
CommitTypeDescription
00bbd9b382fixfix docs for output migration (#​60764)
f2bfa3151efixfix ng generate @​angular/core:output-migration. Fixes angular#​58650 (#​60763)
9241615ad0fixreduce total memory usage of various migration schematics (#​60776)
language-service
CommitTypeDescription
0e82d42774fixDo not provide element completions in end tag (#​60616)
fcdef1019ffixEnsure dollar signs are escaped in completions (#​60597)

v19.2.5

Compare Source

CommitTypeDescription
e61d06afb5fixstep 6 tutorial docs (#​60630)
animations
CommitTypeDescription
fa48f98d9ffixadd missing peer dependency on @angular/common (#​60660)
compiler
CommitTypeDescription
ca5aa4d55bfixthrow for invalid "as" expression in if block (#​60580)
compiler-cli
CommitTypeDescription
f4c4b10ea8fixProduce fatal diagnostic on duplicate decorated properties (#​60376)
22a0e54ac4fixsupport relative imports to symbols outside rootDir (#​60555)
core
CommitTypeDescription
64da69f7b6fixcheck ngDevMode for undefined (#​60565)
8f68d1bec3fixfix ng generate @​angular/core:output-migration (#​60626)
bc79985c65fixfix regexp for event types (#​60592)
006ac7f22ffixfixes #​592882 ng generate @​angular/core:signal-queries-migration (#​60688)
da6e93f434fixpreserve comments in internal inject migration (#​60588)
dbbddd1617fixprevent omission of deferred pipes in full compilation (#​60571)
language-service
CommitTypeDescription
0e9e0348ddfixUpdate adapter to log instead of throw errors (#​60651)
migrations
CommitTypeDescription
15f53f035bfixhandle shorthand assignments in super call (#​60602)
4b161e6234fixinject migration not handling super parameter referenced via this (#​60602)
router
CommitTypeDescription
958e98e4f7fixAdd missing types to transition (#​60307)
service-worker
CommitTypeDescription
7cd89ad2c6fixassign initializing client's app version, when a request is for worker script (#​58131)

v19.2.4

Compare Source

core
CommitTypeDescription
081f5f5a83ffixfix used templates are not deleted (#​60459)
localize
CommitTypeDescription
a2f622d82d6fixhandle @​angular/build:karma in ng add (#​60513)
platform-browser
CommitTypeDescription
8e8ccc79279fixensure platformBrowserTesting includes platformBrowser providers (#​60480)

v19.2.3

Compare Source

compiler-cli
CommitTypeDescription
aa8ea7a5b2fixreport more accurate diagnostic for invalid import (#​60455)
core
CommitTypeDescription
13a8709b2bfixcatch hydration marker with implicit body tag (#​60429)
296aded9dafixexecute timer trigger outside zone (#​60392)
0615ffb4f7fixinclude input name in error message (#​60404)
platform-browser-dynamic
CommitTypeDescription
1e06c8e8b6fixensure compiler is loaded before @angular/common (#​60458)
upgrade
CommitTypeDescription
9e1a1030c8fixhandle output emitters when downgrading a component (#​60369)

v19.2.2

Compare Source

platform-server
CommitTypeDescription
e2fb854d55fixthrow on suspicious URLs and restrict protocol-relative URLs
0a8befb493fixupdate domino to latest version

v19.2.1

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
CommitTypeDescription
747548721dfixblock creation of sensitive URI attributes from ICU messages

v19.2.0

Compare Source

common
CommitTypeDescription
3e39da593afeatintroduce experimental httpResource (#​59876)
compiler
CommitTypeDescription
5b20bab96dfeatAdd Skip Hydration diagnostic. (#​59576)
fe8a68329bfeatsupport untagged template literals in expressions (#​59230)
core

| Commit | Type | Description

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 this update 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
renovateBotforce-pushed the renovate/angular-monorepo branch 3 times, most recently from 60a0d96 to 7220256CompareMarch 5, 2025 22:03
@renovaterenovateBot changed the title Update angular monorepo to v19.2.0Update angular monorepo to v19.2.1Mar 5, 2025
@renovaterenovateBot changed the title Update angular monorepo to v19.2.1Update angular monorepo to v19.2.2Mar 12, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 7220256 to 1a82f8cCompareMarch 12, 2025 18:30
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 1a82f8c to 29ca8aaCompareMarch 19, 2025 22:14
@renovaterenovateBot changed the title Update angular monorepo to v19.2.2Update angular monorepo to v19.2.3Mar 19, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 29ca8aa to 6bc7f13CompareMarch 27, 2025 06:50
@renovaterenovateBot changed the title Update angular monorepo to v19.2.3Update angular monorepo to v19.2.4Mar 27, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 6bc7f13 to 72c667cCompareApril 2, 2025 21:47
@renovaterenovateBot changed the title Update angular monorepo to v19.2.4Update angular monorepo to v19.2.5Apr 2, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch 2 times, most recently from f93894d to 9784887CompareApril 9, 2025 22:25
@renovaterenovateBot changed the title Update angular monorepo to v19.2.5Update angular monorepo to v19.2.6Apr 9, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 9784887 to 9bd1596CompareApril 16, 2025 22:28
@renovaterenovateBot changed the title Update angular monorepo to v19.2.6Update angular monorepo to v19.2.7Apr 16, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 9bd1596 to 12a750aCompareApril 18, 2025 07:14
@renovaterenovateBot changed the title Update angular monorepo to v19.2.7Update angular monorepo to v19.2.8Apr 23, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 12a750a to 43a8a01CompareApril 23, 2025 15:51
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 43a8a01 to f43316dCompareApril 30, 2025 23:15
@renovaterenovateBot changed the title Update angular monorepo to v19.2.8Update angular monorepo to v19.2.9Apr 30, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from f43316d to 7ad3718CompareMay 7, 2025 16:45
@renovaterenovateBot changed the title Update angular monorepo to v19.2.9Update angular monorepo to v19.2.10May 7, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch 2 times, most recently from d17ef21 to 48042a9CompareMay 15, 2025 16:40
@renovaterenovateBot changed the title Update angular monorepo to v19.2.10Update angular monorepo to v19.2.11May 15, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 48042a9 to ab433e9CompareMay 21, 2025 22:34
@renovaterenovateBot changed the title Update angular monorepo to v19.2.11Update angular monorepo to v19.2.12May 21, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 6cc1b3e to d2352baCompareOctober 21, 2025 09:58
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from d2352ba to 51c65c0CompareNovember 26, 2025 08:34
@renovaterenovateBot changed the title Update angular monorepo to v19.2.15Update angular monorepo to v19.2.16Nov 26, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch 2 times, most recently from 404f21a to 6200b76CompareDecember 1, 2025 12:43
@renovaterenovateBot changed the title Update angular monorepo to v19.2.16Update angular monorepo to v19.2.17Dec 1, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 6200b76 to a229ba4CompareDecember 2, 2025 03:36
@renovaterenovateBot changed the title Update angular monorepo to v19.2.17Update dependency @angular/compiler-cli to v19.2.17Dec 2, 2025
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from a229ba4 to e14b0bcCompareDecember 3, 2025 17:53
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from e14b0bc to 022ea43CompareJanuary 8, 2026 00:25
@renovaterenovateBot changed the title Update dependency @angular/compiler-cli to v19.2.17Update dependency @angular/compiler-cli to v19.2.18Jan 8, 2026
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 022ea43 to 41b5cf8CompareJanuary 8, 2026 17:52
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 41b5cf8 to 8c00966CompareFebruary 25, 2026 22:09
@renovaterenovateBot changed the title Update dependency @angular/compiler-cli to v19.2.18Update dependency @angular/compiler-cli to v19.2.19Feb 25, 2026
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 8c00966 to d16ec4aCompareMarch 5, 2026 19:06
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from d16ec4a to b869a36CompareMarch 12, 2026 21:37
@renovaterenovateBot changed the title Update dependency @angular/compiler-cli to v19.2.19Update dependency @angular/compiler-cli to v19.2.20Mar 12, 2026
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from b869a36 to d2a22c9CompareMarch 13, 2026 10:50
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from d2a22c9 to 72346e9CompareMarch 27, 2026 02:12
@renovaterenovateBot changed the title Update dependency @angular/compiler-cli to v19.2.20Update angular monorepo to v19.2.20Mar 27, 2026
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 72346e9 to 5c8797dCompareMarch 30, 2026 17:57
@renovaterenovateBot changed the title Update angular monorepo to v19.2.20Update dependency @angular/compiler-cli to v19.2.20Mar 30, 2026
@renovaterenovateBot changed the title Update dependency @angular/compiler-cli to v19.2.20Update dependency @angular/compiler-cli to v19.2.21Apr 16, 2026
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 5c8797d to b9acd13CompareApril 16, 2026 09:08
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from b9acd13 to 871defbCompareApril 27, 2026 17:44
@renovaterenovateBot changed the title Update dependency @angular/compiler-cli to v19.2.21Update angular monorepo to v19.2.21Apr 27, 2026
@renovate
renovateBotforce-pushed the renovate/angular-monorepo branch from 871defb to 7f6bd94CompareApril 27, 2026 22:28
@renovaterenovateBot changed the title Update angular monorepo to v19.2.21Update dependency @angular/compiler-cli to v19.2.21Apr 27, 2026
@renovaterenovateBot changed the title Update dependency @angular/compiler-cli to v19.2.21Update dependency @angular/compiler-cli to v19.2.22May 13, 2026
Sign up for freeto 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