jhipster / jhipster-lite

JHipster Lite ⚡ is a development platform to generate, develop & deploy modern web applications & microservices architecture, step by step - using Hexagonal Architecture :gem:
https://www.jhipster.tech/jhipster-lite/
Apache License 2.0
436 stars 198 forks source link

build(deps): bump the angular group in /src/main/resources/generator/dependencies/angular with 6 updates #10201

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 2 weeks ago

Bumps the angular group in /src/main/resources/generator/dependencies/angular with 6 updates:

Package From To
@angular/cdk 18.0.5 18.0.6
@angular/core 18.0.5 18.0.6
@angular/material 18.0.5 18.0.6
@angular-devkit/build-angular 18.0.6 18.0.7
@angular/cli 18.0.6 18.0.7
@angular/compiler-cli 18.0.5 18.0.6

Updates @angular/cdk from 18.0.5 to 18.0.6

Release notes

Sourced from @​angular/cdk's releases.

v18.0.6

18.0.6 "gallium-grape" (2024-07-03)

material

Commit Description
fix - e5c5f151c core: add fallback if ripples get stuck (#29323)
Changelog

Sourced from @​angular/cdk's changelog.

18.0.6 "gallium-grape" (2024-07-03)

material

Commit Type Description
e5c5f151c fix core: add fallback if ripples get stuck (#29323)

18.1.0-next.4 "plastic-pliers" (2024-06-26)

cdk

Commit Type Description
5f7680f76f fix a11y: Make focus-trap behavior consistent across zoneful/zoneless (#29225)

material

Commit Type Description
5da528e44d feat button: allow button color to be configured through DI (#29297)
d9181b53a4 fix button-toggle: skip disabled buttons during keyboard navigation (#29308)
f67ffa5c0f fix button: stack icons on top of touch target (#29291)
e74065ad94 fix datepicker: avoid losing focus when re-rendering the current view (#29287)
36c627beaf fix sidenav: not closing on escape key press (#29292)

multiple

Commit Type Description
aa17c2d128 fix remove workarounds for formControl directive (#29296)

Commits
  • 3a6817f release: cut the v18.0.6 release
  • bffec39 ci: fix lint issue (#29368)
  • e2f578a refactor(material/chips): simplify structural styles (#29357)
  • cd4b85d refactor(multiple): remove external ripple values
  • 8b16803 refactor(multiple): remove usages of external density utilities
  • aa4932e refactor(multiple): remove dependency on external typography utilities
  • 7d77f41 build: allow rem units
  • 1ce0a21 refactor(material/core): consolidate elevation usages
  • 316a2dc refactor(material/button): simplify FAB structural styles (#29353)
  • ce20aa2 refactor(material/button): simplify icon button structural styles (#29342)
  • Additional commits viewable in compare view


Updates @angular/core from 18.0.5 to 18.0.6

Release notes

Sourced from @​angular/core's releases.

v18.0.6

18.0.6 (2024-07-03)

common

Commit Description
fix - a55719f55e Don't run preconnect assertion on the server. (#56213)

core

Commit Description
fix - 4909844805 establish proper defer injector hierarchy for components attached to ApplicationRef (#56763)
fix - fec5b80aaf support injection of object with null constructor. (#56553)

router

Commit Description
fix - b7d3ecc873 routes should not get stale providers (#56798)
Changelog

Sourced from @​angular/core's changelog.

18.0.6 (2024-07-03)

common

Commit Type Description
a55719f55e fix Don't run preconnect assertion on the server. (#56213)

core

Commit Type Description
4909844805 fix establish proper defer injector hierarchy for components attached to ApplicationRef (#56763)
fec5b80aaf fix support injection of object with null constructor. (#56553)

router

Commit Type Description
b7d3ecc873 fix routes should not get stale providers (#56798)

18.1.0-rc.0 (2024-07-01)

common

Commit Type Description
39e48ce675 fix Don't run preconnect assertion on the server. (#56213)
f25653e231 fix typo in NgOptimizedImage warning (#56756)

compiler

Commit Type Description
fd6cd0422d feat Add extended diagnostic to warn when there are uncalled functions in event bindings (#56295)
341a116d61 fix allow more characters in let declaration name (#56764)
2a1291e942 fix give precedence to local let declarations over parent ones (#56752)

compiler-cli

Commit Type Description
4d18c5bfd5 fix flag all conflicts between let declarations and local symbols (#56752)
5996502921 fix type check let declarations nested inside nodes (#56752)

Commits
  • 4909844 fix(core): establish proper defer injector hierarchy for components attached ...
  • fec5b80 fix(core): support injection of object with null constructor. (#56553)
  • fdd8fb0 refactor(core): Add an ngOnDestroy to GlobalEventDelegation. (#56762)
  • 5d52819 refactor(core): Set the jsaction cache directly instead of using jsaction att...
  • 4267082 refactor(core): export additional methods from primitives/signals (#56759)
  • be6d9c5 refactor(core): Remove dom.ts and use native Element.prototype.contains. (#56...
  • 3ba2b15 refactor(core): Remove ActionResolver code from EventContract (#56723)
  • 1d7a3c4 refactor(core): Remove attribute, char, and property values for ActionFlow. (...
  • 819f27e docs: replace @link with absolute link. (#56557)
  • 64f6860 test(core): Add testing for defer error block (#56561)
  • Additional commits viewable in compare view


Updates @angular/material from 18.0.5 to 18.0.6

Release notes

Sourced from @​angular/material's releases.

v18.0.6

18.0.6 "gallium-grape" (2024-07-03)

material

Commit Description
fix - e5c5f151c core: add fallback if ripples get stuck (#29323)
Changelog

Sourced from @​angular/material's changelog.

18.0.6 "gallium-grape" (2024-07-03)

material

Commit Type Description
e5c5f151c fix core: add fallback if ripples get stuck (#29323)

18.1.0-next.4 "plastic-pliers" (2024-06-26)

cdk

Commit Type Description
5f7680f76f fix a11y: Make focus-trap behavior consistent across zoneful/zoneless (#29225)

material

Commit Type Description
5da528e44d feat button: allow button color to be configured through DI (#29297)
d9181b53a4 fix button-toggle: skip disabled buttons during keyboard navigation (#29308)
f67ffa5c0f fix button: stack icons on top of touch target (#29291)
e74065ad94 fix datepicker: avoid losing focus when re-rendering the current view (#29287)
36c627beaf fix sidenav: not closing on escape key press (#29292)

multiple

Commit Type Description
aa17c2d128 fix remove workarounds for formControl directive (#29296)

Commits
  • 3a6817f release: cut the v18.0.6 release
  • bffec39 ci: fix lint issue (#29368)
  • e2f578a refactor(material/chips): simplify structural styles (#29357)
  • cd4b85d refactor(multiple): remove external ripple values
  • 8b16803 refactor(multiple): remove usages of external density utilities
  • aa4932e refactor(multiple): remove dependency on external typography utilities
  • 7d77f41 build: allow rem units
  • 1ce0a21 refactor(material/core): consolidate elevation usages
  • 316a2dc refactor(material/button): simplify FAB structural styles (#29353)
  • ce20aa2 refactor(material/button): simplify icon button structural styles (#29342)
  • Additional commits viewable in compare view


Updates @angular-devkit/build-angular from 18.0.6 to 18.0.7

Release notes

Sourced from @​angular-devkit/build-angular's releases.

v18.0.7

18.0.7 (2024-07-03)

@​angular/cli

Commit Description
fix - 67bf90131 make ng update to keep newline at the end of package.json

@​angular-devkit/build-angular

Commit Description
fix - 9b43ecbd0 reduce the number of max workers to available CPUs minus one
fix - 03dad6806 rollback terser to 5.29.2

@​angular/build

Commit Description
fix - fc928f638 correctly name entry points to match budgets
fix - 2d51e8607 redirect to path with trailing slash for asset directories
fix - 16f1c1e01 reduce the number of max workers to available CPUs minus one
Changelog

Sourced from @​angular-devkit/build-angular's changelog.

18.0.7 (2024-07-03)

@​angular/cli

Commit Type Description
67bf90131 fix make ng update to keep newline at the end of package.json

@​angular-devkit/build-angular

Commit Type Description
9b43ecbd0 fix reduce the number of max workers to available CPUs minus one
03dad6806 fix rollback terser to 5.29.2

@​angular/build

Commit Type Description
fc928f638 fix correctly name entry points to match budgets
2d51e8607 fix redirect to path with trailing slash for asset directories
16f1c1e01 fix reduce the number of max workers to available CPUs minus one

18.1.0-rc.0 (2024-06-26)

@​angular/build

Commit Type Description
3e359da8d fix address rxjs undefined issues during SSR prebundling
1e8fd70c6 fix show JavaScript cache store initialization warning

Commits
  • 092019a release: cut the v18.0.7 release
  • 03dad68 fix(@​angular-devkit/build-angular): rollback terser to 5.29.2
  • 9b43ecb fix(@​angular-devkit/build-angular): reduce the number of max workers to avail...
  • 16f1c1e fix(@​angular/build): reduce the number of max workers to available CPUs minus...
  • 2d51e86 fix(@​angular/build): redirect to path with trailing slash for asset directories
  • 67bf901 fix(@​angular/cli): make ng update to keep newline at the end of package.json
  • fc928f6 fix(@​angular/build): correctly name entry points to match budgets
  • See full diff in compare view


Updates @angular/cli from 18.0.6 to 18.0.7

Release notes

Sourced from @​angular/cli's releases.

v18.0.7

18.0.7 (2024-07-03)

@​angular/cli

Commit Description
fix - 67bf90131 make ng update to keep newline at the end of package.json

@​angular-devkit/build-angular

Commit Description
fix - 9b43ecbd0 reduce the number of max workers to available CPUs minus one
fix - 03dad6806 rollback terser to 5.29.2

@​angular/build

Commit Description
fix - fc928f638 correctly name entry points to match budgets
fix - 2d51e8607 redirect to path with trailing slash for asset directories
fix - 16f1c1e01 reduce the number of max workers to available CPUs minus one
Changelog

Sourced from @​angular/cli's changelog.

18.0.7 (2024-07-03)

@​angular/cli

Commit Type Description
67bf90131 fix make ng update to keep newline at the end of package.json

@​angular-devkit/build-angular

Commit Type Description
9b43ecbd0 fix reduce the number of max workers to available CPUs minus one
03dad6806 fix rollback terser to 5.29.2

@​angular/build

Commit Type Description
fc928f638 fix correctly name entry points to match budgets
2d51e8607 fix redirect to path with trailing slash for asset directories
16f1c1e01 fix reduce the number of max workers to available CPUs minus one

18.1.0-rc.0 (2024-06-26)

@​angular/build

Commit Type Description
3e359da8d fix address rxjs undefined issues during SSR prebundling
1e8fd70c6 fix show JavaScript cache store initialization warning

Commits
  • 092019a release: cut the v18.0.7 release
  • 03dad68 fix(@​angular-devkit/build-angular): rollback terser to 5.29.2
  • 9b43ecb fix(@​angular-devkit/build-angular): reduce the number of max workers to avail...
  • 16f1c1e fix(@​angular/build): reduce the number of max workers to available CPUs minus...
  • 2d51e86 fix(@​angular/build): redirect to path with trailing slash for asset directories
  • 67bf901 fix(@​angular/cli): make ng update to keep newline at the end of package.json
  • fc928f6 fix(@​angular/build): correctly name entry points to match budgets
  • See full diff in compare view


Updates @angular/compiler-cli from 18.0.5 to 18.0.6

Release notes

Sourced from @​angular/compiler-cli's releases.

v18.0.6

18.0.6 (2024-07-03)

common

Commit Description
fix - a55719f55e Don't run preconnect assertion on the server. (#56213)

core

Commit Description
fix - 4909844805 establish proper defer injector hierarchy for components attached to ApplicationRef (#56763)
fix - fec5b80aaf support injection of object with null constructor. (#56553)

router

Commit Description
fix - b7d3ecc873 routes should not get stale providers (#56798)
Changelog

Sourced from @​angular/compiler-cli's changelog.

18.0.6 (2024-07-03)

common

Commit Type Description
a55719f55e fix Don't run preconnect assertion on the server. (#56213)

core

Commit Type Description
4909844805 fix establish proper defer injector hierarchy for components attached to ApplicationRef (#56763)
fec5b80aaf fix support injection of object with null constructor. (#56553)

router

Commit Type Description
b7d3ecc873 fix routes should not get stale providers (#56798)

18.1.0-rc.0 (2024-07-01)

common

Commit Type Description
39e48ce675 fix Don't run preconnect assertion on the server. (#56213)
f25653e231 fix typo in NgOptimizedImage warning (#56756)

compiler

Commit Type Description
fd6cd0422d feat Add extended diagnostic to warn when there are uncalled functions in event bindings (#56295)
341a116d61 fix allow more characters in let declaration name (#56764)
2a1291e942 fix give precedence to local let declarations over parent ones (#56752)

compiler-cli

Commit Type Description
4d18c5bfd5 fix flag all conflicts between let declarations and local symbols (#56752)
5996502921 fix type check let declarations nested inside nodes (#56752)

Commits
  • 11f066b refactor(compiler-cli): support running JIT transforms as part of tsickle emi...
  • See full diff 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions