Skip to content

Bump @angular/compiler, @angular/platform-browser-dynamic, @angular-devkit/build-angular and @angular/compiler-cli in /samples/client/petstore/typescript-angular-v19 - #87

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/samples/client/petstore/typescript-angular-v19/multi-7b3d185a01
Open

Bump @angular/compiler, @angular/platform-browser-dynamic, @angular-devkit/build-angular and @angular/compiler-cli in /samples/client/petstore/typescript-angular-v19#87
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/samples/client/petstore/typescript-angular-v19/multi-7b3d185a01

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 12, 2026

Copy link
Copy Markdown

Bumps @angular/compiler, @angular/platform-browser-dynamic, @angular-devkit/build-angular and @angular/compiler-cli. These dependencies needed to be updated together.
Updates @angular/compiler from 19.0.1 to 22.1.6

Release notes

Sourced from @​angular/compiler's releases.

22.1.6

compiler

Commit Description
fix - cbb8702143 namespace @property declarations

compiler-cli

Commit Description
fix - aea121e532 do not flag callable objects with zero parameters in uninvoked track function check

core

Commit Description
fix - c19b948ef8 apply SkipSelf to only the starting node in embedded views

platform-server

Commit Description
fix - d20a379583 avoid sourcemap corruption during domino path substitution

router

Commit Description
fix - 95c01e9cde keep detached route subtree contexts isolated and intact

22.1.5

compiler-cli

Commit Description
fix - d90698dae7 check uninvoked signal aliases in extended diagnostic

core

Commit Description
fix - 2ceeb27078 cancel stale debounce timers to prevent timer leaks
fix - ed2e401d2d don't fail NgModule checks for a pipe that extends a base class
fix - c65d378bb4 validate SVG animation attributes outside the SVG namespace

forms

Commit Description
fix - 43aaeaec29 avoid writing to name input on ControlValueAccessor

migrations

Commit Description
fix - d85288d75f skip tsconfig files of non-Angular projects

platform-server

Commit Description
fix - 3b8723ce3d resolve HTTP(S) URLs without authority as relative during SSR

router

Commit Description
fix - 4340a63c52 avoid view transitions when the user agent provides one

... (truncated)

Commits
  • cbb8702 fix(compiler): namespace @property declarations
  • dfe7be4 refactor(compiler): emit any as type argument for ɵɵInjectableDeclaration
  • c65d378 fix(core): validate SVG animation attributes outside the SVG namespace
  • 60f8a78 refactor(core): defer foreign component rendering to post-update pass
  • 079a846 fix(compiler-cli): Produce correct tcb expression for optional chaining
  • 05c7c72 fix(compiler): scope animations declared in minified nested rules
  • df00ed2 refactor(compiler-cli): add compiler option for enabling source locations
  • 83450d2 fix(forms): report forbidden 2way bindings on when FormField is applied
  • eb0d62e Revert "fix(compiler): preserve &ngsp; between sibling control flow blocks"
  • 94f0b9a fix(compiler): preserve &ngsp; between sibling control flow blocks
  • Additional commits viewable in compare view

Updates @angular/platform-browser-dynamic from 19.0.1 to 20.0.7

Release notes

Sourced from @​angular/platform-browser-dynamic's releases.

19.2.25

platform-server

Commit Description
fix - e2fb854d55 throw on suspicious URLs and restrict protocol-relative URLs
fix - 0a8befb493 update domino to latest version

19.2.24

compiler

Commit Description
fix - 6ea6379123 prevent namespaced SVG elements from being stripped

19.2.23

common

Commit Description
fix - 62dd27d6af add upper bounds for digitsInfo
fix - 17326725ba sanitize placeholder

compiler

Commit Description
fix - 932e0728db normalize tag names with custom namespaces in DomElementSchemaRegistry
fix - 2e3d0371ab sanitize dynamic href and xlink:href bindings on SVG a elements
fix - fe1207e8c5 strip namespaced SVG script elements during template compilation

core

Commit Description
fix - c6bb0692e2 reject script element as a dynamic component host
fix - 3960b21558 sanitize meta selectors
fix - 3632fa4b69 support prefix-insensitive DOM schema lookups and compile-time i18n attribute validation
fix - 620230dac4 synchronize core sanitization schema with compiler
fix - d31f84116c wrap i18n dynamic element property updates in active index states

http

Commit Description
fix - 9940ffd781 exclude withCredentials requests from transfer cache
fix - 0f67f0b962 skip TransferCache for cookie-bearing requests by default

platform-server

Commit Description
fix - d187e8aeda normalize path parsing in ServerPlatformLocation
fix - c75f60ef8a secure location and document initialization against SSRF and path hijack

service-worker

Commit Description
fix - 37ee9ffd9e preserve redirect policy on reconstructed asset requests
fix - 97f796203f Preserves explicit 'credentials: omit' in asset requests
fix - 5619120931 Preserves HTTP cache mode in asset group requests

... (truncated)

Changelog

Sourced from @​angular/platform-browser-dynamic's changelog.

20.0.7 (2025-07-09)

compiler-cli

Commit Type Description
2c18043240 fix use proper name for diagnostic type (#62479)

20.0.6 (2025-07-01)

20.0.5 (2025-06-25)

compiler-cli

Commit Type Description
de0d525ad7 fix add suggestion when pipe is missing (#62146)
3eb5a79a83 fix handle initializer APIs wrapped in type casts (#62203)

core

Commit Type Description
a2e6f317a7 fix allow to set a resource in an error state (#62253)
4c00238a69 fix avoid injecting ErrorHandler from a destroyed injector (#61886)
369f03ad7f fix unable to retrieve defer blocks in tests when component injects ViewContainerRef (#62156)

router

Commit Type Description
65c59dd796 fix handle scrollRestoration error in restricted environments (#62186)

upgrade

Commit Type Description
144c429230 fix Make zoneless work with hybrid apps (#61660)

20.0.4 (2025-06-18)

core

Commit Type Description
e343cdfb86 fix Fixes template outlet hydration (#62012)
67f657e4a3 fix inject APP_ID before injector is destroyed (#61885)
ae212b51ee fix Wrap ErrorEvent with no error property (#62081)

migrations

Commit Type Description
82bf9848a1 fix more robust trailing comma removal in unused imports migration (#62118)

... (truncated)

Commits
  • 31e3eb2 build: migrate to use web test runner rules (#62294)
  • f201df9 build: migrate to using new jasmine_test (#62106)
  • 8564cf4 build: replace all ng_package with new rule from rules_angular (#61862)
  • 4fa2762 build: rework benchmarks and examples in modules/ to new optimization rule
  • 968bbe9 build: migrate platform-browser and platform-browser-dynamic package to use r...
  • 88c70eb refactor(platform-browser): replace platform-browser-dynamic with `platfor...
  • 30e0812 fix(core): update min Node.js support to 20.19, 22.12, and 24.0 (#61500)
  • 3433021 build: move private testing helpers outside platform-browser/testing (#61476)
  • bc2cab7 refactor(platform-browser): Deprecate the platform-browser-dynamic package ...
  • 1b4b44e refactor: add explicit types for exports relying on inferred call return type...
  • Additional commits viewable in compare view

Updates @angular-devkit/build-angular from 19.0.2 to 21.2.24

Release notes

Sourced from @​angular-devkit/build-angular's releases.

21.2.24

@​angular/build

Commit Description
fix - dbaadc2f6e update undici to 7.29.1

21.2.23

@​angular-devkit/build-angular

Commit Description
fix - d3aaa48ef update less to 4.9.0

@​angular/ssr

Commit Description
fix - 645e41a47 ensure public directory containment in CommonEngine

21.2.22

@​angular-devkit/build-angular

Commit Description
fix - b0047b04f5 update webpack-dev-server to 5.2.6

21.2.21

@​angular/cli

Commit Description
fix - ba5d16cac update dependency @​modelcontextprotocol/sdk to v1.30.0

@​angular/build

Commit Description
fix - f7f60e69e bump undici to 7.29.0

21.2.20

@​angular-devkit/build-angular

Commit Description
fix - 972f6db7e9 upgrade postcss to 8.5.23

@​angular/build

Commit Description
fix - 8de75ada50 upgrade postcss to 8.5.23

21.2.19

@​angular-devkit/build-angular

Commit Description
fix - df5429871 update http-proxy-middleware to 3.0.7

21.2.18

@​angular/cli

... (truncated)

Changelog

Sourced from @​angular-devkit/build-angular's changelog.

21.2.24 (2026-09-10)

@​angular/build

Commit Type Description
dbaadc2f6e fix update undici to 7.29.1

20.3.37 (2026-09-10)

@​angular-devkit/build-angular

Commit Type Description
c37642011e fix update undici to 7.29.1

22.1.8 (2026-09-10)

@​angular/build

Commit Type Description
a6e30fa378 fix disable strictPort when port 0 is used in dev-server
35a5d4aa49 perf avoid full JSON parsing when updating sourcemap ignore list
48cc43cbf2 perf read rendered module length once per module in chunk optimizer (#34045)

22.2.0-next.6 (2026-09-02)

@​angular/cli

Commit Type Description
b37c93329 fix isolate temporary package installations from parent Yarn workspace

@​angular/build

Commit Type Description

... (truncated)

Commits
  • aad747e release: cut the v21.2.24 release
  • c7d3f18 build: replace pnpm -s shorthand with --silent for improved readability
  • 2aa61dc test: update e2e global npm version to 11.19.1
  • dbaadc2 fix(@​angular/build): update undici to 7.29.1
  • e2582bb release: cut the v21.2.23 release
  • 645e41a fix(@​angular/ssr): ensure public directory containment in CommonEngine
  • d3aaa48 fix(@​angular-devkit/build-angular): update less to 4.9.0
  • 60dee48 release: cut the v21.2.22 release
  • b0047b0 fix(@​angular-devkit/build-angular): update webpack-dev-server to 5.2.6
  • 90e8059 release: cut the v21.2.21 release
  • Additional commits viewable in compare view

Updates @angular/compiler-cli from 19.0.1 to 22.1.6

Release notes

Sourced from @​angular/compiler-cli's releases.

22.1.6

compiler

Commit Description
fix - cbb8702143 namespace @property declarations

compiler-cli

Commit Description
fix - aea121e532 do not flag callable objects with zero parameters in uninvoked track function check

core

Commit Description
fix - c19b948ef8 apply SkipSelf to only the starting node in embedded views

platform-server

Commit Description
fix - d20a379583 avoid sourcemap corruption during domino path substitution

router

Commit Description
fix - 95c01e9cde keep detached route subtree contexts isolated and intact

22.1.5

compiler-cli

Commit Description
fix - d90698dae7 check uninvoked signal aliases in extended diagnostic

core

Commit Description
fix - 2ceeb27078 cancel stale debounce timers to prevent timer leaks
fix - ed2e401d2d don't fail NgModule checks for a pipe that extends a base class
fix - c65d378bb4 validate SVG animation attributes outside the SVG namespace

forms

Commit Description
fix - 43aaeaec29 avoid writing to name input on ControlValueAccessor

migrations

Commit Description
fix - d85288d75f skip tsconfig files of non-Angular projects

platform-server

Commit Description
fix - 3b8723ce3d resolve HTTP(S) URLs without authority as relative during SSR

router

Commit Description
fix - 4340a63c52 avoid view transitions when the user agent provides one

... (truncated)

Commits
  • aea121e fix(compiler-cli): do not flag callable objects with zero parameters in uninv...
  • dfe7be4 refactor(compiler): emit any as type argument for ɵɵInjectableDeclaration
  • d90698d fix(compiler-cli): check uninvoked signal aliases in extended diagnostic
  • 60f8a78 refactor(core): defer foreign component rendering to post-update pass
  • afe8499 fix(compiler-cli): default template diagnostic related message source file to...
  • 55eeb46 fix(compiler-cli): retain metadata for strict standalone errors
  • 079a846 fix(compiler-cli): Produce correct tcb expression for optional chaining
  • df00ed2 refactor(compiler-cli): add compiler option for enabling source locations
  • 83450d2 fix(forms): report forbidden 2way bindings on when FormField is applied
  • 4413711 fix(core): replace all hasOwnProperty usages with Object.hasOwn
  • Additional commits viewable in compare view

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.

…evkit/build-angular and @angular/compiler-cli

Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler), [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic), [@angular-devkit/build-angular](https://github.com/angular/angular-cli) and [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli). These dependencies needed to be updated together.

Updates `@angular/compiler` from 19.0.1 to 22.1.6
- [Release notes](https://github.com/angular/angular/releases)
- [Commits](https://github.com/angular/angular/commits/v22.1.6/packages/compiler)

Updates `@angular/platform-browser-dynamic` from 19.0.1 to 20.0.7
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/20.0.7/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/20.0.7/packages/platform-browser-dynamic)

Updates `@angular-devkit/build-angular` from 19.0.2 to 21.2.24
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@19.0.2...v21.2.24)

Updates `@angular/compiler-cli` from 19.0.1 to 22.1.6
- [Release notes](https://github.com/angular/angular/releases)
- [Commits](https://github.com/angular/angular/commits/v22.1.6/packages/compiler-cli)

---
updated-dependencies:
- dependency-name: "@angular/compiler"
  dependency-version: 22.1.6
  dependency-type: direct:production
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-version: 20.0.7
  dependency-type: direct:production
- dependency-name: "@angular-devkit/build-angular"
  dependency-version: 21.2.24
  dependency-type: direct:development
- dependency-name: "@angular/compiler-cli"
  dependency-version: 22.1.6
  dependency-type: direct:development
...

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 Sep 12, 2026
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.

0 participants