From 170758a1b030832cbf64f3536f62a783af5cf622 Mon Sep 17 00:00:00 2001 From: Michael Wittwer Date: Wed, 4 Jun 2025 15:02:00 +0200 Subject: [PATCH 1/6] feat(eslint-config-recommended): add support for @angular-eslint/*@20 BREAKING CHANGE: minimum version of @angular-eslint/* peer dependencies must be ^20 --- package-lock.json | 10 +++++----- packages/eslint-config-recommended/package.json | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index f05079c..9bbf74f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14862,11 +14862,11 @@ "node": "^20.0.0 || ^22.0.0" }, "peerDependencies": { - "@angular-eslint/builder": "^19.0.0", - "@angular-eslint/eslint-plugin": "^19.0.0", - "@angular-eslint/eslint-plugin-template": "^19.0.0", - "@angular-eslint/schematics": "^19.0.0", - "@angular-eslint/template-parser": "^19.0.0" + "@angular-eslint/builder": "^20.0.0-beta.1", + "@angular-eslint/eslint-plugin": "^20.0.0-beta.1", + "@angular-eslint/eslint-plugin-template": "^20.0.0-beta.1", + "@angular-eslint/schematics": "^20.0.0-beta.1", + "@angular-eslint/template-parser": "^20.0.0-beta.1" }, "peerDependenciesMeta": { "@angular-eslint/builder": { diff --git a/packages/eslint-config-recommended/package.json b/packages/eslint-config-recommended/package.json index 68d3ec8..b92a50f 100644 --- a/packages/eslint-config-recommended/package.json +++ b/packages/eslint-config-recommended/package.json @@ -45,11 +45,11 @@ "eslint-plugin-unused-imports": "^4.1.4" }, "peerDependencies": { - "@angular-eslint/builder": "^19.0.0", - "@angular-eslint/eslint-plugin": "^19.0.0", - "@angular-eslint/eslint-plugin-template": "^19.0.0", - "@angular-eslint/schematics": "^19.0.0", - "@angular-eslint/template-parser": "^19.0.0" + "@angular-eslint/builder": "^20.0.0-beta.1", + "@angular-eslint/eslint-plugin": "^20.0.0-beta.1", + "@angular-eslint/eslint-plugin-template": "^20.0.0-beta.1", + "@angular-eslint/schematics": "^20.0.0-beta.1", + "@angular-eslint/template-parser": "^20.0.0-beta.1" }, "peerDependenciesMeta": { "@angular-eslint/builder": { From 2d6a5c54a58ec0b0fbea1159b9bd92bf78b13665 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Wed, 4 Jun 2025 13:07:27 +0000 Subject: [PATCH 2/6] build(release): next version [skip_build] - @shiftcode/eslint-config-recommended@5.0.0-pr50.0 --- package-lock.json | 2 +- packages/eslint-config-recommended/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9bbf74f..4590540 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14847,7 +14847,7 @@ }, "packages/eslint-config-recommended": { "name": "@shiftcode/eslint-config-recommended", - "version": "4.0.0", + "version": "5.0.0-pr50.0", "license": "UNLICENSED", "dependencies": { "@shiftcode/eslint-plugin-rules": "^4.0.0", diff --git a/packages/eslint-config-recommended/package.json b/packages/eslint-config-recommended/package.json index b92a50f..89ee042 100644 --- a/packages/eslint-config-recommended/package.json +++ b/packages/eslint-config-recommended/package.json @@ -1,6 +1,6 @@ { "name": "@shiftcode/eslint-config-recommended", - "version": "4.0.0", + "version": "5.0.0-pr50.0", "description": "default shiftcode config for eslint", "repository": "https://github.com/shiftcode/sc-commons-public", "license": "UNLICENSED", From eade5adc383aa04b014a55fe405dfc412e78695c Mon Sep 17 00:00:00 2001 From: Michael Wittwer Date: Wed, 25 Jun 2025 15:43:48 +0200 Subject: [PATCH 3/6] feat(eslint-config-recommended): update to stable @angular-eslint/* packages --- package-lock.json | 10 +++++----- packages/eslint-config-recommended/package.json | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9bbf74f..68795a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14862,11 +14862,11 @@ "node": "^20.0.0 || ^22.0.0" }, "peerDependencies": { - "@angular-eslint/builder": "^20.0.0-beta.1", - "@angular-eslint/eslint-plugin": "^20.0.0-beta.1", - "@angular-eslint/eslint-plugin-template": "^20.0.0-beta.1", - "@angular-eslint/schematics": "^20.0.0-beta.1", - "@angular-eslint/template-parser": "^20.0.0-beta.1" + "@angular-eslint/builder": "^20.1.1", + "@angular-eslint/eslint-plugin": "^20.1.1", + "@angular-eslint/eslint-plugin-template": "^20.1.1", + "@angular-eslint/schematics": "^20.1.1", + "@angular-eslint/template-parser": "^20.1.1" }, "peerDependenciesMeta": { "@angular-eslint/builder": { diff --git a/packages/eslint-config-recommended/package.json b/packages/eslint-config-recommended/package.json index b92a50f..bd81d6a 100644 --- a/packages/eslint-config-recommended/package.json +++ b/packages/eslint-config-recommended/package.json @@ -45,11 +45,11 @@ "eslint-plugin-unused-imports": "^4.1.4" }, "peerDependencies": { - "@angular-eslint/builder": "^20.0.0-beta.1", - "@angular-eslint/eslint-plugin": "^20.0.0-beta.1", - "@angular-eslint/eslint-plugin-template": "^20.0.0-beta.1", - "@angular-eslint/schematics": "^20.0.0-beta.1", - "@angular-eslint/template-parser": "^20.0.0-beta.1" + "@angular-eslint/builder": "^20.1.1", + "@angular-eslint/eslint-plugin": "^20.1.1", + "@angular-eslint/eslint-plugin-template": "^20.1.1", + "@angular-eslint/schematics": "^20.1.1", + "@angular-eslint/template-parser": "^20.1.1" }, "peerDependenciesMeta": { "@angular-eslint/builder": { From 47d6400e795ed1d5715801a6b4c79c196d563f3b Mon Sep 17 00:00:00 2001 From: Github Actions Date: Wed, 25 Jun 2025 13:46:36 +0000 Subject: [PATCH 4/6] build(release): next version [skip_build] - @shiftcode/eslint-config-recommended@5.0.0-pr50.1 --- package-lock.json | 2 +- packages/eslint-config-recommended/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index c6ae749..ab82959 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14847,7 +14847,7 @@ }, "packages/eslint-config-recommended": { "name": "@shiftcode/eslint-config-recommended", - "version": "5.0.0-pr50.0", + "version": "5.0.0-pr50.1", "license": "UNLICENSED", "dependencies": { "@shiftcode/eslint-plugin-rules": "^4.0.0", diff --git a/packages/eslint-config-recommended/package.json b/packages/eslint-config-recommended/package.json index 7ef922a..34f1d16 100644 --- a/packages/eslint-config-recommended/package.json +++ b/packages/eslint-config-recommended/package.json @@ -1,6 +1,6 @@ { "name": "@shiftcode/eslint-config-recommended", - "version": "5.0.0-pr50.0", + "version": "5.0.0-pr50.1", "description": "default shiftcode config for eslint", "repository": "https://github.com/shiftcode/sc-commons-public", "license": "UNLICENSED", From 534eab2a26d3747fd13f9b31279166877e86f928 Mon Sep 17 00:00:00 2001 From: Michael Wittwer Date: Mon, 30 Jun 2025 09:13:35 +0200 Subject: [PATCH 5/6] refactor(eslint-config-recommended): update version range to be less restrictive --- package-lock.json | 10 +++++----- packages/eslint-config-recommended/package.json | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index c6ae749..af13e35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14862,11 +14862,11 @@ "node": "^20.0.0 || ^22.0.0" }, "peerDependencies": { - "@angular-eslint/builder": "^20.1.1", - "@angular-eslint/eslint-plugin": "^20.1.1", - "@angular-eslint/eslint-plugin-template": "^20.1.1", - "@angular-eslint/schematics": "^20.1.1", - "@angular-eslint/template-parser": "^20.1.1" + "@angular-eslint/builder": "^20.0.0", + "@angular-eslint/eslint-plugin": "^20.0.0", + "@angular-eslint/eslint-plugin-template": "^20.0.0", + "@angular-eslint/schematics": "^20.0.0", + "@angular-eslint/template-parser": "^20.0.0" }, "peerDependenciesMeta": { "@angular-eslint/builder": { diff --git a/packages/eslint-config-recommended/package.json b/packages/eslint-config-recommended/package.json index 7ef922a..8fc9b3c 100644 --- a/packages/eslint-config-recommended/package.json +++ b/packages/eslint-config-recommended/package.json @@ -45,11 +45,11 @@ "eslint-plugin-unused-imports": "^4.1.4" }, "peerDependencies": { - "@angular-eslint/builder": "^20.1.1", - "@angular-eslint/eslint-plugin": "^20.1.1", - "@angular-eslint/eslint-plugin-template": "^20.1.1", - "@angular-eslint/schematics": "^20.1.1", - "@angular-eslint/template-parser": "^20.1.1" + "@angular-eslint/builder": "^20.0.0", + "@angular-eslint/eslint-plugin": "^20.0.0", + "@angular-eslint/eslint-plugin-template": "^20.0.0", + "@angular-eslint/schematics": "^20.0.0", + "@angular-eslint/template-parser": "^20.0.0" }, "peerDependenciesMeta": { "@angular-eslint/builder": { From e51591f23e49b4039d84fa4b7825d9f26812f1aa Mon Sep 17 00:00:00 2001 From: Github Actions Date: Mon, 30 Jun 2025 07:15:48 +0000 Subject: [PATCH 6/6] build(release): next version [skip_build] - @shiftcode/eslint-config-recommended@5.0.0-pr50.2 --- package-lock.json | 2 +- packages/eslint-config-recommended/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1ee2a9f..a5a7fa4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14847,7 +14847,7 @@ }, "packages/eslint-config-recommended": { "name": "@shiftcode/eslint-config-recommended", - "version": "5.0.0-pr50.1", + "version": "5.0.0-pr50.2", "license": "UNLICENSED", "dependencies": { "@shiftcode/eslint-plugin-rules": "^4.0.0", diff --git a/packages/eslint-config-recommended/package.json b/packages/eslint-config-recommended/package.json index c795e68..087c75c 100644 --- a/packages/eslint-config-recommended/package.json +++ b/packages/eslint-config-recommended/package.json @@ -1,6 +1,6 @@ { "name": "@shiftcode/eslint-config-recommended", - "version": "5.0.0-pr50.1", + "version": "5.0.0-pr50.2", "description": "default shiftcode config for eslint", "repository": "https://github.com/shiftcode/sc-commons-public", "license": "UNLICENSED",