Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the angular-deps group across 1 directory with 13 updates #1688

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 8, 2025

Bumps the angular-deps group with 13 updates in the / directory:

Package From To
@angular/animations 19.0.5 19.1.5
@angular/cdk 19.1.2 19.1.3
@angular/common 19.0.5 19.1.5
@angular/compiler 19.0.5 19.1.5
@angular/core 19.0.5 19.1.5
@angular/forms 19.0.5 19.1.5
@angular/material 19.1.2 19.1.3
@angular/platform-browser 19.0.5 19.1.5
@angular/platform-browser-dynamic 19.0.5 19.1.5
@angular/router 19.0.5 19.1.5
@angular-devkit/build-angular 19.0.6 19.1.6
@angular/cli 19.0.6 19.1.6
@angular/compiler-cli 19.0.5 19.1.5

Updates @angular/animations from 19.0.5 to 19.1.5

Release notes

Sourced from @​angular/animations's releases.

v19.1.5

19.1.5 (2025-02-06)

compiler-cli

Commit Description
fix - d7b5c597ffc gracefully fall back if const enum cannot be passed through (#59815)
fix - 53a4668b58b handle const enums used inside HMR data (#59815)
fix - 976125e0b4c handle enum members without initializers in partial evaluator (#59815)

v19.1.4

19.1.4 (2025-01-29)

core

Commit Description
fix - 544b9ee7ca0 check whether application is destroyed before printing hydration stats (#59716)
fix - d6e78c072dc ensure type is preserved during HMR (#59700)
fix - c2436702df9 fixes test timer-based test flakiness in CI (#59674)

elements

Commit Description
fix - 44180645992 not setting initial value on signal-based input (#59773)

platform-browser

Commit Description
fix - 1828a840620 prepend baseHref to sourceMappingURL in CSS content (#59730)
fix - 1c84cbca30e Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)
fix - 12256574626 Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)
fix - 3f4d5f636aa Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)

router

Commit Description
fix - e3da35ec749 prevent error handling when injector is destroyed (#59457)

service-worker

Commit Description
fix - 522acbf3d7e add missing rxjs peer dependency (#59747)

v19.1.3

19.1.3 (2025-01-22)

compiler

Commit Description
fix - ecfb74d287 handle :host-context with comma-separated child selector (#59276)

compiler-cli

Commit Description
fix - 53160e504d extract parenthesized dependencies during HMR (#59644)

... (truncated)

Changelog

Sourced from @​angular/animations's changelog.

19.1.5 (2025-02-06)

compiler-cli

Commit Type Description
d7b5c597ffc fix gracefully fall back if const enum cannot be passed through (#59815)
53a4668b58b fix handle const enums used inside HMR data (#59815)
976125e0b4c fix handle enum members without initializers in partial evaluator (#59815)

19.2.0-next.1 (2025-01-29)

core

Commit Type Description
168516462a9 feat support default value in resource() (#59655)
6c92d653493 fix add hasValue narrowing to ResourceRef (#59708)
96e602ebe9c fix cancel in-progress request when same value is assigned (#59280)
cf9054248d1 fix check whether application is destroyed before printing hydration stats (#59716)
82876242e55 fix ensure type is preserved during HMR (#59700)
127fc0dc847 fix fix resource()'s previous.state (#59708)
f862ace1819 fix fixes test timer-based test flakiness in CI (#59674)

elements

Commit Type Description
0c1ecb453c8 fix not setting initial value on signal-based input (#59773)

platform-browser

Commit Type Description
e6cb411e439 fix automatically disable animations on the server (#59762)
6b09716754b fix prepend baseHref to sourceMappingURL in CSS content (#59730)
fd7ee47bf70 fix Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)
65cf061feb4 fix Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)
af9d74710c4 fix Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)

platform-server

Commit Type Description
fc5d187da5e fix decouple server from animations module (#59762)

router

Commit Type Description
c7b6e1107c6 fix prevent error handling when injector is destroyed (#59457)

service-worker

Commit Type Description
e2987a1d4ab fix add missing rxjs peer dependency (#59747)

... (truncated)

Commits
  • a4eb74c fix(core): animation sometimes renderer not being destroyed during HMR (#59574)
  • bfaeefe refactor(animations): drop warning functions in production (#59408)
  • 0e23f20 fix(platform-browser): styles not replaced during HMR when using animations r...
  • 2f5f898 docs(animations): update position parameter to be a decimal (#57927)
  • d010e11 feat(core): add event listener options to renderer (#59092)
  • 0513fbc docs: set syntax highlighting of code examples MD code blocks (#59026)
  • 8d6ea5b docs: fix missing alert block styles in the API reference (#59020)
  • See full diff in compare view

Updates @angular/cdk from 19.1.2 to 19.1.3

Release notes

Sourced from @​angular/cdk's releases.

v19.1.3

19.1.3 "plastic-wombat" (2025-02-05)

material

Commit Description
fix - 37436bd299 button-toggle: make null value selected on init (#25553)
fix - 8568cd5ad1 chips: Async chips with a delay are not highlighted (#27399)
fix - 8a99cf45f5 datepicker: set aria-expanded on datepicker toggle (#30438)
fix - 6d96869bdb sidenav: end positioned sidenav not opening in RTL (#30427)
perf - 9e152910b1 button: Optimize the remaining descendant state selector. (#30428)
perf - 6bd376174e checkbox: Optimize more expensive selectors (#30409)
Changelog

Sourced from @​angular/cdk's changelog.

19.1.3 "plastic-wombat" (2025-02-05)

material

Commit Type Description
37436bd299 fix button-toggle: make null value selected on init (#25553)
8568cd5ad1 fix chips: Async chips with a delay are not highlighted (#27399)
8a99cf45f5 fix datepicker: set aria-expanded on datepicker toggle (#30438)
6d96869bdb fix sidenav: end positioned sidenav not opening in RTL (#30427)
9e152910b1 perf button: Optimize the remaining descendant state selector. (#30428)
6bd376174e perf checkbox: Optimize more expensive selectors (#30409)

19.2.0-next.2 "brazilianite-belt" (2025-01-30)

cdk

Commit Type Description
c1ff40f3b fix dialog: default aria-modal to false (#30411)
de40f2eec fix platform: preserve compatibility with angular versions less than 19.1 (#30401)
8950ec372 fix table: Column sizing and scrolling bug when number of columns in table changes (#30378)
73022d8e2 fix text-field: auto sizing broken if user styles stretch the element (#30412)
8b876d8e4 fix tree: fix broken examples in stackblitz (#30387)

material

Commit Type Description
0776acc1e fix bottom-sheet: switch away from animations module (#30402)
e91d5091b fix button-toggle: incorrect shape of focus indicator in vertical group (#30376)
86ad51501 fix select: avoid error if panel is closed too quickly (#30408)
11f02eecc fix select: fixed text color for selected options in multiple select (#30367)
a44b34794 fix select: switch away from animations module
eb8e998c6 fix snack-bar: switch away from animations module (#30381)
992aff18c fix timepicker: switch away from animations module (#30404)
21586aee8 perf button: Change frequently missed descendant selectors to child selectors (#30385)
e4388c6f2 perf checkbox: Optimize css selectors (#30386)

google-maps

Commit Type Description
61103c542 fix hide info window node when opened with content (#30392)

Commits
  • 895bf0e release: cut the v19.1.3 release
  • 11209b4 build: fix failing test (#30443)
  • 8568cd5 fix(material/chips): Async chips with a delay are not highlighted (#27399)
  • 8a99cf4 fix(material/datepicker): set aria-expanded on datepicker toggle (#30438)
  • 9e15291 perf(material/button): Optimize the remaining descendant state selector. (#30...
  • 30ac014 docs: update links for Shadow DOM & Constructable Stylesheets (#30433)
  • 6d96869 fix(material/sidenav): end positioned sidenav not opening in RTL (#30427)
  • 6bd3761 perf(material/checkbox): Optimize more expensive selectors (#30409)
  • d439703 docs: clear input field whenever a selection is (#30396)
  • db54307 Updated selectors in CSS snippet as per HTML snippet (#30424)
  • Additional commits viewable in compare view

Updates @angular/common from 19.0.5 to 19.1.5

Release notes

Sourced from @​angular/common's releases.

v19.1.5

19.1.5 (2025-02-06)

compiler-cli

Commit Description
fix - d7b5c597ffc gracefully fall back if const enum cannot be passed through (#59815)
fix - 53a4668b58b handle const enums used inside HMR data (#59815)
fix - 976125e0b4c handle enum members without initializers in partial evaluator (#59815)

v19.1.4

19.1.4 (2025-01-29)

core

Commit Description
fix - 544b9ee7ca0 check whether application is destroyed before printing hydration stats (#59716)
fix - d6e78c072dc ensure type is preserved during HMR (#59700)
fix - c2436702df9 fixes test timer-based test flakiness in CI (#59674)

elements

Commit Description
fix - 44180645992 not setting initial value on signal-based input (#59773)

platform-browser

Commit Description
fix - 1828a840620 prepend baseHref to sourceMappingURL in CSS content (#59730)
fix - 1c84cbca30e Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)
fix - 12256574626 Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)
fix - 3f4d5f636aa Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)

router

Commit Description
fix - e3da35ec749 prevent error handling when injector is destroyed (#59457)

service-worker

Commit Description
fix - 522acbf3d7e add missing rxjs peer dependency (#59747)

v19.1.3

19.1.3 (2025-01-22)

compiler

Commit Description
fix - ecfb74d287 handle :host-context with comma-separated child selector (#59276)

compiler-cli

Commit Description
fix - 53160e504d extract parenthesized dependencies during HMR (#59644)

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

19.1.5 (2025-02-06)

compiler-cli

Commit Type Description
d7b5c597ffc fix gracefully fall back if const enum cannot be passed through (#59815)
53a4668b58b fix handle const enums used inside HMR data (#59815)
976125e0b4c fix handle enum members without initializers in partial evaluator (#59815)

19.2.0-next.1 (2025-01-29)

core

Commit Type Description
168516462a9 feat support default value in resource() (#59655)
6c92d653493 fix add hasValue narrowing to ResourceRef (#59708)
96e602ebe9c fix cancel in-progress request when same value is assigned (#59280)
cf9054248d1 fix check whether application is destroyed before printing hydration stats (#59716)
82876242e55 fix ensure type is preserved during HMR (#59700)
127fc0dc847 fix fix resource()'s previous.state (#59708)
f862ace1819 fix fixes test timer-based test flakiness in CI (#59674)

elements

Commit Type Description
0c1ecb453c8 fix not setting initial value on signal-based input (#59773)

platform-browser

Commit Type Description
e6cb411e439 fix automatically disable animations on the server (#59762)
6b09716754b fix prepend baseHref to sourceMappingURL in CSS content (#59730)
fd7ee47bf70 fix Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)
65cf061feb4 fix Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)
af9d74710c4 fix Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)

platform-server

Commit Type Description
fc5d187da5e fix decouple server from animations module (#59762)

router

Commit Type Description
c7b6e1107c6 fix prevent error handling when injector is destroyed (#59457)

service-worker

Commit Type Description
e2987a1d4ab fix add missing rxjs peer dependency (#59747)

... (truncated)

Commits
  • 873870f refactor(common): drop error messages in production (#59545)
  • 2c770a2 refactor(common): drop platform check in PreconnectLinkChecker (#59714)
  • b4b36ed refactor(common): tree-shake PreloadLinkCreator for client bundles (#59431)
  • 15cc74f refactor(common): simplify joinWithSlash (#59484)
  • b7b8da5 refactor(common): simplify null/undefined check in keyvalue pipe (#59696)
  • 60094d3 refactor(common): prevent duplicating Accept header name (#59546)
  • 810ed6a refactor(common): prevent duplicating Content-Type header (#59518)
  • e2b7359 refactor(common): drop error message in production (#59471)
  • 95c0e51 docs: update class & style binding recommendation (#59240)
  • 6a0dd96 Revert "refactor: initialize headers map directly in HttpHeaders class (#5926...
  • Additional commits viewable in compare view

Updates @angular/compiler from 19.0.5 to 19.1.5

Release notes

Sourced from @​angular/compiler's releases.

v19.1.5

19.1.5 (2025-02-06)

compiler-cli

Commit Description
fix - d7b5c597ffc gracefully fall back if const enum cannot be passed through (#59815)
fix - 53a4668b58b handle const enums used inside HMR data (#59815)
fix - 976125e0b4c handle enum members without initializers in partial evaluator (#59815)

v19.1.4

19.1.4 (2025-01-29)

core

Commit Description
fix - 544b9ee7ca0 check whether application is destroyed before printing hydration stats (#59716)
fix - d6e78c072dc ensure type is preserved during HMR (#59700)
fix - c2436702df9 fixes test timer-based test flakiness in CI (#59674)

elements

Commit Description
fix - 44180645992 not setting initial value on signal-based input (#59773)

platform-browser

Commit Description
fix - 1828a840620 prepend baseHref to sourceMappingURL in CSS content (#59730)
fix - 1c84cbca30e Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)
fix - 12256574626 Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)
fix - 3f4d5f636aa Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)

router

Commit Description
fix - e3da35ec749 prevent error handling when injector is destroyed (#59457)

service-worker

Commit Description
fix - 522acbf3d7e add missing rxjs peer dependency (#59747)

v19.1.3

19.1.3 (2025-01-22)

compiler

Commit Description
fix - ecfb74d287 handle :host-context with comma-separated child selector (#59276)

compiler-cli

Commit Description
fix - 53160e504d extract parenthesized dependencies during HMR (#59644)

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

19.1.5 (2025-02-06)

compiler-cli

Commit Type Description
d7b5c597ffc fix gracefully fall back if const enum cannot be passed through (#59815)
53a4668b58b fix handle const enums used inside HMR data (#59815)
976125e0b4c fix handle enum members without initializers in partial evaluator (#59815)

19.2.0-next.1 (2025-01-29)

core

Commit Type Description
168516462a9 feat support default value in resource() (#59655)
6c92d653493 fix add hasValue narrowing to ResourceRef (#59708)
96e602ebe9c fix cancel in-progress request when same value is assigned (#59280)
cf9054248d1 fix check whether application is destroyed before printing hydration stats (#59716)
82876242e55 fix ensure type is preserved during HMR (#59700)
127fc0dc847 fix fix resource()'s previous.state (#59708)
f862ace1819 fix fixes test timer-based test flakiness in CI (#59674)

elements

Commit Type Description
0c1ecb453c8 fix not setting initial value on signal-based input (#59773)

platform-browser

Commit Type Description
e6cb411e439 fix automatically disable animations on the server (#59762)
6b09716754b fix prepend baseHref to sourceMappingURL in CSS content (#59730)
fd7ee47bf70 fix Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)
65cf061feb4 fix Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)
af9d74710c4 fix Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)

platform-server

Commit Type Description
fc5d187da5e fix decouple server from animations module (#59762)

router

Commit Type Description
c7b6e1107c6 fix prevent error handling when injector is destroyed (#59457)

service-worker

Commit Type Description
e2987a1d4ab fix add missing rxjs peer dependency (#59747)

... (truncated)

Commits
  • 53a4668 fix(compiler-cli): handle const enums used inside HMR data (#59815)
  • ecfb74d fix(compiler): handle :host-context with comma-separated child selector (#59276)
  • 8dcd889 fix(compiler): update @ng/component URL to be relative (#59620)
  • 3e7ba3d docs: set syntax highlighting to the remaining Markdown code examples blocks ...
  • 4efb191 refactor(compiler): remove unused AstVisitors (#59297)
  • ff38671 refactor(compiler): fix typo in method name (#59479)
  • aed49dd fix(compiler): use chunk origin in template HMR request URL (#59459)
  • ceadd28 fix(compiler): allow $any in two-way bindings (#59362)
  • e5866ee refactor(compiler): incorrect spelling in for loop parse error message (#59289)
  • 4559e12 refactor(compiler): generate debug location instruction (#58982)
  • Additional commits viewable in compare view

Updates @angular/core from 19.0.5 to 19.1.5

Release notes

Sourced from @​angular/core's releases.

v19.1.5

19.1.5 (2025-02-06)

compiler-cli

Commit Description

Copy link

stackblitz bot commented Feb 8, 2025

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link

vercel bot commented Feb 8, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
hey-api-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 10, 2025 3:33am

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 8, 2025
Copy link

changeset-bot bot commented Feb 8, 2025

⚠️ No Changeset found

Latest commit: 6535a00

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

codecov bot commented Feb 8, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 57.16%. Comparing base (1de7641) to head (6535a00).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1688   +/-   ##
=======================================
  Coverage   57.16%   57.16%           
=======================================
  Files         189      189           
  Lines       25620    25620           
  Branches     1911     1911           
=======================================
  Hits        14646    14646           
  Misses      10965    10965           
  Partials        9        9           
Flag Coverage Δ
unittests 57.16% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

pkg-pr-new bot commented Feb 8, 2025

Open in Stackblitz

@hey-api/client-axios

npm i https://pkg.pr.new/hey-api/openapi-ts/@hey-api/client-axios@1688

@hey-api/client-next

npm i https://pkg.pr.new/hey-api/openapi-ts/@hey-api/client-next@1688

@hey-api/client-nuxt

npm i https://pkg.pr.new/hey-api/openapi-ts/@hey-api/client-nuxt@1688

@hey-api/client-fetch

npm i https://pkg.pr.new/hey-api/openapi-ts/@hey-api/client-fetch@1688

@hey-api/openapi-ts

npm i https://pkg.pr.new/hey-api/openapi-ts/@hey-api/openapi-ts@1688

commit: 6535a00

…pdates

Bumps the angular-deps group with 13 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `19.0.5` | `19.1.5` |
| [@angular/cdk](https://github.com/angular/components) | `19.1.2` | `19.1.3` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `19.0.5` | `19.1.5` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `19.0.5` | `19.1.5` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `19.0.5` | `19.1.5` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `19.0.5` | `19.1.5` |
| [@angular/material](https://github.com/angular/components) | `19.1.2` | `19.1.3` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `19.0.5` | `19.1.5` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `19.0.5` | `19.1.5` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `19.0.5` | `19.1.5` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `19.0.6` | `19.1.6` |
| [@angular/cli](https://github.com/angular/angular-cli) | `19.0.6` | `19.1.6` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `19.0.5` | `19.1.5` |



Updates `@angular/animations` from 19.0.5 to 19.1.5
- [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/19.1.5/packages/animations)

Updates `@angular/cdk` from 19.1.2 to 19.1.3
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md)
- [Commits](angular/components@19.1.2...19.1.3)

Updates `@angular/common` from 19.0.5 to 19.1.5
- [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/19.1.5/packages/common)

Updates `@angular/compiler` from 19.0.5 to 19.1.5
- [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/19.1.5/packages/compiler)

Updates `@angular/core` from 19.0.5 to 19.1.5
- [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/19.1.5/packages/core)

Updates `@angular/forms` from 19.0.5 to 19.1.5
- [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/19.1.5/packages/forms)

Updates `@angular/material` from 19.1.2 to 19.1.3
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md)
- [Commits](angular/components@19.1.2...19.1.3)

Updates `@angular/platform-browser` from 19.0.5 to 19.1.5
- [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/19.1.5/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 19.0.5 to 19.1.5
- [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/19.1.5/packages/platform-browser-dynamic)

Updates `@angular/router` from 19.0.5 to 19.1.5
- [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/19.1.5/packages/router)

Updates `@angular-devkit/build-angular` from 19.0.6 to 19.1.6
- [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.6...19.1.6)

Updates `@angular/cli` from 19.0.6 to 19.1.6
- [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.6...19.1.6)

Updates `@angular/compiler-cli` from 19.0.5 to 19.1.5
- [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/19.1.5/packages/compiler-cli)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular-deps
- dependency-name: "@angular/cdk"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular-deps
- dependency-name: "@angular/common"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular-deps
- dependency-name: "@angular/compiler"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular-deps
- dependency-name: "@angular/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular-deps
- dependency-name: "@angular/forms"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular-deps
- dependency-name: "@angular/material"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular-deps
- dependency-name: "@angular/platform-browser"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular-deps
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular-deps
- dependency-name: "@angular/router"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular-deps
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: angular-deps
- dependency-name: "@angular/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: angular-deps
- dependency-name: "@angular/compiler-cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: angular-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/angular-deps-748a106c0a branch from 2fdf366 to 6535a00 Compare February 10, 2025 03:32
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants