luxtorpeda-dev / packages

Package build scripts and support for luxtorpeda client
https://luxtorpeda.org
zlib License
35 stars 28 forks source link

Bump the angular group in /webui with 13 updates #1165

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps the angular group in /webui with 13 updates:

Package From To
@angular/animations 17.3.1 17.3.2
@angular/cdk 17.3.1 17.3.2
@angular/common 17.3.1 17.3.2
@angular/compiler 17.3.1 17.3.2
@angular/core 17.3.1 17.3.2
@angular/forms 17.3.1 17.3.2
@angular/material 17.3.1 17.3.2
@angular/platform-browser 17.3.1 17.3.2
@angular/platform-browser-dynamic 17.3.1 17.3.2
@angular/router 17.3.1 17.3.2
@angular-devkit/build-angular 17.3.1 17.3.2
@angular/cli 17.3.1 17.3.2
@angular/compiler-cli 17.3.1 17.3.2

Updates @angular/animations from 17.3.1 to 17.3.2

Release notes

Sourced from @​angular/animations's releases.

v17.3.2

17.3.2 (2024-03-28)

compiler

Commit Description
fix - 2b7bad5151 invoke method-based tracking function with context (#54960)

compiler-cli

Commit Description
fix - b478dfbfda report errors when initializer APIs are used on private fields (#55070)

core

Commit Description
fix - 708ba8115f establish proper injector resolution order for @defer blocks (#55079)

http

Commit Description
fix - cb433af0e1 include transferCache when cloning HttpRequest (#54939)
fix - 64f202cab9 manage different body types for caching POST requests (#54980)

migrations

Commit Description
fix - 2f9d94bc4a account for variables in imports initializer (#55081)

router

Commit Description
fix - 365fd50407 RouterLinkActive will always remove active classes when links are not active (#54982)
Changelog

Sourced from @​angular/animations's changelog.

17.3.2 (2024-03-28)

compiler

Commit Type Description
2b7bad5151 fix invoke method-based tracking function with context (#54960)

compiler-cli

Commit Type Description
b478dfbfda fix report errors when initializer APIs are used on private fields (#55070)

core

Commit Type Description
708ba8115f fix establish proper injector resolution order for @defer blocks (#55079)

http

Commit Type Description
cb433af0e1 fix include transferCache when cloning HttpRequest (#54939)
64f202cab9 fix manage different body types for caching POST requests (#54980)

migrations

Commit Type Description
2f9d94bc4a fix account for variables in imports initializer (#55081)

router

Commit Type Description
365fd50407 fix RouterLinkActive will always remove active classes when links are not active (#54982)

18.0.0-next.1 (2024-03-20)

Breaking Changes

platform-browser-dynamic

  • No longer used RESOURCE_CACHE_PROVIDER APIs have been removed.

platform-server

  • deprecated platformDynamicServer has been removed. Add an import @angular/compiler and replace the usage with platformServer

  • deprecated ServerTransferStateModule has been removed. TransferState can be use without providing this module.

  • deprecated useAbsoluteUrl and baseUrl been removed from PlatformConfig. Provide and absolute url instead.

  • Legacy handling or Node.js URL parsing has been removed from ServerPlatformLocation.

    The main differences are;

    • pathname is always suffixed with a /.
    • port is empty when http: protocol and port in url is 80
    • port is empty when https: protocol and port in url is 443

router

  • This change allows Route.redirectTo to be a function in addition to the previous string. Code which expects redirectTo to only be a string on Route objects will need to be adjusted.

compiler

| Commit | Type | Description |

... (truncated)

Commits


Updates @angular/cdk from 17.3.1 to 17.3.2

Release notes

Sourced from @​angular/cdk's releases.

v17.3.2

17.3.2 "benitoite-biscuit" (2024-03-28)

material

Commit Description
fix - aee721ec6 chips: use concrete value for remove icon size (#28751)
fix - 4ca9ac56b datepicker: datepicker row count inaccurate for screen reader (#28760)

cdk

Commit Description
fix - de2388190 a11y: support signals in ListKeyManager (#28757)
fix - 38a12a9f0 listbox: improve SSR compatibility by adding an _isBrowser check before calling _setPreviousActiveOptionAsActiveOptionOnWindowBlur (#28746)
Changelog

Sourced from @​angular/cdk's changelog.

17.3.2 "benitoite-biscuit" (2024-03-28)

cdk

Commit Type Description
de2388190 fix a11y: support signals in ListKeyManager (#28757)
38a12a9f0 fix listbox: improve SSR compatibility by adding an _isBrowser check before calling _setPreviousActiveOptionAsActiveOptionOnWindowBlur (#28746)

material

Commit Type Description
aee721ec6 fix chips: use concrete value for remove icon size (#28751)
4ca9ac56b fix datepicker: datepicker row count inaccurate for screen reader (#28760)

18.0.0-next.2 "gahnite-globe" (2024-03-28)

cdk

Commit Type Description
da980a80b fix a11y: support signals in ListKeyManager (#28757)
9c4e451da fix listbox: improve SSR compatibility by adding an _isBrowser check before calling _setPreviousActiveOptionAsActiveOptionOnWindowBlur (#28746)

material

Commit Type Description
4473a379f feat core: add prebuilt themes based on M3
b312b9491 feat schematics: use M3 themes in schematics
b9d4048c5 fix chips: use concrete value for remove icon size (#28751)
457ce698f fix datepicker: datepicker row count inaccurate for screen reader (#28760)

material-experimental

Commit Type Description
c345df788 feat theming: add mixin for customizing checkbox tokens (#28759)
c932512ba fix theming: avoid re-emitting the same tokens from the backwards-compatibility styles

18.0.0-next.1 "basalt-solitude" (2024-03-20)

cdk

Commit Type Description
9343131450 fix drag-drop: optionally inject parent drag in preview and placeholder (#28750)
108cce33bf fix overlay: Remove use of zone onStable to detach content (#28740)

Commits
  • 58faa94 release: cut the v17.3.2 release
  • a8ab193 build: match Node version with main (#28796)
  • 4ca9ac5 fix(material/datepicker): datepicker row count inaccurate for screen reader (...
  • 4e32a4f refactor(cdk/a11y): un-deprecate focus trap (#28768)
  • 7ef32f5 ci: move saucelabs and browserstack to regular CI jobs (#28765)
  • dd7eb2c build: update scorecard config (#28763)
  • de23881 fix(cdk/a11y): support signals in ListKeyManager (#28757)
  • edddab0 docs(material-experimental/theming): fix customizing typography (#28671)
  • aee721e fix(material/chips): use concrete value for remove icon size (#28751)
  • 38a12a9 fix(cdk/listbox): improve SSR compatibility by adding an _isBrowser check bef...
  • See full diff in compare view


Updates @angular/common from 17.3.1 to 17.3.2

Release notes

Sourced from @​angular/common's releases.

v17.3.2

17.3.2 (2024-03-28)

compiler

Commit Description
fix - 2b7bad5151 invoke method-based tracking function with context (#54960)

compiler-cli

Commit Description
fix - b478dfbfda report errors when initializer APIs are used on private fields (#55070)

core

Commit Description
fix - 708ba8115f establish proper injector resolution order for @defer blocks (#55079)

http

Commit Description
fix - cb433af0e1 include transferCache when cloning HttpRequest (#54939)
fix - 64f202cab9 manage different body types for caching POST requests (#54980)

migrations

Commit Description
fix - 2f9d94bc4a account for variables in imports initializer (#55081)

router

Commit Description
fix - 365fd50407 RouterLinkActive will always remove active classes when links are not active (#54982)
Changelog

Sourced from @​angular/common's changelog.

17.3.2 (2024-03-28)

compiler

Commit Type Description
2b7bad5151 fix invoke method-based tracking function with context (#54960)

compiler-cli

Commit Type Description
b478dfbfda fix report errors when initializer APIs are used on private fields (#55070)

core

Commit Type Description
708ba8115f fix establish proper injector resolution order for @defer blocks (#55079)

http

Commit Type Description
cb433af0e1 fix include transferCache when cloning HttpRequest (#54939)
64f202cab9 fix manage different body types for caching POST requests (#54980)

migrations

Commit Type Description
2f9d94bc4a fix account for variables in imports initializer (#55081)

router

Commit Type Description
365fd50407 fix RouterLinkActive will always remove active classes when links are not active (#54982)

18.0.0-next.1 (2024-03-20)

Breaking Changes

platform-browser-dynamic

  • No longer used RESOURCE_CACHE_PROVIDER APIs have been removed.

platform-server

  • deprecated platformDynamicServer has been removed. Add an import @angular/compiler and replace the usage with platformServer

  • deprecated ServerTransferStateModule has been removed. TransferState can be use without providing this module.

  • deprecated useAbsoluteUrl and baseUrl been removed from PlatformConfig. Provide and absolute url instead.

  • Legacy handling or Node.js URL parsing has been removed from ServerPlatformLocation.

    The main differences are;

    • pathname is always suffixed with a /.
    • port is empty when http: protocol and port in url is 80
    • port is empty when https: protocol and port in url is 443

router

  • This change allows Route.redirectTo to be a function in addition to the previous string. Code which expects redirectTo to only be a string on Route objects will need to be adjusted.

compiler

| Commit | Type | Description |

... (truncated)

Commits
  • 8958e0b Revert "fix(http): exclude caching for authenticated HTTP requests (#54746)" ...
  • 4bb332e refactor(common): request low quality placeholder images (#54899)
  • 64f202c fix(http): manage different body types for caching POST requests (#54980)
  • 1f7e81a refactor(http): use nullish coalescing operator in HttpRequest.clone() (#54939)
  • cb433af fix(http): include transferCache when cloning HttpRequest (#54939)
  • See full diff in compare view


Updates @angular/compiler from 17.3.1 to 17.3.2

Release notes

Sourced from @​angular/compiler's releases.

v17.3.2

17.3.2 (2024-03-28)

compiler

Commit Description
fix - 2b7bad5151 invoke method-based tracking function with context (#54960)

compiler-cli

Commit Description
fix - b478dfbfda report errors when initializer APIs are used on private fields (#55070)

core

Commit Description
fix - 708ba8115f establish proper injector resolution order for @defer blocks (#55079)

http

Commit Description
fix - cb433af0e1 include transferCache when cloning HttpRequest (#54939)
fix - 64f202cab9 manage different body types for caching POST requests (#54980)

migrations

Commit Description
fix - 2f9d94bc4a account for variables in imports initializer (#55081)

router

Commit Description
fix - 365fd50407 RouterLinkActive will always remove active classes when links are not active (#54982)
Changelog

Sourced from @​angular/compiler's changelog.

17.3.2 (2024-03-28)

compiler

Commit Type Description
2b7bad5151 fix invoke method-based tracking function with context (#54960)

compiler-cli

Commit Type Description
b478dfbfda fix report errors when initializer APIs are used on private fields (#55070)

core

Commit Type Description
708ba8115f fix establish proper injector resolution order for @defer blocks (#55079)

http

Commit Type Description
cb433af0e1 fix include transferCache when cloning HttpRequest (#54939)
64f202cab9 fix manage different body types for caching POST requests (#54980)

migrations

Commit Type Description
2f9d94bc4a fix account for variables in imports initializer (#55081)

router

Commit Type Description
365fd50407 fix RouterLinkActive will always remove active classes when links are not active (#54982)

18.0.0-next.1 (2024-03-20)

Breaking Changes

platform-browser-dynamic

  • No longer used RESOURCE_CACHE_PROVIDER APIs have been removed.

platform-server

  • deprecated platformDynamicServer has been removed. Add an import @angular/compiler and replace the usage with platformServer

  • deprecated ServerTransferStateModule has been removed. TransferState can be use without providing this module.

  • deprecated useAbsoluteUrl and baseUrl been removed from PlatformConfig. Provide and absolute url instead.

  • Legacy handling or Node.js URL parsing has been removed from ServerPlatformLocation.

    The main differences are;

    • pathname is always suffixed with a /.
    • port is empty when http: protocol and port in url is 80
    • port is empty when https: protocol and port in url is 443

router

  • This change allows Route.redirectTo to be a function in addition to the previous string. Code which expects redirectTo to only be a string on Route objects will need to be adjusted.

compiler

| Commit | Type | Description |

... (truncated)

Commits


Updates @angular/core from 17.3.1 to 17.3.2

Release notes

Sourced from @​angular/core's releases.

v17.3.2

17.3.2 (2024-03-28)

compiler

Commit Description
fix - 2b7bad5151 invoke method-based tracking function with context (#54960)

compiler-cli

Commit Description
fix - b478dfbfda report errors when initializer APIs are used on private fields (#55070)

core

Commit Description
fix - 708ba8115f establish proper injector resolution order for @defer blocks (#55079)

http

Commit Description
fix - cb433af0e1 include transferCache when cloning HttpRequest (#54939)
fix - 64f202cab9 manage different body types for caching POST requests (#54980)

migrations

Commit Description
fix - 2f9d94bc4a account for variables in imports initializer (#55081)

router

Commit Description
fix - 365fd50407 RouterLinkActive will always remove active classes when links are not active (#54982)
Changelog

Sourced from @​angular/core's changelog.

17.3.2 (2024-03-28)

compiler

Commit Type Description
2b7bad5151 fix invoke method-based tracking function with context (#54960)

compiler-cli

Commit Type Description
b478dfbfda fix report errors when initializer APIs are used on private fields (#55070)

core

Commit Type Description
708ba8115f fix establish proper injector resolution order for @defer blocks (#55079)

http

Commit Type Description
cb433af0e1 fix include transferCache when cloning HttpRequest (#54939)
64f202cab9 fix manage different body types for caching POST requests (#54980)

migrations

Commit Type Description
2f9d94bc4a fix account for variables in imports initializer (#55081)

router

Commit Type Description
365fd50407 fix RouterLinkActive will always remove active classes when links are not active (#54982)

18.0.0-next.1 (2024-03-20)

Breaking Changes

platform-browser-dynamic

  • No longer used RESOURCE_CACHE_PROVIDER APIs have been removed.

platform-server

  • deprecated platformDynamicServer has been removed. Add an import @angular/compiler and replace the usage with platformServer

  • deprecated ServerTransferStateModule has been removed. TransferState can be use without providing this module.

  • deprecated useAbsoluteUrl and baseUrl been removed from PlatformConfig. Provide and absolute url instead.

  • Legacy handling or Node.js URL parsing has been removed from ServerPlatformLocation.

    The main differences are;

    • pathname is always suffixed with a /.
    • port is empty when http: protocol and port in url is 80
    • port is empty when https: protocol and port in url is 443

router

  • This change allows Route.redirectTo to be a function in addition to the previous string. Code which expects redirectTo to only be a string on Route objects will need to be adjusted.

compiler

| Commit | Type | Description |

... (truncated)

Commits
  • 2f9d94b fix(migrations): account for variables in imports initializer (#55081)
  • ee76001 refactor(compiler-cli): support ignoring specific doc entries during extracti...
  • b63afb9 refactor(core): improve API documentation for query initializer APIs (#55053)
  • 658fb0a refactor(core): improve API documentation for output (#55053)
  • f8aa778 refactor(core): improve API documentation for model (#55053)
  • 60ed00a refactor(core): improve API documentation for input after angular.dev suppo...
  • 708ba81 fix(core): establish proper injector resolution order for @defer blocks (#5...
  • 64f202c fix(http): manage different body types for caching POST requests (#54980)
  • 2b7bad5 fix(compiler): invoke method-based tracking function with context (#54960)
  • See full diff in compare view


Updates @angular/forms from 17.3.1 to 17.3.2

Release notes

Sourced from @​angular/forms's releases.

v17.3.2

17.3.2 (2024-03-28)

compiler

Commit Description
fix - 2b7bad5151 invoke method-based tracking function with context (#54960)

compiler-cli

Commit Description
fix - b478dfbfda report errors when initializer APIs are used on private fields (#55070)

core

Commit Description
fix - 708ba8115f establish proper injector resolution order for @defer blocks (#55079)

http

Commit Description
fix - cb433af0e1 include transferCache when cloning HttpRequest (#54939)
fix - 64f202cab9 manage different body types for caching POST requests (#54980)

migrations

Commit Description
fix - 2f9d94bc4a account for variables in imports initializer (#55081)

router

Commit Description
fix - 365fd50407 RouterLinkActive will always remove active classes when links are not active (#54982)
Changelog

Sourced from @​angular/forms's changelog.

17.3.2 (2024-03-28)

compiler

Commit Type Description
2b7bad5151 fix invoke method-based tracking function with context (#54960)

compiler-cli

Commit Type Description
b478dfbfda fix report errors when initializer APIs are used on private fields (#55070)

core

Commit Type Description
708ba8115f fix establish proper injector resolution order for @defer blocks (#55079)

http

Commit Type Description
cb433af0e1 fix include transferCache when cloning HttpRequest (#54939)
64f202cab9 fix manage different body types for caching POST requests (#54980)

migrations

Commit Type Description
2f9d94bc4a fix account for variables in imports initializer (#55081)

router

Commit Type Description
365fd50407 fix RouterLinkActive will always remove active classes when links are not active (#54982)

18.0.0-next.1 (2024-03-20)

Breaking Changes

platform-browser-dynamic

  • No longer used RESOURCE_CACHE_PROVIDER APIs have been removed.

platform-server

  • deprecated platformDynamicServer has been removed. Add an import @angular/compiler and replace the usage with platformServer

  • deprecated ServerTransferStateModule has been removed. TransferState can be use without providing this module.

  • deprecated useAbsoluteUrl and baseUrl been removed from PlatformConfig. Provide and absolute url instead.

  • Legacy handling or Node.js URL parsing has been removed from ServerPlatformLocation.

    The main differences are;

    • pathname is always suffixed with a /.
    • port is empty when http: protocol and port in url is 80
    • port is empty when https: protocol and port in url is 443

router

  • This change allows Route.redirectTo to be a function in addition to the previous string. Code which expects redirectTo to only be a string on Route objects will need to be adjusted.

compiler

| Commit | Type | Description |

... (truncated)

Commits


Updates @angular/material from 17.3.1 to 17.3.2

Release notes

Sourced from @​angular/material's releases.

v17.3.2

17.3.2 "benitoite-biscuit" (2024-03-28)

material

Commit Description
fix - aee721ec6 chips: use concrete value for remove icon size (#28751)
fix - 4ca9ac56b datepicker: datepicker row count inaccurate for screen reader (#28760)

cdk

Commit Description
fix - de2388190 a11y: support signals in ListKeyManager (#28757)
fix - 38a12a9f0 listbox: improve SSR compatibility by adding an _isBrowser check before calling _setPreviousActiveOptionAsActiveOptionOnWindowBlur (#28746)
Changelog

Sourced from @​angular/material's changelog.

17.3.2 "benitoite-biscuit" (2024-03-28)

cdk

Commit Type Description
de2388190 fix a11y: support signals in ListKeyManager (#28757)
38a12a9f0 fix listbox: improve SSR compatibility by adding an _isBrowser check before calling _setPreviousActiveOptionAsActiveOptionOnWindowBlur (#28746)

material

Commit Type Description
aee721ec6 fix chips: use concrete value for remove icon size (#28751)
4ca9ac56b fix datepicker: datepicker row count inaccurate for screen reader (#28760)

18.0.0-next.2 "gahnite-globe" (2024-03-28)

cdk

Commit Type Description
da980a80b fix a11y: support signals in ListKeyManager (#28757)
9c4e451da fix listbox: improve SSR compatibility by adding an _isBrowser check before calling _setPreviousActiveOptionAsActiveOptionOnWindowBlur (#28746)

material

Commit Type Description
4473a379f feat core: add prebuilt themes based on M3
b312b9491 feat schematics: use M3 themes in schematics
b9d4048c5 fix chips: use concrete value for remove icon size (#28751)
457ce698f fix datepicker: datepicker row count inaccurate for screen reader (#28760)

material-experimental

Commit Type Description
c345df788 feat theming: add mixin for customizing checkbox tokens (#28759)
c932512ba fix theming: avoid re-emitting the same tokens from the backwards-compatibility styles

18.0.0-next.1 "basalt-solitude" (2024-03-20)

cdk

Commit ... _Description has been truncated_