Skip to content

build(deps): bump @angular/core from 21.0.8 to 21.1.1 - #2923

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/angular/core-21.1.1
Open

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

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubJan 23, 2026

Copy link
Copy Markdown
Contributor

Bumps @angular/core from 21.0.8 to 21.1.1.

Release notes

Sourced from @​angular/core's releases.

21.1.1

compiler-cli

CommitDescription
fix - 0e1f1ed573drop .tsx extension for generated relative imports

core

CommitDescription
fix - 05adfcf8f2handle Set in class bindings

forms

CommitDescription
feat - d89a80a970Ability to manually register a form field binding in signal forms
fix - cb75f9ce85fix control value syncing on touch

VSCode Extension: 21.1.1

  • fix(vscode-extension): add syntax highlighting for arrow functions (a649fc8f57)
  • fix(vscode-extension): add syntax highlighting for spread/rest expressions (8f16846dd9)

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

| Commit | Description |

... (truncated)

Changelog

Sourced from @​angular/core's changelog.

21.1.1 (2026-01-21)

compiler-cli

CommitTypeDescription
0e1f1ed573fixdrop .tsx extension for generated relative imports

core

CommitTypeDescription
05adfcf8f2fixhandle Set in class bindings

forms

CommitTypeDescription
d89a80a970featAbility to manually register a form field binding in signal forms
cb75f9ce85fixfix control value syncing on touch

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

... (truncated)

Commits
  • 643f0f4 build: update cross-repo angular dependencies
  • ded654d build: initial test of TypeScript 6
  • 05adfcf fix(core): handle Set in class bindings
  • d89a80a feat(forms): Ability to manually register a form field binding in signal forms
  • ae4e2e0 build: update cross-repo angular dependencies to v21.1.0
  • 1ea5c97 feat(forms): allow focusing bound control from field state
  • 134742f Revert "refactor(core): remove ng when invoking enableProdMode"
  • 9a764e0 refactor(core): remove ng when invoking enableProdMode
  • 114d03f docs: update OnChanges API reference w/ signal input
  • 5ad2e1b docs: replace old https://angular.io/license with https://angular.dev/license
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabotdependabotBot added the dependencies Pull requests that update a dependency file label Jan 23, 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/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 21.0.8 to 21.1.1.
- [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.1/packages/core)
---
updated-dependencies:
- dependency-name: "@angular/core"
dependency-version: 21.1.1
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/core-21.1.1 branch from b17b9ce to 437958bCompareJanuary 26, 2026 11:04
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