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

Admin UI: Update npm packages #515

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2024

Bumps the update-npm-dependencies group in /AdminUi/src/AdminUi/ClientApp with 17 updates:

Package From To
@angular/animations 17.1.1 17.1.2
@angular/cdk 17.1.1 17.1.2
@angular/common 17.1.1 17.1.2
@angular/compiler 17.1.1 17.1.2
@angular/core 17.1.1 17.1.2
@angular/forms 17.1.1 17.1.2
@angular/material 17.1.1 17.1.2
@angular/platform-browser 17.1.1 17.1.2
@angular/platform-browser-dynamic 17.1.1 17.1.2
@angular/platform-server 17.1.1 17.1.2
@angular/router 17.1.1 17.1.2
ngx-cookie-service 17.0.1 17.1.0
@angular-devkit/build-angular 17.1.1 17.1.2
@angular/cli 17.1.1 17.1.2
@angular/compiler-cli 17.1.1 17.1.2
@types/node 20.11.10 20.11.16
prettier 3.2.4 3.2.5

Updates @angular/animations from 17.1.1 to 17.1.2

Release notes

Sourced from @​angular/animations's releases.

v17.1.2

17.1.2 (2024-01-31)

Commit Description
fix - ccddacf11d cta clickability issue in adev homepage. (#52905)

animations

Commit Description
fix - 98d545fafa cleanup DOM elements when root view is removed with async animations (#53033)

common

Commit Description
fix - cdc5e39532 The date pipe should return ISO format for week and week-year as intended in the unit test. (#53879)

compiler

Commit Description
fix - f12b01ec88 Update type check block to fix control flow source mappings (#53980)

core

Commit Description
fix - c477e876e3 change defer block fixture default behavior to playthrough (#54088)

migrations

Commit Description
fix - 8264382a6b error in standalone migration when non-array value is used as declarations in TestBed (#54122)
Changelog

Sourced from @​angular/animations's changelog.

17.1.2 (2024-01-31)

Commit Type Description
ccddacf11d fix cta clickability issue in adev homepage. (#52905)

animations

Commit Type Description
98d545fafa fix cleanup DOM elements when root view is removed with async animations (#53033)

common

Commit Type Description
cdc5e39532 fix The date pipe should return ISO format for week and week-year as intended in the unit test. (#53879)

compiler

Commit Type Description
f12b01ec88 fix Update type check block to fix control flow source mappings (#53980)

core

Commit Type Description
c477e876e3 fix change defer block fixture default behavior to playthrough (#54088)

migrations

Commit Type Description
8264382a6b fix error in standalone migration when non-array value is used as declarations in TestBed (#54122)

17.2.0-next.0 (2024-01-24)

compiler

Commit Type Description
66e940aebf feat scope selectors in @​starting-style (#53943)

Commits

Updates @angular/cdk from 17.1.1 to 17.1.2

Release notes

Sourced from @​angular/cdk's releases.

v17.1.2

17.1.2 "acrylic-aquarium" (2024-01-31)

material

Commit Description
fix - 8675ae2436 form-field: insufficient color contrast text to input fill (#28274)
fix - b6a9ac8214 schematics: import async animations and remove deprecated function usages (#28481)
fix - 251293f950 slide-toggle: Emit token values under current selector or root (#28390)
fix - 9e02a1135b slider: error if slider is destroyed before first change detection (#28494)
Changelog

Sourced from @​angular/cdk's changelog.

17.1.2 "acrylic-aquarium" (2024-01-31)

material

Commit Type Description
8675ae2436 fix form-field: insufficient color contrast text to input fill (#28274)
b6a9ac8214 fix schematics: import async animations and remove deprecated function usages (#28481)
251293f950 fix slide-toggle: Emit token values under current selector or root (#28390)
9e02a1135b fix slider: error if slider is destroyed before first change detection (#28494)

17.2.0-next.0 "metal-spatula" (2024-01-26)

material

Commit Type Description
e05795dde0 fix button: calculate icon button padding based on tokens
a496855f30 fix button: generate separate tokens for mini fab
cbeeb3ae17 fix checkbox: use token for disabled label color
f6d3f1bc21 fix schematics: import async animations and remove deprecated function usages (#28424)
2455a42d3c fix stepper: Update token values for M3 and add color variant support (#28430)

material-experimental

Commit Type Description
d16e8ac5de feat theming: add M3 tokens for pseudo checkbox (#28407)
1f1dac5e57 fix theming: Add support for color variants in badge, button-toggle, button, pseudo-checkbox, and chips (#28457)
08c97ab648 fix theming: Add support for color variants in option, checkbox, and fab (#28412)
715877a13d fix theming: Add support for color variants in progress-spiner, progress-bar, list, form-field, and datepicker (#28451)
29a1e5d8a1 fix theming: Add support for color variants in slide-toggle, select, and radio (#28445)
e45e210055 fix theming: Add support for color variants in tabs and slider (#28417)
9ab104b804 fix theming: align dialog with M3
957bc487bf fix theming: align fab with M3 spec
ba3680ed48 fix theming: align M3 icon buttons with spec
601a745fc8 fix theming: cap icon button size
339905c5af fix theming: disabled radio button incorrect label color (#28415)
fdd16e6675 fix theming: fix filled text field
06c81e38c7 fix theming: fix paginator in M3
1e48cd431f fix theming: fix up M3 checkbox
056e2221ec fix theming: implement M3 badge (#28460)
935eda0872 fix theming: incorrect validation for density scale
dabb96765a fix theming: set up core theme and app tokens (#28431)
d26a51e3a5 fix theming: set up internal form field in M3 (#28414)
42f2cc9ad8 fix theming: set up padding tokens
0da585f730 fix theming: Update color palettes (#28472)

Commits
  • c071564 release: cut the v17.1.2 release
  • 4c62414 docs: update coercion coding standards (#28491)
  • 8675ae2 fix(material/form-field): insufficient color contrast text to input fill (#28...
  • 9e02a11 fix(material/slider): error if slider is destroyed before first change detect...
  • 251293f fix(material/slide-toggle): Emit token values under current selector or root ...
  • b6a9ac8 fix(material/schematics): import async animations and remove deprecated funct...
  • See full diff in compare view

Updates @angular/common from 17.1.1 to 17.1.2

Release notes

Sourced from @​angular/common's releases.

v17.1.2

17.1.2 (2024-01-31)

Commit Description
fix - ccddacf11d cta clickability issue in adev homepage. (#52905)

animations

Commit Description
fix - 98d545fafa cleanup DOM elements when root view is removed with async animations (#53033)

common

Commit Description
fix - cdc5e39532 The date pipe should return ISO format for week and week-year as intended in the unit test. (#53879)

compiler

Commit Description
fix - f12b01ec88 Update type check block to fix control flow source mappings (#53980)

core

Commit Description
fix - c477e876e3 change defer block fixture default behavior to playthrough (#54088)

migrations

Commit Description
fix - 8264382a6b error in standalone migration when non-array value is used as declarations in TestBed (#54122)
Changelog

Sourced from @​angular/common's changelog.

17.1.2 (2024-01-31)

Commit Type Description
ccddacf11d fix cta clickability issue in adev homepage. (#52905)

animations

Commit Type Description
98d545fafa fix cleanup DOM elements when root view is removed with async animations (#53033)

common

Commit Type Description
cdc5e39532 fix The date pipe should return ISO format for week and week-year as intended in the unit test. (#53879)

compiler

Commit Type Description
f12b01ec88 fix Update type check block to fix control flow source mappings (#53980)

core

Commit Type Description
c477e876e3 fix change defer block fixture default behavior to playthrough (#54088)

migrations

Commit Type Description
8264382a6b fix error in standalone migration when non-array value is used as declarations in TestBed (#54122)

17.2.0-next.0 (2024-01-24)

compiler

Commit Type Description
66e940aebf feat scope selectors in @​starting-style (#53943)

Commits
  • cdc5e39 fix(common): The date pipe should return ISO format for week and week-year as...
  • 4367c44 docs: Update docs about equality. (#54158)
  • 4c2b0d9 refactor: migrate common to prettier formatting (#54159)
  • 57174bb refactor(common): simplify i18n plural and select pipe metadata (#53939)
  • 7a4a525 refactor(common): simplify date pipe metadata (#53939)
  • 30e42df refactor(core): remove InjectionToken descriptions in optimized builds. (#5...
  • 8109013 refactor(common): Use Nullish coalescing assignment when possible. (#53931)
  • See full diff in compare view

Updates @angular/compiler from 17.1.1 to 17.1.2

Release notes

Sourced from @​angular/compiler's releases.

v17.1.2

17.1.2 (2024-01-31)

Commit Description
fix - ccddacf11d cta clickability issue in adev homepage. (#52905)

animations

Commit Description
fix - 98d545fafa cleanup DOM elements when root view is removed with async animations (#53033)

common

Commit Description
fix - cdc5e39532 The date pipe should return ISO format for week and week-year as intended in the unit test. (#53879)

compiler

Commit Description
fix - f12b01ec88 Update type check block to fix control flow source mappings (#53980)

core

Commit Description
fix - c477e876e3 change defer block fixture default behavior to playthrough (#54088)

migrations

Commit Description
fix - 8264382a6b error in standalone migration when non-array value is used as declarations in TestBed (#54122)
Changelog

Sourced from @​angular/compiler's changelog.

17.1.2 (2024-01-31)

Commit Type Description
ccddacf11d fix cta clickability issue in adev homepage. (#52905)

animations

Commit Type Description
98d545fafa fix cleanup DOM elements when root view is removed with async animations (#53033)

common

Commit Type Description
cdc5e39532 fix The date pipe should return ISO format for week and week-year as intended in the unit test. (#53879)

compiler

Commit Type Description
f12b01ec88 fix Update type check block to fix control flow source mappings (#53980)

core

Commit Type Description
c477e876e3 fix change defer block fixture default behavior to playthrough (#54088)

migrations

Commit Type Description
8264382a6b fix error in standalone migration when non-array value is used as declarations in TestBed (#54122)

17.2.0-next.0 (2024-01-24)

compiler

Commit Type Description
66e940aebf feat scope selectors in @​starting-style (#53943)

Commits
  • 7786e35 refactor(compiler): distinguish two-way bindings in the AST (#54065)
  • 4910133 refactor(compiler): Fix defer deps fn duplicate names in Template Pipeline (#...
  • f12b01e fix(compiler): Update type check block to fix control flow source mappings (#...
  • 0c8aaf0 refactor(compiler): Support externally provided defer deps fns (#54043)
  • See full diff in compare view

Updates @angular/core from 17.1.1 to 17.1.2

Release notes

Sourced from @​angular/core's releases.

v17.1.2

17.1.2 (2024-01-31)

Commit Description
fix - ccddacf11d cta clickability issue in adev homepage. (#52905)

animations

Commit Description
fix - 98d545fafa cleanup DOM elements when root view is removed with async animations (#53033)

common

Commit Description
fix - cdc5e39532 The date pipe should return ISO format for week and week-year as intended in the unit test. (#53879)

compiler

Commit Description
fix - f12b01ec88 Update type check block to fix control flow source mappings (#53980)

core

Commit Description
fix - c477e876e3 change defer block fixture default behavior to playthrough (#54088)

migrations

Commit Description
fix - 8264382a6b error in standalone migration when non-array value is used as declarations in TestBed (#54122)
Changelog

Sourced from @​angular/core's changelog.

17.1.2 (2024-01-31)

Commit Type Description
ccddacf11d fix cta clickability issue in adev homepage. (#52905)

animations

Commit Type Description
98d545fafa fix cleanup DOM elements when root view is removed with async animations (#53033)

common

Commit Type Description
cdc5e39532 fix The date pipe should return ISO format for week and week-year as intended in the unit test. (#53879)

compiler

Commit Type Description
f12b01ec88 fix Update type check block to fix control flow source mappings (#53980)

core

Commit Type Description
c477e876e3 fix change defer block fixture default behavior to playthrough (#54088)

migrations

Commit Type Description
8264382a6b fix error in standalone migration when non-array value is used as declarations in TestBed (#54122)

17.2.0-next.0 (2024-01-24)

compiler

Commit Type Description
66e940aebf feat scope selectors in @​starting-style (#53943)

Commits
  • 3b218a7 docs(core): fix example sections (#54121)
  • 413db30 refactor(forms): Provide RadioControlRegistry in root. (#54130)
  • fccf375 refactor(devtools): Add hydration informations (#53910)
  • c5a0e90 refactor(core): Update ComponentFixture behavior when using zoneless schedu...
  • 8264382 fix(migrations): error in standalone migration when non-array value is used a...
  • 30e42df refactor(core): remove InjectionToken descriptions in optimized builds. (#5...
  • 798aee7 docs: remove link (#54090)
  • c477e87 fix(core): change defer block fixture default behavior to playthrough (#54088)
  • 293dc3b docs: fix reference to forwardRef in ForwardRefFn JSdoc (#53556)
  • 96dd0c7 refactor: fix a number of typos throughout the codebase (#52826)
  • Additional commits viewable in compare view

Updates @angular/forms from 17.1.1 to 17.1.2

Release notes

Sourced from @​angular/forms's releases.

v17.1.2

17.1.2 (2024-01-31)

Commit Description
fix - ccddacf11d cta clickability issue in adev homepage. (#52905)

animations

Commit Description
fix - 98d545fafa cleanup DOM elements when root view is removed with async animations (#53033)

common

Commit Description
fix - cdc5e39532 The date pipe should return ISO format for week and week-year as intended in the unit test. (#53879)

compiler

Commit Description
fix - f12b01ec88 Update type check block to fix control flow source mappings (#53980)

core

Commit Description
fix - c477e876e3 change defer block fixture default behavior to playthrough (#54088)

migrations

Commit Description
fix - 8264382a6b error in standalone migration when non-array value is used as declarations in TestBed (#54122)
Changelog

Sourced from @​angular/forms's changelog.

17.1.2 (2024-01-31)

Commit Type Description
ccddacf11d fix cta clickability issue in adev homepage. (#52905)

animations

Commit Type Description
98d545fafa fix cleanup DOM elements when root view is removed with async animations (#53033)

common

Commit Type Description
cdc5e39532 fix The date pipe should return ISO format for week and week-year as intended in the unit test. (#53879)

compiler

Commit Type Description
f12b01ec88 fix Update type check block to fix control flow source mappings (#53980)

core

Commit Type Description
c477e876e3 fix change defer block fixture default behavior to playthrough (#54088)

migrations

Commit Type Description
8264382a6b fix error in standalone migration when non-array value is used as declarations in TestBed (#54122)

17.2.0-next.0 (2024-01-24)

compiler

Commit Type Description
66e940aebf feat scope selectors in @​starting-style (#53943)

Commits
  • 413db30 refactor(forms): Provide RadioControlRegistry in root. (#54130)
  • 30e42df refactor(core): remove InjectionToken descriptions in optimized builds. (#5...
  • 0702d4a refactor(forms): Specify Provider type for DEFAULT_VALUE_ACCESSOR (#54029)
  • See full diff in compare view

Updates @angular/material from 17.1.1 to 17.1.2

Release notes

Sourced from @​angular/material's releases.

v17.1.2

17.1.2 "acrylic-aquarium" (2024-01-31)

material

Commit Description
fix - 8675ae2436 form-field: insufficient color contrast text to input fill (#28274)
fix - b6a9ac8214 schematics: import async animations and remove deprecated function usages (#28481)
fix - 251293f950 slide-toggle: Emit token values under current selector or root (#28390)
fix - 9e02a1135b slider: error if slider is destroyed before first change detection (#28494)
Changelog

Sourced from @​angular/material's changelog.

17.1.2 "acrylic-aquarium" (2024-01-31)

material

Commit Type Description
8675ae2436 fix form-field: insufficient color contrast text to input fill (#28274)
b6a9ac8214 fix schematics: import async animations and remove deprecated function usages (#28481)
251293f950 fix slide-toggle: Emit token values under current selector or root (#28390)
9e02a1135b fix slider: error if slider is destroyed before first change detection (#28494)

17.2.0-next.0 "metal-spatula" (2024-01-26)

material

Commit Type Description
e05795dde0 fix button: calculate icon button padding based on tokens
a496855f30 fix button: generate separate tokens for mini fab
cbeeb3ae17 fix checkbox: use token for disabled label color
f6d3f1bc21 fix schematics: import async animations and remove deprecated function usages (#28424)
2455a42d3c fix stepper: Update token values for M3 and add color variant support (#28430)

material-experimental

<...

Description has been truncated

Commit Type Description
d16e8ac5de feat theming: add M3 tokens for pseudo checkbox (#28407)
1f1dac5e57 fix theming: Add support for color variants in badge, button-toggle, button, pseudo-checkbox, and chips (#28457)
08c97ab648 fix theming: Add support for color variants in option, checkbox, and fab (#28412)
715877a13d fix theming: Add support for color variants in progress-spiner, progress-bar, list, form-field, and datepicker (#28451)
29a1e5d8a1 fix theming: Add support for color variants in slide-toggle, select, and radio (#28445)
e45e210055 fix theming: Add support for color variants in tabs and slider (#28417)
9ab104b804 fix theming: align dialog with M3
957bc487bf fix theming: align fab with M3 spec
ba3680ed48 fix theming: align M3 icon buttons with spec
601a745fc8 fix theming: cap icon button size
339905c5af fix theming: disabled radio button incorrect label color (#28415)
fdd16e6675 fix theming: fix filled text field
06c81e38c7 fix theming: fix paginator in M3
1e48cd431f fix theming: fix up M3 checkbox
056e2221ec fix theming: implement M3 badge (#28460)
935eda0872 fix theming: incorrect validation for density scale
dabb96765a fix theming: set up core theme and app tokens (#28431)
d26a51e3a5 fix

Bumps the update-npm-dependencies group in /AdminUi/src/AdminUi/ClientApp with 17 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `17.1.1` | `17.1.2` |
| [@angular/cdk](https://github.com/angular/components) | `17.1.1` | `17.1.2` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `17.1.1` | `17.1.2` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `17.1.1` | `17.1.2` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `17.1.1` | `17.1.2` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `17.1.1` | `17.1.2` |
| [@angular/material](https://github.com/angular/components) | `17.1.1` | `17.1.2` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `17.1.1` | `17.1.2` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `17.1.1` | `17.1.2` |
| [@angular/platform-server](https://github.com/angular/angular/tree/HEAD/packages/platform-server) | `17.1.1` | `17.1.2` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `17.1.1` | `17.1.2` |
| [ngx-cookie-service](https://github.com/stevermeister/ngx-cookie-service) | `17.0.1` | `17.1.0` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `17.1.1` | `17.1.2` |
| [@angular/cli](https://github.com/angular/angular-cli) | `17.1.1` | `17.1.2` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `17.1.1` | `17.1.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.11.10` | `20.11.16` |
| [prettier](https://github.com/prettier/prettier) | `3.2.4` | `3.2.5` |


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

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

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

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

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

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

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

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

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

Updates `@angular/platform-server` from 17.1.1 to 17.1.2
- [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/17.1.2/packages/platform-server)

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

Updates `ngx-cookie-service` from 17.0.1 to 17.1.0
- [Release notes](https://github.com/stevermeister/ngx-cookie-service/releases)
- [Changelog](https://github.com/stevermeister/ngx-cookie-service/blob/master/CHANGELOG.md)
- [Commits](stevermeister/ngx-cookie-service@v17.0.1...v17.1.0)

Updates `@angular-devkit/build-angular` from 17.1.1 to 17.1.2
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@17.1.1...17.1.2)

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

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

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

Updates `prettier` from 3.2.4 to 3.2.5
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.2.4...3.2.5)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: update-npm-dependencies
- dependency-name: "@angular/cdk"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: update-npm-dependencies
- dependency-name: "@angular/common"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: update-npm-dependencies
- dependency-name: "@angular/compiler"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: update-npm-dependencies
- dependency-name: "@angular/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: update-npm-dependencies
- dependency-name: "@angular/forms"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: update-npm-dependencies
- dependency-name: "@angular/material"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: update-npm-dependencies
- dependency-name: "@angular/platform-browser"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: update-npm-dependencies
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: update-npm-dependencies
- dependency-name: "@angular/platform-server"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: update-npm-dependencies
- dependency-name: "@angular/router"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: update-npm-dependencies
- dependency-name: ngx-cookie-service
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: update-npm-dependencies
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: update-npm-dependencies
- dependency-name: "@angular/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: update-npm-dependencies
- dependency-name: "@angular/compiler-cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: update-npm-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: update-npm-dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: update-npm-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from tnotheis as a code owner February 5, 2024 02:19
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 5, 2024
Copy link

coderabbitai bot commented Feb 5, 2024

Important

Auto Review Skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share

Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit-tests for this file.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit tests for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository from git and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit tests.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • The JSON schema for the configuration file is available here.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/coderabbit-overrides.v2.json

CodeRabbit Discord Community

Join our Discord Community to get help, request features, and share feedback.

tnotheis
tnotheis previously approved these changes Feb 6, 2024
@tnotheis tnotheis assigned NikolaVetnic and unassigned NikolaVetnic Feb 9, 2024
@tnotheis tnotheis changed the title Build(deps): bump the update-npm-dependencies group in /AdminUi/src/AdminUi/ClientApp with 17 updates Admin UI: Update npm packages Feb 9, 2024
@tnotheis tnotheis enabled auto-merge (squash) February 9, 2024 12:50
@tnotheis tnotheis merged commit c401c63 into main Feb 9, 2024
14 checks passed
@tnotheis tnotheis deleted the dependabot/npm_and_yarn/AdminUi/src/AdminUi/ClientApp/update-npm-dependencies-1d766b54e8 branch February 9, 2024 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants