Skip to content

Commit f1ec5b7

Browse files
authored
fix: Downgrade @stylistic/eslint-plugin to v3.1.0 (#5608) (#5609)
* fix: Downgrade `@stylistic/eslint-plugin` to `v3.1.0` (#5608) * revert: downgrade @stylistic/eslint-plugin to v3 * chore: changeset * chore: add to dependabot ignore list * fix dependabot
1 parent 7f96c98 commit f1ec5b7

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

.changeset/tame-spoons-kiss.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@sap-cloud-sdk/eslint-config': patch
3+
---
4+
5+
[Fixed Issue] Downgrade `@stylistic/eslint-plugin` to v3 as v4 is EMS-only.

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ updates:
1818
# execa v6 needs ESM, see https://github.com/sindresorhus/execa/releases/tag/v6.0.0, we'll stay on v5 until we can use ESM
1919
- dependency-name: 'execa'
2020
update-types: ['version-update:semver-major']
21+
# @stylistic/eslint-plugin v4 needs ESM, see https://github.com/eslint-stylistic/eslint-stylistic/releases/tag/v4.0.0, we'll stay on v3 until we can use ESM
22+
- dependency-name: '@stylistic/eslint-plugin'
23+
update-types: ['version-update:semver-major']
2124
- package-ecosystem: npm
2225
target-branch: v3-main
2326
directory: '/'
@@ -36,6 +39,9 @@ updates:
3639
# execa v6 needs ESM, see https://github.com/sindresorhus/execa/releases/tag/v6.0.0, we'll stay on v5 until we can use ESM
3740
- dependency-name: 'execa'
3841
update-types: ['version-update:semver-major']
42+
# @stylistic/eslint-plugin v4 needs ESM, see https://github.com/eslint-stylistic/eslint-stylistic/releases/tag/v4.0.0, we'll stay on v3 until we can use ESM
43+
- dependency-name: '@stylistic/eslint-plugin'
44+
update-types: ['version-update:semver-major']
3945
- package-ecosystem: 'github-actions'
4046
directory: '/'
4147
schedule:

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"dependencies": {
2828
"@eslint/js": "^9.21.0",
29-
"@stylistic/eslint-plugin": "^4.1.0",
29+
"@stylistic/eslint-plugin": "^3.1.0",
3030
"@typescript-eslint/parser": "^8.25.0",
3131
"eslint-config-prettier": "^10.0.2",
3232
"eslint-import-resolver-typescript": "^3.8.3",

0 commit comments

Comments
 (0)