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

chore(deps): bump the angular group in /src/main/resources/generator/dependencies/angular with 4 updates #9397

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 29, 2024

Bumps the angular group in /src/main/resources/generator/dependencies/angular with 4 updates: @angular/cdk, @angular/core, @angular/material and @angular/compiler-cli.

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/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/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 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/compiler-cli from 17.3.1 to 17.3.2

Release notes

Sourced from @​angular/compiler-cli'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-cli'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
  • ee76001 refactor(compiler-cli): support ignoring specific doc entries during extracti...
  • 60ed00a refactor(core): improve API documentation for input after angular.dev suppo...
  • aeb20f9 refactor(compiler-cli): support extracting initializer API functions (#55053)
  • 5b67c94 refactor(compiler-cli): improve error message for uncaught `FatalDiagnosticEr...
  • b478dfb fix(compiler-cli): report errors when initializer APIs are used on private fi...
  • 75d1cae refactor(compiler-cli): support enforcing field access for initializer APIs (...
  • 53fe455 refactor(compiler-cli): reflection should inspect ES private fields and visib...
  • 1470b7d refactor(compiler-cli): expand type of initializer parsing function (#55070)
  • 93ce4d0 refactor(compiler-cli): properly preserve file overview comments (#54983)
  • ed271eb test(compiler-cli): add tests to verify import generation in TCB files/blocks...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the angular group in /src/main/resources/generator/dependencies/angular with 4 updates: [@angular/cdk](https://github.com/angular/components), [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core), [@angular/material](https://github.com/angular/components) and [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli).


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

Updates `@angular/core` from 17.3.1 to 17.3.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.3.2/packages/core)

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

Updates `@angular/compiler-cli` from 17.3.1 to 17.3.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.3.2/packages/compiler-cli)

---
updated-dependencies:
- dependency-name: "@angular/cdk"
  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/material"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/compiler-cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link

codecov bot commented Mar 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (28353ac) to head (252d92f).
Report is 11 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##                main     #9397   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity      2952      2952           
===========================================
  Files            734       734           
  Lines          12801     12801           
  Branches         259       259           
===========================================
  Hits           12801     12801           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions github-actions bot merged commit 3e8f383 into main Mar 29, 2024
38 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/src/main/resources/generator/dependencies/angular/angular-8cb35d3188 branch March 29, 2024 01:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants