Skip to content

Commit 97ad0ad

Browse files
authored
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
1 parent 1e7ac70 commit 97ad0ad

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-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: 3 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: 'github-actions'
2225
directory: '/'
2326
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.2.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)