Skip to content

fix(deps): update angular monorepo to v22 - #263

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

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

Conversation

@renovate

@renovaterenovateBot commented Oct 7, 2021

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

PackageChangeAgeConfidence
@angular/animations (source)~11.2.0~22.1.0ageconfidence
@angular/compiler (source)~11.2.0~22.1.0ageconfidence
@angular/compiler-cli (source)~11.2.0~22.1.0ageconfidence
@angular/core (source)~11.2.0~22.1.0ageconfidence
@angular/forms (source)~11.2.0~22.1.0ageconfidence
@angular/platform-browser (source)~11.2.0~22.1.0ageconfidence
@angular/platform-browser-dynamic (source)~11.2.0~22.1.0ageconfidence
@angular/router (source)~11.2.0~22.1.0ageconfidence

Release Notes

angular/angular (@​angular/animations)

v22.1.3

Compare Source

animations
CommitTypeDescription
d9620e0f1bfixdetect object trigger values with Object.hasOwn
common
CommitTypeDescription
b3c78a5081fixpreserve literal key union in KeyValuePipe.transform()
compiler
CommitTypeDescription
94f0b9a371fixpreserve &ngsp; between sibling control flow blocks
core
CommitTypeDescription
afe529cb2dfixaccept readonly arrays for setClassMetadata decorators
2c72fe3797fixallow readonly arrays in RawScopeInfoFromDecorator
ef2ce9a098fixexpose debuggableFn for non-computed signal graph nodes
7bcce260f5fixprevent orphaned requestIdleCallback handle from re-entrant scheduling
44137117b3fixreplace all hasOwnProperty usages with Object.hasOwn
85f12a5a13fixstop running further effects once one destroys the view mid-flush
c04931c88bfixthrow a descriptive error instead of crashing when a hydration node is missing
601d1f6576fixthrow NG0500 instead of a raw TypeError on element hydration mismatch
forms
CommitTypeDescription
83450d2924fixreport forbidden 2way bindings on when FormField is applied
5cb4ea7e35fixwarn in dev mode when ngModel cannot reach parent NgForm across component boundary
http
CommitTypeDescription
0cd635e9e2fixcancel oversized fetch response bodies
language-server
CommitTypeDescription
14fbe04612fixrecover project for external templates in solution-style workspaces
platform-browser
CommitTypeDescription
3ddcb1a101fixdisallow event handler attributes in Meta
640460d606fixthrow a descriptive error when insertBefore reference node is missing
router
CommitTypeDescription
abe019d505fixpass correct component to canDeactivate for named outlets in componentless parent routes

v22.1.2

Compare Source

compiler
CommitTypeDescription
76dff307b4fixGenerate correct expression for optional chaning.
6f9a64e6f5fixremove namespaced MathML script elements
compiler-cli
CommitTypeDescription
e9660b1801fixcorrectly resolve symbol for SafePropertyRead in chained optional navigation
ec6deea513fixrecord class extends clause references in DeferredSymbolTracker
core
CommitTypeDescription
0df9d5eb65fixensure i18n_util hasOwnProperty checks are safe for property renaming
4d985a179efixincorrect loop in defer blocks
7b40456792fixreject prefixed SVG script hosts
forms
CommitTypeDescription
3b5c798072fixkeep radio inputs in sync when values change
http
CommitTypeDescription
4f7e9987fafixalways decode JSON responses as UTF-8
router
CommitTypeDescription
2f82601662fixlimit protocol-relative URL handling to serialization

v22.1.1

Compare Source

core
CommitTypeDescription
aa6d3189c1fixinitialize hydration triggers after late runtime activation
deecb301c8fixwarn when style property bindings receive invalid values
http
CommitTypeDescription
ac3728e79ffixavoid aborting completed requests in FetchBackend
688a0a7118fixrespect content-type charset in fetch backend text decoder
a13b968451fixrun root interceptors in the terminal request chain
32af9b525efixstrip RFC 6265 DQUOTE characters and handle URIError in parseCookieValue

v22.1.0

Compare Source

Deprecations

http
  • HttpClient.jsonp, HttpClientJsonpModule, and related JSONP classes/functions are deprecated. Use standard HTTP requests instead.
common
CommitTypeDescription
1ad6824d0dfixskip transfer cache for uncacheable HTTP traffic (#​69017)
compiler
CommitTypeDescription
af5e4e1131featAdd an error for --global-foo cases (#​68846)
d579ecaf73featDisable '--global-' error outside of g3 (#​68846)
f98547675cfeatNamespace CSS variables to the app (#​68846)
8c8b2f7783featSupport css var namespacing in properties (#​68846)
292199aa4dfixpermissive whitespace parsing in default never blocks
25c744c4d0fixsupport foreign components defined outside top-level scope
5bd00add07fixsupport foreign components inside control flow blocks (#​69674)
2e442f7876perfdo not emit tag name when control flow root is foreign component (#​69674)
compiler-cli
CommitTypeDescription
aeb55c8bc1fixallow passing uninvoked signals as foreign component props
7c60a98b3cfixsupport import aliases in foreignImports (#​68674)
core
CommitTypeDescription
124ba10eadfeatadd custom set option to linkedSignal
eab4847a8bfeatAdds deep linking from Performance panel to DevTools
091456a214fixaccount for namespaces in host binding sanitization (#​69558)
b3748e9fe4fixcorrect container anchor collection order to match DOM layout
11b206b919fixintroduce disposal mechanism for Angular views in foreign @content
56607967dbfixintroduce logical-only containers for foreign content
23cf1a828bfixsanitize host bindings on concrete hosts (#​69558)
0c07356c5cfixset current tnode in foreign component instruction on reuse
forms
CommitTypeDescription
bbbd357bd2fixadd utility to assert that value is a field tree
http
CommitTypeDescription
e3630c23c5featadd options to allow caching of credentialed and non-cacheable HTTP requests
ec16a3d6c6fixenable xsrf for root-provided HttpClient
39e362eea5fixmatch header values exactly when deleting
be46ca8696fixpreserve immutability of materialized clones
c0cbd46bd7fixskip transfer cache for fetch credentialed requests (#​69017)
af04e266ccrefactordeprecate jsonp support
language-service
CommitTypeDescription
7f0265e43afeatcompile non-exported classes if standalone (#​68454)
4f9c824dd9featTypecheck templates which would require inline typecheck blocks (#​68454)
a99fb915c0fixaccount for strictTemplates being enabled by default
migrations
CommitTypeDescription
c75ff0255cfeatadd migration from injectable to service
5d5b2ea72dfixcorrectly detect then/else keywords in control flow migration
platform-server
CommitTypeDescription
cf9d7fa0f8fixharden platform location origin validation during SSR (#​69184)
router
CommitTypeDescription
97a3fd6a55feathandle null and undefined inputs in RouterLinkActive

v22.0.8

Compare Source

common
CommitTypeDescription
c0368f2278fixpreserve crossorigin on image preloads
core
CommitTypeDescription
8616ba9db6fixensure SVG animation attributeName is checked case-insensitively
forms
CommitTypeDescription
d302c7ab83fixensure pending status propagates to the root form in signal forms
http
CommitTypeDescription
9d40f8aefefixprevent transfer cache key collisions
migrations
CommitTypeDescription
388daea2fcfixcorrectly migrate ngClass with mixed space-separated keys
bb39cda648fixpreserve NgClass import on partial migration

v22.0.7

Compare Source

common
CommitTypeDescription
91e33aa1defixavoid prototype lookups in date format caches
compiler
CommitTypeDescription
5b516e3a58fixparsing of an empty template literal interpolation
compiler-cli
CommitTypeDescription
c88ddde1c9fixre-tag SourceFiles after TsCreateProgramDriver.updateFiles()
core
CommitTypeDescription
94d9591b51fixallow static attributes for explicit input transforms
c89f71a74cfixignore processing instruction syntax in templates
70500e4067fixpreserve explicit input transform write type
forms
CommitTypeDescription
1b9964675ffixallow multiple async validators
64d6d47a0cfixpreserve intermediate number values in signal forms
6cf7446afafixprevent stale CVA writeback during debounce
http
CommitTypeDescription
20b7dc3023fixprevent interceptor signal reads from leaking into calling reactive contexts
localize
CommitTypeDescription
22d5a091d1fixbuild runtime translations map with a null prototype
8ce1fcf7fafixuse Object.hasOwn for placeholder lookup in translate
platform-browser
CommitTypeDescription
b34bf0dce8fixprevent ReDoS in SOURCEMAP_URL_REGEXP

v22.0.6

Compare Source

compiler
CommitTypeDescription
fd4ddcafedfixuse regular optional chaining expression for safe function calls in TCBs
compiler-cli
CommitTypeDescription
534fe81a89fixapply debugName transform to required signal queries
3b08201bfbfixdetect uninvoked signals in bound expressions using ternary
forms/signals
CommitTypeDescription
171669f7b2fixmake extractValue reactive for compat AbstractControl values
migrations
CommitTypeDescription
0a6af1496bfixpreserve transitive NgModule references when pruning
d4a926a762fixremove stale model import in model-output migration
router
CommitTypeDescription
c238bd2ad7fixhandle outlet named proto in segment group maps
8e6d7f7190fixuse safe hasOwnProperty when parsing query params

v22.0.5

Compare Source

common
CommitTypeDescription
eb8fb9fe58fixuse Object.hasOwn in I18nSelectPipe to handle null-prototype and shadowed mappings
compiler-cli
CommitTypeDescription
baf09a9939fixinclude toSignal in debugName transform
core
CommitTypeDescription
e598dc843ffiximprove input writes migration in best effort mode
ced0180b06fixreject dynamic script host elements
router
CommitTypeDescription
ca13b42e7cfixfix malformed jsdoc comment for RouterLinkWithHref export

v22.0.4

Compare Source

migrations
CommitTypeDescription
fd37f09f37fixresolve migration failure when tsconfig specifies rootDir

v22.0.3

Compare Source

compiler
CommitTypeDescription
f90c20df40fixaccount for NgModule dependencies in JIT-compiled partial declarations
f4f7f3755cfixremove unused import breaking CI in 22.0.x
compiler-cli
CommitTypeDescription
06d854929cfixreport diagnostic instead of crashing on malformed host binding
core
CommitTypeDescription
2799304259fixavoid uncaught promise errors in injectAsync prefetching
http
CommitTypeDescription
8cdc202dfcfixprevent caching of responses with Set-Cookie headers
service-worker
CommitTypeDescription
b4a5a2fb4efixpreserve referrer in asset requests
a16f9b2263fixpreserve referrer policy in asset requests
upgrade
CommitTypeDescription
bcc648f4b6fixsupport model() signals in downgradeComponent

v22.0.2

Compare Source

common
CommitTypeDescription
94ea403563fixescape anchor fragment in shadow DOM name selector
6c1f3e9d49fixskip transfer cache for uncacheable HTTP traffic (#​69316)
compiler
CommitTypeDescription
6f1171991afixrestrict possible event handler check to property names longer than 2 characters
core
CommitTypeDescription
528a34f766fixavoid caching missing locale data
e17e8d5422fixescape overlapping comment delimiters in escapeCommentText
59dea13f80fixguard against DOM clobbering in declareExperimentalWebMcpTool
3a48abc15cfixpreserve leave animation for sibling instances sharing a TNode
93d0a5f95cfixprevent unsubscribe during emit from throwing off other listeners
b32ee7ceb3fixtreat iframe credentialless as security-sensitive
f902d1d35eperfdetect existing signal dependency without checking all producer links
http
CommitTypeDescription
6867f77ec7fixdistinguish repeated transfer cache params
7ef1399068fixskip transfer cache for fetch credentialed requests (#​69316)
migrations
CommitTypeDescription
15314c1736fixmigration skip any target are not build or test

v22.0.1

Compare Source

Deprecations

platform-server
  • XHR support in @angular/platform-server is deprecated. Use standard fetch APIs instead.
    (cherry picked from commit 8446e46)
common
CommitTypeDescription
c4b5fa3c92fixescape CSS string-terminating characters in escapeCssUrl
dfff57ede9fixLimits date format string length
3c2892c8dffixprevent prototype pollution in formatDateTime
1d87c49f6efixuse cryptographically secure SHA-256 for transfer cache key generation
compiler
CommitTypeDescription
1ee224ca30fixdisallow i18n event attributes
a56f1cdf8ffixmore robust logic to check if regex can be optimized
5946c18275fixsanitize href/xlink:href attributes of any element of the MathML namespace
393b84caf8fixsanitize two-way properties
compiler-cli
CommitTypeDescription
3d9ca2f173fixbind switch exhaustive check expressions
core
CommitTypeDescription
669146b0e7fixdisable WebMCP during SSR

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovateBot requested a review from kristjank as a code ownerOctober 7, 2021 16:34
@renovate
renovateBotforce-pushed the renovate/major-angular-monorepo branch from 55cc6ff to 57925a0CompareNovember 3, 2021 20:12
@renovaterenovateBot changed the title fix(deps): update angular monorepo to v12 (major)fix(deps): update angular monorepo to v13 (major)Nov 3, 2021
@renovate

renovateBot commented Nov 3, 2021

Copy link
Copy Markdown
ContributorAuthor

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! npm ERR! While resolving: protokol-manager@1.0.0-beta.3
npm ERR! Found: zone.js@0.11.8
npm ERR! node_modules/zone.js
npm ERR! zone.js@"~0.11.0" from the root project
npm ERR! npm ERR! Could not resolve dependency:
npm ERR! peer zone.js@"~0.14.0" from @angular/core@17.3.0
npm ERR! node_modules/@angular/core
npm ERR! @angular/core@"~17.3.0" from the root project
npm ERR! peer @angular/core@"17.3.0" from @angular/animations@17.3.0
npm ERR! node_modules/@angular/animations
npm ERR! @angular/animations@"~17.3.0" from the root project
npm ERR! npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! /tmp/renovate/cache/others/npm/_logs/2024-03-14T01_33_20_539Z-debug-0.log

@renovate
renovateBotforce-pushed the renovate/major-angular-monorepo branch from 57925a0 to d663d65CompareMarch 7, 2022 09:26
@renovate
renovateBotforce-pushed the renovate/major-angular-monorepo branch from d663d65 to 5e492f8CompareMarch 26, 2022 12:29
@renovate
renovateBotforce-pushed the renovate/major-angular-monorepo branch from 5e492f8 to fea009bCompareJune 18, 2022 14:12
@renovaterenovateBot changed the title fix(deps): update angular monorepo to v13 (major)fix(deps): update angular monorepo to v14 (major)Jun 18, 2022
@renovate
renovateBotforce-pushed the renovate/major-angular-monorepo branch from fea009b to 6ec0e9dCompareSeptember 25, 2022 19:55
@renovate
renovateBotforce-pushed the renovate/major-angular-monorepo branch from 6ec0e9d to 71424e9CompareNovember 20, 2022 18:40
@renovaterenovateBot changed the title fix(deps): update angular monorepo to v14 (major)fix(deps): update angular monorepo to v15 (major)Nov 20, 2022
@renovate
renovateBotforce-pushed the renovate/major-angular-monorepo branch from 71424e9 to 058df92CompareMarch 16, 2023 10:02
@renovate
renovateBotforce-pushed the renovate/major-angular-monorepo branch from 058df92 to b52e0cbCompareMay 28, 2023 11:59
@renovaterenovateBot changed the title fix(deps): update angular monorepo to v15 (major)fix(deps): update angular monorepo to v16 (major)May 28, 2023
@renovate
renovateBotforce-pushed the renovate/major-angular-monorepo branch from b52e0cb to e1d0804CompareJune 13, 2023 16:52
@renovate
renovateBotforce-pushed the renovate/major-angular-monorepo branch from e1d0804 to b0b6df3CompareAugust 9, 2023 21:43
@renovate
renovateBotforce-pushed the renovate/major-angular-monorepo branch from b0b6df3 to 53927f4CompareNovember 8, 2023 16:35
@renovaterenovateBot changed the title fix(deps): update angular monorepo to v16 (major)fix(deps): update angular monorepo to v17 (major)Nov 8, 2023
@renovate
renovateBotforce-pushed the renovate/major-angular-monorepo branch 2 times, most recently from 13c5be3 to 72791b4CompareJanuary 18, 2024 01:58
@renovate
renovateBotforce-pushed the renovate/major-angular-monorepo branch from 72791b4 to 27a691bCompareFebruary 14, 2024 19:21
@renovate
renovateBotforce-pushed the renovate/major-angular-monorepo branch 2 times, most recently from f397183 to 7476455CompareMarch 14, 2024 01:33
@renovate
renovateBotforce-pushed the renovate/major-angular-monorepo branch from 7476455 to 5aca6c4CompareMay 22, 2024 21:43
@renovaterenovateBot changed the title fix(deps): update angular monorepo to v17 (major)fix(deps): update angular monorepo to v18 (major)May 22, 2024
@renovate

renovateBot commented May 22, 2024

Copy link
Copy Markdown
ContributorAuthor

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! npm ERR! While resolving: protokol-manager@1.0.0-beta.3
npm ERR! Found: @angular/core@22.1.3
npm ERR! node_modules/@angular/core
npm ERR! @angular/core@"~22.1.0" from the root project
npm ERR! peer @angular/core@"22.1.3" from @angular/forms@22.1.3
npm ERR! node_modules/@angular/forms
npm ERR! @angular/forms@"~22.1.0" from the root project
npm ERR! npm ERR! Could not resolve dependency:
npm ERR! peer @angular/core@"11.2.14" from @angular/common@11.2.14
npm ERR! node_modules/@angular/common
npm ERR! @angular/common@"~11.2.0" from the root project
npm ERR! npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! npm ERR! See /runner/cache/others/npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! /runner/cache/others/npm/_logs/2026-08-19T21_37_28_987Z-debug-0.log

@renovate
renovateBotforce-pushed the renovate/major-angular-monorepo branch from 5aca6c4 to 61cc8dbCompareJuly 10, 2024 15:53
@renovate
renovateBotforce-pushed the renovate/major-angular-monorepo branch from 61cc8db to b657f5dCompareAugust 14, 2024 18:09
@renovate
renovateBotforce-pushed the renovate/major-angular-monorepo branch from b657f5d to c77cc61CompareNovember 19, 2024 17:21
@renovaterenovateBot changed the title fix(deps): update angular monorepo to v18 (major)fix(deps): update angular monorepo to v19 (major)Nov 19, 2024
@renovate
renovateBotforce-pushed the renovate/major-angular-monorepo branch from c77cc61 to 77af723CompareJanuary 15, 2025 22:39
@renovate
renovateBotforce-pushed the renovate/major-angular-monorepo branch from 77af723 to 07f2652CompareFebruary 27, 2025 00:52
@renovate
renovateBotforce-pushed the renovate/major-angular-monorepo branch from 07f2652 to 01c3987CompareMay 28, 2025 17:22
@renovaterenovateBot changed the title fix(deps): update angular monorepo to v19 (major)fix(deps): update angular monorepo to v20 (major)May 28, 2025
@renovate
renovateBotforce-pushed the renovate/major-angular-monorepo branch from 01c3987 to 985372aCompareJuly 10, 2025 00:45
@renovate
renovateBotforce-pushed the renovate/major-angular-monorepo branch from 985372a to e366206CompareAugust 20, 2025 21:31
@renovate
renovateBotforce-pushed the renovate/major-angular-monorepo branch 2 times, most recently from 24c23e1 to 8f22ed7CompareSeptember 10, 2025 19:23
@renovate
renovateBotforce-pushed the renovate/major-angular-monorepo branch from 8f22ed7 to 57d1f41CompareNovember 19, 2025 22:29
@renovaterenovateBot changed the title fix(deps): update angular monorepo to v20 (major)fix(deps): update angular monorepo to v21 (major)Nov 19, 2025
@renovate
renovateBotforce-pushed the renovate/major-angular-monorepo branch from 57d1f41 to 3269b04CompareNovember 27, 2025 12:12
@renovate
renovateBotforce-pushed the renovate/major-angular-monorepo branch from 3269b04 to 685e5d4CompareJanuary 14, 2026 23:05
@renovate
renovateBotforce-pushed the renovate/major-angular-monorepo branch from 685e5d4 to 09e3a67CompareFebruary 25, 2026 23:39
@renovate
renovateBotforce-pushed the renovate/major-angular-monorepo branch 2 times, most recently from b669a48 to 40f0277CompareMarch 31, 2026 17:58
@renovaterenovateBot changed the title fix(deps): update angular monorepo to v21 (major)fix(deps): update angular monorepo to v21May 12, 2026
@renovate
renovateBotforce-pushed the renovate/major-angular-monorepo branch from 40f0277 to 529efdcCompareJune 3, 2026 17:39
@renovaterenovateBot changed the title fix(deps): update angular monorepo to v21fix(deps): update angular monorepo to v22Jun 3, 2026
@renovate
renovateBotforce-pushed the renovate/major-angular-monorepo branch from 529efdc to 31b4c72CompareJuly 29, 2026 22:57
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