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

Bump the angular group in /frontend with 17 updates #107

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 15, 2024

Bumps the angular group in /frontend with 17 updates:

Package From To
@angular/animations 17.3.10 18.1.0
@angular/cdk 17.3.10 18.1.0
@angular/common 17.3.10 18.1.0
@angular/compiler 17.3.10 18.1.0
@angular/core 17.3.10 18.1.0
@angular/forms 17.3.10 18.1.0
@angular/material 17.3.10 18.1.0
@angular/platform-browser 17.3.10 18.1.0
@angular/platform-browser-dynamic 17.3.10 18.1.0
@angular/router 17.3.10 18.1.0
@angular-devkit/build-angular 17.3.8 18.1.0
@angular-eslint/builder 18.0.1 18.1.0
@angular-eslint/eslint-plugin 17.5.1 18.1.0
@angular-eslint/eslint-plugin-template 17.5.1 18.1.0
@angular-eslint/schematics 18.0.1 18.1.0
@angular-eslint/template-parser 18.0.1 18.1.0
@angular/cli 18.0.4 18.1.0

Updates @angular/animations from 17.3.10 to 18.1.0

Release notes

Sourced from @​angular/animations's releases.

v18.1.0

18.1.0 (2024-07-10)

common

Commit Description
fix - f25653e231 typo in NgOptimizedImage warning (#56756)
fix - 9b35726e42 typo in warning for NgOptimizedDirective (#56817)

compiler

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

compiler-cli

Commit Description
fix - 66e582551e avoid duplicate diagnostics for let declarations read before definition (#56843)
fix - 4d18c5bfd5 flag all conflicts between let declarations and local symbols (#56752)
fix - 9e21582456 Show template syntax errors in local compilation modified (#55855)
fix - 5996502921 type check let declarations nested inside nodes (#56752)
fix - cdebf751e4 used before declared diagnostic not firing for control flow blocks (#56843)

core

Commit Description
feat - ea3c802056 Add a schematic to migrate afterRender phase flag (#55648)
feat - 5df3e78c99 add equality function to rxjs-interop toSignal (#56447)
feat - 0a48d584f2 add support for let syntax (#56715)
feat - 352e0782ec expose signal input metadata in ComponentMirror (#56402)
feat - a655e46447 Redesign the afterRender & afterNextRender phases API (#55648)
feat - e5a6f91722 support TypeScript 5.5 (#56096)
fix - 38effcc63e Add back phase flag option as a deprecated API (#55648)
fix - 86bcfd3e49 improve docs on afterRender hooks (#56522)
fix - b2445a0953 link errors to ADEV (#55554) (#56038)
fix - 03a2acd2a3 properly remove imports in the afterRender phase migration (#56524)
fix - 4d87b9e899 rename the equality function option in toSignal (#56769) (#56922)
fix - 8bd4c074af toSignal equal option should be passed to inner computed (#56903)

forms

Commit Description
fix - 00bde8b1c2 Make NgControlStatus host bindings OnPush compatible (#55720)

http

Commit Description
fix - cc21989132 Make Content-Type header case insensitive (#56541)

language-service

Commit Description
feat - b400e2e4d4 autocompletion for the component not imported (#55595)
fix - 67b2c336bc import the default exported component correctly (#56432)

... (truncated)

Changelog

Sourced from @​angular/animations's changelog.

18.1.0 (2024-07-10)

common

Commit Type Description
f25653e231 fix typo in NgOptimizedImage warning (#56756)
9b35726e42 fix typo in warning for NgOptimizedDirective (#56817)

compiler

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

compiler-cli

Commit Type Description
66e582551e fix avoid duplicate diagnostics for let declarations read before definition (#56843)
4d18c5bfd5 fix flag all conflicts between let declarations and local symbols (#56752)
9e21582456 fix Show template syntax errors in local compilation modified (#55855)
5996502921 fix type check let declarations nested inside nodes (#56752)
cdebf751e4 fix used before declared diagnostic not firing for control flow blocks (#56843)

core

Commit Type Description
ea3c802056 feat Add a schematic to migrate afterRender phase flag (#55648)
5df3e78c99 feat add equality function to rxjs-interop toSignal (#56447)
0a48d584f2 feat add support for let syntax (#56715)
352e0782ec feat expose signal input metadata in ComponentMirror (#56402)
a655e46447 feat Redesign the afterRender & afterNextRender phases API (#55648)
e5a6f91722 feat support TypeScript 5.5 (#56096)
38effcc63e fix Add back phase flag option as a deprecated API (#55648)
86bcfd3e49 fix improve docs on afterRender hooks (#56522)
b2445a0953 fix link errors to ADEV (#55554) (#56038)
03a2acd2a3 fix properly remove imports in the afterRender phase migration (#56524)
4d87b9e899 fix rename the equality function option in toSignal (#56769) (#56922)
8bd4c074af fix toSignal equal option should be passed to inner computed (#56903)

forms

Commit Type Description
00bde8b1c2 fix Make NgControlStatus host bindings OnPush compatible (#55720)

http

Commit Type Description
cc21989132 fix Make Content-Type header case insensitive (#56541)

language-service

Commit Type Description
b400e2e4d4 feat autocompletion for the component not imported (#55595)
67b2c336bc fix import the default exported component correctly (#56432)

router

| Commit | Type | Description |

... (truncated)

Commits
  • ba325c5 docs: remove private symbol from docs (#56851)
  • 0bd55a6 refactor(docs-infra): complete removal of aio directory (#56496)
  • 01172b8 build: update Node.js to match Angular CLI engines (#56187)
  • fb35130 build: update to latest dev infra code (#56128)
  • 024e9bf refactor(core): Ensure animations are flushed before running render hooks (#5...
  • bf8814c refactor(core): Omit listeners from out-of-zone scheduling when using ZoneJS ...
  • e3d5607 Revert "refactor(core): Ensure DOM removal happens when no app views need ref...
  • 28905ab Revert "refactor(animations): Ensure async animations applies changes when lo...
  • 9ab36cf refactor(animations): Ensure async animations applies changes when loaded in ...
  • a07ea06 refactor(core): Ensure DOM removal happens when no app views need refresh (#5...
  • Additional commits viewable in compare view

Updates @angular/cdk from 17.3.10 to 18.1.0

Release notes

Sourced from @​angular/cdk's releases.

v18.1.0

18.1.0 "coral-odyssey" (2024-07-10)

cdk-experimental

Commit Description
fix - fc6beeae18 popover-edit: Fix dialog role and allow aria label on popup (#29380)

material

Commit Description
feat - 5da528e44d button: allow button color to be configured through DI (#29297)
feat - 6f698fa4e2 core: add option to configure prefix of system variables (#29139)
fix - 5a97c03928 chips: navigate between rows on up/down arrow (#29364)
fix - 566057b8f5 divider: non-text color contrast issues (#28995)
fix - 65b56400bd tabs: remove visibility style when hydrating (#29220)

cdk

Commit Description
feat - 0bc6583892 drag-drop: add mixed orientation support
feat - b5e30156c1 drag-drop: add the ability to specify an alternate drop list container (#29283)
fix - 03d4e134c8 drag-drop: reset pointer events on descendants (#29370)

multiple

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

v18.1.0-rc.0

18.1.0-rc.0 "zirconium-zoo" (2024-07-03)

material

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

v18.1.0-next.4

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

material

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

cdk

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

multiple

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

18.1.0 "coral-odyssey" (2024-07-10)

cdk

Commit Type Description
0bc6583892 feat drag-drop: add mixed orientation support
b5e30156c1 feat drag-drop: add the ability to specify an alternate drop list container (#29283)
03d4e134c8 fix drag-drop: reset pointer events on descendants (#29370)

material

Commit Type Description
5da528e44d feat button: allow button color to be configured through DI (#29297)
6f698fa4e2 feat core: add option to configure prefix of system variables (#29139)
5a97c03928 fix chips: navigate between rows on up/down arrow (#29364)
566057b8f5 fix divider: non-text color contrast issues (#28995)
65b56400bd fix tabs: remove visibility style when hydrating (#29220)

cdk-experimental

Commit Type Description
fc6beeae18 fix popover-edit: Fix dialog role and allow aria label on popup (#29380)

multiple

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

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

material

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

18.0.5 "plastic-puppy" (2024-06-26)

cdk

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

material

Commit Type Description
fad2a074e2 fix button-toggle: skip disabled buttons during keyboard navigation (#29308)
e5684fe2b7 fix button: stack icons on top of touch target (#29291)
c1a40a26d1 fix datepicker: avoid losing focus when re-rendering the current view (#29287)
7f575daab5 fix sidenav: not closing on escape key press (#29292)

... (truncated)

Commits
  • c114373 release: cut the v18.1.0 release
  • 03c0dd8 docs: fix typo (#29403)
  • 3ca40ae docs(cdk/dialog): CDK Dialog docs missing explanation on how to access dialog...
  • fc6beea fix(cdk-experimental/popover-edit): Fix dialog role and allow aria label on p...
  • 00fe295 refactor(material/core): simplify internal form field styles (#29389)
  • 9ad16eb refactor(material/list): simplify structural styles (#29383)
  • 65b5640 fix(material/tabs): remove visibility style when hydrating (#29220)
  • 328c5d4 docs(cdk/listbox): remove forms validation and validation example (#29391)
  • a083619 docs(material/datepicker): Added context to docs for date picker null value #...
  • 47b32b0 docs(material/form-field): unable to toggle icon in demo file (#29354)
  • Additional commits viewable in compare view

Updates @angular/common from 17.3.10 to 18.1.0

Release notes

Sourced from @​angular/common's releases.

v18.1.0

18.1.0 (2024-07-10)

common

Commit Description
fix - f25653e231 typo in NgOptimizedImage warning (#56756)
fix - 9b35726e42 typo in warning for NgOptimizedDirective (#56817)

compiler

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

compiler-cli

Commit Description
fix - 66e582551e avoid duplicate diagnostics for let declarations read before definition (#56843)
fix - 4d18c5bfd5 flag all conflicts between let declarations and local symbols (#56752)
fix - 9e21582456 Show template syntax errors in local compilation modified (#55855)
fix - 5996502921 type check let declarations nested inside nodes (#56752)
fix - cdebf751e4 used before declared diagnostic not firing for control flow blocks (#56843)

core

Commit Description
feat - ea3c802056 Add a schematic to migrate afterRender phase flag (#55648)
feat - 5df3e78c99 add equality function to rxjs-interop toSignal (#56447)
feat - 0a48d584f2 add support for let syntax (#56715)
feat - 352e0782ec expose signal input metadata in ComponentMirror (#56402)
feat - a655e46447 Redesign the afterRender & afterNextRender phases API (#55648)
feat - e5a6f91722 support TypeScript 5.5 (#56096)
fix - 38effcc63e Add back phase flag option as a deprecated API (#55648)
fix - 86bcfd3e49 improve docs on afterRender hooks (#56522)
fix - b2445a0953 link errors to ADEV (#55554) (#56038)
fix - 03a2acd2a3 properly remove imports in the afterRender phase migration (#56524)
fix - 4d87b9e899 rename the equality function option in toSignal (#56769) (#56922)
fix - 8bd4c074af toSignal equal option should be passed to inner computed (#56903)

forms

Commit Description
fix - 00bde8b1c2 Make NgControlStatus host bindings OnPush compatible (#55720)

http

Commit Description
fix - cc21989132 Make Content-Type header case insensitive (#56541)

language-service

Commit Description
feat - b400e2e4d4 autocompletion for the component not imported (#55595)
fix - 67b2c336bc import the default exported component correctly (#56432)

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

18.1.0 (2024-07-10)

common

Commit Type Description
f25653e231 fix typo in NgOptimizedImage warning (#56756)
9b35726e42 fix typo in warning for NgOptimizedDirective (#56817)

compiler

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

compiler-cli

Commit Type Description
66e582551e fix avoid duplicate diagnostics for let declarations read before definition (#56843)
4d18c5bfd5 fix flag all conflicts between let declarations and local symbols (#56752)
9e21582456 fix Show template syntax errors in local compilation modified (#55855)
5996502921 fix type check let declarations nested inside nodes (#56752)
cdebf751e4 fix used before declared diagnostic not firing for control flow blocks (#56843)

core

Commit Type Description
ea3c802056 feat Add a schematic to migrate afterRender phase flag (#55648)
5df3e78c99 feat add equality function to rxjs-interop toSignal (#56447)
0a48d584f2 feat add support for let syntax (#56715)
352e0782ec feat expose signal input metadata in ComponentMirror (#56402)
a655e46447 feat Redesign the afterRender & afterNextRender phases API (#55648)
e5a6f91722 feat support TypeScript 5.5 (#56096)
38effcc63e fix Add back phase flag option as a deprecated API (#55648)
86bcfd3e49 fix improve docs on afterRender hooks (#56522)
b2445a0953 fix link errors to ADEV (#55554) (#56038)
03a2acd2a3 fix properly remove imports in the afterRender phase migration (#56524)
4d87b9e899 fix rename the equality function option in toSignal (#56769) (#56922)
8bd4c074af fix toSignal equal option should be passed to inner computed (#56903)

forms

Commit Type Description
00bde8b1c2 fix Make NgControlStatus host bindings OnPush compatible (#55720)

http

Commit Type Description
cc21989132 fix Make Content-Type header case insensitive (#56541)

language-service

Commit Type Description
b400e2e4d4 feat autocompletion for the component not imported (#55595)
67b2c336bc fix import the default exported component correctly (#56432)

router

| Commit | Type | Description |

... (truncated)

Commits
  • 9b35726 fix(common): typo in warning for NgOptimizedDirective (#56817)
  • ecc5644 perf(http): execute fetch outside of Angular zone (#56820)
  • 1ee64a5 refactor(common): Fire priority check on stable. (#56776)
  • 9cc4dbe refactor(common): remove remaining code for NgSwitch equality patch (#56806)
  • f407e3c refactor(common): allow string urls in NgOptimizedImage input (#54901)
  • f25653e fix(common): typo in NgOptimizedImage warning (#56756)
  • 3447753 Revert "fix(common): Don't run preconnect assertion on the server. (#56213)" ...
  • 39e48ce fix(common): Don't run preconnect assertion on the server. (#56213)
  • 08f56d9 refactor(common): remove ng_switch ability to use == equality check (#56426)
  • cc4cb96 refactor(common): Log a warning when the priority attribute of `NgOptimizedIm...
  • Additional commits viewable in compare view

Updates @angular/compiler from 17.3.10 to 18.1.0

Release notes

Sourced from @​angular/compiler's releases.

v18.1.0

18.1.0 (2024-07-10)

common

Commit Description
fix - f25653e231 typo in NgOptimizedImage warning (#56756)
fix - 9b35726e42 typo in warning for NgOptimizedDirective (#56817)

compiler

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

Bumps the angular group in /frontend with 17 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `17.3.10` | `18.1.0` |
| [@angular/cdk](https://github.com/angular/components) | `17.3.10` | `18.1.0` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `17.3.10` | `18.1.0` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `17.3.10` | `18.1.0` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `17.3.10` | `18.1.0` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `17.3.10` | `18.1.0` |
| [@angular/material](https://github.com/angular/components) | `17.3.10` | `18.1.0` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `17.3.10` | `18.1.0` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `17.3.10` | `18.1.0` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `17.3.10` | `18.1.0` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `17.3.8` | `18.1.0` |
| [@angular-eslint/builder](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/builder) | `18.0.1` | `18.1.0` |
| [@angular-eslint/eslint-plugin](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin) | `17.5.1` | `18.1.0` |
| [@angular-eslint/eslint-plugin-template](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin-template) | `17.5.1` | `18.1.0` |
| [@angular-eslint/schematics](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/schematics) | `18.0.1` | `18.1.0` |
| [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser) | `18.0.1` | `18.1.0` |
| [@angular/cli](https://github.com/angular/angular-cli) | `18.0.4` | `18.1.0` |


Updates `@angular/animations` from 17.3.10 to 18.1.0
- [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.0/packages/animations)

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

Updates `@angular/common` from 17.3.10 to 18.1.0
- [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.0/packages/common)

Updates `@angular/compiler` from 17.3.10 to 18.1.0
- [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.0/packages/compiler)

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

Updates `@angular/forms` from 17.3.10 to 18.1.0
- [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.0/packages/forms)

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

Updates `@angular/platform-browser` from 17.3.10 to 18.1.0
- [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.0/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 17.3.10 to 18.1.0
- [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.0/packages/platform-browser-dynamic)

Updates `@angular/router` from 17.3.10 to 18.1.0
- [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.0/packages/router)

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

Updates `@angular-eslint/builder` from 18.0.1 to 18.1.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.1.0/packages/builder)

Updates `@angular-eslint/eslint-plugin` from 17.5.1 to 18.1.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.1.0/packages/eslint-plugin)

Updates `@angular-eslint/eslint-plugin-template` from 17.5.1 to 18.1.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.1.0/packages/eslint-plugin-template)

Updates `@angular-eslint/schematics` from 18.0.1 to 18.1.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.1.0/packages/schematics)

Updates `@angular-eslint/template-parser` from 18.0.1 to 18.1.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.1.0/packages/template-parser)

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

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/cdk"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/common"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/compiler"
  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/forms"
  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/platform-browser"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/router"
  dependency-type: direct:production
  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-minor
  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-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
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 15, 2024
@github-actions github-actions bot enabled auto-merge (squash) July 15, 2024 04:34
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 29, 2024

Superseded by #116.

@dependabot dependabot bot closed this Jul 29, 2024
auto-merge was automatically disabled July 29, 2024 04:14

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/frontend/angular-287f2bb679 branch July 29, 2024 04:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants