Bump @angular/core, @angular/animations, @angular/cdk, @angular/common, @angular/forms, @angular/platform-browser, @angular/platform-browser-dynamic, @angular/router and @angular/build in /browser#225
Open
dependabot[bot] wants to merge 1 commit into
Conversation
…n, @angular/forms, @angular/platform-browser, @angular/platform-browser-dynamic, @angular/router and @angular/build Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core), [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations), [@angular/cdk](https://github.com/angular/components), [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common), [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms), [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser), [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic), [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) and [@angular/build](https://github.com/angular/angular-cli). These dependencies needed to be updated together. Updates `@angular/core` from 21.2.2 to 22.0.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/v22.0.1/packages/core) Updates `@angular/animations` from 21.2.2 to 22.0.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/v22.0.1/packages/animations) Updates `@angular/cdk` from 20.2.14 to 22.0.1 - [Release notes](https://github.com/angular/components/releases) - [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md) - [Commits](angular/components@20.2.14...v22.0.1) Updates `@angular/common` from 21.2.2 to 22.0.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/v22.0.1/packages/common) Updates `@angular/forms` from 21.2.2 to 22.0.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/v22.0.1/packages/forms) Updates `@angular/platform-browser` from 21.2.2 to 22.0.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/v22.0.1/packages/platform-browser) Updates `@angular/platform-browser-dynamic` from 21.2.2 to 22.0.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/v22.0.1/packages/platform-browser-dynamic) Updates `@angular/router` from 21.2.2 to 22.0.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/v22.0.1/packages/router) Updates `@angular/build` from 21.2.1 to 22.0.1 - [Release notes](https://github.com/angular/angular-cli/releases) - [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md) - [Commits](angular/angular-cli@v21.2.1...v22.0.1) --- updated-dependencies: - dependency-name: "@angular/core" dependency-version: 22.0.1 dependency-type: direct:production - dependency-name: "@angular/animations" dependency-version: 22.0.1 dependency-type: direct:production - dependency-name: "@angular/cdk" dependency-version: 22.0.1 dependency-type: direct:production - dependency-name: "@angular/common" dependency-version: 22.0.1 dependency-type: direct:production - dependency-name: "@angular/forms" dependency-version: 22.0.1 dependency-type: direct:production - dependency-name: "@angular/platform-browser" dependency-version: 22.0.1 dependency-type: direct:production - dependency-name: "@angular/platform-browser-dynamic" dependency-version: 22.0.1 dependency-type: direct:production - dependency-name: "@angular/router" dependency-version: 22.0.1 dependency-type: direct:production - dependency-name: "@angular/build" dependency-version: 22.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps @angular/core, @angular/animations, @angular/cdk, @angular/common, @angular/forms, @angular/platform-browser, @angular/platform-browser-dynamic, @angular/router and @angular/build. These dependencies needed to be updated together.
Updates
@angular/corefrom 21.2.2 to 22.0.1Release notes
Sourced from @angular/core's releases.
... (truncated)
Changelog
Sourced from @angular/core's changelog.
... (truncated)
Commits
4b0c3b8refactor(core): Update registerNgModuleType to support codegen typecheckingdbf64c8test(core): fix AI tools test flake045bb73fix(core): validate lowercase SVG animation attribute names1ee224cfix(compiler): disallow i18n event attributes5946c18fix(compiler): sanitizehref/xlink:hrefattributes of any element of the ...b1f02ebrefactor(core): add internal utility85d2d10fix(forms): harden FormGroup control lookups against prototype shadowing6e3d51drefactor(migrations): ImprovesafeNavigationMigrationheuristic01ea640refactor(core): Fix DirectiveDefinition interface to allow abstract classesa704b08docs: add Signal Forms and v22 guidance to AI best-practices and llms.txtUpdates
@angular/animationsfrom 21.2.2 to 22.0.1Release notes
Sourced from @angular/animations's releases.
... (truncated)
Changelog
Sourced from @angular/animations's changelog.
... (truncated)
Commits
a97d5ecbuild: update minimum supported Node.js versionsad717dfrefactor(core): use the@Servicedecorator where possible.b8d3f36feat(compiler-cli): add support for Node.js 26.0.06672192test: remove duplicate tests (#67518)d550bf7build: update minimum supported Node.js versionsUpdates
@angular/cdkfrom 20.2.14 to 22.0.1Release notes
Sourced from @angular/cdk's releases.
... (truncated)
Changelog
Sourced from @angular/cdk's changelog.
... (truncated)
Commits
75f6542release: cut the v22.0.1 released7a8cb9fix(material/dialog): ignore clicks on aria-disabled close buttons (#33373)49aeb67fix(cdk/clipboard): avoid infinite attempt loop (#33366)5a5f6ebbuild: update cross-repo angular dependencies (#33326)ae48b2cdocs(cdk/dialog): improve dialog example contrast (#33334)1a68d18build: update pnpm to v10.34.1 (#33316)c696e41build: lock file maintenance (#33331)d84dca2build: update all github actions (#33348)da17b4cbuild: update bazel dependencies to v3.2.1 (#33350)7a8b3f7docs(aria/menu): fix menubar example highlight styling (#33290)Updates
@angular/commonfrom 21.2.2 to 22.0.1Release notes
Sourced from @angular/common's releases.
... (truncated)
Changelog
Sourced from @angular/common's changelog.