Skip to content

build(deps-dev): Bump @angular/compiler from 21.2.17 to 22.1.0 in the npm_and_yarn group across 1 directory - #75

Merged
github-actions[bot] merged 1 commit into
masterfrom
dependabot/npm_and_yarn/npm_and_yarn-82bd4f2dd3
Aug 3, 2026
Merged

build(deps-dev): Bump @angular/compiler from 21.2.17 to 22.1.0 in the npm_and_yarn group across 1 directory#75
github-actions[bot] merged 1 commit into
masterfrom
dependabot/npm_and_yarn/npm_and_yarn-82bd4f2dd3

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubAug 3, 2026

Copy link
Copy Markdown

Bumps the npm_and_yarn group with 1 update in the / directory: @angular/compiler.

Updates @angular/compiler from 21.2.17 to 22.1.0

Release notes

Sourced from @​angular/compiler's releases.

22.1.0

common

CommitDescription
fix - 1ad6824d0dskip transfer cache for uncacheable HTTP traffic (#69017)

compiler

CommitDescription
feat - af5e4e1131Add an error for --global-foo cases (#68846)
feat - d579ecaf73Disable '--global-' error outside of g3 (#68846)
feat - f98547675cNamespace CSS variables to the app (#68846)
feat - 8c8b2f7783Support css var namespacing in properties (#68846)
fix - 292199aa4dpermissive whitespace parsing in default never blocks
fix - 25c744c4d0support foreign components defined outside top-level scope
fix - 5bd00add07support foreign components inside control flow blocks (#69674)
perf - 2e442f7876do not emit tag name when control flow root is foreign component (#69674)

compiler-cli

CommitDescription
fix - aeb55c8bc1allow passing uninvoked signals as foreign component props
fix - 7c60a98b3csupport import aliases in foreignImports (#68674)

core

CommitDescription
feat - 124ba10eadadd custom set option to linkedSignal
feat - eab4847a8bAdds deep linking from Performance panel to DevTools
fix - 091456a214account for namespaces in host binding sanitization (#69558)
fix - b3748e9fe4correct container anchor collection order to match DOM layout
fix - 11b206b919introduce disposal mechanism for Angular views in foreign @content
fix - 56607967dbintroduce logical-only containers for foreign content
fix - 23cf1a828bsanitize host bindings on concrete hosts (#69558)
fix - 0c07356c5cset current tnode in foreign component instruction on reuse

forms

CommitDescription
fix - bbbd357bd2add utility to assert that value is a field tree

http

CommitDescription
feat - e3630c23c5add options to allow caching of credentialed and non-cacheable HTTP requests
fix - ec16a3d6c6enable xsrf for root-provided HttpClient
fix - 39e362eea5match header values exactly when deleting
fix - be46ca8696preserve immutability of materialized clones
fix - c0cbd46bd7skip transfer cache for fetch credentialed requests (#69017)
refactor - af04e266ccdeprecate jsonp support

language-service

CommitDescription
feat - 7f0265e43acompile non-exported classes if standalone (#68454)
feat - 4f9c824dd9Typecheck templates which would require inline typecheck blocks (#68454)

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

22.1.0 (2026-07-29)

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

| Commit | Type | Description |

... (truncated)

Commits
  • 091456a fix(core): account for namespaces in host binding sanitization (#69558)
  • 23cf1a8 fix(core): sanitize host bindings on concrete hosts (#69558)
  • 8201ceb refactor(compiler): enforce exhaustive defer trigger handling
  • 68ac204 fix(core): ignore processing instruction syntax in templates
  • da52137 fix(compiler): parsing of an empty template literal interpolation
  • 5bd00ad fix(compiler): support foreign components inside control flow blocks (#69674)
  • 2e442f7 perf(compiler): do not emit tag name when control flow root is foreign compon...
  • a19c027 refactor(compiler-cli): support foreign imports with isolated declarations
  • 997b772 fix(compiler): use regular optional chaining expression for safe function cal...
  • d579eca feat(compiler): Disable '--global-' error outside of g3 (#68846)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the npm_and_yarn group with 1 update in the / directory: [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler).
Updates `@angular/compiler` from 21.2.17 to 22.1.0
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v22.1.0/packages/compiler)
---
updated-dependencies:
- dependency-name: "@angular/compiler"
dependency-version: 22.1.0
dependency-type: direct:development
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 3, 2026
@github-actions
github-actionsBot merged commit 63e0f60 into masterAug 3, 2026
2 checks passed
@dependabot
dependabotBot deleted the dependabot/npm_and_yarn/npm_and_yarn-82bd4f2dd3 branch August 3, 2026 17:32
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants