Skip to content

Commit

Permalink
Eslint 9 (#81)
Browse files Browse the repository at this point in the history
* feat(eslint-v9): update to latest eslint

* fix config using new inspecter
* simplify config

* feat(eslint-config): Update to eslint 9.0.0

This commit introduces a major change in the eslint-config package.
The version of eslint has been updated to 9.0.0. This might introduce
breaking changes, hence the major version bump.

* feat(eslint-v9): make config v9 compatible

* feat(eslint-config): Upgrade to eslint v9

This commit introduces a minor version upgrade for the
"@kodehort/eslint-config" package to ensure compatibility with eslint v9.

* chore: update deps
  • Loading branch information
alistairstead authored Apr 15, 2024
1 parent 2059672 commit 209670d
Show file tree
Hide file tree
Showing 11 changed files with 373 additions and 205 deletions.
5 changes: 5 additions & 0 deletions .changeset/heavy-lions-eat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@kodehort/eslint-config": minor
---

Upgrade to eslint v9 compatibility
5 changes: 5 additions & 0 deletions .changeset/purple-seas-mate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@kodehort/eslint-config": major
---

Update to eslint 9.0.0
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,38 +28,38 @@
"lint": "eslint ./src",
"release": "changeset publish",
"pretest": "pnpm build",
"test": "eslint __eslintTests__"
"test": "eslint ./__eslintTests__"
},
"dependencies": {
"@eslint/eslintrc": "^3.0.2",
"@eslint/js": "^9.0.0",
"@types/eslint": "^8.56.7",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@types/eslint": "^8.56.9",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^1.13.2",
"eslint-plugin-astro": "^0.34.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.2.3",
"eslint-plugin-jsonc": "^2.15.0",
"eslint-plugin-n": "^17.2.0",
"eslint-plugin-jsonc": "^2.15.1",
"eslint-plugin-n": "^17.2.1",
"eslint-plugin-no-commented-code": "^1.0.10",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-perfectionist": "^2.8.0",
"eslint-plugin-perfectionist": "^2.9.0",
"eslint-plugin-prefer-arrow-functions": "^3.3.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-regexp": "^2.4.0",
"eslint-plugin-security": "^3.0.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-solid": "^0.13.2",
"eslint-plugin-unicorn": "^52.0.0",
"eslint-plugin-vitest": "^0.5.0",
"eslint-plugin-vitest": "^0.5.3",
"eslint-plugin-yml": "^1.14.0",
"glob": "^10.3.12",
"globals": "^15.0.0",
"jsonc-eslint-parser": "^2.4.0",
"typescript": "^5.4.5",
"typescript-eslint": "^7.6.0",
"typescript-eslint": "^7.7.0",
"yaml-eslint-parser": "^1.2.2"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 209670d

Please sign in to comment.