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 dependencies #527

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
@angular/animations 17.1.3 17.2.1
@angular/cdk 17.1.2 17.2.0
@angular/common 17.1.3 17.2.1
@angular/compiler 17.1.3 17.2.1
@angular/core 17.1.3 17.2.1
@angular/forms 17.1.3 17.2.1
@angular/material 17.1.2 17.2.0
@angular/platform-browser 17.1.3 17.2.1
@angular/platform-browser-dynamic 17.1.3 17.2.1
@angular/platform-server 17.1.3 17.2.1
@angular/router 17.1.3 17.2.1
@ngx-env/builder 17.1.2 17.1.3
zone.js 0.14.3 0.14.4
@angular-devkit/build-angular 17.1.3 17.2.0
@angular/cli 17.1.3 17.2.0
@angular/compiler-cli 17.1.3 17.2.1
@types/node 20.11.17 20.11.19

Updates @angular/animations from 17.1.3 to 17.2.1

Release notes

Sourced from @​angular/animations's releases.

v17.2.1

17.2.1 (2024-02-14)

compiler-cli

Commit Description
fix - 7234824228 fix broken version detection condition (#54443)

v17.2.0

17.2.0 (2024-02-14)

common

Commit Description
feat - 03c3b3eb79 add Netlify image loader (#54311)
feat - f5c520b836 add placeholder to NgOptimizedImage (#53783)

compiler

Commit Description
feat - 47e6e84101 Add a TSConfig option useTemplatePipeline (#54057)
feat - 66e940aebf scope selectors in @​starting-style (#53943)
fix - 7b4d275f49 Fix the template pipeline option (#54148)

compiler-cli

Commit Description
feat - 7e861c640e generate extra imports for component local dependencies in local mode (#53543)
feat - 3263df23f2 generate global imports in local compilation mode (#53543)
feat - b774e22d8e make it configurable to generate alias reexports (#53937)
feat - 3e1384048e support host directives for local compilation mode (#53877)
fix - a592904c69 allow custom/duplicate decorators for @Injectable classes in local compilation mode (#54139)
fix - 4b1d948b36 consider the case of duplicate Angular decorators in local compilation diagnostics (#54139)
fix - 96bcf4fb12 forbid custom/duplicate decorator when option forbidOrphanComponents is set (#54139)
fix - 64fa5715c6 generating extra imports in local compilation mode when cycle is introduced (#53543)
fix - 6c8b09468a highlight the unresolved element in the @​Component.styles array for the error LOCAL_COMPILATION_UNRESOLVED_CONST (#54230)
fix - 0970129e20 show proper error for custom decorators in local compilation mode (#53983)
fix - f39cb06418 show specific error for unresolved @​Directive.exportAs in local compilation mode (#54230)
fix - f3851b5945 show specific error for unresolved @​HostBinding's argument in local compilation mode (#54230)
fix - 39ddd884e8 show specific error for unresolved @​HostListener's event name in local compilation mode (#54230)
fix - 5d633240fd show the correct message for the error LOCAL_COMPILATION_UNRESOLVED_CONST when an unresolved symbol used for @​Component.styles (#54230)
fix - 58b8a232d6 support jumping to definitions of signal-based inputs (#54053)

core

Commit Description
feat - 702ab28b4c add support for model inputs (#54252)
feat - e95ef2cbc6 expose queries as signals (#54283)
fix - 656bc282e3 add toString implementation to signals (#54002)
fix - 62b87b4551 do not crash for signal query that does not have any matches (#54353)
fix - 4b96f370ee expose model signal subcribe for type checking purposes (#54357)
fix - 744cb1e561 return the same children query results if there are no changes (#54392)
fix - 6d00115bf4 show placeholder block on the server with immediate trigger (#54394)

... (truncated)

Changelog

Sourced from @​angular/animations's changelog.

17.2.1 (2024-02-14)

compiler-cli

Commit Type Description
7234824228 fix fix broken version detection condition (#54443)

17.2.0 (2024-02-14)

common

Commit Type Description
03c3b3eb79 feat add Netlify image loader (#54311)
f5c520b836 feat add placeholder to NgOptimizedImage (#53783)

compiler

Commit Type Description
47e6e84101 feat Add a TSConfig option useTemplatePipeline (#54057)
66e940aebf feat scope selectors in @​starting-style (#53943)
7b4d275f49 fix Fix the template pipeline option (#54148)

compiler-cli

Commit Type Description
7e861c640e feat generate extra imports for component local dependencies in local mode (#53543)
3263df23f2 feat generate global imports in local compilation mode (#53543)
b774e22d8e feat make it configurable to generate alias reexports (#53937)
3e1384048e feat support host directives for local compilation mode (#53877)
a592904c69 fix allow custom/duplicate decorators for @Injectable classes in local compilation mode (#54139)
4b1d948b36 fix consider the case of duplicate Angular decorators in local compilation diagnostics (#54139)
96bcf4fb12 fix forbid custom/duplicate decorator when option forbidOrphanComponents is set (#54139)
64fa5715c6 fix generating extra imports in local compilation mode when cycle is introduced (#53543)
6c8b09468a fix highlight the unresolved element in the @​Component.styles array for the error LOCAL_COMPILATION_UNRESOLVED_CONST (#54230)
0970129e20 fix show proper error for custom decorators in local compilation mode (#53983)
f39cb06418 fix show specific error for unresolved @​Directive.exportAs in local compilation mode (#54230)
f3851b5945 fix show specific error for unresolved @​HostBinding's argument in local compilation mode (#54230)
39ddd884e8 fix show specific error for unresolved @​HostListener's event name in local compilation mode (#54230)
5d633240fd fix show the correct message for the error LOCAL_COMPILATION_UNRESOLVED_CONST when an unresolved symbol used for @​Component.styles (#54230)
58b8a232d6 fix support jumping to definitions of signal-based inputs (#54053)

core

Commit Type Description
702ab28b4c feat add support for model inputs (#54252)
e95ef2cbc6 feat expose queries as signals (#54283)
656bc282e3 fix add toString implementation to signals (#54002)
62b87b4551 fix do not crash for signal query that does not have any matches (#54353)
4b96f370ee fix expose model signal subcribe for type checking purposes (#54357)
744cb1e561 fix return the same children query results if there are no changes (#54392)
6d00115bf4 fix show placeholder block on the server with immediate trigger (#54394)

http

... (truncated)

Commits
  • bbbe477 refactor: migrate animations to prettier formatting (#53977)
  • 5ae85e4 refactor(core): node removal notifies scheduler only when animations are enab...
  • See full diff in compare view

Updates @angular/cdk from 17.1.2 to 17.2.0

Release notes

Sourced from @​angular/cdk's releases.

v17.2.0

17.2.0 "polymer-prism" (2024-02-14)

material-experimental

Commit Description
feat - d16e8ac5de theming: add M3 tokens for pseudo checkbox (#28407)
fix - 4742a175ab theming: Add more tests for M3 theme tokens (#28561)
fix - 1f1dac5e57 theming: Add support for color variants in badge, button-toggle, button, pseudo-checkbox, and chips (#28457)
fix - 08c97ab648 theming: Add support for color variants in option, checkbox, and fab (#28412)
fix - 715877a13d theming: Add support for color variants in progress-spiner, progress-bar, list, form-field, and datepicker (#28451)
fix - 29a1e5d8a1 theming: Add support for color variants in slide-toggle, select, and radio (#28445)
fix - e45e210055 theming: Add support for color variants in tabs and slider (#28417)
fix - 9ab104b804 theming: align dialog with M3
fix - 957bc487bf theming: align fab with M3 spec
fix - ba3680ed48 theming: align M3 icon buttons with spec
fix - 601a745fc8 theming: cap icon button size
fix - 339905c5af theming: disabled radio button incorrect label color (#28415)
fix - b6e0b20e1f theming: Fix chip trailing icon opacity in M3 (#28530)
fix - fdd16e6675 theming: fix filled text field
fix - 06c81e38c7 theming: fix paginator in M3
fix - 59b93b44ab theming: Fix token causing test failure on CI (#28569)
fix - 1e48cd431f theming: fix up M3 checkbox
fix - 056e2221ec theming: implement M3 badge (#28460)
fix - 93f3421538 theming: incorrect track color for alternate progress bar palettes (#28484)
fix - 935eda0872 theming: incorrect validation for density scale
fix - 8fab89229d theming: Make color API back-cmpat styles available (#28526)
fix - f1deb30a17 theming: Make M3 work with typography-hierarchy (#28540)
fix - 5f1a7ea1ee theming: resolve M3 issues in mat-option (#28482)
fix - dabb96765a theming: set up core theme and app tokens (#28431)
fix - d26a51e3a5 theming: set up internal form field in M3 (#28414)
fix - 42f2cc9ad8 theming: set up padding tokens
fix - 0da585f730 theming: Update color palettes (#28472)

material

Commit Description
fix - 99a4e2a10f button-toggle: Add remaining typography tokens needed for M3 (#28578)
fix - e05795dde0 button: calculate icon button padding based on tokens
fix - a496855f30 button: generate separate tokens for mini fab
fix - cbeeb3ae17 checkbox: use token for disabled label color
fix - 0a1c8eedb4 chips: Tokenize chip outline and disabled opacity (#28488)
fix - 58764afec2 chips: Tokenize the hover & focus overlays (#28497)
fix - 32f86e48e1 chips: Tokenize the selected state (#28498)
fix - 1dcc195853 core: ensure that option inherits container background
fix - 873c8e97dc datepicker: fix M3 styles (#28556)
fix - 8ac58ff328 datepicker: fix touchui shadow and border-radius (#28577)
fix - 92ab097987 datepicker: use direction-agnostic text-align
fix - 0edc47673f form-field: container height in lower densities (#28546)
fix - b1f281cab5 list: ensure leading icon scales with token
fix - 306c2424f7 list: indexOf usage incorreect for active focus reset (#28531)

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

17.2.0 "polymer-prism" (2024-02-14)

cdk

Commit Type Description
55eeee3516 fix listbox: unable to tab in if active option is removed (#28583)
2f7aaaa220 fix table: error if outlets are assigned too early (#28551)

material

Commit Type Description
99a4e2a10f fix button-toggle: Add remaining typography tokens needed for M3 (#28578)
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
0a1c8eedb4 fix chips: Tokenize chip outline and disabled opacity (#28488)
58764afec2 fix chips: Tokenize the hover & focus overlays (#28497)
32f86e48e1 fix chips: Tokenize the selected state (#28498)
1dcc195853 fix core: ensure that option inherits container background
873c8e97dc fix datepicker: fix M3 styles (#28556)
8ac58ff328 fix datepicker: fix touchui shadow and border-radius (#28577)
92ab097987 fix datepicker: use direction-agnostic text-align
0edc47673f fix form-field: container height in lower densities (#28546)
b1f281cab5 fix list: ensure leading icon scales with token
306c2424f7 fix list: indexOf usage incorreect for active focus reset (#28531)
75955eb9b4 fix list: match leading icon size in M3 to spec
b8327cd92c fix list: tokenize active-indicator (#28586)
ba05521005 fix list: tokenize space around leading icon
0d88889452 fix list: use direction-agnostic text-align
46fe83f21f fix list: use transparent background for M3 (#28504)
044c9ba648 fix menu: prevent icon from collapsing when text is long (#28541)
47c55925c0 fix menu: Update token values and styles for M3 (#28470)
a656164255 fix progress-bar: incorrect alignment if direction is set on element
f6d3f1bc21 fix schematics: import async animations and remove deprecated function usages (#28424)
fbf2ef3fcb fix select: fix m3 arrow alignment (#28545)
fca43aa49b fix select: styles for m3 (#28492)
d799c044a7 fix slide-toggle: fix m3 slide-toggle handle (#28503)
130afedf1c fix slide-toggle: m3 slide-toggle track (#28539)
63c6b841b4 fix slide-toggle: m3 track outline and handle opacity (#28565)
2455a42d3c fix stepper: Update token values for M3 and add color variant support (#28430)
f9621a7c8c fix tabs: prevent page scroll on space press (#28532)

material-experimental

Commit Type Description
d16e8ac5de feat theming: add M3 tokens for pseudo checkbox (#28407)
4742a175ab fix theming: Add more tests for M3 theme tokens (#28561)
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

... (truncated)

Commits
  • 9fa7c6e release: cut the v17.2.0 release
  • b8327cd fix(material/list): tokenize active-indicator (#28586)
  • af972c1 build: Update Angular to 17.2.0 (#28594)
  • da9680c docs: Add better documentation and errors regarding including theme mixins at...
  • 73cbb47 docs: add blurb of M2 support (#28592)
  • 99a4e2a fix(material/button-toggle): Add remaining typography tokens needed for M3 (#...
  • 743dd37 build: reduce implicit timeouts in webdriver test (#28589)
  • d4870a1 build: Update angular versions (#28587)
  • 8ac58ff fix(material/datepicker): fix touchui shadow and border-radius (#28577)
  • 55eeee3 fix(cdk/listbox): unable to tab in if active option is removed (#28583)
  • Additional commits viewable in compare view

Updates @angular/common from 17.1.3 to 17.2.1

Release notes

Sourced from @​angular/common's releases.

v17.2.1

17.2.1 (2024-02-14)

compiler-cli

Commit Description
fix - 7234824228 fix broken version detection condition (#54443)

v17.2.0

17.2.0 (2024-02-14)

common

Commit Description
feat - 03c3b3eb79 add Netlify image loader (#54311)
feat - f5c520b836 add placeholder to NgOptimizedImage (#53783)

compiler

Commit Description
feat - 47e6e84101 Add a TSConfig option useTemplatePipeline (#54057)
feat - 66e940aebf scope selectors in @​starting-style (#53943)
fix - 7b4d275f49 Fix the template pipeline option (#54148)

compiler-cli

Commit Description
feat - 7e861c640e generate extra imports for component local dependencies in local mode (#53543)
feat - 3263df23f2 generate global imports in local compilation mode (#53543)
feat - b774e22d8e make it configurable to generate alias reexports (#53937)
feat - 3e1384048e support host directives for local compilation mode (#53877)
fix - a592904c69 allow custom/duplicate decorators for @Injectable classes in local compilation mode (#54139)
fix - 4b1d948b36 consider the case of duplicate Angular decorators in local compilation diagnostics (#54139)
fix - 96bcf4fb12 forbid custom/duplicate decorator when option forbidOrphanComponents is set (#54139)
fix - 64fa5715c6 generating extra imports in local compilation mode when cycle is introduced (#53543)
fix - 6c8b09468a highlight the unresolved element in the @​Component.styles array for the error LOCAL_COMPILATION_UNRESOLVED_CONST (#54230)
fix - 0970129e20 show proper error for custom decorators in local compilation mode (#53983)
fix - f39cb06418 show specific error for unresolved @​Directive.exportAs in local compilation mode (#54230)
fix - f3851b5945 show specific error for unresolved @​HostBinding's argument in local compilation mode (#54230)
fix - 39ddd884e8 show specific error for unresolved @​HostListener's event name in local compilation mode (#54230)
fix - 5d633240fd show the correct message for the error LOCAL_COMPILATION_UNRESOLVED_CONST when an unresolved symbol used for @​Component.styles (#54230)
fix - 58b8a232d6 support jumping to definitions of signal-based inputs (#54053)

core

Commit Description
feat - 702ab28b4c add support for model inputs (#54252)
feat - e95ef2cbc6 expose queries as signals (#54283)
fix - 656bc282e3 add toString implementation to signals (#54002)
fix - 62b87b4551 do not crash for signal query that does not have any matches (#54353)
fix - 4b96f370ee expose model signal subcribe for type checking purposes (#54357)
fix - 744cb1e561 return the same children query results if there are no changes (#54392)
fix - 6d00115bf4 show placeholder block on the server with immediate trigger (#54394)

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

17.2.1 (2024-02-14)

compiler-cli

Description has been truncated

Commit Type Description
7234824228 fix fix broken version detection condition (#54443)

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.3` | `17.2.1` |
| [@angular/cdk](https://github.com/angular/components) | `17.1.2` | `17.2.0` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `17.1.3` | `17.2.1` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `17.1.3` | `17.2.1` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `17.1.3` | `17.2.1` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `17.1.3` | `17.2.1` |
| [@angular/material](https://github.com/angular/components) | `17.1.2` | `17.2.0` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `17.1.3` | `17.2.1` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `17.1.3` | `17.2.1` |
| [@angular/platform-server](https://github.com/angular/angular/tree/HEAD/packages/platform-server) | `17.1.3` | `17.2.1` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `17.1.3` | `17.2.1` |
| [@ngx-env/builder](https://github.com/chihab/ngx-env) | `17.1.2` | `17.1.3` |
| [zone.js](https://github.com/angular/angular/tree/HEAD/packages/zone.js) | `0.14.3` | `0.14.4` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `17.1.3` | `17.2.0` |
| [@angular/cli](https://github.com/angular/angular-cli) | `17.1.3` | `17.2.0` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `17.1.3` | `17.2.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.11.17` | `20.11.19` |


Updates `@angular/animations` from 17.1.3 to 17.2.1
- [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.2.1/packages/animations)

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

Updates `@angular/common` from 17.1.3 to 17.2.1
- [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.2.1/packages/common)

Updates `@angular/compiler` from 17.1.3 to 17.2.1
- [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.2.1/packages/compiler)

Updates `@angular/core` from 17.1.3 to 17.2.1
- [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.2.1/packages/core)

Updates `@angular/forms` from 17.1.3 to 17.2.1
- [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.2.1/packages/forms)

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

Updates `@angular/platform-browser` from 17.1.3 to 17.2.1
- [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.2.1/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 17.1.3 to 17.2.1
- [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.2.1/packages/platform-browser-dynamic)

Updates `@angular/platform-server` from 17.1.3 to 17.2.1
- [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.2.1/packages/platform-server)

Updates `@angular/router` from 17.1.3 to 17.2.1
- [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.2.1/packages/router)

Updates `@ngx-env/builder` from 17.1.2 to 17.1.3
- [Release notes](https://github.com/chihab/ngx-env/releases)
- [Changelog](https://github.com/chihab/dotenv-run/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/chihab/ngx-env/compare/@ngx-env/[email protected]...@ngx-env/[email protected])

Updates `zone.js` from 0.14.3 to 0.14.4
- [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.14.4/packages/zone.js)

Updates `@angular-devkit/build-angular` from 17.1.3 to 17.2.0
- [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.3...17.2.0)

Updates `@angular/cli` from 17.1.3 to 17.2.0
- [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.3...17.2.0)

Updates `@angular/compiler-cli` from 17.1.3 to 17.2.1
- [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.2.1/packages/compiler-cli)

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

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: update-npm-dependencies
- dependency-name: "@angular/cdk"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: update-npm-dependencies
- dependency-name: "@angular/common"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: update-npm-dependencies
- dependency-name: "@angular/compiler"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: update-npm-dependencies
- dependency-name: "@angular/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: update-npm-dependencies
- dependency-name: "@angular/forms"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: update-npm-dependencies
- dependency-name: "@angular/material"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: update-npm-dependencies
- dependency-name: "@angular/platform-browser"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: update-npm-dependencies
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: update-npm-dependencies
- dependency-name: "@angular/platform-server"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: update-npm-dependencies
- dependency-name: "@angular/router"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: update-npm-dependencies
- dependency-name: "@ngx-env/builder"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: update-npm-dependencies
- dependency-name: zone.js
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: update-npm-dependencies
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: update-npm-dependencies
- dependency-name: "@angular/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: update-npm-dependencies
- dependency-name: "@angular/compiler-cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: update-npm-dependencies
- dependency-name: "@types/node"
  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 19, 2024 03:07
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 19, 2024
Copy link

coderabbitai bot commented Feb 19, 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 changed the title Build(deps): bump the update-npm-dependencies group in /AdminUi/src/AdminUi/ClientApp with 17 updates Admin UI: update npm dependencies Feb 19, 2024
@tnotheis tnotheis merged commit 1fe64aa into main Feb 19, 2024
16 checks passed
@tnotheis tnotheis deleted the dependabot/npm_and_yarn/AdminUi/src/AdminUi/ClientApp/update-npm-dependencies-42043ecc34 branch February 19, 2024 06:26
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.

1 participant