Bump @angular/common, @angular/forms, @angular/platform-browser, @angular/platform-browser-dynamic and @angular/router#129
Open
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
…ular/platform-browser-dynamic and @angular/router Bumps [@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) and [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router). These dependencies needed to be updated together. Updates `@angular/common` from 16.0.2 to 21.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/21.0.1/packages/common) Updates `@angular/forms` from 16.0.2 to 21.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/21.0.1/packages/forms) Updates `@angular/platform-browser` from 16.0.2 to 21.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/21.0.1/packages/platform-browser) Updates `@angular/platform-browser-dynamic` from 16.0.2 to 21.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/21.0.1/packages/platform-browser-dynamic) Updates `@angular/router` from 16.0.2 to 21.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/21.0.1/packages/router) --- updated-dependencies: - dependency-name: "@angular/common" dependency-version: 21.0.1 dependency-type: direct:production - dependency-name: "@angular/forms" dependency-version: 21.0.1 dependency-type: direct:production - dependency-name: "@angular/platform-browser" dependency-version: 21.0.1 dependency-type: direct:production - dependency-name: "@angular/platform-browser-dynamic" dependency-version: 21.0.1 dependency-type: direct:production - dependency-name: "@angular/router" dependency-version: 21.0.1 dependency-type: direct:production ... 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/common, @angular/forms, @angular/platform-browser, @angular/platform-browser-dynamic and @angular/router. These dependencies needed to be updated together.
Updates
@angular/commonfrom 16.0.2 to 21.0.1Release notes
Sourced from
@angular/common's releases.... (truncated)
Changelog
Sourced from
@angular/common's changelog.... (truncated)
Commits
3240d85fix(http): prevent XSRF token leakage to protocol-relative URLs6de8926refactor(core): add debug name to resource (#64172)00ffe91refactor(common): removes unused NgModuleFactory config in NgComponentOutlet8765b66docs: add reference to Built-in Pipes in multiple pipe filesab98e71fix(common): remove placeholder image listeners once view is removed8ab0847refactor(core): markVERSIONas@__PURE__for better tree-shaking650af71refactor(http): migrate XSRF classes to use inject() function3bed9f0build: format md filesa3c2fe8Revert "refactor(common): Removes unused imports to clean up dependencies"6d3e0f1refactor(common): Removes unused imports to clean up dependenciesUpdates
@angular/formsfrom 16.0.2 to 21.0.1Release notes
Sourced from
@angular/forms's releases.... (truncated)
Changelog
Sourced from
@angular/forms's changelog.... (truncated)
Commits
e3f5f34refactor(forms): Make reset take value7d5c7cffeat(forms): add DI option for classes onFielddirective8acf5d2fix(forms): allow dynamictypebindings on signal form controls4845a33refactor(forms): support custom control directivesde5fca9fix(forms): run reset as untracked91d8d55fix(forms): Set error message of a schema error.e682f00refactor(forms): reduce boilerplate needed to define custom controlsd89e522fix(forms): debounce updates from interop controlse1a7c35refactor(forms): improve typing on min & max (#65212)ff4633drefactor(forms): allow passing number|string|null paths to min & max (#65212)Updates
@angular/platform-browserfrom 16.0.2 to 21.0.1Release notes
Sourced from
@angular/platform-browser's releases.... (truncated)
Changelog
Sourced from
@angular/platform-browser's changelog.... (truncated)
Commits
f550f4adocs: ExperimentalIsolatedShadowDom mentions6213cbfrefactor(core): renameExperimentalIsolatedShadowDomtoIsolatedShadowDom8ab0847refactor(core): markVERSIONas@__PURE__for better tree-shaking593f902refactor(platform-browser): remove unused Platform ID dependency from DomRend...3bed9f0build: format md files33f8339refactor(platform-browser): remove redundantprovidedIn: 'root'from inject...a4fe078refactor(common): remove unused import (#64699)d303cderefactor(core): Remove zone toggles for test and standalone70332b0fix(core): pass element removal property through in all locations (#64565)8d1e979docs: add references to SSR guide for caching options (#64347)Updates
@angular/platform-browser-dynamicfrom 16.0.2 to 21.0.1Release notes
Sourced from
@angular/platform-browser-dynamic's releases.... (truncated)
Changelog
Sourced from
@angular/platform-browser-dynamic's changelog.... (truncated)
Commits
8ab0847refactor(core): markVERSIONas@__PURE__for better tree-shaking3bed9f0build: format md filesc357650refactor(core): Update tests for zoneless by default (#63668)2fcafb6build: rename defaults2.bzl to defaults.bzl (#63383)fa8d8b8build: migrate all npm packages to use new rules_js based npm_package rule (#...cbc258ebuild: remove ts_project_interop infrastructure (#62908)793ff35build: move http_server and generate_api_docs into defaults2.bzl (#62878)8bf97d1build: remove all usages of the interop_deps attr for ts_project and ng_proje...23d5877build: migrate to new toolchain usage for api goldens (#62688)b848590build: migrate to use web test runner rules (#62292)Updates
@angular/routerfrom 16.0.2 to 21.0.1Release notes
Sourced from
@angular/router's releases.... (truncated)
Changelog
Sourced from
@angular/router's changelog.... (truncated)
Commits