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: bump the angular group in /webapp with 23 updates #9656

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 16, 2024

Bumps the angular group in /webapp with 23 updates:

Package From To
@angular/animations 18.2.8 18.2.12
@angular/cdk 18.2.8 18.2.13
@angular/common 18.2.8 18.2.12
@angular/compiler 18.2.8 18.2.12
@angular/core 18.2.8 18.2.12
@angular/elements 18.2.8 18.2.12
@angular/forms 18.2.8 18.2.12
@angular/material 18.2.8 18.2.13
@angular/platform-browser 18.2.8 18.2.12
@angular/platform-browser-dynamic 18.2.8 18.2.12
@angular/router 18.2.8 18.2.12
@ngrx/effects 17.1.1 18.1.1
@ngrx/store 17.1.1 18.1.1
zone.js 0.14.4 0.15.0
@angular-devkit/build-angular 18.2.8 18.2.12
@angular-eslint/builder 18.3.1 18.4.0
@angular-eslint/eslint-plugin 18.3.1 18.4.0
@angular-eslint/eslint-plugin-template 18.3.1 18.4.0
@angular-eslint/schematics 18.3.1 18.4.0
@angular-eslint/template-parser 18.3.1 18.4.0
@angular/cli 18.2.8 18.2.12
@angular/compiler-cli 18.2.8 18.2.12
@angular/localize 18.2.8 18.2.12

Updates @angular/animations from 18.2.8 to 18.2.12

Release notes

Sourced from @​angular/animations's releases.

v18.2.12

18.2.12 (2024-11-14)

compiler-cli

Commit Description
fix - 4c38160853 correct extraction of generics from type aliases (#58548)

v18.2.11

18.2.11 (2024-11-06)

core

Commit Description
fix - 5f2d98a1b1 avoid slow stringification when checking for duplicates in dev mode (#58521)
fix - 3aa45a2fa1 resolve forward-referenced host directives during directive matching (#58492) (#58500)

v18.2.10

18.2.10 (2024-10-30)

compiler

Commit Description
fix - 69dce38e778 transform pseudo selectors correctly for the encapsulated view. (#58417)

localize

Commit Description
fix - 3b989ac5bd9 Adding arb format to the list of valid formats in the localization extractor cli (#58287)

v18.2.9

18.2.9 (2024-10-23)

compiler-cli

Commit Description
fix - b0ab653965 report when NgModule imports or exports itself (#58231)
Changelog

Sourced from @​angular/animations's changelog.

18.2.12 (2024-11-14)

compiler-cli

Commit Type Description
4c38160853 fix correct extraction of generics from type aliases (#58548)

19.0.0-rc.1 (2024-11-06)

compiler

Commit Type Description
b25121ee4a fix avoid having to duplicate core environment (#58444)

compiler-cli

Commit Type Description
d4d76ead80 fix do not fail fatal when references to non-existent module are discovered (#58515)
22cd6869ef fix make the unused imports diagnostic easier to read (#58468)

core

Commit Type Description
8ae84be3df fix avoid slow stringification when checking for duplicates in dev mode (#58521)
6e0af6dbbb fix resolve forward-referenced host directives during directive matching (#58492)

migrations

Commit Type Description
c5e676bb87 fix flip the default standalone flag in route-lazy-loading migration (#58474)
e85ac5c7cb fix properly bundle shared compiler code into migrations (#58515)

platform-browser

Commit Type Description
c36a1c023b fix correctly add external stylesheets to ShadowDOM components (#58482)

18.2.11 (2024-11-06)

core

Commit Type Description
5f2d98a1b1 fix avoid slow stringification when checking for duplicates in dev mode (#58521)
3aa45a2fa1 fix resolve forward-referenced host directives during directive matching (#58492) (#58500)

19.0.0-rc.0 (2024-10-30)

compiler

| Commit | Type | Description |

... (truncated)

Commits

Updates @angular/cdk from 18.2.8 to 18.2.13

Release notes

Sourced from @​angular/cdk's releases.

v18.2.13

18.2.13 "strontium-sauce" (2024-11-13)

material

Commit Description
fix - c643f04ef core: incorrect validation in get-theme-color (#29994)
fix - aed9094f9 snack-bar: prevent override of snack bar action button color (#27511)

cdk

Commit Description
fix - 1ea3ba383 listbox: make tabindex zoneless compatible (#29970)
fix - 890036064 table: set explicit role on all cells (#29987)
fix - 3c7de8400 testing: allow use of plaintext-only for contenteditable (#29999)

v18.2.12

18.2.12 "galaxite-galaxy" (2024-11-06)

material

Commit Description
fix - 3fc968a59 datepicker: use SVG icons for calendar (#29957)

v18.2.11

18.2.11 "limonite-lemon" (2024-10-31)

material

Commit Description
fix - a98c886163 button: anchor not handling disabledInteractive correctly (#29938)
fix - 810040e8fc sidenav: remove IE animation workaround (#29929)
fix - 197747e2bd stepper: remove IE animation workaround (#29916)

cdk

Commit Description
fix - 5d1bc76430 tree: only handle keyboard events directly from the node
perf - a3449dc851 table: Use ResizeObservers instead of dom measurement to reduce layout thrashing (where possible) (#29814)

v18.2.10

18.2.10 "plastic-monkey" (2024-10-23)

material

Commit Description
fix - 501faa9a54 chips: emitting end event multiple times when holding down key (#29894)
fix - 4a0397a1c7 tabs: remove IE animation workaround (#29899)

v18.2.9

18.2.9 "curite-castle" (2024-10-17)

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

18.2.13 "strontium-sauce" (2024-11-13)

cdk

Commit Type Description
1ea3ba383 fix listbox: make tabindex zoneless compatible (#29970)
890036064 fix table: set explicit role on all cells (#29987)
3c7de8400 fix testing: allow use of plaintext-only for contenteditable (#29999)

material

Commit Type Description
c643f04ef fix core: incorrect validation in get-theme-color (#29994)
aed9094f9 fix snack-bar: prevent override of snack bar action button color (#27511)

18.2.12 "galaxite-galaxy" (2024-11-06)

material

Commit Type Description
3fc968a59 fix datepicker: use SVG icons for calendar (#29957)

19.0.0-rc.1 "lolite-lollipop" (2024-11-06)

material

Commit Type Description
d8dedc9b7 fix datepicker: use SVG icons for calendar (#29957)
a2cd04902 fix form-field: incorrect form field border radius with system-level themes (#29966)
de5e57ad1 fix menu: use static elevation (#29968)
9b5ee9d55 fix timepicker: value considered as invalid by default

multiple

Commit Type Description
d1d53f51a fix remove usages of Sass globals (#29972)

19.0.0-rc.0 "magnetite-mango" (2024-10-31)

cdk

Commit Type Description
a40b5a7998 perf table: Use ResizeObservers instead of dom measurement to reduce layout thrashing (where possible) (#29814)

material

Commit Type Description
95ef66c8c1 fix button: anchor not handling disabledInteractive correctly (#29938)

... (truncated)

Commits
  • ef9cff3 release: cut the v18.2.13 release
  • 3c7de84 fix(cdk/testing): allow use of plaintext-only for contenteditable (#29999)
  • aed9094 fix(material/snack-bar): prevent override of snack bar action button color (#...
  • c643f04 fix(material/core): incorrect validation in get-theme-color (#29994)
  • 8900360 fix(cdk/table): set explicit role on all cells (#29987)
  • 1ea3ba3 fix(cdk/listbox): make tabindex zoneless compatible (#29970)
  • ccbdb6d release: cut the v18.2.12 release
  • 2e6c7d6 build: migrate renovate config (#29967)
  • 3fc968a fix(material/datepicker): use SVG icons for calendar (#29957)
  • 9c8bd3e docs(material/button-toggle): fix typo in documentation (#29955)
  • Additional commits viewable in compare view

Updates @angular/common from 18.2.8 to 18.2.12

Release notes

Sourced from @​angular/common's releases.

v18.2.12

18.2.12 (2024-11-14)

compiler-cli

Commit Description
fix - 4c38160853 correct extraction of generics from type aliases (#58548)

v18.2.11

18.2.11 (2024-11-06)

core

Commit Description
fix - 5f2d98a1b1 avoid slow stringification when checking for duplicates in dev mode (#58521)
fix - 3aa45a2fa1 resolve forward-referenced host directives during directive matching (#58492) (#58500)

v18.2.10

18.2.10 (2024-10-30)

compiler

Commit Description
fix - 69dce38e778 transform pseudo selectors correctly for the encapsulated view. (#58417)

localize

Commit Description
fix - 3b989ac5bd9 Adding arb format to the list of valid formats in the localization extractor cli (#58287)

v18.2.9

18.2.9 (2024-10-23)

compiler-cli

Commit Description
fix - b0ab653965 report when NgModule imports or exports itself (#58231)
Changelog

Sourced from @​angular/common's changelog.

18.2.12 (2024-11-14)

compiler-cli

Commit Type Description
4c38160853 fix correct extraction of generics from type aliases (#58548)

19.0.0-rc.1 (2024-11-06)

compiler

Commit Type Description
b25121ee4a fix avoid having to duplicate core environment (#58444)

compiler-cli

Commit Type Description
d4d76ead80 fix do not fail fatal when references to non-existent module are discovered (#58515)
22cd6869ef fix make the unused imports diagnostic easier to read (#58468)

core

Commit Type Description
8ae84be3df fix avoid slow stringification when checking for duplicates in dev mode (#58521)
6e0af6dbbb fix resolve forward-referenced host directives during directive matching (#58492)

migrations

Commit Type Description
c5e676bb87 fix flip the default standalone flag in route-lazy-loading migration (#58474)
e85ac5c7cb fix properly bundle shared compiler code into migrations (#58515)

platform-browser

Commit Type Description
c36a1c023b fix correctly add external stylesheets to ShadowDOM components (#58482)

18.2.11 (2024-11-06)

core

Commit Type Description
5f2d98a1b1 fix avoid slow stringification when checking for duplicates in dev mode (#58521)
3aa45a2fa1 fix resolve forward-referenced host directives during directive matching (#58492) (#58500)

19.0.0-rc.0 (2024-10-30)

compiler

| Commit | Type | Description |

... (truncated)

Commits

Updates @angular/compiler from 18.2.8 to 18.2.12

Release notes

Sourced from @​angular/compiler's releases.

v18.2.12

18.2.12 (2024-11-14)

compiler-cli

Commit Description
fix - 4c38160853 correct extraction of generics from type aliases (#58548)

v18.2.11

18.2.11 (2024-11-06)

core

Commit Description
fix - 5f2d98a1b1 avoid slow stringification when checking for duplicates in dev mode (#58521)
fix - 3aa45a2fa1 resolve forward-referenced host directives during directive matching (#58492) (#58500)

v18.2.10

18.2.10 (2024-10-30)

compiler

Commit Description
fix - 69dce38e778 transform pseudo selectors correctly for the encapsulated view. (#58417)

localize

Commit Description
fix - 3b989ac5bd9 Adding arb format to the list of valid formats in the localization extractor cli (#58287)

v18.2.9

18.2.9 (2024-10-23)

compiler-cli

Commit Description
fix - b0ab653965 report when NgModule imports or exports itself (#58231)
Changelog

Sourced from @​angular/compiler's changelog.

18.2.12 (2024-11-14)

compiler-cli

Commit Type Description
4c38160853 fix correct extraction of generics from type aliases (#58548)

19.0.0-rc.1 (2024-11-06)

compiler

Commit Type Description
b25121ee4a fix avoid having to duplicate core environment (#58444)

compiler-cli

Commit Type Description
d4d76ead80 fix do not fail fatal when references to non-existent module are discovered (#58515)
22cd6869ef fix make the unused imports diagnostic easier to read (#58468)

core

Commit Type Description
8ae84be3df fix avoid slow stringification when checking for duplicates in dev mode (#58521)
6e0af6dbbb fix resolve forward-referenced host directives during directive matching (#58492)

migrations

Commit Type Description
c5e676bb87 fix flip the default standalone flag in route-lazy-loading migration (#58474)
e85ac5c7cb fix properly bundle shared compiler code into migrations (#58515)

platform-browser

Commit Type Description
c36a1c023b fix correctly add external stylesheets to ShadowDOM components (#58482)

18.2.11 (2024-11-06)

core

Commit Type Description
5f2d98a1b1 fix avoid slow stringification when checking for duplicates in dev mode (#58521)
3aa45a2fa1 fix resolve forward-referenced host directives during directive matching (#58492) (#58500)

19.0.0-rc.0 (2024-10-30)

compiler

| Commit | Type | Description |

... (truncated)

Commits
  • 69dce38 Revert fix(compiler): transform pseudo selectors correctly for the encapsulat...
  • See full diff in compare view

Updates @angular/core from 18.2.8 to 18.2.12

Release notes

Sourced from @​angular/core's releases.

v18.2.12

18.2.12 (2024-11-14)

compiler-cli

Commit Description
fix - 4c38160853 correct extraction of generics from type aliases (#58548)

v18.2.11

18.2.11 (2024-11-06)

core

Commit Description
fix - 5f2d98a1b1 avoid slow stringification when checking for duplicates in dev mode (#58521)
fix - 3aa45a2fa1 resolve forward-referenced host directives during directive matching (#58492) (#58500)

v18.2.10

18.2.10 (2024-10-30)

compiler

Commit Description
fix - 69dce38e778 transform pseudo selectors correctly for the encapsulated view. (#58417)

localize

Commit Description
fix - 3b989ac5bd9 Adding arb format to the list of valid formats in the localization extractor cli (#58287)

v18.2.9

18.2.9 (2024-10-23)

compiler-cli

Commit Description
fix - b0ab653965 report when NgModule imports or exports itself (#58231)
Changelog

Sourced from @​angular/core's changelog.

18.2.12 (2024-11-14)

compiler-cli

Commit Type Description
4c38160853 fix correct extraction of generics from type aliases (#58548)

19.0.0-rc.1 (2024-11-06)

compiler

Commit Type Description
b25121ee4a fix avoid having to duplicate core environment (#58444)

compiler-cli

Commit Type Description
d4d76ead80 fix do not fail fatal when references to non-existent module are discovered (#58515)
22cd6869ef fix make the unused imports diagnostic easier to read (#58468)

core

Commit Type Description
8ae84be3df fix avoid slow stringification when checking for duplicates in dev mode (#58521)
6e0af6dbbb fix resolve forward-referenced host directives during directive matching (#58492)

migrations

Commit Type Description
c5e676bb87 fix flip the default standalone flag in route-lazy-loading migration (#58474)
e85ac5c7cb fix properly bundle shared compiler code into migrations (#58515)

platform-browser

Commit Type Description
c36a1c023b fix correctly add external stylesheets to ShadowDOM components (#58482)

18.2.11 (2024-11-06)

core

Commit Type Description
5f2d98a1b1 fix avoid slow stringification when checking for duplicates in dev mode (#58521)
3aa45a2fa1 fix resolve forward-referenced host directives during directive matching (#58492) (#58500)

19.0.0-rc.0 (2024-10-30)

compiler

| Commit | Type | Description |

... (truncated)

Commits
  • 5f2d98a fix(core): avoid slow stringification when checking for duplicates in dev mod...
  • 3aa45a2 fix(core): resolve forward-referenced host directives during directive matchi...
  • ddda355 refactor(core): remove globalApi tag (#58375)
  • 37b921d refactor(core): test EventEmitter completion on destroy with outputToObservab...
  • a9e440d refactor(core): drop the Mutable utility type. (#58124)
  • See full diff in compare view

Updates @angular/elements from 18.2.8 to 18.2.12

Release notes

Sourced from @​angular/elements's releases.

v18.2.12

18.2.12 (2024-11-14)

compiler-cli

Commit Description
fix - 4c38160853 correct extraction of generics from type aliases (#58548)

v18.2.11

18.2.11 (2024-11-06)

core

Commit Description
fix - 5f2d98a1b1 avoid slow stringification when checking for duplicates in dev mode (#58521)
fix - 3aa45a2fa1 resolve forward-referenced host directives during directive matching (#58492) (#58500)

v18.2.10

18.2.10 (2024-10-30)

compiler

Commit Description
fix - 69dce38e778 transform pseudo selectors correctly for the encapsulated view. (#58417)

localize

Commit Description
fix - 3b989ac5bd9 Adding arb format to the list of valid formats in the localization extractor cli (#58287)

v18.2.9

18.2.9 (2024-10-23)

compiler-cli

Commit Description
fix - b0ab653965 report when NgModule imports or exports itself (#58231)
Changelog

Sourced from @​angular/elements's changelog.

18.2.12 (2024-11-14)

compiler-cli

Commit Type Description
4c38160853 fix correct extraction of generics from type aliases (#58548)

19.0.0-rc.1 (2024-11-06)

compiler

Commit Type Description
b25121ee4a fix avoid having to duplicate core environment (#58444)

compiler-cli

Commit Type Description
d4d76ead80 fix do not fail fatal when references to non-existent module are discovered (#58515)
22cd6869ef fix make the unused imports diagnostic easier to read (#58468)

core

Commit Type Description
8ae84be3df fix avoid slow stringification when checking for duplicates in dev mode (#58521)
6e0af6dbbb fix resolve forward-referenced host directives during directive matching (#58492)

migrations

Commit Type Description
c5e676bb87 fix flip the default standalone flag in route-lazy-loading migration (#58474)
e85ac5c7cb fix properly bundle shared compiler code into migrations (#58515)

platform-browser

Commit Type Description
c36a1c023b fix correctly add external stylesheets to ShadowDOM components (#58482)

18.2.11 (2024-11-06)

core

Commit Type Description
5f2d98a1b1 fix avoid slow stringification when checking for duplicates in dev mode (#58521)
3aa45a2fa1 fix resolve forward-referenced host directives during directive matching (#58492) (#58500)

19.0.0-rc.0 (2024-10-30)

compiler

| Commit | Type | Description |

... (truncated)

Commits

Updates @angular/forms from 18.2.8 to 18.2.12

Release notes

Sourced from @​angular/forms's releases.

v18.2.12

18.2.12 (2024-11-14)

compiler-cli

Commit Description
fix - 4c38160853 correct extraction of generics from type aliases (#58548)

v18.2.11

18.2.11 (2024-11-06)

core

Commit Description
fix - 5f2d98a1b1 avoid slow stringification when checking for duplicates in dev mode (#58521)
fix - 3aa45a2fa1 resolve forward-referenced host directives during directive matching (#58492) (#58500)

v18.2.10

18.2.10 (2024-10-30)

compiler

Commit Description
fix - 69dce38e778 transform pseudo selectors correctly for the encapsulated view. (#58417)

localize

Commit Description
fix - 3b989ac5bd9 Adding arb format to the list of valid formats in the localization extractor cli (#58287)

v18.2.9

18.2.9 (2024-10-23)

compiler-cli

Commit Description

Bumps the angular group in /webapp with 23 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `18.2.8` | `18.2.12` |
| [@angular/cdk](https://github.com/angular/components) | `18.2.8` | `18.2.13` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `18.2.8` | `18.2.12` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `18.2.8` | `18.2.12` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `18.2.8` | `18.2.12` |
| [@angular/elements](https://github.com/angular/angular/tree/HEAD/packages/elements) | `18.2.8` | `18.2.12` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `18.2.8` | `18.2.12` |
| [@angular/material](https://github.com/angular/components) | `18.2.8` | `18.2.13` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `18.2.8` | `18.2.12` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `18.2.8` | `18.2.12` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `18.2.8` | `18.2.12` |
| [@ngrx/effects](https://github.com/ngrx/platform) | `17.1.1` | `18.1.1` |
| [@ngrx/store](https://github.com/ngrx/platform) | `17.1.1` | `18.1.1` |
| [zone.js](https://github.com/angular/angular/tree/HEAD/packages/zone.js) | `0.14.4` | `0.15.0` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `18.2.8` | `18.2.12` |
| [@angular-eslint/builder](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/builder) | `18.3.1` | `18.4.0` |
| [@angular-eslint/eslint-plugin](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin) | `18.3.1` | `18.4.0` |
| [@angular-eslint/eslint-plugin-template](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin-template) | `18.3.1` | `18.4.0` |
| [@angular-eslint/schematics](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/schematics) | `18.3.1` | `18.4.0` |
| [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser) | `18.3.1` | `18.4.0` |
| [@angular/cli](https://github.com/angular/angular-cli) | `18.2.8` | `18.2.12` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `18.2.8` | `18.2.12` |
| [@angular/localize](https://github.com/angular/angular) | `18.2.8` | `18.2.12` |


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

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

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

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

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

Updates `@angular/elements` from 18.2.8 to 18.2.12
- [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/18.2.12/packages/elements)

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

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

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

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

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

Updates `@ngrx/effects` from 17.1.1 to 18.1.1
- [Changelog](https://github.com/ngrx/platform/blob/main/CHANGELOG.md)
- [Commits](ngrx/platform@17.1.1...18.1.1)

Updates `@ngrx/store` from 17.1.1 to 18.1.1
- [Changelog](https://github.com/ngrx/platform/blob/main/CHANGELOG.md)
- [Commits](ngrx/platform@17.1.1...18.1.1)

Updates `zone.js` from 0.14.4 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-devkit/build-angular` from 18.2.8 to 18.2.12
- [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.8...18.2.12)

Updates `@angular-eslint/builder` from 18.3.1 to 18.4.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/builder/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v18.4.0/packages/builder)

Updates `@angular-eslint/eslint-plugin` from 18.3.1 to 18.4.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v18.4.0/packages/eslint-plugin)

Updates `@angular-eslint/eslint-plugin-template` from 18.3.1 to 18.4.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin-template/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v18.4.0/packages/eslint-plugin-template)

Updates `@angular-eslint/schematics` from 18.3.1 to 18.4.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/schematics/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v18.4.0/packages/schematics)

Updates `@angular-eslint/template-parser` from 18.3.1 to 18.4.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/template-parser/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v18.4.0/packages/template-parser)

Updates `@angular/cli` from 18.2.8 to 18.2.12
- [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.8...18.2.12)

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

Updates `@angular/localize` from 18.2.8 to 18.2.12
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](angular/angular@18.2.8...18.2.12)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/cdk"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/common"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/compiler"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/elements"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/forms"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/material"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/platform-browser"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/router"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@ngrx/effects"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@ngrx/store"
  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-devkit/build-angular"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular-eslint/builder"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular-eslint/eslint-plugin-template"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular-eslint/schematics"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular-eslint/template-parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/compiler-cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/localize"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added Dependencies Update the project's dependencies/libraries javascript Pull requests that update Javascript code labels Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies Update the project's dependencies/libraries javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants