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 #3712

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 8, 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.1.4
@angular/core 18.1.0 18.1.4
@angular/material 18.1.0 18.1.4
@angular-devkit/build-angular 18.1.0 18.1.4
@angular-eslint/builder 18.1.0 18.2.0
@angular-eslint/eslint-plugin 18.1.0 18.2.0
@angular-eslint/eslint-plugin-template 18.1.0 18.2.0
@angular-eslint/schematics 18.1.0 18.2.0
@angular-eslint/template-parser 18.1.0 18.2.0
@angular/cli 18.1.0 18.1.4
@angular/compiler-cli 18.1.0 18.1.4

Updates @angular/cdk from 18.1.0 to 18.1.4

Release notes

Sourced from @​angular/cdk's releases.

v18.1.4

18.1.4 "pewter-polka" (2024-08-07)

material

Commit Description
fix - 2b5ae8c0ed chips: missing tokens in M3 (#29531)
fix - b98432839e sidenav: disable focus trap while closed (#29548)

v18.1.3

18.1.3 "plastic-beach" (2024-07-31)

material

Commit Description
fix - caf4b61ead chips: remove tab-index attribute from mat-chip host (#29436)
fix - 913267c0b1 core: custom system-level variable prefix not used in some mixins (#29513)
fix - 70048ef226 dialog: invalid font-family declaration (#29516)
fix - d7d82e1455 slide-toggle: don't trigger active state for entire container (#29514)
fix - d237e7d2c7 slide-toggle: remove divs from button (#29485)

cdk

Commit Description
fix - 2c76917779 coercion: Return undefined when the fallback value is undefined (#29491)

v18.1.2

18.1.2 "velvet-violin" (2024-07-24)

material

Commit Description
fix - cf61af53bd chips: remove button is too small (#29351)
fix - c79ec264aa form-field: hiding a label after it has been (#29461)
fix - 15238d255f input: Number input not changing on wheel interaction (#29449)

Breaking Changes

material

  • updates chip remove button touch target to increase accessibility of the button especially on touch/mobile devices.
  • refactor(material/chips): chip remove touch target size is insufficient

Updates fix to Autocomplete Component Chips component where the touch target size is too small and fails minimum accessibility size of 48x48 px. Addresses nit fixes from PR review.

Fixes b/286959517

  • updates padding size of remove touch target to satisfy minimum 48x48 accessibility size.

    • fix(material/chip): remove button is too small

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

18.1.4 "pewter-polka" (2024-08-07)

material

Commit Type Description
2b5ae8c0ed fix chips: missing tokens in M3 (#29531)
b98432839e fix sidenav: disable focus trap while closed (#29548)

18.2.0-next.3 "gold-medal" (2024-07-31)

cdk

Commit Type Description
c9078d1d1a fix coercion: Return undefined when the fallback value is undefined (#29491)

material

Commit Type Description
0af3b61750 feat radio: add the ability to interact with disabled radio buttons (#29490)
4292e1b3a0 feat slide-toggle: add the ability to interact with disabled toggle (#29502)
5403b2b316 fix chips: remove tab-index attribute from mat-chip host (#29436)
6d701146cc fix core: custom system-level variable prefix not used in some mixins (#29513)
95d1354cdd fix dialog: invalid font-family declaration (#29516)
fd47a0e60d fix radio: avoid error if destroyed quickly (#29507)
5892acfde3 fix slide-toggle: don't trigger active state for entire container (#29514)
1aa8512ebe fix slide-toggle: remove divs from button (#29485)

multiple

Commit Type Description
db5b8dc29b feat fallback to system level variables (#29480)

18.1.3 "plastic-beach" (2024-07-31)

cdk

Commit Type Description
2c76917779 fix coercion: Return undefined when the fallback value is undefined (#29491)

material

Commit Type Description
caf4b61ead fix chips: remove tab-index attribute from mat-chip host (#29436)
913267c0b1 fix core: custom system-level variable prefix not used in some mixins (#29513)
70048ef226 fix dialog: invalid font-family declaration (#29516)
d7d82e1455 fix slide-toggle: don't trigger active state for entire container (#29514)
d237e7d2c7 fix slide-toggle: remove divs from button (#29485)

... (truncated)

Commits
  • 2b1e0d4 release: cut the v18.1.4 release
  • b984328 fix(material/sidenav): disable focus trap while closed (#29548)
  • f229e7b refactor(cdk/drag-drop): remove unnecessary generics (#29542)
  • 8dfd1dc refactor(cdk/drag-drop): remove unnecessary type (#29541)
  • 2b5ae8c fix(material/chips): missing tokens in M3 (#29531)
  • 27eb1db build: fix the approve-size-tests script (#29538)
  • 0e1bf7c release: cut the v18.1.3 release
  • caf4b61 fix(material/chips): remove tab-index attribute from mat-chip host (#29436)
  • 4d6aa2e build: update to Angular 18.2 next (#29521)
  • 70048ef fix(material/dialog): invalid font-family declaration (#29516)
  • Additional commits viewable in compare view

Updates @angular/core from 18.1.0 to 18.1.4

Release notes

Sourced from @​angular/core's releases.

v18.1.4

18.1.4 (2024-08-07)

compiler

Commit Description
fix - 6a99f83659 reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Description
fix - afb05ff1cb support JIT transforms before other transforms modifying classes (#57262)
perf - bae54a1621 improve performance of interpolatedSignalNotInvoked extended diagnostic (#57291)

language-service

Commit Description
fix - 6ac209c24f avoid generating TS suggestion diagnostics for templates (#56241)

v18.1.3

18.1.3 (2024-07-31)

compiler

Commit Description
fix - 31dea066d6 reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Description
fix - 1f9e090910 emitting references to ngtypecheck files (#57138) (#57202)

core

Commit Description
fix - f7ab04018e errors during ApplicationRef.tick should be rethrown for zoneless tests (#56993)
fix - eaa83f9d27 hydration error in some let declaration setups (#57173)

v18.1.2

18.1.2 (2024-07-24)

compiler

Commit Description
fix - 463945003d limit the number of chained instructions (#57069)

compiler-cli

Commit Description
fix - e904f34020 add warning for unused let declarations (#57033)

core

Commit Description
fix - 9e52c1c840 afterNextRender hooks return that callback value. (#57031)
fix - b9fb98c67c tree shake dev mode error message (#57035)

... (truncated)

Changelog

Sourced from @​angular/core's changelog.

18.1.4 (2024-08-07)

compiler

Commit Type Description
6a99f83659 fix reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Type Description
afb05ff1cb fix support JIT transforms before other transforms modifying classes (#57262)
bae54a1621 perf improve performance of interpolatedSignalNotInvoked extended diagnostic (#57291)

language-service

Commit Type Description
6ac209c24f fix avoid generating TS suggestion diagnostics for templates (#56241)

18.2.0-next.4 (2024-08-05)

compiler-cli

Commit Type Description
e2259c7b09 fix support JIT transforms before other transforms modifying classes (#57262)

core

Commit Type Description
827070e331 fix Do not run image performance warning checks on server (#57234)

language-service

Commit Type Description
4bb9d0f923 fix avoid generating TS suggestion diagnostics for templates (#56241)

router

Commit Type Description
6c76c91e15 feat Add defaultQueryParamsHandling to router configuration (#57198)

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

compiler

Commit Type Description
67e09404db fix reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Type Description
0f0a1f2836 fix emitting references to ngtypecheck files (#57138)
e11c0c42d2 fix run JIT transforms on @NgModule classes with jit: true (#57212)

core

... (truncated)

Commits
  • e366473 refactor(core): replace usages of removeChild (#57203)
  • 6eac1b3 refactor(docs-infra): migrate api-gen from dev-infra into the repo (#57241)
  • 0c72976 refactor(core): Remove clickmod support from Angular. (#57201)
  • 2ece950 test: update symbol golden after lock file maintenance (#57211)
  • 62ade76 refactor(core): Update callback schedulers to cancel pending timers (#57186)
  • 0def76f refactor(core): Private option to rethrow ApplicationRef.tick errors in tests...
  • eaa83f9 fix(core): hydration error in some let declaration setups (#57173)
  • 81b30dc refactor(docs-infra): migrate @​angular/docs from dev-infra into adev director...
  • f7ab040 fix(core): errors during ApplicationRef.tick should be rethrown for zoneless ...
  • 1a606b0 refactor(core): Switch to using concat rather than spread operator for events...
  • Additional commits viewable in compare view

Updates @angular/material from 18.1.0 to 18.1.4

Release notes

Sourced from @​angular/material's releases.

v18.1.4

18.1.4 "pewter-polka" (2024-08-07)

material

Commit Description
fix - 2b5ae8c0ed chips: missing tokens in M3 (#29531)
fix - b98432839e sidenav: disable focus trap while closed (#29548)

v18.1.3

18.1.3 "plastic-beach" (2024-07-31)

material

Commit Description
fix - caf4b61ead chips: remove tab-index attribute from mat-chip host (#29436)
fix - 913267c0b1 core: custom system-level variable prefix not used in some mixins (#29513)
fix - 70048ef226 dialog: invalid font-family declaration (#29516)
fix - d7d82e1455 slide-toggle: don't trigger active state for entire container (#29514)
fix - d237e7d2c7 slide-toggle: remove divs from button (#29485)

cdk

Commit Description
fix - 2c76917779 coercion: Return undefined when the fallback value is undefined (#29491)

v18.1.2

18.1.2 "velvet-violin" (2024-07-24)

material

Commit Description
fix - cf61af53bd chips: remove button is too small (#29351)
fix - c79ec264aa form-field: hiding a label after it has been (#29461)
fix - 15238d255f input: Number input not changing on wheel interaction (#29449)

Breaking Changes

material

  • updates chip remove button touch target to increase accessibility of the button especially on touch/mobile devices.
  • refactor(material/chips): chip remove touch target size is insufficient

Updates fix to Autocomplete Component Chips component where the touch target size is too small and fails minimum accessibility size of 48x48 px. Addresses nit fixes from PR review.

Fixes b/286959517

  • updates padding size of remove touch target to satisfy minimum 48x48 accessibility size.

    • fix(material/chip): remove button is too small

... (truncated)

Changelog

Sourced from @​angular/material's changelog.

18.1.4 "pewter-polka" (2024-08-07)

material

Commit Type Description
2b5ae8c0ed fix chips: missing tokens in M3 (#29531)
b98432839e fix sidenav: disable focus trap while closed (#29548)

18.2.0-next.3 "gold-medal" (2024-07-31)

cdk

Commit Type Description
c9078d1d1a fix coercion: Return undefined when the fallback value is undefined (#29491)

material

Commit Type Description
0af3b61750 feat radio: add the ability to interact with disabled radio buttons (#29490)
4292e1b3a0 feat slide-toggle: add the ability to interact with disabled toggle (#29502)
5403b2b316 fix chips: remove tab-index attribute from mat-chip host (#29436)
6d701146cc fix core: custom system-level variable prefix not used in some mixins (#29513)
95d1354cdd fix dialog: invalid font-family declaration (#29516)
fd47a0e60d fix radio: avoid error if destroyed quickly (#29507)
5892acfde3 fix slide-toggle: don't trigger active state for entire container (#29514)
1aa8512ebe fix slide-toggle: remove divs from button (#29485)

multiple

Commit Type Description
db5b8dc29b feat fallback to system level variables (#29480)

18.1.3 "plastic-beach" (2024-07-31)

cdk

Commit Type Description
2c76917779 fix coercion: Return undefined when the fallback value is undefined (#29491)

material

Commit Type Description
caf4b61ead fix chips: remove tab-index attribute from mat-chip host (#29436)
913267c0b1 fix core: custom system-level variable prefix not used in some mixins (#29513)
70048ef226 fix dialog: invalid font-family declaration (#29516)
d7d82e1455 fix slide-toggle: don't trigger active state for entire container (#29514)
d237e7d2c7 fix slide-toggle: remove divs from button (#29485)

... (truncated)

Commits
  • 2b1e0d4 release: cut the v18.1.4 release
  • b984328 fix(material/sidenav): disable focus trap while closed (#29548)
  • f229e7b refactor(cdk/drag-drop): remove unnecessary generics (#29542)
  • 8dfd1dc refactor(cdk/drag-drop): remove unnecessary type (#29541)
  • 2b5ae8c fix(material/chips): missing tokens in M3 (#29531)
  • 27eb1db build: fix the approve-size-tests script (#29538)
  • 0e1bf7c release: cut the v18.1.3 release
  • caf4b61 fix(material/chips): remove tab-index attribute from mat-chip host (#29436)
  • 4d6aa2e build: update to Angular 18.2 next (#29521)
  • 70048ef fix(material/dialog): invalid font-family declaration (#29516)
  • Additional commits viewable in compare view

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

Release notes

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

v18.1.4

18.1.4 (2024-08-07)

@​angular/build

Commit Description
fix - f8b092711 allow explicitly disabling TypeScript incremental mode
fix - f3a5970fc lazy load Node.js inspector for dev server

v18.1.3

18.1.3 (2024-07-31)

@​angular/build

Commit Description
fix - a28615d7d add CSP nonce attribute to script tags when inline critical CSS is disabled
fix - 747a1447c prevent build failures with remote CSS imports when Tailwind is configured
fix - c0933f2c0 resolve error with extract-i18n builder for libraries

v18.1.2

18.1.2 (2024-07-24)

@​angular/build

Commit Description
fix - 5b9378a3b account for HTML base HREF for dev-server externals
fix - 3e4ea77d7 correctly detect comma in Sass URL lexer
fix - d868270f1 prevent redirection loop
fix - 3573ac655 serve HTML files directly

v18.1.1

18.1.1 (2024-07-17)

@​angular-devkit/build-angular

Commit Description
fix - 4f6cee272 skip undefined files when generating budget stats

@​angular/build

Commit Description
fix - 96dc7e6ed remove Vite "/@id/" prefix for explicit external dependencies
fix - bdef39801 resolve only ".wasm" files
Changelog

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

18.1.4 (2024-08-07)

@​angular/build

Commit Type Description
f8b092711 fix allow explicitly disabling TypeScript incremental mode
f3a5970fc fix lazy load Node.js inspector for dev server

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

@​angular/build

Commit Type Description
636cb6932 fix add CSP nonce attribute to script tags when inline critical CSS is disabled
7d52941a2 fix prevent build failures with remote CSS imports when Tailwind is configured
0466fb74a fix resolve error with extract-i18n builder for libraries

18.1.3 (2024-07-31)

@​angular/build

Commit Type Description
a28615d7d fix add CSP nonce attribute to script tags when inline critical CSS is disabled
747a1447c fix prevent build failures with remote CSS imports when Tailwind is configured
c0933f2c0 fix resolve error with extract-i18n builder for libraries

18.2.0-next.2 (2024-07-24)

@​angular/build

Commit Type Description
37a2138cb fix account for HTML base HREF for dev-server externals
8ff687d03 fix correctly detect comma in Sass URL lexer
6d6937587 fix prevent redirection loop

... (truncated)

Commits
  • 5cbeede release: cut the v18.1.4 release
  • f3a5970 fix(@​angular/build): lazy load Node.js inspector for dev server
  • f8b0927 fix(@​angular/build): allow explicitly disabling TypeScript incremental mode
  • bfdfce4 release: cut the v18.1.3 release
  • 747a144 fix(@​angular/build): prevent build failures with remote CSS imports when Tail...
  • a28615d fix(@​angular/build): add CSP nonce attribute to script tags when inline cri...
  • c0933f2 fix(@​angular/build): resolve error with extract-i18n builder for libraries
  • fa7eeb7 release: cut the v18.1.2 release
  • 3e4ea77 fix(@​angular/build): correctly detect comma in Sass URL lexer
  • 3573ac6 fix(@​angular/build): serve HTML files directly
  • Additional commits viewable in compare view

Updates @angular-eslint/builder from 18.1.0 to 18.2.0

Release notes

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

v18.2.0

18.2.0 (2024-07-31)

🚀 Features

  • update typescript-eslint to v8 stable, eslint v9.8.0 (#1956)

Run ng update @angular-eslint/schematics to automatically update your v8 prerelease dependencies of typescript-eslint to v8.0.0, as well as ESLint to v9.8.0 (if you are still using typescript-eslint v7 and ESLint v8 you will be unaffected by this migration).

🩹 Fixes

  • update dependency axobject-query to v4.1.0 (#1936)
  • update dependency semver to v7.6.3 (#1933)
  • update dependency eslint-scope to v8.0.2 (#1932)
  • update dependency @​angular/compiler to v18.1.3 (#1954)
  • update nrwl monorepo to v19.5.4 (#1950)
  • eslint-plugin: [prefer-standalone] ignore empty Directive decorators (#1949)
  • eslint-plugin-template: add meta to preprocessor to resolve eslint cache error (#1924)

❤️ Thank You

Changelog

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

18.2.0 (2024-07-31)

This was a version bump only for builder to align it with other projects, there were no code changes.

Commits

Updates @angular-eslint/eslint-plugin from 18.1.0 to 18.2.0

Release notes

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

v18.2.0

18.2.0 (2024-07-31)

🚀 Features

  • update typescript-eslint to v8 stable, eslint v9.8.0 (#1956)

Run ng update @angular-eslint/schematics to automatically update your v8 prerelease dependencies of typescript-eslint to v8.0.0, as well as ESLint to v9.8.0 (if you are still using typescript-eslint v7 and ESLint v8 you will be unaffected by this migration).

🩹 Fixes

  • update dependency axobject-query to v4.1.0 (#1936)
  • update dependency semver to v7.6.3 (#1933)
  • update dependency eslint-scope to v8.0.2 (#1932)
  • update dependency @​angular/compiler to v18.1.3 (#1954)
  • update nrwl monorepo to v19.5.4 (#1950)
  • eslint-plugin: [prefer-standalone] ignore empty Directive decorators (#1949)
  • eslint-plugin-template: add meta to preprocessor to resolve eslint cache error (#1924)

❤️ Thank You

Changelog

Sourced from @​angular-eslint/eslint-plugin's changelog.

18.2.0 (2024-07-31)

🚀 Features

  • update typescript-eslint to v8 stable, eslint v9.8.0

🩹 Fixes

  • eslint-plugin: [prefer-standalone] ignore empty Directive decorators

❤️ Thank You

  • James Henry
  • Paweł Maniecki
Commits
  • fea2384 chore(release): publish 18.2.0
  • bb84c03 fix(eslint-plugin): [prefer-standalone] ignore empty Directive decorators (#1...
  • dfd1bd7 feat: update typescript-eslint to v8 stable, eslint v9.8.0 (#1956)
  • See full diff in compare view

Updates @angular-eslint/eslint-plugin-template from 18.1.0 to 18.2.0

Release notes

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

v18.2.0

18.2.0 (2024-07-31)

🚀 Features

  • update typescript-eslint to v8 stable, eslint v9.8.0 (#1956)

Run ng update @angular-eslint/schematics to automatically update your v8 prerelease dependencies of typescript-eslint to v8.0.0, as well as ESLint to v9.8.0 (if you are still using typescript-eslint v7 and ESLint v8 you will be unaffected by this migration).

🩹 Fixes

  • update dependency axobject-query to v4.1.0 (#1936)
  • update dependency semver to v7.6.3 (#1933)
  • update dependency eslint-scope to v8.0.2 (#1932)
  • update dependency @​angular/compiler to v18.1.3 (#1954)
  • update nrwl monorepo to v19.5.4 (#1950)
  • eslint-plugin: [prefer-standalone] ignore empty Directive decorators (#1949)
  • eslint-plugin-template: add meta to preprocessor to resolve eslint cache error (#1924)

❤️ Thank You

Changelog

Sourced from

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.1.4` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `18.1.0` | `18.1.4` |
| [@angular/material](https://github.com/angular/components) | `18.1.0` | `18.1.4` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `18.1.0` | `18.1.4` |
| [@angular-eslint/builder](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/builder) | `18.1.0` | `18.2.0` |
| [@angular-eslint/eslint-plugin](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin) | `18.1.0` | `18.2.0` |
| [@angular-eslint/eslint-plugin-template](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin-template) | `18.1.0` | `18.2.0` |
| [@angular-eslint/schematics](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/schematics) | `18.1.0` | `18.2.0` |
| [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser) | `18.1.0` | `18.2.0` |
| [@angular/cli](https://github.com/angular/angular-cli) | `18.1.0` | `18.1.4` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `18.1.0` | `18.1.4` |



Updates `@angular/cdk` from 18.1.0 to 18.1.4
- [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.1.4)

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

Updates `@angular/material` from 18.1.0 to 18.1.4
- [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.1.4)

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

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

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

Updates `@angular-eslint/eslint-plugin-template` from 18.1.0 to 18.2.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.2.0/packages/eslint-plugin-template)

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

Updates `@angular-eslint/template-parser` from 18.1.0 to 18.2.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.2.0/packages/template-parser)

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

Updates `@angular/compiler-cli` from 18.1.0 to 18.1.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.1.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-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-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
Author

dependabot bot commented on behalf of github Aug 8, 2024

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

Copy link
Author

dependabot bot commented on behalf of github Aug 14, 2024

Superseded by #3719.

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