Skip to content

Bump @angular/compiler-cli from 21.2.19 to 22.1.1 in /client - #27

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/client/angular/compiler-cli-22.1.1
Closed

Bump @angular/compiler-cli from 21.2.19 to 22.1.1 in /client#27
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/client/angular/compiler-cli-22.1.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 14, 2026

Copy link
Copy Markdown
Contributor

Bumps @angular/compiler-cli from 21.2.19 to 22.1.1.

Release notes

Sourced from @​angular/compiler-cli's releases.

22.1.1

core

Commit Description
fix - aa6d3189c1 initialize hydration triggers after late runtime activation
fix - deecb301c8 warn when style property bindings receive invalid values

http

Commit Description
fix - ac3728e79f avoid aborting completed requests in FetchBackend
fix - 688a0a7118 respect content-type charset in fetch backend text decoder
fix - a13b968451 run root interceptors in the terminal request chain
fix - 32af9b525e strip RFC 6265 DQUOTE characters and handle URIError in parseCookieValue

22.1.0

common

Commit Description
fix - 1ad6824d0d skip transfer cache for uncacheable HTTP traffic (#69017)

compiler

Commit Description
feat - af5e4e1131 Add an error for --global-foo cases (#68846)
feat - d579ecaf73 Disable '--global-' error outside of g3 (#68846)
feat - f98547675c Namespace CSS variables to the app (#68846)
feat - 8c8b2f7783 Support css var namespacing in properties (#68846)
fix - 292199aa4d permissive whitespace parsing in default never blocks
fix - 25c744c4d0 support foreign components defined outside top-level scope
fix - 5bd00add07 support foreign components inside control flow blocks (#69674)
perf - 2e442f7876 do not emit tag name when control flow root is foreign component (#69674)

compiler-cli

Commit Description
fix - aeb55c8bc1 allow passing uninvoked signals as foreign component props
fix - 7c60a98b3c support import aliases in foreignImports (#68674)

core

Commit Description
feat - 124ba10ead add custom set option to linkedSignal
feat - eab4847a8b Adds deep linking from Performance panel to DevTools
fix - 091456a214 account for namespaces in host binding sanitization (#69558)
fix - b3748e9fe4 correct container anchor collection order to match DOM layout
fix - 11b206b919 introduce disposal mechanism for Angular views in foreign @content
fix - 56607967db introduce logical-only containers for foreign content
fix - 23cf1a828b sanitize host bindings on concrete hosts (#69558)
fix - 0c07356c5c set current tnode in foreign component instruction on reuse

forms

Commit Description
fix - bbbd357bd2 add utility to assert that value is a field tree

... (truncated)

Changelog

Sourced from @​angular/compiler-cli's changelog.

22.1.1 (2026-08-06)

core

Commit Type Description
aa6d3189c1 fix initialize hydration triggers after late runtime activation
deecb301c8 fix warn when style property bindings receive invalid values

http

Commit Type Description
ac3728e79f fix avoid aborting completed requests in FetchBackend
688a0a7118 fix respect content-type charset in fetch backend text decoder
a13b968451 fix run root interceptors in the terminal request chain
32af9b525e fix strip RFC 6265 DQUOTE characters and handle URIError in parseCookieValue

22.1.0 (2026-07-29)

Deprecations

http

  • HttpClient.jsonp, HttpClientJsonpModule, and related JSONP classes/functions are deprecated. Use standard HTTP requests instead.

common

Commit Type Description
1ad6824d0d fix skip transfer cache for uncacheable HTTP traffic (#69017)

compiler

Commit Type Description
af5e4e1131 feat Add an error for --global-foo cases (#68846)
d579ecaf73 feat Disable '--global-' error outside of g3 (#68846)
f98547675c feat Namespace CSS variables to the app (#68846)
8c8b2f7783 feat Support css var namespacing in properties (#68846)
292199aa4d fix permissive whitespace parsing in default never blocks
25c744c4d0 fix support foreign components defined outside top-level scope
5bd00add07 fix support foreign components inside control flow blocks (#69674)
2e442f7876 perf do not emit tag name when control flow root is foreign component (#69674)

compiler-cli

Commit Type Description
aeb55c8bc1 fix allow passing uninvoked signals as foreign component props
7c60a98b3c fix support import aliases in foreignImports (#68674)

core

Commit Type Description
124ba10ead feat add custom set option to linkedSignal
eab4847a8b feat Adds deep linking from Performance panel to DevTools
091456a214 fix account for namespaces in host binding sanitization (#69558)
b3748e9fe4 fix correct container anchor collection order to match DOM layout
11b206b919 fix introduce disposal mechanism for Angular views in foreign @content
56607967db fix introduce logical-only containers for foreign content

... (truncated)

Commits
  • b569f6e test(compiler-cli): add compliance case for @​HostListener on a property
  • 23cf1a8 fix(core): sanitize host bindings on concrete hosts (#69558)
  • 1caafa6 test(compiler-cli): format compliance TEST_CASES.json with prettier
  • eb3e480 test(compiler-cli): cover DOM-only vs full instruction set across compilation...
  • 0ae6d81 fix(core): preserve explicit input transform write type
  • ae0ec73 fix(compiler-cli): re-tag SourceFiles after TsCreateProgramDriver.updateFiles()
  • 13d9cc3 refactor: remove obsolete @​types/babel__core dependency
  • 1fb4678 Revert "fix(core): allow static attributes for explicit input transforms"
  • 9b9b0e9 fix(core): allow static attributes for explicit input transforms
  • 5bd00ad fix(compiler): support foreign components inside control flow blocks (#69674)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 14, 2026
Bumps [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) from 21.2.19 to 22.1.1.
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/v22.1.1/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v22.1.1/packages/compiler-cli)

---
updated-dependencies:
- dependency-name: "@angular/compiler-cli"
  dependency-version: 22.1.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/client/angular/compiler-cli-22.1.1 branch from 063eebe to f47f9ce Compare August 14, 2026 20:52
@Baylar55

Copy link
Copy Markdown
Owner

Superseded by #32 (consolidated major-version upgrade branch).

@Baylar55

Copy link
Copy Markdown
Owner

Superseded by #32.

@Baylar55 Baylar55 closed this Aug 14, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 14, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/client/angular/compiler-cli-22.1.1 branch August 14, 2026 21:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant