Skip to content

build(deps): bump @angular/compiler from 21.0.8 to 21.1.0 - #2909

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/angular/compiler-21.1.0
Closed

build(deps): bump @angular/compiler from 21.0.8 to 21.1.0#2909
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/angular/compiler-21.1.0

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubJan 19, 2026

Copy link
Copy Markdown
Contributor

Bumps @angular/compiler from 21.0.8 to 21.1.0.

Release notes

Sourced from @​angular/compiler's releases.

VSCode Extension: 21.1.0

21.1.0 (2026-01-12)

  • fix(vscode-extension): convert enum member kind in completions correctly (50674f8c28)

21.1.0

common

CommitDescription
feat - d8790972beAdd custom transformations for Cloudflare and Cloudinary image loaders
feat - a6b8cb68afsupport custom transformations in ImageKit and Imgix loaders

compiler

CommitDescription
feat - 640693da8eAdd support for multiple swich cases matching
fix - 0ad3adc7c6Support empty cases

core

CommitDescription
feat - 99ad18a4eeAdd stability debugging utility
feat - a0dfa5fa86support rest arguments in function calls
feat - 6e18fa8bc9support spread elements in array literals
feat - e407280ab5support spread expressions in object literals
fix - 06be8034bbMicrotask scheduling should be used after any application synchronization
fix - b4f584cf42return StaticProvider for providePlatformInitializer

forms

CommitDescription
feat - 1ea5c97703allow focusing bound control from field state

platform-browser

CommitDescription
feat - ec9dc94ceeadd context to createApplication
feat - ab67988d2eresolve JIT resources in createApplication

router

CommitDescription
feat - 5edceffd04add controls for route cleanup
feat - a03c82564dAdd scroll behavior controls on router navigation
feat - e44839b016Add standalone function to create a comptued for isActive
feat - c25d749d85Execute RunGuardsAndResolvers function in injection context
feat - 1c00ab42f8extend paramters of RedirectFunction to include paramMap and queryParamMap
feat - 7003e8d241Publish Router's integration with platform Navigation API as experimental
feat - c84d372778Support wildcard params with segments trailing (#64737)

upgrade

CommitDescription
refactor - 75fe8f8af9deprecate VERSION export

Deprecations

upgrade

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

21.1.0 (2026-01-14)

Deprecations

upgrade

  • VERSION from @angular/upgrade is deprecated. Please use the entry from @angular/upgrade/static instead.

common

CommitTypeDescription
d8790972befeatAdd custom transformations for Cloudflare and Cloudinary image loaders
a6b8cb68affeatsupport custom transformations in ImageKit and Imgix loaders

compiler

CommitTypeDescription
640693da8efeatAdd support for multiple swich cases matching
0ad3adc7c6fixSupport empty cases

core

CommitTypeDescription
99ad18a4eefeatAdd stability debugging utility
a0dfa5fa86featsupport rest arguments in function calls
6e18fa8bc9featsupport spread elements in array literals
e407280ab5featsupport spread expressions in object literals
06be8034bbfixMicrotask scheduling should be used after any application synchronization
b4f584cf42fixreturn StaticProvider for providePlatformInitializer

forms

CommitTypeDescription
1ea5c97703featallow focusing bound control from field state

platform-browser

CommitTypeDescription
ec9dc94ceefeatadd context to createApplication
ab67988d2efeatresolve JIT resources in createApplication

router

CommitTypeDescription
5edceffd04featadd controls for route cleanup
a03c82564dfeatAdd scroll behavior controls on router navigation
e44839b016featAdd standalone function to create a comptued for isActive
c25d749d85featExecute RunGuardsAndResolvers function in injection context
1c00ab42f8featextend paramters of RedirectFunction to include paramMap and queryParamMap
7003e8d241featPublish Router's integration with platform Navigation API as experimental
c84d372778featSupport wildcard params with segments trailing (#64737)

upgrade

CommitTypeDescription
75fe8f8af9refactordeprecate VERSION export

... (truncated)

Commits
  • 5326333 fix(forms): Ensure the control instruction comes after the other bindings
  • 29f074a fix(forms): Rename signal form [field] to [formField]
  • 0875dea refactor(compiler): switch Binary.isAssignmentOperation to type guard function
  • 83bac5a refactor(compiler): tighten Unary.operator type
  • e01dcae refactor: _ParseAST.isAssignmentOperator to type guard
  • 4cdf4d5 refactor(compiler): tighten Binary.operation type
  • 0ad3adc fix(compiler): Support empty cases
  • 4dc5ae5 refactor(core): remove unused instruction parameter
  • 3a56c13 fix(compiler): produce accurate span for typeof and void expressions
  • a0dfa5f feat(core): support rest arguments in function calls
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabotdependabotBot added the dependencies Pull requests that update a dependency file label Jan 19, 2026
@coderabbitai

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 21.0.8 to 21.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/v21.1.0/packages/compiler)
---
updated-dependencies:
- dependency-name: "@angular/compiler"
dependency-version: 21.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/angular/compiler-21.1.0 branch from e75c284 to 0d52607CompareJanuary 19, 2026 11:31
@dependabot@github

dependabotBot commented on behalf of githubJan 23, 2026

Copy link
Copy Markdown
ContributorAuthor

Superseded by #2916.

@dependabotdependabotBot closed this Jan 23, 2026
@dependabot
dependabotBot deleted the dependabot/npm_and_yarn/angular/compiler-21.1.0 branch January 23, 2026 10:03
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants