From 22c6151d184ce1ecb6c515e53680e16f41431e52 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 14:29:20 +0000 Subject: [PATCH] feat(Dependencies): Update angular-eslint monorepo to v18 | datasource | package | from | to | | ---------- | -------------------------------------- | ------ | ------ | | npm | @angular-eslint/builder | 17.3.0 | 18.1.0 | | npm | @angular-eslint/eslint-plugin | 17.3.0 | 18.1.0 | | npm | @angular-eslint/eslint-plugin-template | 17.3.0 | 18.1.0 | | npm | @angular-eslint/schematics | 17.3.0 | 18.1.0 | | npm | @angular-eslint/template-parser | 17.3.0 | 18.1.0 | --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 5afada3c1a..f5ce219c13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@denbi/cloud-portal-webapp", - "version": "4.847.0", + "version": "4.848.0", "description": "de.NBI Cloud Portal", "scripts": { "ng": "ng serve", @@ -18,7 +18,7 @@ "resolutions": {}, "private": true, "dependencies": { - "@angular-eslint/eslint-plugin": "^17.3.0", + "@angular-eslint/eslint-plugin": "^18.0.0", "@angular/animations": "17.3.10", "@angular/cdk": "17.3.10", "@angular/common": "17.3.10", @@ -80,10 +80,10 @@ }, "devDependencies": { "@angular-devkit/build-angular": "^17.0.10", - "@angular-eslint/builder": "17.3.0", - "@angular-eslint/eslint-plugin-template": "17.3.0", - "@angular-eslint/schematics": "17.3.0", - "@angular-eslint/template-parser": "17.3.0", + "@angular-eslint/builder": "18.1.0", + "@angular-eslint/eslint-plugin-template": "18.1.0", + "@angular-eslint/schematics": "18.1.0", + "@angular-eslint/template-parser": "18.1.0", "@angular/cli": "^17.3.3", "@angular/compiler-cli": "17.3.10", "@playwright/test": "1.43.1",