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

Bump the angular group across 1 directory with 17 updates #1337

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 10, 2025

Bumps the angular group with 17 updates in the /generators/ionic/resources/base directory:

Package From To
@angular/common 18.2.13 19.1.5
@angular/core 18.2.13 19.1.5
@angular/forms 18.2.13 19.1.5
@angular/localize 18.2.13 19.1.5
@angular/platform-browser 18.2.13 19.1.5
@angular/platform-browser-dynamic 18.2.13 19.1.5
@angular/router 18.2.13 19.1.5
@fortawesome/angular-fontawesome 0.15.0 1.0.0
zone.js 0.14.10 0.15.0
@angular-builders/jest 18.0.0 19.0.0
@angular-devkit/build-angular 18.2.14 19.1.6
@angular/cli 18.2.14 19.1.6
@angular/compiler 18.2.13 19.1.5
@angular/compiler-cli 18.2.13 19.1.5
@angular/language-service 18.2.13 19.1.5
jest-preset-angular 14.2.4 14.5.1
typescript 5.5.4 5.7.3

Updates @angular/common from 18.2.13 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/core from 18.2.13 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
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/core'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
  • 2137f80 refactor(core): minor code cleanups (#59843)
  • 802397d refactor(core): reuse element end first creation pass (#59843)
  • 724885b refactor(core): reuse element first create pass in ComponentRef (#59843)
  • ad01b6a refactor(core): move directive matching logic to a separate file (#59843)
  • 2a0731f refactor(core): reuse existing logic in ComponentRef impl (#59806)
  • cde83e9 refactor(core): move callAndReportToErrorHandler to bootstrap file (#59793)
  • 544b9ee fix(core): check whether application is destroyed before printing hydration s...
  • fb90944 docs(core): Fix typo in documentation of linkedSignal (#59752)
  • cb1cb0c refactor(core): reuse host directive resolution logic (#59685)
  • 068cf29 refactor(core): remove unused LifecycleHooksFeature (#59678) (#59735)
  • Additional commits viewable in compare view

Updates @angular/forms from 18.2.13 to 19.1.5

Release notes

Sourced from @​angular/forms'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/forms'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
  • f8b8a3e refactor(forms): wrap _checkParentType with ngDevMode (#59489)
  • 3e7ba3d docs: set syntax highlighting to the remaining Markdown code examples blocks ...
  • 13a51b6 refactor(forms): drop CALL_SET_DISABLED_STATE name in production (#59430)
  • b8b6c8c refactor(docs-infra): convert code-example-s that have only region param to @...
  • 0513fbc docs: set syntax highlighting of code examples MD code blocks (#59026)
  • cebf255 refactor(forms): work around another TypeScript 5.7 issue (#58782)
  • 4a18dc0 fix(forms): work around TypeScript 5.7 issue (#58731)
  • 7de7c52 build: remove usages of useDefineForClassFields: false (#58297)
  • 1f45338 Revert "fix(forms): fix FormRecord type inference (#50750)" (#58315)
  • 79d9be3 Revert "feat(forms): add ability to clear a FormRecord (#50750)" (#58315)
  • Additional commits viewable in compare view

Updates @angular/localize from 18.2.13 to 19.1.5

Release notes

Sourced from @​angular/localize'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/localize'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

Description has been truncated

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 10, 2025
@dependabot dependabot bot mentioned this pull request Feb 10, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/generators/ionic/resources/base/angular-09c998ac6a branch from b4a314f to 5fe35c2 Compare February 10, 2025 05:24
Bumps the angular group with 17 updates in the /generators/ionic/resources/base directory:

| Package | From | To |
| --- | --- | --- |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `18.2.13` | `19.1.5` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `18.2.13` | `19.1.5` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `18.2.13` | `19.1.5` |
| [@angular/localize](https://github.com/angular/angular) | `18.2.13` | `19.1.5` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `18.2.13` | `19.1.5` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `18.2.13` | `19.1.5` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `18.2.13` | `19.1.5` |
| [@fortawesome/angular-fontawesome](https://github.com/FortAwesome/angular-fontawesome) | `0.15.0` | `1.0.0` |
| [zone.js](https://github.com/angular/angular/tree/HEAD/packages/zone.js) | `0.14.10` | `0.15.0` |
| [@angular-builders/jest](https://github.com/just-jeb/angular-builders/tree/HEAD/packages/jest) | `18.0.0` | `19.0.0` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `18.2.14` | `19.1.6` |
| [@angular/cli](https://github.com/angular/angular-cli) | `18.2.14` | `19.1.6` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `18.2.13` | `19.1.5` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `18.2.13` | `19.1.5` |
| [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) | `18.2.13` | `19.1.5` |
| [jest-preset-angular](https://github.com/thymikee/jest-preset-angular) | `14.2.4` | `14.5.1` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.5.4` | `5.7.3` |



Updates `@angular/common` from 18.2.13 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/core` from 18.2.13 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 18.2.13 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/localize` from 18.2.13 to 19.1.5
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](angular/angular@18.2.13...19.1.5)

Updates `@angular/platform-browser` from 18.2.13 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 18.2.13 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 18.2.13 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 `@fortawesome/angular-fontawesome` from 0.15.0 to 1.0.0
- [Release notes](https://github.com/FortAwesome/angular-fontawesome/releases)
- [Changelog](https://github.com/FortAwesome/angular-fontawesome/blob/main/CHANGELOG.md)
- [Commits](FortAwesome/angular-fontawesome@0.15.0...1.0.0)

Updates `zone.js` from 0.14.10 to 0.15.0
- [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.15.0/packages/zone.js)

Updates `@angular-builders/jest` from 18.0.0 to 19.0.0
- [Release notes](https://github.com/just-jeb/angular-builders/releases)
- [Changelog](https://github.com/just-jeb/angular-builders/blob/master/packages/jest/CHANGELOG.md)
- [Commits](https://github.com/just-jeb/angular-builders/commits/@angular-builders/jest@19.0.0/packages/jest)

Updates `@angular-devkit/build-angular` from 18.2.14 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@18.2.14...19.1.6)

Updates `@angular/cli` from 18.2.14 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@18.2.14...19.1.6)

Updates `@angular/compiler` from 18.2.13 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/compiler-cli` from 18.2.13 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)

Updates `@angular/language-service` from 18.2.13 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/language-service)

Updates `jest-preset-angular` from 14.2.4 to 14.5.1
- [Release notes](https://github.com/thymikee/jest-preset-angular/releases)
- [Changelog](https://github.com/thymikee/jest-preset-angular/blob/main/CHANGELOG.md)
- [Commits](thymikee/jest-preset-angular@v14.2.4...v14.5.1)

Updates `typescript` from 5.5.4 to 5.7.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.5.4...v5.7.3)

---
updated-dependencies:
- dependency-name: "@angular/common"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/core"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/forms"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/localize"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/platform-browser"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/router"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@fortawesome/angular-fontawesome"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: zone.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular-builders/jest"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/cli"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/compiler"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/compiler-cli"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/language-service"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: jest-preset-angular
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: angular
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/generators/ionic/resources/base/angular-09c998ac6a branch from 5fe35c2 to 96e8f36 Compare February 10, 2025 05:28
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