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 across 1 directory with 11 updates #3743

Conversation

dependabot[bot]
Copy link

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

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

Package From To
@angular/cdk 18.1.0 18.2.2
@angular/core 18.1.0 18.2.2
@angular/material 18.1.0 18.2.2
@angular-devkit/build-angular 18.1.0 18.2.1
@angular-eslint/builder 18.1.0 18.3.0
@angular-eslint/eslint-plugin 18.1.0 18.3.0
@angular-eslint/eslint-plugin-template 18.1.0 18.3.0
@angular-eslint/schematics 18.1.0 18.3.0
@angular-eslint/template-parser 18.1.0 18.3.0
@angular/cli 18.1.0 18.2.1
@angular/compiler-cli 18.1.0 18.2.2

Updates @angular/cdk from 18.1.0 to 18.2.2

Release notes

Sourced from @​angular/cdk's releases.

v18.2.2

18.2.2 "steel-sword" (2024-08-28)

material

Commit Description
fix - 3ce4e9fc2a schematics: Add the missing neutral tones for the M3 color palettes (#29644)
perf - f93d0f4095 tooltip: Avoid unneeded calls to clearTimeout (#29643)

cdk

Commit Description
fix - 39d3d01340 drag-drop: error if ngDevMode is undefined (#29634)
fix - b1c5ed7260 tree: avoid breaking change in constructor (#29648)
fix - ff95692125 tree: capturing focus on load (#29641)
fix - f888b3d95a tree: fix issue where isExpanded wouldn't be set if placed before isExpandable (#29565) (#29647)

v18.2.1

18.2.1 "plastic-panda" (2024-08-22)

material

Commit Description
fix - bad94fda58 datepicker: calendar font tokens not being picked up (#29610) (#29615)
fix - c4c62b8549 icon: update error message for missing HttpClient (#29589)
fix - b2a32e9898 menu: inconsistent layout of submenu icon (#29603)
fix - 5f0c89030e tabs: switch pagination to not use native buttons (#29605)

cdk

Commit Description
fix - 3a2d13e2e4 drag-drop: preview positioned incorrectly when RTL is set on the body (#29606)

v18.2.0

18.2.0 "technetium-tapas" (2024-08-14)

cdk

Commit Description
feat - b2c051d2c drag-drop: add input to specify dragged item scale (#29392)

material

Commit Description
feat - ddc307e28 button-toggle: allow disabled buttons to be interactive (#29550)
feat - 841760101 checkbox: add the ability to interact with disabled checkboxes (#29474)
feat - 0af3b6175 radio: add the ability to interact with disabled radio buttons (#29490)
feat - 4292e1b3a slide-toggle: add the ability to interact with disabled toggle (#29502)
feat - a018fb0ee tooltip: replicate tooltipClass to default MatTooltipDefaultOptions (#29467)
fix - aaf0d5156 checkbox: account for disabledInteractive in harness
fix - d22a24d66 list: checkmark not visible in high contrast mode (#29546)
fix - a259b016b radio: account for disabledInteractive in harness
fix - fd47a0e60 radio: avoid error if destroyed quickly (#29507)

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

18.2.2 "steel-sword" (2024-08-28)

cdk

Commit Type Description
39d3d01340 fix drag-drop: error if ngDevMode is undefined (#29634)
b1c5ed7260 fix tree: avoid breaking change in constructor (#29648)
ff95692125 fix tree: capturing focus on load (#29641)
f888b3d95a fix tree: fix issue where isExpanded wouldn't be set if placed before isExpandable (#29565) (#29647)

material

Commit Type Description
3ce4e9fc2a fix schematics: Add the missing neutral tones for the M3 color palettes (#29644)
f93d0f4095 perf tooltip: Avoid unneeded calls to clearTimeout (#29643)

19.0.0-next.1 "plastic-moose" (2024-08-22)

Breaking Changes

multiple

    • In order for Material to be compatible with recent changes in Sass and upcoming changes in the CSS standard, tokens are now emitted in-place, rather the being hoisted to the top of the selector. As a result, some token overrides might not apply anymore. This is relevant primarily for the cases like @include mat.button-theme($theme); --mat-button-color: red;. It can be resolved by wrapping the overrides with & {}, for example @include mat.button-theme($theme); & { --mat-button-color: red; }.

material

Commit Type Description
1abb484aa7 feat input: add the ability to interact with disabled inputs (#29574)
7cf8c6c464 fix datepicker: calendar font tokens not being picked up (#29610)
4f2bc4da78 fix icon: update error message for missing HttpClient (#29589)
adf413670f fix menu: inconsistent layout of submenu icon (#29603)
357f6f27a5 fix tabs: switch pagination to not use native buttons (#29605)

cdk

Commit Type Description
04ce4d2648 fix drag-drop: preview positioned incorrectly when RTL is set on the body (#29606)

multiple

Commit Type Description
01711b1804 fix account for mixed declarations in latest Sass version (#29596)
cb1450fc76 fix change fallbacks to use m3 (#29528)

18.2.1 "plastic-panda" (2024-08-22)

cdk

Commit Type Description
3a2d13e2e4 fix drag-drop: preview positioned incorrectly when RTL is set on the body (#29606)

material

Commit Type Description

... (truncated)

Commits
  • 59074f2 release: cut the v18.2.2 release
  • f93d0f4 perf(material/tooltip): Avoid unneeded calls to clearTimeout (#29643)
  • 3ce4e9f fix(material/schematics): Add the missing neutral tones for the M3 color pale...
  • b1c5ed7 fix(cdk/tree): avoid breaking change in constructor (#29648)
  • f888b3d fix(cdk/tree): fix issue where isExpanded wouldn't be set if placed before ...
  • ff95692 fix(cdk/tree): capturing focus on load (#29641)
  • dc23acc build: remove goo.gl links (#29640)
  • 39d3d01 fix(cdk/drag-drop): error if ngDevMode is undefined (#29634)
  • 32e8b26 release: cut the v18.2.1 release
  • bad94fd fix(material/datepicker): calendar font tokens not being picked up (#29610) (...
  • Additional commits viewable in compare view

Updates @angular/core from 18.1.0 to 18.2.2

Release notes

Sourced from @​angular/core's releases.

v18.2.2

18.2.2 (2024-08-28)

core

Commit Description
fix - 106917af878 avoid leaking memory if component throws during creation (#57546)
fix - 6d3a2af146a Do not bubble capture events. (#57476)

http

Commit Description
fix - 5d2e243c76a Dynamicaly call the global fetch implementation (#57531)

router

Commit Description
fix - 804925b1149 Do not unnecessarily run matcher twice on route matching (#57530)

upgrade

Commit Description
fix - 03ec620e31a Address Trusted Types violations in @​angular/upgrade (#57454)

v18.2.1

18.2.1 (2024-08-22)

core

Commit Description
fix - 9de30a7b1c Allow zoneless scheduler to run inside fakeAsync (#56932)
fix - 286012fb89 handle hydration of components that project content conditionally (#57383)

migrations

Commit Description
fix - 0bb649b8fa account for members with doc strings and no modifiers (#57389)
fix - 3b63082384 avoid migrating route component in tests (#57317)
fix - 6b4357fae4 preserve type when using inject decorator (#57389)

v18.2.0

18.2.0 (2024-08-14)

compiler

Commit Description
feat - c8e2885136 Add extended diagnostic to warn when there are uncalled functions in event bindings (#56295) (#56295)

compiler-cli

Commit Description
feat - 98ed5b609e run JIT transform on classes with jit: true opt-out (#56892)
fix - c76b440ac0 add warning for unused let declarations (#57033)
fix - 0f0a1f2836 emitting references to ngtypecheck files (#57138)
fix - 6c2fbda694 extended diagnostic visitor not visiting template attributes (#57033)

... (truncated)

Changelog

Sourced from @​angular/core's changelog.

18.2.2 (2024-08-28)

core

Commit Type Description
106917af878 fix avoid leaking memory if component throws during creation (#57546)
6d3a2af146a fix Do not bubble capture events. (#57476)

http

Commit Type Description
5d2e243c76a fix Dynamicaly call the global fetch implementation (#57531)

router

Commit Type Description
804925b1149 fix Do not unnecessarily run matcher twice on route matching (#57530)

upgrade

Commit Type Description
03ec620e31a fix Address Trusted Types violations in @​angular/upgrade (#57454)

18.2.1 (2024-08-22)

core

Commit Type Description
9de30a7b1c fix Allow zoneless scheduler to run inside fakeAsync (#56932)
286012fb89 fix handle hydration of components that project content conditionally (#57383)

migrations

Commit Type Description
0bb649b8fa fix account for members with doc strings and no modifiers (#57389)
3b63082384 fix avoid migrating route component in tests (#57317)
6b4357fae4 fix preserve type when using inject decorator (#57389)

19.0.0-next.1 (2024-08-22)

Breaking Changes

core

  • The autoDetect feature of ComponentFixture will now attach the fixture to the ApplicationRef. As a result, errors during automatic change detection of the fixture be reported to the ErrorHandler. This change may cause custom error handlers to observe new failures that were previously unreported.

compiler-cli

Commit Type Description
9e87593055 feat ensure template style elements are preprocessed as inline styles (#57429)

core

... (truncated)

Commits
  • 36aa3af refactor(migrations): forward-fix conflicts with generic of ProgramInfo. (#...
  • 389933f refactor(migrations): allow tsurge migrations to run with just NgCompiler (...
  • b14c864 refactor(migrations): properly handle multi query migration (#57556)
  • 10fce20 refactor(migrations): initial migration logic for converting to signal querie...
  • eba3a0a Revert "refactor(migrations): initial migration logic for converting to signa...
  • 3d48a72 Revert "refactor(migrations): properly handle multi query migration (#57525)"...
  • df42d2b test: avoid leaking some LViews in tests (#57546)
  • 106917a fix(core): avoid leaking memory if component throws during creation (#57546)
  • b74b5f0 build: remove Sourcemaps from Schematics bundles (#57545)
  • 6a953c6 refactor(migrations): properly handle multi query migration (#57525)
  • Additional commits viewable in compare view

Updates @angular/material from 18.1.0 to 18.2.2

Release notes

Sourced from @​angular/material's releases.

v18.2.2

18.2.2 "steel-sword" (2024-08-28)

material

Commit Description
fix - 3ce4e9fc2a schematics: Add the missing neutral tones for the M3 color palettes (#29644)
perf - f93d0f4095 tooltip: Avoid unneeded calls to clearTimeout (#29643)

cdk

Commit Description
fix - 39d3d01340 drag-drop: error if ngDevMode is undefined (#29634)
fix - b1c5ed7260 tree: avoid breaking change in constructor (#29648)
fix - ff95692125 tree: capturing focus on load (#29641)
fix - f888b3d95a tree: fix issue where isExpanded wouldn't be set if placed before isExpandable (#29565) (#29647)

v18.2.1

18.2.1 "plastic-panda" (2024-08-22)

material

Commit Description
fix - bad94fda58 datepicker: calendar font tokens not being picked up (#29610) (#29615)
fix - c4c62b8549 icon: update error message for missing HttpClient (#29589)
fix - b2a32e9898 menu: inconsistent layout of submenu icon (#29603)
fix - 5f0c89030e tabs: switch pagination to not use native buttons (#29605)

cdk

Commit Description
fix - 3a2d13e2e4 drag-drop: preview positioned incorrectly when RTL is set on the body (#29606)

v18.2.0

18.2.0 "technetium-tapas" (2024-08-14)

cdk

Commit Description
feat - b2c051d2c drag-drop: add input to specify dragged item scale (#29392)

material

Commit Description
feat - ddc307e28 button-toggle: allow disabled buttons to be interactive (#29550)
feat - 841760101 checkbox: add the ability to interact with disabled checkboxes (#29474)
feat - 0af3b6175 radio: add the ability to interact with disabled radio buttons (#29490)
feat - 4292e1b3a slide-toggle: add the ability to interact with disabled toggle (#29502)
feat - a018fb0ee tooltip: replicate tooltipClass to default MatTooltipDefaultOptions (#29467)
fix - aaf0d5156 checkbox: account for disabledInteractive in harness
fix - d22a24d66 list: checkmark not visible in high contrast mode (#29546)
fix - a259b016b radio: account for disabledInteractive in harness
fix - fd47a0e60 radio: avoid error if destroyed quickly (#29507)

... (truncated)

Changelog

Sourced from @​angular/material's changelog.

18.2.2 "steel-sword" (2024-08-28)

cdk

Commit Type Description
39d3d01340 fix drag-drop: error if ngDevMode is undefined (#29634)
b1c5ed7260 fix tree: avoid breaking change in constructor (#29648)
ff95692125 fix tree: capturing focus on load (#29641)
f888b3d95a fix tree: fix issue where isExpanded wouldn't be set if placed before isExpandable (#29565) (#29647)

material

Commit Type Description
3ce4e9fc2a fix schematics: Add the missing neutral tones for the M3 color palettes (#29644)
f93d0f4095 perf tooltip: Avoid unneeded calls to clearTimeout (#29643)

19.0.0-next.1 "plastic-moose" (2024-08-22)

Breaking Changes

multiple

    • In order for Material to be compatible with recent changes in Sass and upcoming changes in the CSS standard, tokens are now emitted in-place, rather the being hoisted to the top of the selector. As a result, some token overrides might not apply anymore. This is relevant primarily for the cases like @include mat.button-theme($theme); --mat-button-color: red;. It can be resolved by wrapping the overrides with & {}, for example @include mat.button-theme($theme); & { --mat-button-color: red; }.

material

Commit Type Description
1abb484aa7 feat input: add the ability to interact with disabled inputs (#29574)
7cf8c6c464 fix datepicker: calendar font tokens not being picked up (#29610)
4f2bc4da78 fix icon: update error message for missing HttpClient (#29589)
adf413670f fix menu: inconsistent layout of submenu icon (#29603)
357f6f27a5 fix tabs: switch pagination to not use native buttons (#29605)

cdk

Commit Type Description
04ce4d2648 fix drag-drop: preview positioned incorrectly when RTL is set on the body (#29606)

multiple

Commit Type Description
01711b1804 fix account for mixed declarations in latest Sass version (#29596)
cb1450fc76 fix change fallbacks to use m3 (#29528)

18.2.1 "plastic-panda" (2024-08-22)

cdk

Commit Type Description
3a2d13e2e4 fix drag-drop: preview positioned incorrectly when RTL is set on the body (#29606)

material

Commit Type Description

... (truncated)

Commits
  • 59074f2 release: cut the v18.2.2 release
  • f93d0f4 perf(material/tooltip): Avoid unneeded calls to clearTimeout (#29643)
  • 3ce4e9f fix(material/schematics): Add the missing neutral tones for the M3 color pale...
  • b1c5ed7 fix(cdk/tree): avoid breaking change in constructor (#29648)
  • f888b3d fix(cdk/tree): fix issue where isExpanded wouldn't be set if placed before ...
  • ff95692 fix(cdk/tree): capturing focus on load (#29641)
  • dc23acc build: remove goo.gl links (#29640)
  • 39d3d01 fix(cdk/drag-drop): error if ngDevMode is undefined (#29634)
  • 32e8b26 release: cut the v18.2.1 release
  • bad94fd fix(material/datepicker): calendar font tokens not being picked up (#29610) (...
  • Additional commits viewable in compare view

Updates @angular-devkit/build-angular from 18.1.0 to 18.2.1

Release notes

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

v18.2.1

18.2.1 (2024-08-21)

@​angular-devkit/schematics-cli

Commit Description
fix - 94e27c88b prevent bypassing select/checkbox prompts on validation failure

@​angular/cli

Commit Description
fix - 05a274a01 prevent bypassing select/checkbox prompts on validation failure

@​angular-devkit/build-angular

Commit Description
fix - ddeb2b2b9 remove outdated browser-esbuild option warning

@​angular/build

Commit Description
fix - 83b2699ab improve error message when an unhandled exception occurs during prerendering
fix - 0be4038a5 support reading on-disk files during i18n extraction

v18.2.0

18.2.0 (2024-08-14)

@​schematics/angular

Commit Description
feat - 4da922e4f use isolatedModules in generated project

@​angular/build

Commit Description
feat - 24aaf1e37 support import attribute based loader configuration

v18.2.0-rc.0

18.2.0-rc.0 (2024-08-07)

@​angular/build

Commit Description
fix - 182ecbd18 allow explicitly disabling TypeScript incremental mode
fix - 34908a3fc lazy load Node.js inspector for dev server

v18.2.0-next.3

18.2.0-next.3 (2024-07-31)

@​angular/build

Commit Description
fix - 636cb6932 add CSP nonce attribute to script tags when inline critical CSS is disabled
fix - 7d52941a2 prevent build failures with remote CSS imports when Tailwind is configured

... (truncated)

Changelog

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

18.2.1 (2024-08-21)

@​angular/cli

Commit Type Description
05a274a01 fix prevent bypassing select/checkbox prompts on validation failure

@​angular-devkit/schematics-cli

Commit Type Description
94e27c88b fix prevent bypassing select/checkbox prompts on validation failure

@​angular-devkit/build-angular

Commit Type Description
ddeb2b2b9 fix remove outdated browser-esbuild option warning

@​angular/build

Commit Type Description
83b2699ab fix improve error message when an unhandled exception occurs during prerendering
0be4038a5 fix support reading on-disk files during i18n extraction

19.0.0-next.0 (2024-08-14)

@​angular/cli

Commit Type Description
c5ed0b124 fix prevent bypassing select/checkbox prompts on validation failure

@​angular-devkit/schematics-cli

Commit Type Description
37693c40e feat add package manager option to blank schematic
73c243796 fix prevent bypassing select/checkbox prompts on validation failure

@​angular/ssr

Commit Type Description

... (truncated)

Commits
  • 15f3d5a release: cut the v18.2.1 release
  • ddeb2b2 fix(@​angular-devkit/build-angular): remove outdated browser-esbuild option wa...
  • 0be4038 fix(@​angular/build): support reading on-disk files during i18n extraction
  • a655b92 build: downgrade sass version
  • 83b2699 fix(@​angular/build): improve error message when an unhandled exception occurs...
  • 94e27c8 fix(@​angular-devkit/schematics-cli): prevent bypassing select/checkbox prompt...
  • 05a274a fix(@​angular/cli): prevent bypassing select/checkbox prompts on validation fa...
  • ff5a0fe release: cut the v18.2.0 release
  • 1a876a3 build: update Angular versions to 18.2 stable
  • eb9c7fe build: remove unnecessary excludes from tsconfig.json
  • Additional commits viewable in compare view

Updates @angular-eslint/builder from 18.1.0 to 18.3.0

Release notes

Sourced from @​angular-eslint/builder's releases.

v18.3.0

18.3.0 (2024-08-13)

🚀 Features

  • eslint-plugin: new rule runtime-localize (#1898)

🩹 Fixes

  • update dependency eslint to v9.9.0 (#1976)
  • update dependency @​angular/compiler to v18.1.4 (#1973)
  • update dependency ignore to v5.3.2 (#1979)
  • update typescript-eslint packages to v8.1.0 (#1982)
  • eslint-plugin-template: [interactive-supports-focus] allowList with form as default option to support event bubbling (#1922)
  • eslint-plugin-template: [prefer-self-closing-tags] fix ng-content with rich default content (#1971)
  • prefer-self-closing-tags: handle both forward and backward slash (#1967)

❤️ Thank You

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

| Package | From | To |
| --- | --- | --- |
| [@angular/cdk](https://github.com/angular/components) | `18.1.0` | `18.2.2` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `18.1.0` | `18.2.2` |
| [@angular/material](https://github.com/angular/components) | `18.1.0` | `18.2.2` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `18.1.0` | `18.2.1` |
| [@angular-eslint/builder](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/builder) | `18.1.0` | `18.3.0` |
| [@angular-eslint/eslint-plugin](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin) | `18.1.0` | `18.3.0` |
| [@angular-eslint/eslint-plugin-template](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin-template) | `18.1.0` | `18.3.0` |
| [@angular-eslint/schematics](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/schematics) | `18.1.0` | `18.3.0` |
| [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser) | `18.1.0` | `18.3.0` |
| [@angular/cli](https://github.com/angular/angular-cli) | `18.1.0` | `18.2.1` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `18.1.0` | `18.2.2` |



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

Updates `@angular/core` from 18.1.0 to 18.2.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/18.2.2/packages/core)

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

Updates `@angular-devkit/build-angular` from 18.1.0 to 18.2.1
- [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.1.0...18.2.1)

Updates `@angular-eslint/builder` from 18.1.0 to 18.3.0
- [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/v18.3.0/packages/builder)

Updates `@angular-eslint/eslint-plugin` from 18.1.0 to 18.3.0
- [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/v18.3.0/packages/eslint-plugin)

Updates `@angular-eslint/eslint-plugin-template` from 18.1.0 to 18.3.0
- [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/v18.3.0/packages/eslint-plugin-template)

Updates `@angular-eslint/schematics` from 18.1.0 to 18.3.0
- [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/v18.3.0/packages/schematics)

Updates `@angular-eslint/template-parser` from 18.1.0 to 18.3.0
- [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/v18.3.0/packages/template-parser)

Updates `@angular/cli` from 18.1.0 to 18.2.1
- [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.1.0...18.2.1)

Updates `@angular/compiler-cli` from 18.1.0 to 18.2.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/18.2.2/packages/compiler-cli)

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

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

dependabot bot commented on behalf of github Aug 29, 2024

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

Copy link
Author

dependabot bot commented on behalf of github Aug 30, 2024

Superseded by #3744.

@dependabot dependabot bot closed this Aug 30, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/src/main/resources/generator/dependencies/angular/angular-bafbc6146a branch August 30, 2024 00:17
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