From d4962c919ad6e1349c1ff23e0c4653a9e33d5e09 Mon Sep 17 00:00:00 2001 From: Mahdi Lazraq Date: Fri, 16 Aug 2024 13:39:10 +0200 Subject: [PATCH 1/2] chore: bump @angular-eslint/eslint-plugin v17.3.0 -> v18.3.0 --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 235d0ec..a934fb2 100644 --- a/package.json +++ b/package.json @@ -47,11 +47,11 @@ "@angular-devkit/build-angular": "18.0.1", "@angular-devkit/core": "18.0.1", "@angular-devkit/schematics": "18.0.1", - "@angular-eslint/builder": "17.3.0", - "@angular-eslint/eslint-plugin": "17.3.0", - "@angular-eslint/eslint-plugin-template": "17.3.0", - "@angular-eslint/schematics": "17.5.1", - "@angular-eslint/template-parser": "17.3.0", + "@angular-eslint/builder": "18.3.0", + "@angular-eslint/eslint-plugin": "18.3.0", + "@angular-eslint/eslint-plugin-template": "18.3.0", + "@angular-eslint/schematics": "18.3.0", + "@angular-eslint/template-parser": "18.3.0", "@angular/cli": "~18.0.0", "@angular/compiler-cli": "18.0.0", "@angular/forms": "18.0.0", From 38dfcbceedf43b9cb8f604bb71e9e65975a0b356 Mon Sep 17 00:00:00 2001 From: Mahdi Lazraq Date: Fri, 16 Aug 2024 22:58:01 +0200 Subject: [PATCH 2/2] chore: remove --force flag on npm install command in ci workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5820814..28aac0d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: install - run: npm install --force + run: npm install - name: build run: npm run build -- --skip-nx-cache - name: test