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 12 updates #1862

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 1, 2023

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

Package From To
@angular/cdk 16.2.11 17.0.1
@angular/core 16.2.12 17.0.5
@angular/material 16.2.11 17.0.1
@angular-builders/jest 16.0.1 17.0.0
@angular-devkit/build-angular 16.2.9 17.0.5
@angular-eslint/builder 16.2.0 17.1.1
@angular-eslint/eslint-plugin 16.2.0 17.1.1
@angular-eslint/eslint-plugin-template 16.2.0 17.1.1
@angular-eslint/schematics 16.2.0 17.1.1
@angular-eslint/template-parser 16.2.0 17.1.1
@angular/cli 16.2.9 17.0.5
@angular/compiler-cli 16.2.12 17.0.5

Updates @angular/cdk from 16.2.11 to 17.0.1

Release notes

Sourced from @​angular/cdk's releases.

v17.0.1

17.0.1 "plastic-chicken" (2023-11-16)

material-experimental

Commit Description
feat - cfe596ab1d theming: add M3 form-field & input support (#28121)
feat - 365789bd0f theming: add M3 list support (#28122)
feat - 81a8cc77e8 theming: add M3 slide-toggle support (#28014)
feat - ac62b42742 theming: add M3 sort support (#28105)
fix - c5e4766d0f theming: Update M3 palettes (#28109)

material

Commit Description
fix - df5e9c4f3f autocomplete: clear previous selection on reactive form reset (#27653)
fix - efc0dcfc4c autocomplete: regression in requireSelection when options are filtered (#28119)
fix - 09c7eb4f8b button: fix raised button line-height (#28073)
fix - 1a61fc7eea datepicker: Fix raw date value being compared (#27896)
fix - fe339ee2ba list: validation using wrong variable (#27638)
fix - a09ca60be8 schematics: switch to new control flow (#28106)

v17.0.0

17.0.0 "deferred-diamond" (2023-11-08)

cdk

Commit Description
feat - b3e4d576b overlay: add disposeOnNavigation (#27672)
fix - 2409e7071 schematics: account for single string in styles and new styleUrl (#27798)
fix - c5ab88020 schematics: support both application and browser builders (#27875)

material

Commit Description
feat - 06559a012 dialog: switch to standalone (#27860)
feat - 425bad872 snack-bar: convert to standalone (#27926)
feat - 7be5dde24 theming: Add 'base' theming dimension to all components (#27924)
feat - 9906aa344 theming: Add APIs to check what information theme has
feat - 1a85dd299 theming: Add APIs to get color info from theme
feat - e608f5fa3 theming: Add APIs to get density info from theme
feat - f52e97958 theming: Add APIs to get typography info from theme
feat - 685b585f7 theming: add support for M2 themes to theme inspection API
feat - 82844b3d5 theming: Open up new APIs to access theme values (#27865)
fix - c6bc738cd bottom-sheet: move unthemable tokens to theme mixin (#27882)
fix - bcbdf910b button-toggle: move unthemable tokens to theme mixin (#27883)
fix - 74d1be62e button: align prefixes with MDC (#27936)
fix - 146bc2385 button: Emit fab tokens under mixin root selector (#27806)
fix - 1de6a3aa3 button: fix color tokens of raised buttons (#27904)
fix - 68096ec9d button: Move fab unthemable tokens to theme mixin (#27580)
fix - 408c0b492 card: Apply tokens at mixin root (#27557)
fix - 06460d177 card: Move unthemable tokens to theme mixin (#27579)

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

17.0.1 "plastic-chicken" (2023-11-16)

material

Commit Type Description
df5e9c4f3f fix autocomplete: clear previous selection on reactive form reset (#27653)
efc0dcfc4c fix autocomplete: regression in requireSelection when options are filtered (#28119)
09c7eb4f8b fix button: fix raised button line-height (#28073)
1a61fc7eea fix datepicker: Fix raw date value being compared (#27896)
fe339ee2ba fix list: validation using wrong variable (#27638)
a09ca60be8 fix schematics: switch to new control flow (#28106)

material-experimental

Commit Type Description
cfe596ab1d feat theming: add M3 form-field & input support (#28121)
365789bd0f feat theming: add M3 list support (#28122)
81a8cc77e8 feat theming: add M3 slide-toggle support (#28014)
ac62b42742 feat theming: add M3 sort support (#28105)
c5e4766d0f fix theming: Update M3 palettes (#28109)

17.0.0 "deferred-diamond" (2023-11-08)

Breaking Changes

material

  • There are new styles emitted by mat.<component>-theme that are not emitted by any of: mat.<component>-color, mat.<component>-typography, or mat.<component>-density. If you rely on the partial mixins only and don't call mat.<component>-theme, you can add mat.<component>-base to get the missing styles. Alternatively you can call mat.all-component-bases to get just the base styles for all components.
  • There are new styles emitted by mat.bottom-sheet-theme that are not emitted by any of: mat.bottom-sheet-color, mat.bottom-sheet-typography, mat.bottom-sheet-density. If you rely on the partial mixins only and don't call mat.bottom-sheet-theme, you can add mat.bottom-sheet-base to get the missing styles.
  • There are new styles emitted by mat.button-toggle-theme that are not emitted by any of: mat.button-toggle-color, mat.button-toggle-typography, mat.button-toggle-density. If you rely on the partial mixins only and don't call mat.button-toggle-theme, you can add mat.button-toggle-base to get the missing styles.
  • There are new styles emitted by mat.fab-theme that are not emitted by any of: mat.fab-color, mat.fab-typography, mat.fab-density. If you rely on the partial mixins only and don't call mat.fab-theme, you can add mat.fab-base to get the missing styles.
  • There are new styles emitted by mat.card-theme that are not emitted by any of: mat.card-color, mat.card-typography, mat.card-density. If you rely on the partial mixins only and don't call mat.card-theme, you can add mat.card-base to get the

... (truncated)

Commits
  • c0e7622 release: cut the v17.0.1 release
  • 365789b feat(material-experimental/theming): add M3 list support (#28122)
  • c5e4766 fix(material-experimental/theming): Update M3 palettes (#28109)
  • cfe596a feat(material-experimental/theming): add M3 form-field & input support (#28121)
  • 0de344f docs: update CODE_REVIEWS.md bullet formatting (#28123)
  • efc0dcf fix(material/autocomplete): regression in requireSelection when options are f...
  • 0c96ee7 build: update angular shared dev-infra code (#28099)
  • ac62b42 feat(material-experimental/theming): add M3 sort support (#28105)
  • cfded8c docs(material/snack-bar): adjust docs for standalone (#28111)
  • 02074cd build: update tooling packages to final (#28114)
  • Additional commits viewable in compare view

Updates @angular/core from 16.2.12 to 17.0.5

Release notes

Sourced from @​angular/core's releases.

v17.0.5

17.0.5 (2023-11-29)

core

Commit Description
fix - 6be88040d1 avoid stale provider info when TestBed.overrideProvider is used (#52918)
fix - dee50f1d78 inherit host directives (#52992)
fix - 07920d96d4 Reattached views that are dirty from a signal update should refresh (#53001)

migrations

Commit Description
fix - aab7fb8654 Add ngForTemplate support to control flow migration (#53076)
fix - dbd6f386ea allows colons in ngIf else cases to migrate (#53076)
fix - 5b9f896009 cf migration fix migrating empty switch default (#53237)
fix - 2b3d3b0fe1 CF migration log warning when collection aliasing detected in @for (#53238)
fix - dffeac8386 cf migration removes unnecessary bound ngifelse attribute (#53236)
fix - 00cb3339ba control flow migration formatting fixes (#53076)
fix - c22af72f75 fix off by one issue with template removal in CF migration (#53255)
fix - ba6d7fe018 fixes CF migration i18n ng-template offsets (#53212)
fix - 8f6affdd64 fixes control flow migration common module removal (#53076)
fix - 6ae408847c properly handle ngIfThen cases in CF migration (#53256)
fix - 0fcef65cea Update CF migration to skip templates with duplicate ng-template names (#53204)

router

Commit Description
fix - 91486aaf07 Resolvers in different parts of the route tree should be able to execute together (#52934)

v17.0.4

17.0.4 (2023-11-20)

common

Commit Description
fix - 7f1c55755d remove load on image once it fails to load (#52990)
fix - fafcb0d23f scan images once page is loaded (#52991)

compiler

Commit Description
fix - 98376f2c09 changed after checked error in for loops (#52935)
fix - 291deac663 generate i18n instructions for blocks (#52958)
fix - 49dca36880 nested for loops incorrectly calculating computed variables (#52931)
fix - f01b7183d2 produce placeholder for blocks in i18n bundles (#52958)

compiler-cli

Commit Description
fix - f671f86ac2 add diagnostic for control flow that prevents content projection (#52726)

core

Commit Description

... (truncated)

Changelog

Sourced from @​angular/core's changelog.

17.0.5 (2023-11-29)

core

Commit Type Description
6be88040d1 fix avoid stale provider info when TestBed.overrideProvider is used (#52918)
dee50f1d78 fix inherit host directives (#52992)
07920d96d4 fix Reattached views that are dirty from a signal update should refresh (#53001)

migrations

Commit Type Description
aab7fb8654 fix Add ngForTemplate support to control flow migration (#53076)
dbd6f386ea fix allows colons in ngIf else cases to migrate (#53076)
5b9f896009 fix cf migration fix migrating empty switch default (#53237)
2b3d3b0fe1 fix CF migration log warning when collection aliasing detected in @for (#53238)
dffeac8386 fix cf migration removes unnecessary bound ngifelse attribute (#53236)
00cb3339ba fix control flow migration formatting fixes (#53076)
c22af72f75 fix fix off by one issue with template removal in CF migration (#53255)
ba6d7fe018 fix fixes CF migration i18n ng-template offsets (#53212)
8f6affdd64 fix fixes control flow migration common module removal (#53076)
6ae408847c fix properly handle ngIfThen cases in CF migration (#53256)
0fcef65cea fix Update CF migration to skip templates with duplicate ng-template names (#53204)

router

Commit Type Description
91486aaf07 fix Resolvers in different parts of the route tree should be able to execute together (#52934)

17.1.0-next.1 (2023-11-20)

common

Commit Type Description
29c5416d14 fix remove load on image once it fails to load (#52990)
7affa57754 fix scan images once page is loaded (#52991)

compiler

Commit Type Description
ec2d6e7b9c fix changed after checked error in for loops (#52935)
406049b95e fix generate i18n instructions for blocks (#52958)
d9d566d315 fix nested for loops incorrectly calculating computed variables (#52931)
5fb707f81a fix produce placeholder for blocks in i18n bundles (#52958)

compiler-cli

Commit Type Description
b4d022e230 fix add diagnostic for control flow that prevents content projection (#52726)

core

Commit Type Description
ed0fbd4071 fix cleanup loading promise when no dependencies are defined (#53031)

... (truncated)

Commits
  • 6ae4088 fix(migrations): properly handle ngIfThen cases in CF migration (#53256)
  • c22af72 fix(migrations): fix off by one issue with template removal in CF migration (...
  • 5b9f896 fix(migrations): cf migration fix migrating empty switch default (#53237)
  • 2b3d3b0 fix(migrations): CF migration log warning when collection aliasing detected i...
  • 6be8804 fix(core): avoid stale provider info when TestBed.overrideProvider is used (#...
  • dffeac8 fix(migrations): cf migration removes unnecessary bound ngifelse attribute (#...
  • ba6d7fe fix(migrations): fixes CF migration i18n ng-template offsets (#53212)
  • 0fcef65 fix(migrations): Update CF migration to skip templates with duplicate ng-temp...
  • dbd6f38 fix(migrations): allows colons in ngIf else cases to migrate (#53076)
  • 8f6affd fix(migrations): fixes control flow migration common module removal (#53076)
  • Additional commits viewable in compare view

Updates @angular/material from 16.2.11 to 17.0.1

Release notes

Sourced from @​angular/material's releases.

v17.0.1

17.0.1 "plastic-chicken" (2023-11-16)

material-experimental

Commit Description
feat - cfe596ab1d theming: add M3 form-field & input support (#28121)
feat - 365789bd0f theming: add M3 list support (#28122)
feat - 81a8cc77e8 theming: add M3 slide-toggle support (#28014)
feat - ac62b42742 theming: add M3 sort support (#28105)
fix - c5e4766d0f theming: Update M3 palettes (#28109)

material

Commit Description
fix - df5e9c4f3f autocomplete: clear previous selection on reactive form reset (#27653)
fix - efc0dcfc4c autocomplete: regression in requireSelection when options are filtered (#28119)
fix - 09c7eb4f8b button: fix raised button line-height (#28073)
fix - 1a61fc7eea datepicker: Fix raw date value being compared (#27896)
fix - fe339ee2ba list: validation using wrong variable (#27638)
fix - a09ca60be8 schematics: switch to new control flow (#28106)

v17.0.0

17.0.0 "deferred-diamond" (2023-11-08)

cdk

Commit Description
feat - b3e4d576b overlay: add disposeOnNavigation (#27672)
fix - 2409e7071 schematics: account for single string in styles and new styleUrl (#27798)
fix - c5ab88020 schematics: support both application and browser builders (#27875)

material

Commit Description
feat - 06559a012 dialog: switch to standalone (#27860)
feat - 425bad872 snack-bar: convert to standalone (#27926)
feat - 7be5dde24 theming: Add 'base' theming dimension to all components (#27924)
feat - 9906aa344 theming: Add APIs to check what information theme has
feat - 1a85dd299 theming: Add APIs to get color info from theme
feat - e608f5fa3 theming: Add APIs to get density info from theme
feat - f52e97958 theming: Add APIs to get typography info from theme
feat - 685b585f7 theming: add support for M2 themes to theme inspection API
feat - 82844b3d5 theming: Open up new APIs to access theme values (#27865)
fix - c6bc738cd bottom-sheet: move unthemable tokens to theme mixin (#27882)
fix - bcbdf910b button-toggle: move unthemable tokens to theme mixin (#27883)
fix - 74d1be62e button: align prefixes with MDC (#27936)
fix - 146bc2385 button: Emit fab tokens under mixin root selector (#27806)
fix - 1de6a3aa3 button: fix color tokens of raised buttons (#27904)
fix - 68096ec9d button: Move fab unthemable tokens to theme mixin (#27580)
fix - 408c0b492 card: Apply tokens at mixin root (#27557)
fix - 06460d177 card: Move unthemable tokens to theme mixin (#27579)

... (truncated)

Changelog

Sourced from @​angular/material's changelog.

17.0.1 "plastic-chicken" (2023-11-16)

material

Commit Type Description
df5e9c4f3f fix autocomplete: clear previous selection on reactive form reset (#27653)
efc0dcfc4c fix autocomplete: regression in requireSelection when options are filtered (#28119)
09c7eb4f8b fix button: fix raised button line-height (#28073)
1a61fc7eea fix datepicker: Fix raw date value being compared (#27896)
fe339ee2ba fix list: validation using wrong variable (#27638)
a09ca60be8 fix schematics: switch to new control flow (#28106)

material-experimental

Commit Type Description
cfe596ab1d feat theming: add M3 form-field & input support (#28121)
365789bd0f feat theming: add M3 list support (#28122)
81a8cc77e8 feat theming: add M3 slide-toggle support (#28014)
ac62b42742 feat theming: add M3 sort support (#28105)
c5e4766d0f fix theming: Update M3 palettes (#28109)

17.0.0 "deferred-diamond" (2023-11-08)

Breaking Changes

material

  • There are new styles emitted by mat.<component>-theme that are not emitted by any of: mat.<component>-color, mat.<component>-typography, or mat.<component>-density. If you rely on the partial mixins only and don't call mat.<component>-theme, you can add mat.<component>-base to get the missing styles. Alternatively you can call mat.all-component-bases to get just the base styles for all components.
  • There are new styles emitted by mat.bottom-sheet-theme that are not emitted by any of: mat.bottom-sheet-color, mat.bottom-sheet-typography, mat.bottom-sheet-density. If you rely on the partial mixins only and don't call mat.bottom-sheet-theme, you can add mat.bottom-sheet-base to get the missing styles.
  • There are new styles emitted by mat.button-toggle-theme that are not emitted by any of: mat.button-toggle-color, mat.button-toggle-typography, mat.button-toggle-density. If you rely on the partial mixins only and don't call mat.button-toggle-theme, you can add mat.button-toggle-base to get the missing styles.
  • There are new styles emitted by mat.fab-theme that are not emitted by any of: mat.fab-color, mat.fab-typography, mat.fab-density. If you rely on the partial mixins only and don't call mat.fab-theme, you can add mat.fab-base to get the missing styles.
  • There are new styles emitted by mat.card-theme that are not emitted by any of: mat.card-color, mat.card-typography, mat.card-density. If you rely on the partial mixins only and don't call mat.card-theme, you can add mat.card-base to get the

... (truncated)

Commits
  • c0e7622 release: cut the v17.0.1 release
  • 365789b feat(material-experimental/theming): add M3 list support (#28122)
  • c5e4766 fix(material-experimental/theming): Update M3 palettes (#28109)
  • cfe596a feat(material-experimental/theming): add M3 form-field & input support (#28121)
  • 0de344f docs: update CODE_REVIEWS.md bullet formatting (#28123)
  • efc0dcf fix(material/autocomplete): regression in requireSelection when options are f...
  • 0c96ee7 build: update angular shared dev-infra code (#28099)
  • ac62b42 feat(material-experimental/theming): add M3 sort support (#28105)
  • cfded8c docs(material/snack-bar): adjust docs for standalone (#28111)
  • 02074cd build: update tooling packages to final (#28114)
  • Additional commits viewable in compare view

Updates @angular-builders/jest from 16.0.1 to 17.0.0

Changelog

Sourced from @​angular-builders/jest's changelog.

17.0.0 (2023-11-13)

Note: Version bump only for package @​angular-builders/jest

17.0.0-beta.0 (2023-11-13)

⚠ BREAKING CHANGES

  • deps: update to Angular 17 (#1518)

Miscellaneous Chores

16.0.2-beta.3 (2023-10-01)

Note: Version bump only for package @​angular-builders/jest

16.0.2-beta.2 (2023-09-12)

Note: Version bump only for package @​angular-builders/jest

16.0.2-beta.1 (2023-08-24)

Note: Version bump only for package @​angular-builders/jest

16.0.2-beta.0 (2023-08-23)

Note: Version bump only for package @​angular-builders/jest

Commits
  • b4558b9 ci(release): publish
  • 5f36ac2 ci(release): publish
  • 236d0ac chore(deps)!: update to Angular 17 (#1518)
  • 0bc6727 ci(release): publish
  • e0bf559 chore(deps): update dependency jest-preset-angular to v13.1.2
  • 137a2ad ci(release)...

    Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [@angular/cdk](https://github.com/angular/components) | `16.2.11` | `17.0.1` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `16.2.12` | `17.0.5` |
| [@angular/material](https://github.com/angular/components) | `16.2.11` | `17.0.1` |
| [@angular-builders/jest](https://github.com/just-jeb/angular-builders/tree/HEAD/packages/jest) | `16.0.1` | `17.0.0` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `16.2.9` | `17.0.5` |
| [@angular-eslint/builder](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/builder) | `16.2.0` | `17.1.1` |
| [@angular-eslint/eslint-plugin](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin) | `16.2.0` | `17.1.1` |
| [@angular-eslint/eslint-plugin-template](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin-template) | `16.2.0` | `17.1.1` |
| [@angular-eslint/schematics](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/schematics) | `16.2.0` | `17.1.1` |
| [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser) | `16.2.0` | `17.1.1` |
| [@angular/cli](https://github.com/angular/angular-cli) | `16.2.9` | `17.0.5` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `16.2.12` | `17.0.5` |


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

Updates `@angular/core` from 16.2.12 to 17.0.5
- [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.0.5/packages/core)

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

Updates `@angular-builders/jest` from 16.0.1 to 17.0.0
- [Release notes](https://github.com/just-jeb/angular-builders/releases)
- [Changelog](https://github.com/just-jeb/angular-builders/blob/master/packages/jest/CHANGELOG.md)
- [Commits](https://github.com/just-jeb/angular-builders/commits/@angular-builders/jest@17.0.0/packages/jest)

Updates `@angular-devkit/build-angular` from 16.2.9 to 17.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@16.2.9...17.0.5)

Updates `@angular-eslint/builder` from 16.2.0 to 17.1.1
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/builder/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v17.1.1/packages/builder)

Updates `@angular-eslint/eslint-plugin` from 16.2.0 to 17.1.1
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v17.1.1/packages/eslint-plugin)

Updates `@angular-eslint/eslint-plugin-template` from 16.2.0 to 17.1.1
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin-template/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v17.1.1/packages/eslint-plugin-template)

Updates `@angular-eslint/schematics` from 16.2.0 to 17.1.1
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/schematics/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v17.1.1/packages/schematics)

Updates `@angular-eslint/template-parser` from 16.2.0 to 17.1.1
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/template-parser/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v17.1.1/packages/template-parser)

Updates `@angular/cli` from 16.2.9 to 17.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@16.2.9...17.0.5)

Updates `@angular/compiler-cli` from 16.2.12 to 17.0.5
- [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.0.5/packages/compiler-cli)

---
updated-dependencies:
- dependency-name: "@angular/cdk"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/core"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/material"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular-builders/jest"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular-eslint/builder"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular-eslint/eslint-plugin-template"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular-eslint/schematics"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular-eslint/template-parser"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/cli"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/compiler-cli"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
...

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

dependabot bot commented on behalf of github Dec 1, 2023

The following labels could not be found: area: dependencies.

Copy link
Author

dependabot bot commented on behalf of github Dec 4, 2023

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Dec 4, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/src/main/resources/generator/dependencies/angular/angular-5adefbb784 branch December 4, 2023 01:14
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.

0 participants