Skip to content

chore(deps): bump @angular/core from 21.0.8 to 21.2.4 in /projects/starters/angular#3

Closed
dependabot[bot] wants to merge 1100 commits intomainfrom
dependabot/npm_and_yarn/projects/starters/angular/angular/core-21.2.4
Closed

chore(deps): bump @angular/core from 21.0.8 to 21.2.4 in /projects/starters/angular#3
dependabot[bot] wants to merge 1100 commits intomainfrom
dependabot/npm_and_yarn/projects/starters/angular/angular/core-21.2.4

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Apr 2, 2026

Bumps @angular/core from 21.0.8 to 21.2.4.

Release notes

Sourced from @​angular/core's releases.

21.2.4

compiler

Commit Description
fix - ed2d324f9c disallow translations of iframe src

core

Commit Description
fix - abbd8797bb reverts "feat(core): add support for nested animations"
fix - d1dcd16c5b sanitize translated form attributes

VSCode Extension: 21.2.3

This release contains internal refactorings only.

21.2.3

core

Commit Description
fix - 62a97f7e4b ensure definitions compile
fix - 21b1c3b2ee include signal debug names in their toString() representation
fix - 224e60ecb1 sanitize translated attribute bindings with interpolations

VSCode Extension: 21.2.2

  • fix(extension): bundle TypeScript 5.9 internally (da57d1af73)

21.2.2

compiler

Commit Description
fix - 1df1697c6e prevent mutation of children array in RecursiveVisitor

compiler-cli

Commit Description
fix - c822bf8e76 always parenthesize object literals in TCB
fix - 05d022d5e6 ignore generated ngDevMode signal branch for code coverage

forms

Commit Description
feat - 670d1660c4 add 'blur' option to debounce rule

VSCode Extension: 21.2.1

  • perf(language-service): use lightweight project warmup for Angular analysis (d2137928e8)

21.2.1

core

Commit Description
fix - e2e9a9a531 adds transfer cache to httpResource to fix hydration
fix - b4ec3cc4e4 prevent child animation elements from being orphaned
fix - e923d88398 Prevent removal of elements during drag and drop

... (truncated)

Changelog

Sourced from @​angular/core's changelog.

21.2.4 (2026-03-12)

compiler

Commit Type Description
ed2d324f9c fix disallow translations of iframe src

core

Commit Type Description
abbd8797bb fix reverts "feat(core): add support for nested animations"
d1dcd16c5b fix sanitize translated form attributes

22.0.0-next.2 (2026-03-11)

Breaking Changes

core

  • createNgModuleRef was removed, use createNgModule instead

core

Commit Type Description
b918beda32 feat allow debouncing signals
f9ede9ec98 fix ensure definitions compile
b401c18674 fix include signal debug names in their toString() representation
8630319f74 fix sanitize translated attribute bindings with interpolations
36936872c9 refactor remove createNgModuleRef

forms

Commit Type Description
3e7ce0dafc fix restrict SignalFormsConfig to a readonly API

language-service

Commit Type Description
5a6d88626b feat add angular template inlay hints support

21.2.3 (2026-03-11)

core

Commit Type Description
62a97f7e4b fix ensure definitions compile
21b1c3b2ee fix include signal debug names in their toString() representation
224e60ecb1 fix sanitize translated attribute bindings with interpolations

21.2.2 (2026-03-09)

... (truncated)

Commits
  • d1dcd16 fix(core): sanitize translated form attributes
  • abbd879 fix(core): reverts "feat(core): add support for nested animations"
  • 7907e98 test: remove duplicate tests
  • 21b1c3b fix(core): include signal debug names in their toString() representation
  • 6c73aac refactor(common): Removes unused generic type parameters from KeyValueDiffers
  • c98eab7 refactor(core): remove old resource params
  • 7513558 docs: combine multiple documentation improvements into one PR
  • 575f302 refactor(core): interface cleanup
  • 224e60e fix(core): sanitize translated attribute bindings with interpolations
  • 09638ec docs(core): clarify provideZoneChangeDetection usage in v21+
  • 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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

coryrylan and others added 30 commits February 13, 2026 11:13
Signed-off-by: Cory Rylan <crylan@nvidia.com>
- fixes issue where the selectable toggle command was colliding with existing visibility command toggles

Signed-off-by: Cory Rylan <crylan@nvidia.com>
Signed-off-by: Cory Rylan <crylan@nvidia.com>
Signed-off-by: Cory Rylan <crylan@nvidia.com>
Signed-off-by: Cory Rylan <crylan@nvidia.com>
- fixes issue where template tags impacted css selectors for fixed column positioning

Signed-off-by: Cory Rylan <crylan@nvidia.com>
- add support for troubleshooting skill
- add support for component creation skill
- fix minor incorrect guidance in AGENTS.md

Signed-off-by: Cory Rylan <crylan@nvidia.com>
- fixes issue where dialog content height does not respect parent flex containers

Signed-off-by: Cory Rylan <crylan@nvidia.com>
Signed-off-by: Cory Rylan <crylan@nvidia.com>
Signed-off-by: Cory Rylan <crylan@nvidia.com>
Signed-off-by: Cory Rylan <crylan@nvidia.com>
- adds vue playground support
- fix bug where iframe rendered examples broke HTML preventing canvas buttons from rendering

Signed-off-by: Cory Rylan <crylan@nvidia.com>
…types

- fixes issue where container styles were available to text input types but the property was not implemented and not visible in the API docs

Signed-off-by: Cory Rylan <crylan@nvidia.com>
- improve initial render/setup for combobox multi-select
- improve popover trigger event setup and teardown logic

Signed-off-by: Cory Rylan <crylan@nvidia.com>
- Updated MCP server descriptions
- Added skill file generation on mcp setup tool call
- Added a new 'composition' field to the Example interface for better metadata handling.
- Refactored API service methods to improve search functionality and added new imports handling.
- Enhanced test coverage for API service methods and example retrieval.
- Introduced utility functions for template condensing and element import deduplication.

Signed-off-by: Cory Rylan <crylan@nvidia.com>
Signed-off-by: Cory Rylan <crylan@nvidia.com>
Signed-off-by: Cory Rylan <crylan@nvidia.com>
Signed-off-by: Cory Rylan <crylan@nvidia.com>
Signed-off-by: Cory Rylan <crylan@nvidia.com>
semantic-release-bot and others added 12 commits March 31, 2026 16:51
## <small>1.66.1 (2026-03-31)</small>

* chore(ci): cleanup build env ([653dcea](https://gitlab-master.nvidia.com/ai-infra/elements/commit/653dcea))
* chore(ci): enable env vars for conditional builds ([e9ca495](https://gitlab-master.nvidia.com/ai-infra/elements/commit/e9ca495))
* chore(docs): update env url paths ([17ade23](https://gitlab-master.nvidia.com/ai-infra/elements/commit/17ade23))
* chore(elements): add tests ([86d82ec](https://gitlab-master.nvidia.com/ai-infra/elements/commit/86d82ec))
* chore(release): @nve-labs/cli-v0.12.2 [skip ci] ([27ed855](https://gitlab-master.nvidia.com/ai-infra/elements/commit/27ed855))
* chore(starters): remove external links ([6036b65](https://gitlab-master.nvidia.com/ai-infra/elements/commit/6036b65))
* fix(elements): update aria-orientation and event config ([117e112](https://gitlab-master.nvidia.com/ai-infra/elements/commit/117e112))
* fix(labs-cli): update check issue ([312956c](https://gitlab-master.nvidia.com/ai-infra/elements/commit/312956c))
Signed-off-by: Cory Rylan <crylan@nvidia.com>
Signed-off-by: Cory Rylan <crylan@nvidia.com>
Signed-off-by: Cory Rylan <crylan@nvidia.com>
Signed-off-by: Cory Rylan <crylan@nvidia.com>
…andling

Signed-off-by: Cory Rylan <crylan@nvidia.com>
## <small>0.12.3 (2026-04-02)</small>

* fix(elements): update aria-orientation and event config ([117e112](https://gitlab-master.nvidia.com/ai-infra/elements/commit/117e112))
* fix(labs-cli): simplify update check logic and improve notification handling ([856317a](https://gitlab-master.nvidia.com/ai-infra/elements/commit/856317a))
* chore(docs): cdn path updates ([2630329](https://gitlab-master.nvidia.com/ai-infra/elements/commit/2630329))
* chore(docs): cli deployment path for windows binary ([cd4a67f](https://gitlab-master.nvidia.com/ai-infra/elements/commit/cd4a67f))
* chore(docs): env var fixes ([376735c](https://gitlab-master.nvidia.com/ai-infra/elements/commit/376735c))
* chore(docs): icon docs cleanup ([a9654e5](https://gitlab-master.nvidia.com/ai-infra/elements/commit/a9654e5))
* chore(elements): add tests ([86d82ec](https://gitlab-master.nvidia.com/ai-infra/elements/commit/86d82ec))
* chore(release): @nve/elements-v1.66.1 [skip ci] ([d294589](https://gitlab-master.nvidia.com/ai-infra/elements/commit/d294589))
- Updated: pnpm-workspace.yaml with kept projects
- Updated: .npmrc to use public npm registry
- Updated: .gitignore to ignore generated files
- Removed: internal package dependencies from kept projects

Signed-off-by: Cory Rylan <crylan@nvidia.com>
SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES
SPDX-License-Identifier: Apache-2.0
Signed-off-by: Cory Rylan <crylan@nvidia.com>
Signed-off-by: Cory Rylan <crylan@nvidia.com>
Signed-off-by: Cory Rylan <crylan@nvidia.com>
Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 21.0.8 to 21.2.4.
- [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.2.4/packages/core)

---
updated-dependencies:
- dependency-name: "@angular/core"
  dependency-version: 21.2.4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 2, 2026
@coryrylan coryrylan force-pushed the main branch 11 times, most recently from 04debac to e78f2de Compare April 3, 2026 20:38
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Apr 3, 2026

Looks like @angular/core is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Apr 3, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/projects/starters/angular/angular/core-21.2.4 branch April 3, 2026 20:39
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.

5 participants