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 15 updates #4296

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 2024

Bumps the angular group with 15 updates in the /client directory:

Package From To
@angular/animations 18.2.8 18.2.9
@angular/cdk 18.2.8 18.2.10
@angular/common 18.2.8 18.2.9
@angular/compiler 18.2.8 18.2.9
@angular/core 18.2.8 18.2.9
@angular/forms 18.2.8 18.2.9
@angular/material 18.2.8 18.2.10
@angular/material-date-fns-adapter 18.2.8 18.2.10
@angular/platform-browser 18.2.8 18.2.9
@angular/platform-browser-dynamic 18.2.8 18.2.9
@angular/router 18.2.8 18.2.9
@angular/service-worker 18.2.8 18.2.9
@angular-devkit/build-angular 18.2.8 18.2.10
@angular/cli 18.2.8 18.2.10
@angular/compiler-cli 18.2.8 18.2.9

Updates @angular/animations from 18.2.8 to 18.2.9

Release notes

Sourced from @​angular/animations's releases.

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.9 (2024-10-23)

compiler-cli

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

19.0.0-next.10 (2024-10-16)

Breaking Changes

core

  • Angular directives, components and pipes are now standalone by default. Specify standalone: false for declarations that are currently declared in @NgModules. ng update for v19 will take care of this automatically.

compiler

Commit Type Description
0c9d721ac1 feat add support for the typeof keyword in template expressions. (#58183)
a3cb530d84 fix handle typeof expressions in serializer (#58217)
ba4340875a fix ignore placeholder-only i18n messages (#58154)

compiler-cli

Commit Type Description
231e6ff6ca feat generate the HMR replacement module (#58205)
fb44323c51 fix incorrectly generating relative file paths on case-insensitive platforms (#58150)

core

Commit Type Description
6b8c494d05 feat flipping the default value for standalone to true (#58169)
3f1e7ab6ae feat promote outputFromObservable & outputToObservable to stable. (#58214)
97c44a1d6c feat Promote takeUntilDestroyed to stable. (#58200)
819ff034ce feat treat directives, pipes, components as by default (#58229)

19.0.0-next.9 (2024-10-10)

Breaking Changes

compiler

  • this.foo property reads no longer refer to template context variables. If you intended to read the template variable, do not use this..

core

  • The deprecated factories property in KeyValueDiffers has been removed.

localize

  • The name option in the ng add @localize schematic has been removed in favor of the project option.

platform-browser

  • The deprecated BrowserModule.withServerTransition method has been removed. Please use the APP_ID DI token to set the application id instead.

compiler

Commit Type Description
09f589f000 fix this.a should always refer to class property a (#55183)
e8d1944999 fix add multiple :host and nested selectors support (#57796)

... (truncated)

Commits

Updates @angular/cdk from 18.2.8 to 18.2.10

Release notes

Sourced from @​angular/cdk's releases.

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)

material

Commit Description
fix - 80bfac26b badge: content incorrectly truncated in M3 (#29854)
fix - 2d7519178 card: elevated card container color (#29835)
fix - 6ce574731 dialog: updates dialog max-height in landscape (#29853)
fix - ddb55e2c2 form-field: account in cols attribute on textarea (#29836)
fix - afc6b9db1 radio: use tokens for focused border color (#29716)
Changelog

Sourced from @​angular/cdk's changelog.

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

material

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

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

material

Commit Type Description
80bfac26b fix badge: content incorrectly truncated in M3 (#29854)
2d7519178 fix card: elevated card container color (#29835)
6ce574731 fix dialog: updates dialog max-height in landscape (#29853)
ddb55e2c2 fix form-field: account in cols attribute on textarea (#29836)
afc6b9db1 fix radio: use tokens for focused border color (#29716)

19.0.0-next.9 "howlite-headband" (2024-10-17)

Breaking Changes

google-maps

    • The new @​googlemaps/markerclusterer API should be imported instead of the old one. Read more at: https://github.com/googlemaps/js-markerclusterer
    • The MapMarkerClusterer class has been renamed to DeprecatedMapMarkerClusterer.
    • The map-marker-clusterer selector has been changed to deprecated-map-marker-clusterer.

google-maps

Commit Type Description
a05475e76 feat deprecate marker cluster component
c70aae15b feat implement new marker clusterer
b9deeee85 fix add schematic to switch to the new clusterer name

material

Commit Type Description
a58e6f671 feat core: add theme-overrides mixin (#29858)
486990912 feat core: rename theme mixin (#29857)
9c3af284f feat schematics: Switch custom theme schematic to use theme mixin instead of define-theme and add high contrast override mixins (#29642)
371446a7c feat theming: Disambiguate token names in theme overrides (#29859)
cc0532bb2 fix badge: content incorrectly truncated in M3 (#29854)
9262a018b fix card: elevated card container color (#29835)
613cf5406 fix core: rename sys vars from mat-app to mat-sys (#29879)
da9cb714e fix dialog: updates dialog max-height in landscape (#29853)
48b2680f6 fix form-field: account in cols attribute on textarea (#29836)
e975bb949 fix radio: use tokens for focused border color (#29716)

cdk

| Commit | Type | Description |

... (truncated)

Commits
  • 809f927 release: cut the v18.2.10 release
  • 4a0397a fix(material/tabs): remove IE animation workaround (#29899)
  • 501faa9 fix(material/chips): emitting end event multiple times when holding down key ...
  • 474f0c1 docs: use new components stackblitz issue starter (#29891)
  • ec4e13b release: cut the v18.2.9 release
  • afc6b9d fix(material/radio): use tokens for focused border color (#29716)
  • e3fdd44 build: default the dev app to M3 (#29871)
  • 82d9fe2 docs(cdk/tree): fix several live example issues (#29875)
  • b5ff571 build: remove usages of CommonModule in the dev app (#29869)
  • 2d75191 fix(material/card): elevated card container color (#29835)
  • Additional commits viewable in compare view

Updates @angular/common from 18.2.8 to 18.2.9

Release notes

Sourced from @​angular/common's releases.

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.9 (2024-10-23)

compiler-cli

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

19.0.0-next.10 (2024-10-16)

Breaking Changes

core

  • Angular directives, components and pipes are now standalone by default. Specify standalone: false for declarations that are currently declared in @NgModules. ng update for v19 will take care of this automatically.

compiler

Commit Type Description
0c9d721ac1 feat add support for the typeof keyword in template expressions. (#58183)
a3cb530d84 fix handle typeof expressions in serializer (#58217)
ba4340875a fix ignore placeholder-only i18n messages (#58154)

compiler-cli

Commit Type Description
231e6ff6ca feat generate the HMR replacement module (#58205)
fb44323c51 fix incorrectly generating relative file paths on case-insensitive platforms (#58150)

core

Commit Type Description
6b8c494d05 feat flipping the default value for standalone to true (#58169)
3f1e7ab6ae feat promote outputFromObservable & outputToObservable to stable. (#58214)
97c44a1d6c feat Promote takeUntilDestroyed to stable. (#58200)
819ff034ce feat treat directives, pipes, components as by default (#58229)

19.0.0-next.9 (2024-10-10)

Breaking Changes

compiler

  • this.foo property reads no longer refer to template context variables. If you intended to read the template variable, do not use this..

core

  • The deprecated factories property in KeyValueDiffers has been removed.

localize

  • The name option in the ng add @localize schematic has been removed in favor of the project option.

platform-browser

  • The deprecated BrowserModule.withServerTransition method has been removed. Please use the APP_ID DI token to set the application id instead.

compiler

Commit Type Description
09f589f000 fix this.a should always refer to class property a (#55183)
e8d1944999 fix add multiple :host and nested selectors support (#57796)

... (truncated)

Commits

Updates @angular/compiler from 18.2.8 to 18.2.9

Release notes

Sourced from @​angular/compiler's releases.

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.9 (2024-10-23)

compiler-cli

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

19.0.0-next.10 (2024-10-16)

Breaking Changes

core

  • Angular directives, components and pipes are now standalone by default. Specify standalone: false for declarations that are currently declared in @NgModules. ng update for v19 will take care of this automatically.

compiler

Commit Type Description
0c9d721ac1 feat add support for the typeof keyword in template expressions. (#58183)
a3cb530d84 fix handle typeof expressions in serializer (#58217)
ba4340875a fix ignore placeholder-only i18n messages (#58154)

compiler-cli

Commit Type Description
231e6ff6ca feat generate the HMR replacement module (#58205)
fb44323c51 fix incorrectly generating relative file paths on case-insensitive platforms (#58150)

core

Commit Type Description
6b8c494d05 feat flipping the default value for standalone to true (#58169)
3f1e7ab6ae feat promote outputFromObservable & outputToObservable to stable. (#58214)
97c44a1d6c feat Promote takeUntilDestroyed to stable. (#58200)
819ff034ce feat treat directives, pipes, components as by default (#58229)

19.0.0-next.9 (2024-10-10)

Breaking Changes

compiler

  • this.foo property reads no longer refer to template context variables. If you intended to read the template variable, do not use this..

core

  • The deprecated factories property in KeyValueDiffers has been removed.

localize

  • The name option in the ng add @localize schematic has been removed in favor of the project option.

platform-browser

  • The deprecated BrowserModule.withServerTransition method has been removed. Please use the APP_ID DI token to set the application id instead.

compiler

Commit Type Description
09f589f000 fix this.a should always refer to class property a (#55183)
e8d1944999 fix add multiple :host and nested selectors support (#57796)

... (truncated)

Commits

Updates @angular/core from 18.2.8 to 18.2.9

Release notes

Sourced from @​angular/core's releases.

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.9 (2024-10-23)

compiler-cli

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

19.0.0-next.10 (2024-10-16)

Breaking Changes

core

  • Angular directives, components and pipes are now standalone by default. Specify standalone: false for declarations that are currently declared in @NgModules. ng update for v19 will take care of this automatically.

compiler

Commit Type Description
0c9d721ac1 feat add support for the typeof keyword in template expressions. (#58183)
a3cb530d84 fix handle typeof expressions in serializer (#58217)
ba4340875a fix ignore placeholder-only i18n messages (#58154)

compiler-cli

Commit Type Description
231e6ff6ca feat generate the HMR replacement module (#58205)
fb44323c51 fix incorrectly generating relative file paths on case-insensitive platforms (#58150)

core

Commit Type Description
6b8c494d05 feat flipping the default value for standalone to true (#58169)
3f1e7ab6ae feat promote outputFromObservable & outputToObservable to stable. (#58214)
97c44a1d6c feat Promote takeUntilDestroyed to stable. (#58200)
819ff034ce feat treat directives, pipes, components as by default (#58229)

19.0.0-next.9 (2024-10-10)

Breaking Changes

compiler

  • this.foo property reads no longer refer to template context variables. If you intended to read the template variable, do not use this..

core

  • The deprecated factories property in KeyValueDiffers has been removed.

localize

  • The name option in the ng add @localize schematic has been removed in favor of the project option.

platform-browser

  • The deprecated BrowserModule.withServerTransition method has been removed. Please use the APP_ID DI token to set the application id instead.

compiler

Commit Type Description
09f589f000 fix this.a should always refer to class property a (#55183)
e8d1944999 fix add multiple :host and nested selectors support (#57796)

... (truncated)

Commits
  • 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/forms from 18.2.8 to 18.2.9

Release notes

Sourced from @​angular/forms's releases.

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/forms's changelog.

18.2.9 (2024-10-23)

compiler-cli

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

19.0.0-next.10 (2024-10-16)

Breaking Changes

core

  • Angular directives, components and pipes are now standalone by default. Specify standalone: false for declarations that are currently declared in @NgModules. ng update for v19 will take care of this automatically.

compiler

Commit Type Description
0c9d721ac1 feat add support for the typeof keyword in template expressions. (#58183)
a3cb530d84 fix handle typeof expressions in serializer (#58217)
ba4340875a fix ignore placeholder-only i18n messages (#58154)

compiler-cli

Commit Type Description
231e6ff6ca feat generate the HMR replacement module (#58205)
fb44323c51 fix incorrectly generating relative file paths on case-insensitive platforms (#58150)

core

Commit Type Description
6b8c494d05 feat flipping the default value for standalone to true (#58169)
3f1e7ab6ae feat promote outputFromObservable & outputToObservable to stable. (#58214)
97c44a1d6c feat Promote takeUntilDestroyed to stable. (#58200)
819ff034ce feat treat directives, pipes, components as by default (#58229)

19.0.0-next.9 (2024-10-10)

Breaking Changes

compiler

  • this.foo property reads no longer refer to template context variables. If you intended to read the template variable, do not use this..

core

  • The deprecated factories property in KeyValueDiffers has been removed.

localize

  • The name option in the ng add @localize schematic has been removed in favor of the project option.

platform-browser

  • The deprecated BrowserModule.withServerTransition method has been removed. Please use the APP_ID DI token to set the application id instead.

compiler

Commit Type Description
09f589f000 fix this.a should always refer to class property a (#55183)
e8d1944999 fix add multiple :host and nested selectors support (#57796)

... (truncated)

Commits

Updates @angular/material from 18.2.8 to 18.2.10

Release notes

Sourced from @​angular/material's releases.

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)

material

Commit Description
fix - 80bfac26b badge: content incorrectly truncated in M3 (#29854)
fix - 2d7519178 card: elevated card container color (#29835)
fix - 6ce574731 dialog: updates dialog max-height in landscape (#29853)
fix - ddb55e2c2 form-field: account in cols attribute on textarea (#29836)
fix - afc6b9db1 radio: use tokens for focused border color (#29716)
Changelog

Sourced from @​angular/material's changelog.

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

material

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

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

material

Commit Type Description
80bfac26b fix badge: content incorrectly truncated in M3 (#29854)
2d7519178 fix card: elevated card container color (#29835)
6ce574731 fix dialog: updates dialog max-height in landscape (#29853)
ddb55e2c2 fix form-field: account in cols attribute on textarea (#29836)
afc6b9db1 fix radio: use tokens for focused border color (#29716)

19.0.0-next.9 "howlite-headband" (2024-10-17)

Breaking Changes

google-maps

    • The new @​googlemaps/markerclusterer API should be imported instead of the old one. Read more at: https://github.com/googlemaps/js-markerclusterer
    • The MapMarkerClusterer class has been renamed to DeprecatedMapMarkerClusterer.
    • The map-marker-clusterer selector has been changed to deprecated-map-marker-clusterer.

google-maps

Commit Type Description
a05475e76 feat deprecate marker cluster component
c70aae15b feat implement new marker clusterer
b9deeee85 fix add schematic to switch to the new clusterer name

material

Commit Type Description
a58e6f671 feat core: add theme-overrides mixin (#29858)
486990912 feat core: rename theme mixin (#29857)
9c3af284f feat schematics: Switch custom theme schematic to use theme mixin instead of define-theme and add high contrast override mixins (#29642)
371446a7c feat theming: Disambiguate token names in theme overrides (#29859)
cc0532bb2 fix badge: content incorrectly truncated in M3 (#29854)
9262a018b fix card: elevated card container color (#29835)
613cf5406 fix core: rename sys vars from mat-app to mat-sys (#29879)
da9cb714e fix dialog: updates dialog max-height in landscape (#29853)
48b2680f6 fix form-field: account in cols attribute on textarea (#29836)
e975bb949 fix radio: use tokens for focused border color (#29716)

cdk

| Commit | Type | Description |

... (truncated)

Commits
  • 809f927 release: cut the v18.2.10 release
  • 4a0397a fix(material/tabs): remove IE animation workaround (#29899)
  • 501faa9 fix(material/chips): emitting end event multiple times when holding down key ...
  • 474f0c1 docs: use new components stackblitz issue starter (#29891)
  • ec4e13b release: cut the v18.2.9 release
  • afc6b9d fix(material/radio): use tokens for focused border color (#29716)
  • e3fdd44 build: default the dev app to M3 (#29871)
  • 82d9fe2 docs(cdk/tree): fix several live example issues (#29875)
  • b5ff571 build: remove usages of CommonModule in the dev app (#29869)
  • 2d75191 fix(material/card): elevated card container color (#29835)
  • Additional commits viewable in compare view

Updates @angular/material-date-fns-adapter from 18.2.8 to 18.2.10

Release notes

Sourced from @​angular/material-date-fns-adapter's releases.

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)

material

Commit Description
fix - 80bfac26b badge: content incorrectly truncated in M3 (#29854)
fix - 2d7519178 card: elevated card container color (#29835)
fix - 6ce574731 dialog: updates dialog max-height in landscape (#29853)
fix - ddb55e2c2 form-field: account in cols attribute on textarea (

Bumps the angular group with 15 updates in the /client directory:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `18.2.8` | `18.2.9` |
| [@angular/cdk](https://github.com/angular/components) | `18.2.8` | `18.2.10` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `18.2.8` | `18.2.9` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `18.2.8` | `18.2.9` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `18.2.8` | `18.2.9` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `18.2.8` | `18.2.9` |
| [@angular/material](https://github.com/angular/components) | `18.2.8` | `18.2.10` |
| [@angular/material-date-fns-adapter](https://github.com/angular/components) | `18.2.8` | `18.2.10` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `18.2.8` | `18.2.9` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `18.2.8` | `18.2.9` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `18.2.8` | `18.2.9` |
| [@angular/service-worker](https://github.com/angular/angular/tree/HEAD/packages/service-worker) | `18.2.8` | `18.2.9` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `18.2.8` | `18.2.10` |
| [@angular/cli](https://github.com/angular/angular-cli) | `18.2.8` | `18.2.10` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `18.2.8` | `18.2.9` |



Updates `@angular/animations` from 18.2.8 to 18.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/18.2.9/packages/animations)

Updates `@angular/cdk` from 18.2.8 to 18.2.10
- [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.10)

Updates `@angular/common` from 18.2.8 to 18.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/18.2.9/packages/common)

Updates `@angular/compiler` from 18.2.8 to 18.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/18.2.9/packages/compiler)

Updates `@angular/core` from 18.2.8 to 18.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/18.2.9/packages/core)

Updates `@angular/forms` from 18.2.8 to 18.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/18.2.9/packages/forms)

Updates `@angular/material` from 18.2.8 to 18.2.10
- [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.10)

Updates `@angular/material-date-fns-adapter` from 18.2.8 to 18.2.10
- [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.10)

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

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

Updates `@angular/router` from 18.2.8 to 18.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/18.2.9/packages/router)

Updates `@angular/service-worker` from 18.2.8 to 18.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/18.2.9/packages/service-worker)

Updates `@angular-devkit/build-angular` from 18.2.8 to 18.2.10
- [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.10)

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

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

---
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/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/material-date-fns-adapter"
  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: "@angular/service-worker"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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/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
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies javascript Pull requests that update Javascript code labels Oct 28, 2024
@dependabot dependabot bot requested a review from bastianjoel October 28, 2024 10:30
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 4, 2024

Superseded by #4322.

@dependabot dependabot bot closed this Nov 4, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/client/angular-a80c68aa1b branch November 4, 2024 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant