@shelf/eslint-config 5.4.0 → 6.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +19 -19
package/README.md CHANGED
@@ -7,7 +7,7 @@ Read our [style guide](./docs/style-guide.md)
7
7
  ## Install
8
8
 
9
9
  ```bash
10
- $ yarn add @shelf/eslint-config --dev
10
+ $ pnpm add --save-dev --save-exact @shelf/eslint-config
11
11
  ```
12
12
 
13
13
  ## Usage
@@ -40,7 +40,7 @@ export default [
40
40
  ## Publish
41
41
 
42
42
  ```sh
43
- $ yarn version
43
+ $ pnpm version patch
44
44
  $ git push --tags
45
45
  ```
46
46
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shelf/eslint-config",
3
- "version": "5.4.0",
3
+ "version": "6.0.0",
4
4
  "description": "ESLint Config for Shelf Projects",
5
5
  "license": "MIT",
6
6
  "repository": "shelfio/eslint-config",
@@ -10,7 +10,7 @@
10
10
  "url": "shelf.io"
11
11
  },
12
12
  "engines": {
13
- "node": ">=8.10"
13
+ "node": "^20.19.0 || ^22.13.0 || >=24.0.0"
14
14
  },
15
15
  "files": [
16
16
  "common",
@@ -26,38 +26,38 @@
26
26
  ],
27
27
  "type": "module",
28
28
  "dependencies": {
29
- "@eslint/compat": "2.0.0",
30
- "@eslint/eslintrc": "3.3.1",
31
- "@eslint/js": "9.39.1",
32
- "@stylistic/eslint-plugin": "5.6.1",
33
- "@typescript-eslint/eslint-plugin": "8.48.0",
34
- "@typescript-eslint/parser": "8.48.0",
35
- "eslint-config-next": "16.0.5",
29
+ "@eslint/compat": "2.0.2",
30
+ "@eslint/eslintrc": "3.3.3",
31
+ "@eslint/js": "10.0.1",
32
+ "@stylistic/eslint-plugin": "5.8.0",
33
+ "@typescript-eslint/eslint-plugin": "8.54.0",
34
+ "@typescript-eslint/parser": "8.54.0",
35
+ "eslint-config-next": "16.1.6",
36
36
  "eslint-config-prettier": "10.1.8",
37
37
  "eslint-plugin-babel": "5.3.1",
38
38
  "eslint-plugin-import": "2.32.0",
39
- "eslint-plugin-jest": "29.2.1",
39
+ "eslint-plugin-jest": "29.13.0",
40
40
  "eslint-plugin-jest-formatting": "3.1.0",
41
41
  "eslint-plugin-jsx": "0.1.0",
42
- "eslint-plugin-n": "17.23.1",
43
- "eslint-plugin-prettier": "5.5.4",
42
+ "eslint-plugin-n": "17.23.2",
43
+ "eslint-plugin-prettier": "5.5.5",
44
44
  "eslint-plugin-react": "7.37.5",
45
45
  "eslint-plugin-react-hooks": "7.0.1",
46
46
  "eslint-plugin-shelf-no-need-lodash-methods": "2.0.8",
47
- "eslint-plugin-sonarjs": "3.0.5",
48
- "eslint-plugin-testing-library": "7.13.5",
47
+ "eslint-plugin-sonarjs": "3.0.6",
48
+ "eslint-plugin-testing-library": "7.15.4",
49
49
  "eslint-plugin-you-dont-need-lodash-underscore": "6.14.0",
50
- "globals": "16.5.0",
51
- "typescript-eslint": "8.48.0"
50
+ "globals": "17.3.0",
51
+ "typescript-eslint": "8.54.0"
52
52
  },
53
53
  "devDependencies": {
54
- "eslint": "9.39.1",
54
+ "eslint": "10.0.0",
55
55
  "husky": "9.1.7",
56
56
  "lint-staged": "16.2.7",
57
- "prettier": "3.7.1"
57
+ "prettier": "3.8.1"
58
58
  },
59
59
  "peerDependencies": {
60
- "eslint": "9.x",
60
+ "eslint": "10.x",
61
61
  "prettier": "3.x"
62
62
  },
63
63
  "publishConfig": {