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

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 21, 2024

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

Package From To
@angular/cdk 18.0.3 18.0.4
@angular/core 18.0.3 18.0.4
@angular/material 18.0.3 18.0.4
@angular-devkit/build-angular 18.0.4 18.0.5
@angular/cli 18.0.4 18.0.5
@angular/compiler-cli 18.0.3 18.0.4

Updates @angular/cdk from 18.0.3 to 18.0.4

Release notes

Sourced from @​angular/cdk's releases.

v18.0.4

18.0.4 "caesium-carnival" (2024-06-20)

material

Commit Description
fix - 303984fd9 autocomplete: autocomplete panel top is cut off in landscape mode (#28982)
fix - 69ae4040e bottom-sheet: changed after checked error with zoneless (#29277)
fix - 317e371f0 core: generate mat-optgroup tokens in M3 (#29257)
fix - 93bc60964 core: implement elevation classes in M3
fix - 6310016f2 form-field: outline label position (#29138)
fix - ce195dee4 menu: animation issue when same menu is used for multiple nested triggers (#29280)
fix - 9988ef2f5 menu: update elevation logic for M3
fix - bad8f6ad4 paginator: items per page form field touch target size insufficient (#29109)
fix - f834a11d2 tree: aria-expanded attribute should not appear in the leaf node (#29096)

cdk

Commit Description
fix - 8e7ac0804 overlay: incorrectly dispatching outside click for shadow DOM (#29249)
Changelog

Sourced from @​angular/cdk's changelog.

18.0.4 "caesium-carnival" (2024-06-20)

cdk

Commit Type Description
8e7ac0804 fix overlay: incorrectly dispatching outside click for shadow DOM (#29249)

material

Commit Type Description
303984fd9 fix autocomplete: autocomplete panel top is cut off in landscape mode (#28982)
69ae4040e fix bottom-sheet: changed after checked error with zoneless (#29277)
317e371f0 fix core: generate mat-optgroup tokens in M3 (#29257)
93bc60964 fix core: implement elevation classes in M3
6310016f2 fix form-field: outline label position (#29138)
ce195dee4 fix menu: animation issue when same menu is used for multiple nested triggers (#29280)
9988ef2f5 fix menu: update elevation logic for M3
bad8f6ad4 fix paginator: items per page form field touch target size insufficient (#29109)
f834a11d2 fix tree: aria-expanded attribute should not appear in the leaf node (#29096)

18.1.0-next.2 "ivory-infinity" (2024-06-12)

cdk

Commit Type Description
0bc6583892 feat drag-drop: add mixed orientation support

material

Commit Type Description
6f698fa4e2 feat core: add option to configure prefix of system variables (#29139)
e7312037f7 fix dialog: Make autofocus work with animations disabled (#29195)
3b32d0e7c9 fix dialog: Make focus behavior consistent across zoneful/zoneless apps (#29192)
566057b8f5 fix divider: non-text color contrast issues (#28995)
e3abc65d7d fix radio: mark radio-group for check on touch (#29203)
3da43230e6 fix schematics: estimate missing hues in M3 schematic (#29231)
d717de5150 fix snack-bar: fix overrides mixin name typo (#29180)

Commits
  • 0492351 release: cut the v18.0.4 release
  • ce195de fix(material/menu): animation issue when same menu is used for multiple neste...
  • 2dff093 build: configure vscode bazel integration (#29279)
  • 9c3242a Revert "fix(material/form-field): outline label position (#29138)" (#29282)
  • 69ae404 fix(material/bottom-sheet): changed after checked error with zoneless (#29277)
  • 6310016 fix(material/form-field): outline label position (#29138)
  • 401d898 build: fix rootDir (#29274)
  • d2d13db build: show ruler at 100 since we have a lint for it (#29276)
  • 62cbfa0 refactor(material/radio): simplify structural styles (#29271)
  • 45ab85d docs(material/toolbar): minor doc fixes (#29227)
  • Additional commits viewable in compare view

Updates @angular/core from 18.0.3 to 18.0.4

Release notes

Sourced from @​angular/core's releases.

v18.0.4

18.0.4 (2024-06-20)

compiler-cli

Commit Description
fix - ec0d1bf6f3 insert constant statements after the first group of imports (#56431)

core

Commit Description
fix - 83ffa94783 do not activate event replay when no events are registered (#56509)

router

Commit Description
fix - 5578681da2 Delay the view transition to ensure renders in microtasks complete (#56494)
Changelog

Sourced from @​angular/core's changelog.

18.0.4 (2024-06-20)

compiler-cli

Commit Type Description
ec0d1bf6f3 fix insert constant statements after the first group of imports (#56431)

core

Commit Type Description
83ffa94783 fix do not activate event replay when no events are registered (#56509)

router

Commit Type Description
5578681da2 fix Delay the view transition to ensure renders in microtasks complete (#56494)

18.1.0-next.2 (2024-06-12)

benchpress

Commit Type Description
31d9fa40bdb fix adjust supported browser names for headless chrome (#56360)

core

Commit Type Description
ea3c8020565 feat Add a schematic to migrate afterRender phase flag (#55648)
a655e464479 feat Redesign the afterRender & afterNextRender phases API (#55648)
38effcc63ee fix Add back phase flag option as a deprecated API (#55648)
d5c6ee432fc fix async EventEmitter should contribute to app stability (#56308)
4c7d5d8acd8 fix signals should be tracked when embeddedViewRef.detectChanges is called (#55719)

language-service

Commit Type Description
b400e2e4d4c feat autocompletion for the component not imported (#55595)

localize

Commit Type Description
81486c2f477 fix add @angular/localize/init as polyfill in angular.json (#56300)

migrations

Commit Type Description
96aa5c8a2c9 fix resolve error in standalone migration (#56302)

router

Commit Type Description
a13f5da7730 feat Allow UrlTree as an input to routerLink (#56265)

Commits
  • 69e0aa5 refactor(core): use performance API for Event Replay (#56509)
  • 83ffa94 fix(core): do not activate event replay when no events are registered (#56509)
  • 284705f refactor(core): missing space in zoneless warning (#56491)
  • bc655bf refactor(compiler): integrate let declarations into the template pipeline (#5...
  • cc6cd08 refactor(docs-infra): complete removal of aio directory (#56496)
  • 1d48e72 refactor(core): handle incomplete DOCUMENT instances during cleanup in test...
  • 38010d2 refactor(core): avoid exposing OutletInjector in injector resolution path (...
  • 5c2f308 refactor(core): ModelSignal should extend InputSignal (#56452)
  • 0dbca37 docs(core): remove the doc link for NG0952 (#56441)
  • a620231 Revert "refactor(core): Use ActionResolver in Dispatcher. (#56369)" (#56440)
  • Additional commits viewable in compare view

Updates @angular/material from 18.0.3 to 18.0.4

Release notes

Sourced from @​angular/material's releases.

v18.0.4

18.0.4 "caesium-carnival" (2024-06-20)

material

Commit Description
fix - 303984fd9 autocomplete: autocomplete panel top is cut off in landscape mode (#28982)
fix - 69ae4040e bottom-sheet: changed after checked error with zoneless (#29277)
fix - 317e371f0 core: generate mat-optgroup tokens in M3 (#29257)
fix - 93bc60964 core: implement elevation classes in M3
fix - 6310016f2 form-field: outline label position (#29138)
fix - ce195dee4 menu: animation issue when same menu is used for multiple nested triggers (#29280)
fix - 9988ef2f5 menu: update elevation logic for M3
fix - bad8f6ad4 paginator: items per page form field touch target size insufficient (#29109)
fix - f834a11d2 tree: aria-expanded attribute should not appear in the leaf node (#29096)

cdk

Commit Description
fix - 8e7ac0804 overlay: incorrectly dispatching outside click for shadow DOM (#29249)
Changelog

Sourced from @​angular/material's changelog.

18.0.4 "caesium-carnival" (2024-06-20)

cdk

Commit Type Description
8e7ac0804 fix overlay: incorrectly dispatching outside click for shadow DOM (#29249)

material

Commit Type Description
303984fd9 fix autocomplete: autocomplete panel top is cut off in landscape mode (#28982)
69ae4040e fix bottom-sheet: changed after checked error with zoneless (#29277)
317e371f0 fix core: generate mat-optgroup tokens in M3 (#29257)
93bc60964 fix core: implement elevation classes in M3
6310016f2 fix form-field: outline label position (#29138)
ce195dee4 fix menu: animation issue when same menu is used for multiple nested triggers (#29280)
9988ef2f5 fix menu: update elevation logic for M3
bad8f6ad4 fix paginator: items per page form field touch target size insufficient (#29109)
f834a11d2 fix tree: aria-expanded attribute should not appear in the leaf node (#29096)

18.1.0-next.2 "ivory-infinity" (2024-06-12)

cdk

Commit Type Description
0bc6583892 feat drag-drop: add mixed orientation support

material

Commit Type Description
6f698fa4e2 feat core: add option to configure prefix of system variables (#29139)
e7312037f7 fix dialog: Make autofocus work with animations disabled (#29195)
3b32d0e7c9 fix dialog: Make focus behavior consistent across zoneful/zoneless apps (#29192)
566057b8f5 fix divider: non-text color contrast issues (#28995)
e3abc65d7d fix radio: mark radio-group for check on touch (#29203)
3da43230e6 fix schematics: estimate missing hues in M3 schematic (#29231)
d717de5150 fix snack-bar: fix overrides mixin name typo (#29180)

Commits
  • 0492351 release: cut the v18.0.4 release
  • ce195de fix(material/menu): animation issue when same menu is used for multiple neste...
  • 2dff093 build: configure vscode bazel integration (#29279)
  • 9c3242a Revert "fix(material/form-field): outline label position (#29138)" (#29282)
  • 69ae404 fix(material/bottom-sheet): changed after checked error with zoneless (#29277)
  • 6310016 fix(material/form-field): outline label position (#29138)
  • 401d898 build: fix rootDir (#29274)
  • d2d13db build: show ruler at 100 since we have a lint for it (#29276)
  • 62cbfa0 refactor(material/radio): simplify structural styles (#29271)
  • 45ab85d docs(material/toolbar): minor doc fixes (#29227)
  • Additional commits viewable in compare view

Updates @angular-devkit/build-angular from 18.0.4 to 18.0.5

Release notes

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

v18.0.5

18.0.5 (2024-06-20)

@​schematics/angular

Commit Description
fix - 5c705e800 update schematics to use RouterModule when --routing flag is present

@​angular-devkit/build-angular

Commit Description
fix - 86e031dc7 use istanbul-lib-instrument directly for karma code coverage

@​angular/build

Commit Description
fix - bdd168f37 add CSP nonce to script with src tags
fix - 405c14809 automatically resolve .mjs files when using Vite
fix - 7360a346e use Node.js available parallelism for default worker count
Changelog

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

18.0.5 (2024-06-20)

@​schematics/angular

Commit Type Description
5c705e800 fix update schematics to use RouterModule when --routing flag is present

@​angular-devkit/build-angular

Commit Type Description
86e031dc7 fix use istanbul-lib-instrument directly for karma code coverage

@​angular/build

Commit Type Description
bdd168f37 fix add CSP nonce to script with src tags
405c14809 fix automatically resolve .mjs files when using Vite
7360a346e fix use Node.js available parallelism for default worker count

18.1.0-next.2 (2024-06-13)

@​angular/cli

Commit Type Description
6d266c146 fix add fallbacks for migration package resolution

@​angular/build

Commit Type Description
4ff914a16 fix allow additional module preloads up to limit
8c379269e fix do not reference sourcemaps in web workers and global stylesheet bundles when hidden setting is enabled
461e78f3e fix generate module preloads next to script elements in index HTML
f102f815e fix Initiate PostCSS only once
fbc6eb322 fix issue warning when auto adding @angular/localize/init

Commits
  • e6ec5a4 release: cut the v18.0.5 release
  • 7360a34 fix(@​angular/build): use Node.js available parallelism for default worker count
  • 86e031d fix(@​angular-devkit/build-angular): use istanbul-lib-instrument directly for ...
  • bdd168f fix(@​angular/build): add CSP nonce to script with src tags
  • a0f7d15 ci: remove ci testing push trigger
  • 5c705e8 fix(@​schematics/angular): update schematics to use RouterModule when --routin...
  • 405c148 fix(@​angular/build): automatically resolve .mjs files when using Vite
  • See full diff in compare view

Updates @angular/cli from 18.0.4 to 18.0.5

Release notes

Sourced from @​angular/cli's releases.

v18.0.5

18.0.5 (2024-06-20)

@​schematics/angular

Commit Description
fix - 5c705e800 update schematics to use RouterModule when --routing flag is present

@​angular-devkit/build-angular

Commit Description
fix - 86e031dc7 use istanbul-lib-instrument directly for karma code coverage

@​angular/build

Commit Description
fix - bdd168f37 add CSP nonce to script with src tags
fix - 405c14809 automatically resolve .mjs files when using Vite
fix - 7360a346e use Node.js available parallelism for default worker count
Changelog

Sourced from @​angular/cli's changelog.

18.0.5 (2024-06-20)

@​schematics/angular

Commit Type Description
5c705e800 fix update schematics to use RouterModule when --routing flag is present

@​angular-devkit/build-angular

Commit Type Description
86e031dc7 fix use istanbul-lib-instrument directly for karma code coverage

@​angular/build

Commit Type Description
bdd168f37 fix add CSP nonce to script with src tags
405c14809 fix automatically resolve .mjs files when using Vite
7360a346e fix use Node.js available parallelism for default worker count

18.1.0-next.2 (2024-06-13)

@​angular/cli

Commit Type Description
6d266c146 fix add fallbacks for migration package resolution

@​angular/build

Commit Type Description
4ff914a16 fix allow additional module preloads up to limit
8c379269e fix do not reference sourcemaps in web workers and global stylesheet bundles when hidden setting is enabled
461e78f3e fix generate module preloads next to script elements in index HTML
f102f815e fix Initiate PostCSS only once
fbc6eb322 fix issue warning when auto adding @angular/localize/init

Commits
  • e6ec5a4 release: cut the v18.0.5 release
  • 7360a34 fix(@​angular/build): use Node.js available parallelism for default worker count
  • 86e031d fix(@​angular-devkit/build-angular): use istanbul-lib-instrument directly for ...
  • bdd168f fix(@​angular/build): add CSP nonce to script with src tags
  • a0f7d15 ci: remove ci testing push trigger
  • 5c705e8 fix(@​schematics/angular): update schematics to use RouterModule when --routin...
  • 405c148 fix(@​angular/build): automatically resolve .mjs files when using Vite
  • See full diff in compare view

Updates @angular/compiler-cli from 18.0.3 to 18.0.4

Release notes

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

v18.0.4

18.0.4 (2024-06-20)

compiler-cli

Commit Description
fix - ec0d1bf6f3 insert constant statements after the first group of imports (#56431)

core

Commit Description
fix - 83ffa94783 do not activate event replay when no events are registered (#56509)

router

Commit Description
fix - 5578681da2 Delay the view transition to ensure renders in microtasks complete (#56494)
Changelog

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

18.0.4 (2024-06-20)

compiler-cli

Commit Type Description
ec0d1bf6f3 fix insert constant statements after the first group of imports (#56431)

core

Commit Type Description
83ffa94783 fix do not activate event replay when no events are registered (#56509)

router

Commit Type Description
5578681da2 fix Delay the view transition to ensure renders in microtasks complete (#56494)

18.1.0-next.2 (2024-06-12)

benchpress

Commit Type Description
31d9fa40bdb fix adjust supported browser names for headless chrome (#56360)

core

Commit Type Description
ea3c8020565 feat Add a schematic to migrate afterRender phase flag (#55648)
a655e464479 feat Redesign the afterRender & afterNextRender phases API (#55648)
38effcc63ee fix Add back phase flag option as a deprecated API (#55648)
d5c6ee432fc fix async EventEmitter should contribute to app stability (#56308)
4c7d5d8acd8 fix signals should be tracked when embeddedViewRef.detectChanges is called (#55719)

language-service

Commit Type Description
b400e2e4d4c feat autocompletion for the component not imported (#55595)

localize

Commit Type Description
81486c2f477 fix add @angular/localize/init as polyfill in angular.json (#56300)

migrations

Commit Type Description
96aa5c8a2c9 fix resolve error in standalone migration (#56302)

router

Commit Type Description
a13f5da7730 feat Allow UrlTree as an input to routerLink (#56265)

Commits
  • 5928baa test(compiler-cli): update formatting of a golden file (#56526)
  • bc655bf refactor(compiler): integrate let declarations into the template pipeline (#5...
  • cc6cd08 refactor(docs-infra): complete removal of aio directory (#56496)
  • ec0d1bf fix(compiler-cli): insert constant statements after the first group of import...
  • 571d06b refactor(compiler-cli): allow generating same import specifier in different f...
  • 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 <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 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular/cdk](https://github.com/angular/components) | `18.0.3` | `18.0.4` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `18.0.3` | `18.0.4` |
| [@angular/material](https://github.com/angular/components) | `18.0.3` | `18.0.4` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `18.0.4` | `18.0.5` |
| [@angular/cli](https://github.com/angular/angular-cli) | `18.0.4` | `18.0.5` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `18.0.3` | `18.0.4` |


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

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

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

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

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

Updates `@angular/compiler-cli` from 18.0.3 to 18.0.4
- [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/18.0.4/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-devkit/build-angular"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/cli"
  dependency-type: direct:development
  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>
@github-actions github-actions bot enabled auto-merge June 21, 2024 01:29
@github-actions github-actions bot merged commit 5e4001c into main Jun 21, 2024
35 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/src/main/resources/generator/dependencies/angular/angular-0bd92c3b3f branch June 21, 2024 01:29
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