chore(deps): update dependency @angular/core [security]#14
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency @angular/core [security]#14renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/npm-angular-core-vulnerability
branch
from
August 14, 2025 19:56
02b9f50 to
c8cdd4d
Compare
renovate
Bot
force-pushed
the
renovate/npm-angular-core-vulnerability
branch
from
August 24, 2025 03:36
c8cdd4d to
4156e79
Compare
renovate
Bot
force-pushed
the
renovate/npm-angular-core-vulnerability
branch
from
September 1, 2025 15:45
4156e79 to
8750af3
Compare
renovate
Bot
force-pushed
the
renovate/npm-angular-core-vulnerability
branch
2 times, most recently
from
November 19, 2025 04:14
6b28a73 to
dd4f85b
Compare
renovate
Bot
force-pushed
the
renovate/npm-angular-core-vulnerability
branch
from
April 15, 2026 19:27
dd4f85b to
69a29a4
Compare
renovate
Bot
force-pushed
the
renovate/npm-angular-core-vulnerability
branch
from
May 2, 2026 23:24
69a29a4 to
7f4615e
Compare
renovate
Bot
force-pushed
the
renovate/npm-angular-core-vulnerability
branch
from
May 23, 2026 10:54
7f4615e to
1e034d3
Compare
renovate
Bot
force-pushed
the
renovate/npm-angular-core-vulnerability
branch
from
May 24, 2026 15:12
1e034d3 to
76196c5
Compare
renovate
Bot
force-pushed
the
renovate/npm-angular-core-vulnerability
branch
from
May 30, 2026 15:44
76196c5 to
93f3126
Compare
renovate
Bot
force-pushed
the
renovate/npm-angular-core-vulnerability
branch
2 times, most recently
from
June 7, 2026 20:00
cd53f84 to
901d42f
Compare
renovate
Bot
force-pushed
the
renovate/npm-angular-core-vulnerability
branch
from
June 13, 2026 08:05
901d42f to
4e6ae2e
Compare
renovate
Bot
force-pushed
the
renovate/npm-angular-core-vulnerability
branch
from
June 14, 2026 19:56
4e6ae2e to
f96ac75
Compare
renovate
Bot
force-pushed
the
renovate/npm-angular-core-vulnerability
branch
from
June 21, 2026 03:32
f96ac75 to
37c516e
Compare
renovate
Bot
force-pushed
the
renovate/npm-angular-core-vulnerability
branch
from
June 25, 2026 04:05
37c516e to
9ae6ae9
Compare
renovate
Bot
force-pushed
the
renovate/npm-angular-core-vulnerability
branch
from
July 18, 2026 07:11
9ae6ae9 to
0ba2078
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^9.1.12→^9.1.12 || ^22.0.0~9.1.12→~10.2.0Angular vulnerable to Cross-site Scripting
CVE-2021-4231 / GHSA-c75v-2vq8-878f
More information
Details
A vulnerability was found in Angular up to 11.0.4/11.1.0-next.2. It has been classified as problematic. Affected is the handling of comments. The manipulation leads to cross site scripting. It is possible to launch the attack remotely but it might require an authentication first. Upgrading to version 10.2.5, 11.0.5 or 11.1.0-next.3 is advised to to address this issue.
Severity
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:NReferences
This data is provided by the GitHub Advisory Database (CC-BY 4.0).
Release Notes
angular/angular (@angular/core)
v22.0.7Compare Source
common
compiler
compiler-cli
core
forms
http
localize
platform-browser
v22.0.6Compare Source
compiler
compiler-cli
forms/signals
migrations
router
v22.0.5Compare Source
common
compiler-cli
core
router
v22.0.4Compare Source
migrations
v22.0.3Compare Source
compiler
compiler-cli
core
http
service-worker
upgrade
v22.0.2Compare Source
common
compiler
core
http
migrations
v22.0.1Compare Source
Deprecations
platform-server
@angular/platform-serveris deprecated. Use standardfetchAPIs instead.(cherry picked from commit
8446e46)common
compiler
href/xlink:hrefattributes of any element of the MathML namespacecompiler-cli
core
forms
tickadditionalProperties: falseon generated WebMCP formhttp
reportUploadProgressandreportDownloadProgresson post/patch requestslanguage-service
platform-server
router
service-worker
v22.0.0Compare Source
Blog post "Announcing Angular v22".
Breaking Changes
compiler
nullishCoalescingNotNullableandoptionalChainNotNullablediagnostics on exisiting projects.You might want to disable those 2 diagnotiscs in your
tsconfigtemporarily.invariables will throw in template expressions.compiler-cli
core
anyanymore. Make sure the element you pass is not nullable.changeDetectionproperty are nowOnPushby default. SpecifychangeDetection: ChangeDetectionStrategy.Eagerto keep the previous behavior.ChangeDetectorRef.checkNoChangeswas removed. In tests usefixture.detectChanges()instead.createNgModuleRefwas removed, usecreateNgModuleinsteadComponentFactoryResolverandComponentFactoryare no longer available. Pass the component class directly to APIs that previously required a factory, such asViewContainerRef.createComponentor use the standalonecreateComponentFunction.ComponentFactoryResolverandComponentFactoryare no longer available. Pass the component class directly to APIs that previously required a factory, such asViewContainerRef.createComponentor use the standalonecreateComponentfunction.forms
minandmaxvalidation rules no longer supportstring values. Bound values must be numbers or null.
http
HttpXhrBackendwithprovideHttpClient(withXhr)if you want to keep supporting upload progress reports.platform-browser
host. However other DOM on the page may still be affected by those styles if not leveragingViewEncapsulation.Emulatedor if those styles are used by elements outside of Angular, potentially causing other DOM to appear unstyled.router
The return type for
TitleStrategy.getResolvedTitleForRoutewas previously 'any' while the actual return type could only be either
stringor
undefined. The return type now reflects the possible values correctly.Code that reads the value may need to be adjusted.
(cherry picked from commit
ad37f52)The
currentSnapshotparameter inCanMatchFnand thecanMatchmethod of theCanMatchinterface is now required. While this was already the behavior of the Router at runtime, existing class implementations ofCanMatchmust now include the third argument to satisfy the interface.paramsInheritanceStrategy now defaults to 'always'
The default value of paramsInheritanceStrategy has been changed from 'emptyOnly' to 'always'. This means that route parameters are inherited from all parent routes by default. To restore the previous behavior, set paramsInheritanceStrategy to 'emptyOnly' in your router configuration.
provideRoutes()has been removed. UseprovideRouter()orROUTESas multi token if necessary.upgrade
getAngularLib/setAngularLibhave been removed usegetAngularJSGlobal/setAngularJSGlobalinstead.Deprecations
http
withFetchis now deprecated, it can be safely removed.reportProgressoption is deprecated please usereportUploadProgress&reportDownloadProgressinstead.compiler
undefineddata-attributescompiler-cli
core
IdleRequestOptionssupport toIdleServiceprovideWebMcpToolsinjectAsynchelper functionprovideHttpClientto keep using theHttpXhrBackendimplementation.ChangeDetectionStrategy.Eagerwhere applicableApplicationRefwith configdeclareWebMcpToolsupport@ServicedecoratorcheckNoChangesfrom the public API.createNgModuleRefConfiguration
📅 Schedule: (in timezone Europe/Zurich)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.