Bump @angular/compiler from 12.2.16 to 19.2.18 in /scanner-frontend
Bumps @angular/compiler from 12.2.16 to 19.2.18.
Release notes
Sourced from @angular/compiler's releases.
19.2.18
core
Commit Description sanitize sensitive attributes on SVG script elements 19.2.17
compiler
Commit Description prevent XSS via SVG animation attributeNameand MathML/SVG URLs19.2.16
http
Commit Description prevent XSRF token leakage to protocol-relative URLs 19.2.15
core
Commit Description introduce BootstrapContextfor improved server bootstrapping (#63639)Breaking Changes
core
The server-side bootstrapping process has been changed to eliminate the reliance on a global platform injector.
Before:
const bootstrap = () => bootstrapApplication(AppComponent, config);After:
const bootstrap = (context: BootstrapContext) => bootstrapApplication(AppComponent, config, context);A schematic is provided to automatically update
main.server.tsfiles to pass theBootstrapContextto thebootstrapApplicationcall.In addition,
getPlatform()anddestroyPlatform()will now returnnulland be a no-op respectively when running in a server environment.For more information please see: https://github.com/angular/angular/security/advisories/GHSA-68x2-mx4q-78m7
19.2.14
compiler
Commit Description lexer support for template literals in object literals (#61601)
... (truncated)
Changelog
Sourced from @angular/compiler's changelog.
19.2.18 (2026-01-07)
core
Commit Type Description 26cdc53d9c fix sanitize sensitive attributes on SVG script elements 21.0.7 (2026-01-07)
compiler
Commit Type Description 8e808740c9 fix better types for a few expression AST nodes 63b1cdcf70 fix produce accurate span for typeof and void expressions 3c3ae0cb64 fix provide location information for literal map keys 523dbaf1c3 fix stop ThisReceiver inheritance from ImplicitReceiver compiler-cli
Commit Type Description 4d9c4567ed fix ensure component import diagnostics are reported within the importsexpressioncd405685af fix fix up spelling of diagnostic 778460fcca fix support qualified names in typeoftype referencescore
Commit Type Description 7c74674eb0 fix avoid leaking view data in animations 0edbee4550 fix explicitly cast signal node value to String f9c29572d2 fix sanitize sensitive attributes on SVG script elements forms
Commit Type Description e3fba182f9 feat add [formField]directive561772b152 fix allow custom controls to require dirtyinputf0fb1d8581 fix allow custom controls to require hiddeninputec110f170b fix allow custom controls to require pendinginputae1dc16bb0 fix clean up abort listener after timeout 9748b0d5da fix support custom controls with non signal-based models 6bd22df987 fix Support readonly arrays in signal forms router
Commit Type Description 41cd4a6af8 fix Fix RouterLink href not updating with queryParamsHandling5e9e09aee0 fix handle errors from view transition updateCallbackDonepromise21.1.0-next.4 (2025-12-17)
Breaking Changes
... (truncated)
Commits
26cdc53fix(core): sanitize sensitive attributes on SVG script elements7c42e2efix(compiler): prevent XSS via SVG animationattributeNameand MathML/SVG URLs24bab55fix(compiler): lexer support for template literals in object literals (#61601)fc2483erefactor(compiler): avoid duplication betweenFactoryTargettype (#61571)8e54b57build: move private testing helpers outsideplatform-browser/testing(#61571)44bb328fix(compiler): avoid conflicts between HMR code and local symbols (#61550)1007079build: update compiler-cli to not be stamped when used for the compiler in ng...0d025c5build: support newng_projectrule (#61336)899cb4arefactor: add explicit types for exports relying on inferred call return type...1312eb1build: remove irrelevant madge circular deps tests (#61209)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.