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 in /turing-ui with 19 updates #2192

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the angular group in /turing-ui with 19 updates:

Package From To
@angular/animations 18.2.9 18.2.10
@angular/cdk 18.2.10 18.2.11
@angular/common 18.2.9 18.2.10
@angular/compiler 18.2.9 18.2.10
@angular/core 18.2.9 18.2.10
@angular/forms 18.2.9 18.2.10
@angular/localize 18.2.9 18.2.10
@angular/platform-browser 18.2.9 18.2.10
@angular/platform-browser-dynamic 18.2.9 18.2.10
@angular/router 18.2.9 18.2.10
@primer/css 21.4.0 21.5.0
sass 1.80.4 1.80.6
tslib 2.8.0 2.8.1
@angular-devkit/build-angular 18.2.10 18.2.11
@angular/cli 18.2.10 18.2.11
@angular/compiler-cli 18.2.9 18.2.10
@angular/language-service 18.2.9 18.2.10
@types/node 22.8.1 22.8.7
nanoid 5.0.7 5.0.8

Updates @angular/animations from 18.2.9 to 18.2.10

Release notes

Sourced from @​angular/animations's releases.

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)
Changelog

Sourced from @​angular/animations's changelog.

18.2.10 (2024-10-30)

compiler

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

localize

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

19.0.0-next.11 (2024-10-23)

common

Commit Type Description
24c6373820 feat add optional rounded transform support in cloudinary image loader (#55364)
13c13067bc feat disable keyvalue sorting using null compareFn (#57487)

compiler-cli

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

core

Commit Type Description
69fc5ae922 feat Add incremental hydration public api (#58249)
8ebbae88ca feat Add rxjs operator prevent app stability until an event (#56533)
19edf2c057 feat add syntactic sugar for initializers (#53152)
ab25a192ba feat allow running output migration on a subset of paths (#58299)
18d8d44b1f feat experimental resource() API for async dependencies (#58255)
9762b24b5e feat experimental impl of rxResource() (#58255)
ec386e7f12 feat introduce debugName optional arg to framework signal functions (#57073)
8311f00faa feat introduce the reactive linkedSignal (#58189)

forms

Commit Type Description
3e7d724037 feat add ability to clear a FormRecord (#50750)
18b6f3339f fix fix FormRecord type inference (#50750)

http

Commit Type Description
4b9accdf16 feat promote withRequestsMadeViaParent to stable. (#58221)

language-service

Commit Type Description
6342befff8 feat support migrating full classes to signal queries (#58263)

migrations

Commit Type Description

... (truncated)

Commits

Updates @angular/cdk from 18.2.10 to 18.2.11

Release notes

Sourced from @​angular/cdk's releases.

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)
Changelog

Sourced from @​angular/cdk's changelog.

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

cdk

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

material

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

19.0.0-next.10 "plastic-moose" (2024-10-23)

material

Commit Type Description
b519b4785b feat core: default to color-scheme theme type (#29907)
ea0d1ba7b7 feat core: deprecate the core mixin (#29906)
4b49d73542 feat core: switch system prefix from sys to mat-sys (#29908)
3fc1f9a1b0 feat schematics: Update custom theme schematic to work with light-dark and use theme-overrides mixin (#29911)
5153a5cd4b fix chips: emitting end event multiple times when holding down key (#29894)
5ad133d073 fix core: allow optgroup overrides through core-overrides (#29897)
a8e40ec341 fix core: correctly identify color input (#29909)
0064b4218b fix tabs: remove IE animation workaround (#29899)

google-maps

Commit Type Description
a6709497fc fix expose all clusterer types (#29905)

Commits
  • 3565b50 release: cut the v18.2.11 release
  • f3f2b54 Fix _focused signal not firing stateChanges (#29944)
  • 5d1bc76 fix(cdk/tree): only handle keyboard events directly from the node
  • a98c886 fix(material/button): anchor not handling disabledInteractive correctly (#29938)
  • cd6d55c docs: update theme schematic link for v18 (#29935)
  • 810040e fix(material/sidenav): remove IE animation workaround (#29929)
  • a3449dc perf(cdk/table): Use ResizeObservers instead of dom measurement to reduce lay...
  • 197747e fix(material/stepper): remove IE animation workaround (#29916)
  • See full diff in compare view

Updates @angular/common from 18.2.9 to 18.2.10

Release notes

Sourced from @​angular/common's releases.

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)
Changelog

Sourced from @​angular/common's changelog.

18.2.10 (2024-10-30)

compiler

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

localize

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

19.0.0-next.11 (2024-10-23)

common

Commit Type Description
24c6373820 feat add optional rounded transform support in cloudinary image loader (#55364)
13c13067bc feat disable keyvalue sorting using null compareFn (#57487)

compiler-cli

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

core

Commit Type Description
69fc5ae922 feat Add incremental hydration public api (#58249)
8ebbae88ca feat Add rxjs operator prevent app stability until an event (#56533)
19edf2c057 feat add syntactic sugar for initializers (#53152)
ab25a192ba feat allow running output migration on a subset of paths (#58299)
18d8d44b1f feat experimental resource() API for async dependencies (#58255)
9762b24b5e feat experimental impl of rxResource() (#58255)
ec386e7f12 feat introduce debugName optional arg to framework signal functions (#57073)
8311f00faa feat introduce the reactive linkedSignal (#58189)

forms

Commit Type Description
3e7d724037 feat add ability to clear a FormRecord (#50750)
18b6f3339f fix fix FormRecord type inference (#50750)

http

Commit Type Description
4b9accdf16 feat promote withRequestsMadeViaParent to stable. (#58221)

language-service

Commit Type Description
6342befff8 feat support migrating full classes to signal queries (#58263)

migrations

Commit Type Description

... (truncated)

Commits

Updates @angular/compiler from 18.2.9 to 18.2.10

Release notes

Sourced from @​angular/compiler's releases.

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)
Changelog

Sourced from @​angular/compiler's changelog.

18.2.10 (2024-10-30)

compiler

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

localize

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

19.0.0-next.11 (2024-10-23)

common

Commit Type Description
24c6373820 feat add optional rounded transform support in cloudinary image loader (#55364)
13c13067bc feat disable keyvalue sorting using null compareFn (#57487)

compiler-cli

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

core

Commit Type Description
69fc5ae922 feat Add incremental hydration public api (#58249)
8ebbae88ca feat Add rxjs operator prevent app stability until an event (#56533)
19edf2c057 feat add syntactic sugar for initializers (#53152)
ab25a192ba feat allow running output migration on a subset of paths (#58299)
18d8d44b1f feat experimental resource() API for async dependencies (#58255)
9762b24b5e feat experimental impl of rxResource() (#58255)
ec386e7f12 feat introduce debugName optional arg to framework signal functions (#57073)
8311f00faa feat introduce the reactive linkedSignal (#58189)

forms

Commit Type Description
3e7d724037 feat add ability to clear a FormRecord (#50750)
18b6f3339f fix fix FormRecord type inference (#50750)

http

Commit Type Description
4b9accdf16 feat promote withRequestsMadeViaParent to stable. (#58221)

language-service

Commit Type Description
6342befff8 feat support migrating full classes to signal queries (#58263)

migrations

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.9 to 18.2.10

Release notes

Sourced from @​angular/core's releases.

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)
Changelog

Sourced from @​angular/core's changelog.

18.2.10 (2024-10-30)

compiler

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

localize

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

19.0.0-next.11 (2024-10-23)

common

Commit Type Description
24c6373820 feat add optional rounded transform support in cloudinary image loader (#55364)
13c13067bc feat disable keyvalue sorting using null compareFn (#57487)

compiler-cli

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

core

Commit Type Description
69fc5ae922 feat Add incremental hydration public api (#58249)
8ebbae88ca feat Add rxjs operator prevent app stability until an event (#56533)
19edf2c057 feat add syntactic sugar for initializers (#53152)
ab25a192ba feat allow running output migration on a subset of paths (#58299)
18d8d44b1f feat experimental resource() API for async dependencies (#58255)
9762b24b5e feat experimental impl of rxResource() (#58255)
ec386e7f12 feat introduce debugName optional arg to framework signal functions (#57073)
8311f00faa feat introduce the reactive linkedSignal (#58189)

forms

Commit Type Description
3e7d724037 feat add ability to clear a FormRecord (#50750)
18b6f3339f fix fix FormRecord type inference (#50750)

http

Commit Type Description
4b9accdf16 feat promote withRequestsMadeViaParent to stable. (#58221)

language-service

Commit Type Description
6342befff8 feat support migrating full classes to signal queries (#58263)

migrations

Commit Type Description

... (truncated)

Commits

Updates @angular/forms from 18.2.9 to 18.2.10

Release notes

Sourced from @​angular/forms's releases.

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)
Changelog

Sourced from @​angular/forms's changelog.

18.2.10 (2024-10-30)

compiler

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

localize

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

19.0.0-next.11 (2024-10-23)

common

Commit Type Description
24c6373820 feat add optional rounded transform support in cloudinary image loader (#55364)
13c13067bc feat disable keyvalue sorting using null compareFn (#57487)

compiler-cli

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

core

Commit Type Description
69fc5ae922 feat Add incremental hydration public api (#58249)
8ebbae88ca feat Add rxjs operator prevent app stability until an event (#56533)
19edf2c057 feat add syntactic sugar for initializers (#53152)
ab25a192ba feat allow running output migration on a subset of paths (#58299)
18d8d44b1f feat experimental resource() API for async dependencies (#58255)
9762b24b5e feat experimental impl of rxResource() (#58255)
ec386e7f12 feat introduce debugName optional arg to framework signal functions (#57073)
8311f00faa feat introduce the reactive linkedSignal (#58189)

forms

Commit Type Description
3e7d724037 feat add ability to clear a FormRecord (#50750)
18b6f3339f fix fix FormRecord type inference (#50750)

http

Commit Type Description
4b9accdf16 feat promote withRequestsMadeViaParent to stable. (#58221)

language-service

Commit Type Description
6342befff8 feat support migrating full classes to signal queries (#58263)

migrations

Commit Type Description

... (truncated)

Commits

Updates @angular/localize from 18.2.9 to 18.2.10

Release notes

Sourced from @​angular/localize's releases.

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)
Changelog

Sourced from @​angular/localize's changelog.

18.2.10 (2024-10-30)

compiler

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

localize

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

19.0.0-next.11 (2024-10-23)

common

Commit Type Description
24c6373820 feat add optional rounded transform support in cloudinary image loader (#55364)
13c13067bc feat disable keyvalue sorting using null compareFn (#57487)

compiler-cli

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

core

Commit Type Description
69fc5ae922 feat Add incremental hydration public api (#58249)
8ebbae88ca feat Add rxjs operator prevent app stability until an event (#56533)
19edf2c057 feat add syntactic sugar for initializers (#53152)
ab25a192ba feat allow running output migration on a subset of paths (#58299)
18d8d44b1f feat experimental resource() API for async dependencies (#58255)
9762b24b5e feat experimental impl of rxResource() (#58255)
ec386e7f12 feat introduce debugName optional arg to framework signal functions (#57073)
8311f00faa feat introduce the reactive linkedSignal (#58189)

forms

Commit Type Description
3e7d724037 feat add ability to clear a FormRecord (#50750)
18b6f3339f fix fix FormRecord type inference (#50750)

http

Commit Type Description
4b9accdf16 feat promote withRequestsMadeViaParent to stable. (#58221)

language-service

Commit Type Description
6342befff8 feat support migrating full classes to signal queries (#58263)

migrations

Commit Type Description

... (truncated)

Commits
  • 48eac23 release: cut the v18.2.10 release
  • 69dce38 Revert fix(compiler): transform pseudo selectors correctly for the encapsulat...
  • 1f13a5e build: update scorecard action dependencies (#58400)
  • 29660f2 docs: remove an unnecessary whitespace (#58388)
  • 7d67bd3 docs: fix backtick escaping in a Markdown file (#58387)
  • 1feaa9f docs: update ProfileEditorComponent to use inject() for FormBuilder (#58378)
  • ddda355 refactor(core): remove globalApi tag (#58375)
  • 3b989ac fix(localize): Adding arb format to the list of valid formats in the localiz...
  • e638b29 docs(router): document segment consumption during route evaluation (#58069)
  • See full diff in compare view

Updates @angular/platform-browser from 18.2.9 to 18.2.10

Release notes

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

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)
Changelog

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

18.2.10 (2024-10-30)

compiler

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

localize

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

19.0.0-next.11 (2024-10-23)

common

Commit Type Description
24c6373820 feat add optional rounded transform support in cloudinary image loader (#55364)
13c13067bc feat disable keyvalue sorting using null compareFn (#57487)

compiler-cli

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

core

Commit Type Description
Description has been truncated

Bumps the angular group in /turing-ui with 19 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `18.2.9` | `18.2.10` |
| [@angular/cdk](https://github.com/angular/components) | `18.2.10` | `18.2.11` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `18.2.9` | `18.2.10` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `18.2.9` | `18.2.10` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `18.2.9` | `18.2.10` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `18.2.9` | `18.2.10` |
| [@angular/localize](https://github.com/angular/angular) | `18.2.9` | `18.2.10` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `18.2.9` | `18.2.10` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `18.2.9` | `18.2.10` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `18.2.9` | `18.2.10` |
| [@primer/css](https://github.com/primer/css) | `21.4.0` | `21.5.0` |
| [sass](https://github.com/sass/dart-sass) | `1.80.4` | `1.80.6` |
| [tslib](https://github.com/Microsoft/tslib) | `2.8.0` | `2.8.1` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `18.2.10` | `18.2.11` |
| [@angular/cli](https://github.com/angular/angular-cli) | `18.2.10` | `18.2.11` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `18.2.9` | `18.2.10` |
| [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) | `18.2.9` | `18.2.10` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.8.1` | `22.8.7` |
| [nanoid](https://github.com/ai/nanoid) | `5.0.7` | `5.0.8` |


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

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

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

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

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

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

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

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

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

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

Updates `@primer/css` from 21.4.0 to 21.5.0
- [Release notes](https://github.com/primer/css/releases)
- [Changelog](https://github.com/primer/css/blob/main/CHANGELOG.md)
- [Commits](primer/css@v21.4.0...v21.5.0)

Updates `sass` from 1.80.4 to 1.80.6
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.80.4...1.80.6)

Updates `tslib` from 2.8.0 to 2.8.1
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](microsoft/tslib@v2.8.0...v2.8.1)

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

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

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

Updates `@angular/language-service` from 18.2.9 to 18.2.10
- [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.10/packages/language-service)

Updates `@types/node` from 22.8.1 to 22.8.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `nanoid` from 5.0.7 to 5.0.8
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](ai/nanoid@5.0.7...5.0.8)

---
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/localize"
  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: "@primer/css"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: sass
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: tslib
  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
- dependency-name: "@angular/language-service"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: nanoid
  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 Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 4, 2024
@alegauss alegauss merged commit 173828e into 0.3.9 Nov 4, 2024
0 of 2 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/turing-ui/0.3.9/angular-250009bb82 branch November 4, 2024 19:41
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.

1 participant