Skip to content

deps: bump the npm-prod-deps group across 1 directory with 11 updates#166

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/angular-app/npm-prod-deps-5ba05331b8
Open

deps: bump the npm-prod-deps group across 1 directory with 11 updates#166
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/angular-app/npm-prod-deps-5ba05331b8

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 20, 2026

Bumps the npm-prod-deps group with 11 updates in the /angular-app directory:

Package From To
@angular/animations 20.3.19 21.2.9
@angular/common 20.3.19 21.2.9
@angular/compiler 20.3.19 21.2.9
@angular/core 20.3.19 21.2.9
@angular/forms 20.3.19 21.2.9
@angular/platform-browser 20.3.19 21.2.9
@angular/platform-browser-dynamic 20.3.19 21.2.9
@angular/router 20.3.19 21.2.9
ag-grid-angular 34.3.1 35.2.1
uuid 13.0.0 14.0.0
zone.js 0.15.1 0.16.1

Updates @angular/animations from 20.3.19 to 21.2.9

Release notes

Sourced from @​angular/animations's releases.

21.2.9

core

Commit Description
fix - f603d4714f escape forward slashes in transfer state to prevent crawler indexing

http

Commit Description
fix - 540536c386 add CSP nonce support to JsonpClientBackend
fix - 63a857b874 Don't on Passthru outside of reactive context

platform-server

Commit Description
fix - e0b5078cf2 prevent SSRF bypasses via protocol-relative and backslash URLs

router

Commit Description
fix - 684e9fd53d normalize multiple leading slashes in URL parser

21.2.8

compiler

Commit Description
fix - e40d378f3e handle nested brackets in host object bindings

compiler-cli

Commit Description
fix - 2c6781071f error for type parameter declarations

core

Commit Description
fix - 82192deda9 handle missing serialized container hydration data
fix - 057cc6d09d remove obsolete iOS cursor pointer hack in event delegation

language-service

Commit Description
fix - 7797671257 get quick info at local var location to align with TS semantics and support type narrowing

21.2.7

compiler

Commit Description
fix - fea25d1a60 register SVG animation attributes in URL security context (#67797)

compiler-cli

Commit Description
fix - bba5ed8e64 prevent recursive scope checks for invalid NgModule imports

core

Commit Description

... (truncated)

Changelog

Sourced from @​angular/animations's changelog.

20.3.19 (2026-04-15)

platform-server

Commit Type Description
303d4cd580 fix prevent SSRF bypasses via protocol-relative and backslash URLs

22.0.0-next.8 (2026-04-15)

Breaking Changes

compiler

  • This change will trigger the nullishCoalescingNotNullable and optionalChainNotNullable diagnostics on exisiting projects. You might want to disable those 2 diagnotiscs in your tsconfig temporarily.

compiler

Commit Type Description
47fcbc4704 feat allow safe navigation to correctly narrow down nullables
2c5aabb9da fix don't escape dollar sign in literal expression

compiler-cli

Commit Type Description
e5f96c2d88 fix animation events not type checked properly when bound through HostListener decorator

core

Commit Type Description
4e331062e8 feat allow synchronous values for stream Resources
2f5ab541ea feat enhance profiling with documentation URLs
75f2cb8f56 feat implement Angular DI graph in-page AI tool
8ce9cc4f6b feat register AI runtime debugging tools
cdda51a3b2 feat support bootstrapping Angular applications underneath shadow roots
3c7641151c fix escape forward slashes in transfer state to prevent crawler indexing

forms

Commit Type Description
f9f24fc669 feat shim legacy NG_VALIDATORS into parseErrors for CVA mode (#67943)
72d3ace03c fix use controlValue in NgControl for CVA interop (#67943)

http

Commit Type Description
39e382a756 fix add CSP nonce support to JsonpClientBackend
d1cd97648a fix Don't on Passthru outside of reactive context

migrations

Commit Type Description
6a435658e2 feat Disabling nullishCoalescingNotNullable & optionalChainNotNullable on ng update
1415d86980 fix Fix typo for strict-template migration

platform-browser

Commit Type Description

... (truncated)

Commits
  • 7907e98 test: remove duplicate tests
  • 81cabc1 feat(core): add support for TypeScript 6
  • abb1794 refactor(core): mark VERSION exports as pure for better tree-shaking
  • 26fed34 build: format md files
  • b9e2ccd refactor(common): remove unused import (#64699)
  • 70332b0 fix(core): pass element removal property through in all locations (#64565)
  • 2b257b3 fix(animations): account for Element.animate exceptions (#64506)
  • dde5bad fix(core): prevent animations renderer from impacting animate.leave (#63921)
  • c357650 refactor(core): Update tests for zoneless by default (#63668)
  • 021ead5 refactor(animations): remove dependency on @angular/common (#63248)
  • Additional commits viewable in compare view

Updates @angular/common from 20.3.19 to 21.2.9

Release notes

Sourced from @​angular/common's releases.

21.2.9

core

Commit Description
fix - f603d4714f escape forward slashes in transfer state to prevent crawler indexing

http

Commit Description
fix - 540536c386 add CSP nonce support to JsonpClientBackend
fix - 63a857b874 Don't on Passthru outside of reactive context

platform-server

Commit Description
fix - e0b5078cf2 prevent SSRF bypasses via protocol-relative and backslash URLs

router

Commit Description
fix - 684e9fd53d normalize multiple leading slashes in URL parser

21.2.8

compiler

Commit Description
fix - e40d378f3e handle nested brackets in host object bindings

compiler-cli

Commit Description
fix - 2c6781071f error for type parameter declarations

core

Commit Description
fix - 82192deda9 handle missing serialized container hydration data
fix - 057cc6d09d remove obsolete iOS cursor pointer hack in event delegation

language-service

Commit Description
fix - 7797671257 get quick info at local var location to align with TS semantics and support type narrowing

21.2.7

compiler

Commit Description
fix - fea25d1a60 register SVG animation attributes in URL security context (#67797)

compiler-cli

Commit Description
fix - bba5ed8e64 prevent recursive scope checks for invalid NgModule imports

core

Commit Description

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

20.3.19 (2026-04-15)

platform-server

Commit Type Description
303d4cd580 fix prevent SSRF bypasses via protocol-relative and backslash URLs

22.0.0-next.8 (2026-04-15)

Breaking Changes

compiler

  • This change will trigger the nullishCoalescingNotNullable and optionalChainNotNullable diagnostics on exisiting projects. You might want to disable those 2 diagnotiscs in your tsconfig temporarily.

compiler

Commit Type Description
47fcbc4704 feat allow safe navigation to correctly narrow down nullables
2c5aabb9da fix don't escape dollar sign in literal expression

compiler-cli

Commit Type Description
e5f96c2d88 fix animation events not type checked properly when bound through HostListener decorator

core

Commit Type Description
4e331062e8 feat allow synchronous values for stream Resources
2f5ab541ea feat enhance profiling with documentation URLs
75f2cb8f56 feat implement Angular DI graph in-page AI tool
8ce9cc4f6b feat register AI runtime debugging tools
cdda51a3b2 feat support bootstrapping Angular applications underneath shadow roots
3c7641151c fix escape forward slashes in transfer state to prevent crawler indexing

forms

Commit Type Description
f9f24fc669 feat shim legacy NG_VALIDATORS into parseErrors for CVA mode (#67943)
72d3ace03c fix use controlValue in NgControl for CVA interop (#67943)

http

Commit Type Description
39e382a756 fix add CSP nonce support to JsonpClientBackend
d1cd97648a fix Don't on Passthru outside of reactive context

migrations

Commit Type Description
6a435658e2 feat Disabling nullishCoalescingNotNullable & optionalChainNotNullable on ng update
1415d86980 fix Fix typo for strict-template migration

platform-browser

Commit Type Description

... (truncated)

Commits
  • 540536c fix(http): add CSP nonce support to JsonpClientBackend
  • 8102331 test(http): disable XSRF and mock location in HttpClient tests to avoid Domin...
  • 13f050d test: construct local Date objects to fix timezone flakiness
  • d0cf299 test: remove unsupported timezone from formatDate tests
  • b4ab6ba fix(common): avoid redundant image fetch on destroy with auto sizes
  • adda6c5 build: update aspect_rules_js to 3.0.2
  • 93c6dc6 Revert "refactor(http): Improves base64 encoding/decoding with feature detect...
  • 76431ed Revert "fix(http): correctly cache blob responses in transfer cache (#67002)"
  • 277ade9 fix(http): correctly cache blob responses in transfer cache (#67002)
  • aeb9b81 refactor(http): Improves base64 encoding/decoding with feature detection (#67...
  • Additional commits viewable in compare view

Updates @angular/compiler from 20.3.19 to 21.2.9

Release notes

Sourced from @​angular/compiler's releases.

21.2.9

core

Commit Description
fix - f603d4714f escape forward slashes in transfer state to prevent crawler indexing

http

Commit Description
fix - 540536c386 add CSP nonce support to JsonpClientBackend
fix - 63a857b874 Don't on Passthru outside of reactive context

platform-server

Commit Description
fix - e0b5078cf2 prevent SSRF bypasses via protocol-relative and backslash URLs

router

Commit Description
fix - 684e9fd53d normalize multiple leading slashes in URL parser

21.2.8

compiler

Commit Description
fix - e40d378f3e handle nested brackets in host object bindings

compiler-cli

Commit Description
fix - 2c6781071f error for type parameter declarations

core

Commit Description
fix - 82192deda9 handle missing serialized container hydration data
fix - 057cc6d09d remove obsolete iOS cursor pointer hack in event delegation

language-service

Commit Description
fix - 7797671257 get quick info at local var location to align with TS semantics and support type narrowing

21.2.7

compiler

Commit Description
fix - fea25d1a60 register SVG animation attributes in URL security context (#67797)

compiler-cli

Commit Description
fix - bba5ed8e64 prevent recursive scope checks for invalid NgModule imports

core

Commit Description

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

20.3.19 (2026-04-15)

platform-server

Commit Type Description
303d4cd580 fix prevent SSRF bypasses via protocol-relative and backslash URLs

22.0.0-next.8 (2026-04-15)

Breaking Changes

compiler

  • This change will trigger the nullishCoalescingNotNullable and optionalChainNotNullable diagnostics on exisiting projects. You might want to disable those 2 diagnotiscs in your tsconfig temporarily.

compiler

Commit Type Description
47fcbc4704 feat allow safe navigation to correctly narrow down nullables
2c5aabb9da fix don't escape dollar sign in literal expression

compiler-cli

Commit Type Description
e5f96c2d88 fix animation events not type checked properly when bound through HostListener decorator

core

Commit Type Description
4e331062e8 feat allow synchronous values for stream Resources
2f5ab541ea feat enhance profiling with documentation URLs
75f2cb8f56 feat implement Angular DI graph in-page AI tool
8ce9cc4f6b feat register AI runtime debugging tools
cdda51a3b2 feat support bootstrapping Angular applications underneath shadow roots
3c7641151c fix escape forward slashes in transfer state to prevent crawler indexing

forms

Commit Type Description
f9f24fc669 feat shim legacy NG_VALIDATORS into parseErrors for CVA mode (#67943)
72d3ace03c fix use controlValue in NgControl for CVA interop (#67943)

http

Commit Type Description
39e382a756 fix add CSP nonce support to JsonpClientBackend
d1cd97648a fix Don't on Passthru outside of reactive context

migrations

Commit Type Description
6a435658e2 feat Disabling nullishCoalescingNotNullable & optionalChainNotNullable on ng update
1415d86980 fix Fix typo for strict-template migration

platform-browser

Commit Type Description

... (truncated)

Commits
  • a4f3120 refactor(compiler): require a reference in DirectiveMeta
  • de533fe refactor(compiler-cli): move ClassPropertyMapping into compiler
  • ea1e34c refactor(compiler): move matchSource into base metadata
  • e40d378 fix(compiler): handle nested brackets in host object bindings
  • d04ddd7 fix(core): prevent binding unsafe attributes on SVG animation elements (#67797)
  • fea25d1 fix(compiler): register SVG animation attributes in URL security context (#67...
  • 880a57d fix(compiler): prevent shimCssText from adding extra blank lines per CSS comment
  • 23ea431 fix(compiler): parse named HTML entities containing digits
  • 334ae10 fix(compiler): ensure generated code compiles
  • ed2d324 fix(compiler): disallow translations of iframe src
  • Additional commits viewable in compare view

Updates @angular/core from 20.3.19 to 21.2.9

Release notes

Sourced from @​angular/core's releases.

21.2.9

core

Commit Description
fix - f603d4714f escape forward slashes in transfer state to prevent crawler indexing

http

Commit Description
fix - 540536c386 add CSP nonce support to JsonpClientBackend
fix - 63a857b874 Don't on Passthru outside of reactive context

platform-server

Commit Description
fix - e0b5078cf2 prevent SSRF bypasses via protocol-relative and backslash URLs

router

Commit Description
fix - 684e9fd53d normalize multiple leading slashes in URL parser

21.2.8

compiler

Commit Description
fix - e40d378f3e handle nested brackets in host object bindings

compiler-cli

Commit Description
fix - 2c6781071f error for type parameter declarations

core

Commit Description
fix - 82192deda9 handle missing serialized container hydration data
fix - 057cc6d09d remove obsolete iOS cursor pointer hack in event delegation

language-service

Commit Description
fix - 7797671257 get quick info at local var location to align with TS semantics and support type narrowing

21.2.7

compiler

Commit Description
fix - fea25d1a60 register SVG animation attributes in URL security context (#67797)

compiler-cli

Commit Description
fix - bba5ed8e64 prevent recursive scope checks for invalid NgModule imports

core

Commit Description

... (truncated)

Changelog

Sourced from @​angular/core's changelog.

20.3.19 (2026-04-15)

platform-server

Commit Type Description
303d4cd580 fix prevent SSRF bypasses via protocol-relative and backslash URLs

22.0.0-next.8 (2026-04-15)

Breaking Changes

compiler

  • This change will trigger the nullishCoalescingNotNullable and optionalChainNotNullable diagnostics on exisiting projects. You might want to disable those 2 diagnotiscs in your tsconfig temporarily.

compiler

Commit Type Description
47fcbc4704 feat allow safe navigation to correctly narrow down nullables
2c5aabb9da fix don't escape dollar sign in literal expression

compiler-cli

Commit Type Description
e5f96c2d88 fix animation events not type checked properly when bound through HostListener decorator

core

Commit Type Description
4e331062e8 feat allow synchronous values for stream Resources
2f5ab541ea feat enhance profiling with documentation URLs
75f2cb8f56 feat implement Angular DI graph in-page AI tool
8ce9cc4f6b feat register AI runtime debugging tools
cdda51a3b2 feat support bootstrapping Angular applications underneath shadow roots
3c7641151c fix escape forward slashes in transfer state to prevent crawler indexing

forms

Commit Type Description
f9f24fc669 feat shim legacy NG_VALIDATORS into parseErrors for CVA mode (#67943)
72d3ace03c fix use controlValue in NgControl for CVA interop (#67943)

http

Commit Type Description
39e382a756 fix add CSP nonce support to JsonpClientBackend
d1cd97648a fix Don't on Passthru outside of reactive context

migrations

Commit Type Description
6a435658e2 feat Disabling nullishCoalescingNotNullable & optionalChainNotNullable on ng update
1415d86980 fix Fix typo for strict-template migration

platform-browser

Commit Type Description

... (truncated)

Commits
  • 17cae6a docs: fix bootstraping link
  • f603d47 fix(core): escape forward slashes in transfer state to prevent crawler indexing
  • 05d9b97 build: update cross-repo angular dependencies
  • d4c8a9a refactor(compiler-cli): decouple SymbolBuilder from BoundTarget and minimize ...
  • 057cc6d fix(core): remove obsolete iOS cursor pointer hack in event delegation
  • c9f8f3a test(core): add missing import of ChangeDetectionStrategy in query_spec
  • 910dcb6 refactor(compiler-cli): decouple TemplateSymbolBuilder from ts.TypeChecker
  • 82192de fix(core): handle missing serialized container hydration data
  • 2ae0912 refactor(core): address review comments on NG0750 error message
  • e583f4c refactor(core): Add more detail to NG0750 error message
  • Additional commits viewable in compare view

Updates @angular/forms from 20.3.19 to 21.2.9

Release notes

Sourced from @​angular/forms's releases.

21.2.9

core

Commit Description
fix - f603d4714f escape forward slashes in transfer state to prevent crawler indexing

http

Commit Description
fix - 540536c386 add CSP nonce support to JsonpClientBackend
fix - 63a857b874 Don't on Passthru outside of reactive context

platform-server

Commit Description
fix - e0b5078cf2 prevent SSRF bypasses via protocol-relative and backslash URLs

router

Commit Description
fix - 684e9fd53d normalize multiple leading slashes in URL parser

21.2.8

compiler

Commit Description
fix - e40d378f3e handle nested brackets in host object bindings

compiler-cli

Commit Description
fix - 2c6781071f error for type parameter declarations

core

Commit Description
fix - 82192deda9 handle missing serialized container hydration data
fix - 057cc6d09d remove obsolete iOS cursor pointer hack in event delegation

language-service

Commit Description
fix - 7797671257 get quick info at local var location to align with TS semantics and support type narrowing

21.2.7

compiler

Commit Description
fix - fea25d1a60 register SVG animation attributes in URL security context (#67797)

compiler-cli

Commit Description
fix - bba5ed8e64 prevent recursive scope checks for invalid NgModule imports

core

Commit Description

... (truncated)

Changelog

Sourced from @​angular/forms's changelog.

20.3.19 (2026-04-15)

platform-server

Commit Type Description
303d4cd580 fix prevent SSRF bypasses via protocol-relative and backslash URLs

22.0.0-next.8 (2026-04-15)

Breaking Changes

compiler

  • This change will trigger the nullishCoalescingNotNullable and optionalChainNotNullable diagnostics on exisiting projects. You might want to disable those 2 diagnotiscs in your tsconfig temporarily.

compiler

Commit Type Description
47fcbc4704 feat allow safe navigation to correctly narrow down nullables
2c5aabb9da fix don't escape dollar sign in literal expression

compiler-cli

Commit Type Description
e5f96c2d88 fix animation events not type checked properly when bound through HostListener decorator

core

Commit Type Description
4e331062e8 feat allow synchronous values for stream Resources
2f5ab541ea feat enhance profiling with documentation URLs
75f2cb8f56 feat implement Angular DI graph in-page AI tool
8ce9cc4f6b feat register AI runtime debugging tools
cdda51a3b2 feat support bootstrapping Angular applications underneath shadow roots
3c7641151c fix escape forward slashes in transfer state to prevent crawler indexing

forms

Commit Type Description
f9f24fc669 feat shim legacy NG_VALIDATORS into parseErrors for CVA mode (#67943)
72d3ace03c fix use controlValue in NgControl for CVA interop (#67943)

http

Commit Type Description
39e382a756 fix add CSP nonce support to JsonpClientBackend
d1cd97648a fix Don't on Passthru outside of reactive context

migrations

Commit Type Description
6a435658e2 feat Disabling nullishCoalescingNotNullable & optionalChainNotNullable on ng update
1415d86980 fix Fix typo for strict-template migration

platform-browser

Commit Type Description

... (truncated)

Commits
  • dc95814 docs: add documentation for NG1002
  • b0dc2fb docs(forms): clarify disabled FormArray value behavior
  • 895c576 refactor(forms): use strict equality for pending status getter
  • b658acc docs: fix js doc of signal forms ignoreValidators option.
  • 7907e98 test: remove duplicate tests
  • 4a9b715 test(forms): cover transformedValue without FormField context
  • 670d166 feat(forms): add 'blur' option to debounce rule
  • 23cb9a4 refactor(forms): address feedback
  • 0a863ba refactor(forms): hide adapter in public options
  • fe7b26e docs(forms): transformedValue parse error wiring
  • Additional commits viewable in compare view

Updates @angular/platform-browser from 20.3.19 to 21.2.9

Release notes

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

21.2.9

core

Commit Description
fix - f603d4714f escape forward slashes in transfer state to prevent crawler indexing

http

Commit Description
fix - 540536c386 add CSP nonce support to JsonpClientBackend
fix - 63a857b874 Don't on Passthru outside of reactive context

platform-server

Commit Description
fix - e0b5078cf2 prevent SSRF bypasses via protocol-relative and backslash URLs

router

Description has been truncated

Commit Description
fix - 684e9fd53d

Bumps the npm-prod-deps group with 11 updates in the /angular-app directory:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `20.3.19` | `21.2.9` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `20.3.19` | `21.2.9` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `20.3.19` | `21.2.9` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `20.3.19` | `21.2.9` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `20.3.19` | `21.2.9` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `20.3.19` | `21.2.9` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `20.3.19` | `21.2.9` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `20.3.19` | `21.2.9` |
| [ag-grid-angular](https://github.com/ag-grid/ag-grid) | `34.3.1` | `35.2.1` |
| [uuid](https://github.com/uuidjs/uuid) | `13.0.0` | `14.0.0` |
| [zone.js](https://github.com/angular/angular/tree/HEAD/packages/zone.js) | `0.15.1` | `0.16.1` |



Updates `@angular/animations` from 20.3.19 to 21.2.9
- [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.9/packages/animations)

Updates `@angular/common` from 20.3.19 to 21.2.9
- [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.9/packages/common)

Updates `@angular/compiler` from 20.3.19 to 21.2.9
- [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.9/packages/compiler)

Updates `@angular/core` from 20.3.19 to 21.2.9
- [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.9/packages/core)

Updates `@angular/forms` from 20.3.19 to 21.2.9
- [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.9/packages/forms)

Updates `@angular/platform-browser` from 20.3.19 to 21.2.9
- [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.9/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 20.3.19 to 21.2.9
- [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.9/packages/platform-browser-dynamic)

Updates `@angular/router` from 20.3.19 to 21.2.9
- [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.9/packages/router)

Updates `ag-grid-angular` from 34.3.1 to 35.2.1
- [Release notes](https://github.com/ag-grid/ag-grid/releases)
- [Commits](ag-grid/ag-grid@release-34.3.1...release-35.2.1)

Updates `uuid` from 13.0.0 to 14.0.0
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v13.0.0...v14.0.0)

Updates `zone.js` from 0.15.1 to 0.16.1
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/packages/zone.js/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/zone.js-0.16.1/packages/zone.js)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-version: 21.2.9
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-prod-deps
- dependency-name: "@angular/common"
  dependency-version: 21.2.9
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-prod-deps
- dependency-name: "@angular/compiler"
  dependency-version: 21.2.9
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-prod-deps
- dependency-name: "@angular/core"
  dependency-version: 21.2.9
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-prod-deps
- dependency-name: "@angular/forms"
  dependency-version: 21.2.9
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-prod-deps
- dependency-name: "@angular/platform-browser"
  dependency-version: 21.2.9
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-prod-deps
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-version: 21.2.9
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-prod-deps
- dependency-name: "@angular/router"
  dependency-version: 21.2.9
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-prod-deps
- dependency-name: ag-grid-angular
  dependency-version: 35.2.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-prod-deps
- dependency-name: uuid
  dependency-version: 14.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-prod-deps
- dependency-name: zone.js
  dependency-version: 0.16.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-prod-deps
...

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 20, 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