build(deps-dev): bump @angular/compiler, @angular/build, @angular/common, @angular/core, @angular/platform-browser, @angular/compiler-cli, @angular/platform-browser-dynamic and ng-packagr - #2535
Closed
dependabot[bot] wants to merge 1 commit into
Conversation
…mon, @angular/core, @angular/platform-browser, @angular/compiler-cli, @angular/platform-browser-dynamic and ng-packagr Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler), [@angular/build](https://github.com/angular/angular-cli), [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common), [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core), [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser), [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli), [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) and [ng-packagr](https://github.com/ng-packagr/ng-packagr). These dependencies needed to be updated together. Updates `@angular/compiler` from 21.2.18 to 22.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/v22.1.0/packages/compiler) Updates `@angular/build` from 21.2.19 to 22.1.2 - [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.19...v22.1.2) Updates `@angular/common` from 21.2.18 to 22.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/v22.1.0/packages/common) Updates `@angular/core` from 21.2.18 to 22.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/v22.1.0/packages/core) Updates `@angular/platform-browser` from 21.2.18 to 22.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/v22.1.0/packages/platform-browser) Updates `@angular/compiler-cli` from 21.2.18 to 22.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/v22.1.0/packages/compiler-cli) Updates `@angular/platform-browser-dynamic` from 21.2.18 to 22.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/v22.1.0/packages/platform-browser-dynamic) Updates `ng-packagr` from 21.2.3 to 22.1.0 - [Release notes](https://github.com/ng-packagr/ng-packagr/releases) - [Changelog](https://github.com/ng-packagr/ng-packagr/blob/main/CHANGELOG.md) - [Commits](ng-packagr/ng-packagr@21.2.3...22.1.0) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 22.1.0 dependency-type: direct:development - dependency-name: "@angular/build" dependency-version: 22.1.2 dependency-type: direct:development - dependency-name: "@angular/common" dependency-version: 22.1.0 dependency-type: direct:development - dependency-name: "@angular/core" dependency-version: 22.1.0 dependency-type: direct:development - dependency-name: "@angular/platform-browser" dependency-version: 22.1.0 dependency-type: direct:development - dependency-name: "@angular/compiler-cli" dependency-version: 22.1.0 dependency-type: direct:development - dependency-name: "@angular/platform-browser-dynamic" dependency-version: 22.1.0 dependency-type: direct:development - dependency-name: ng-packagr dependency-version: 22.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
madhavilosetty-intel
deleted the
dependabot/npm_and_yarn/multi-413771eb39
branch
August 3, 2026 22:13
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/compiler, @angular/build, @angular/common, @angular/core, @angular/platform-browser, @angular/compiler-cli, @angular/platform-browser-dynamic and ng-packagr. These dependencies needed to be updated together.
Updates
@angular/compilerfrom 21.2.18 to 22.1.0Release notes
Sourced from @angular/compiler's releases.
... (truncated)
Changelog
Sourced from @angular/compiler's changelog.
... (truncated)
Commits
091456afix(core): account for namespaces in host binding sanitization (#69558)23cf1a8fix(core): sanitize host bindings on concrete hosts (#69558)8201cebrefactor(compiler): enforce exhaustive defer trigger handling68ac204fix(core): ignore processing instruction syntax in templatesda52137fix(compiler): parsing of an empty template literal interpolation5bd00adfix(compiler): support foreign components inside control flow blocks (#69674)2e442f7perf(compiler): do not emit tag name when control flow root is foreign compon...a19c027refactor(compiler-cli): support foreign imports with isolated declarations997b772fix(compiler): use regular optional chaining expression for safe function cal...d579ecafeat(compiler): Disable '--global-' error outside of g3 (#68846)Updates
@angular/buildfrom 21.2.19 to 22.1.2Release notes
Sourced from @angular/build's releases.
... (truncated)
Changelog
Sourced from @angular/build's changelog.
... (truncated)
Commits
bccc749release: cut the v22.1.2 release57db27efix(@angular/cli): add packages with built-in schematics to devDependencies onlybaed978fix(@angular/build): prevent IIFE wrapper interleaving for adjacent classes i...dde9aedbuild: update cross-repo angular dependencies51efbd8build: update github/codeql-action action to v4.37.46c15ac8ci: add branch tracking comments to dev-infra GitHub actions5d92c65release: cut the v22.1.1 releasee30e18abuild: update dependency webpack to v5.109.246d42d8build: update dependency oxc-parser to v0.142.09ccb475build: update bazel dependenciesUpdates
@angular/commonfrom 21.2.18 to 22.1.0Release notes
Sourced from @angular/common's releases.
... (truncated)
Changelog
Sourced from @angular/common's changelog.
... (truncated)
Commits
79a37f3refactor(common): replaces the deprecated positionalsubscribearguments wi...6dcb534refactor(common): remove duplicate helper functionec16a3dfix(http): enable xsrf for root-provided HttpClient39e362efix(http): match header values exactly when deletingbe46ca8fix(http): preserve immutability of materialized clonesd14696efix(common): preserve crossorigin on image preloads3192dccfix(http): prevent transfer cache key collisions359fb50fix(common): avoid prototype lookups in date format caches6d043f8fix(http): prevent interceptor signal reads from leaking into calling reactiv...c1829f6docs(docs-infra): Add build-time validation for API and guide links using rou...Updates
@angular/corefrom 21.2.18 to 22.1.0Release notes
Sourced from @angular/core's releases.
... (truncated)
Changelog
Sourced from @angular/core's changelog.