@commencis/eslint-config 1.5.7 → 1.5.9

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/CHANGELOG.md +26 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @commencis/eslint-config
2
2
 
3
+ ## 1.5.9
4
+
5
+ ### Patch Changes
6
+
7
+ - chore(deps): update dependency globals to v16 ([#252](https://github.com/Commencis/js-toolkit/pull/252))
8
+
9
+ - chore(deps): update typescript-eslint monorepo to v8.25.0 ([#243](https://github.com/Commencis/js-toolkit/pull/243))
10
+
11
+ - chore(deps): update dependency globals to v15.15.0 ([#241](https://github.com/Commencis/js-toolkit/pull/241))
12
+
13
+ - chore(deps): update dependency eslint to v9.21.0 ([#246](https://github.com/Commencis/js-toolkit/pull/246))
14
+
15
+ - chore(deps): update dependency eslint-plugin-react-hooks to v5.2.0 ([#251](https://github.com/Commencis/js-toolkit/pull/251))
16
+
17
+ - chore(deps): update dependency @next/eslint-plugin-next to v15.2.0 ([#239](https://github.com/Commencis/js-toolkit/pull/239))
18
+
19
+ - chore(deps): update dependency eslint-config-prettier to v10.0.2 ([#249](https://github.com/Commencis/js-toolkit/pull/249))
20
+
21
+ - chore(deps): update dependency eslint to v9.20.1 ([#235](https://github.com/Commencis/js-toolkit/pull/235))
22
+
23
+ ## 1.5.8
24
+
25
+ ### Patch Changes
26
+
27
+ - chore(deps): update eslint dependency to v9.20.0 ([#228](https://github.com/Commencis/js-toolkit/pull/228))
28
+
3
29
  ## 1.5.7
4
30
 
5
31
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commencis/eslint-config",
3
- "version": "1.5.7",
3
+ "version": "1.5.9",
4
4
  "description": "Commencis ESLint config",
5
5
  "author": "Commencis WEB Team",
6
6
  "license": "Apache-2.0",
@@ -58,23 +58,23 @@
58
58
  }
59
59
  },
60
60
  "dependencies": {
61
- "@eslint/js": "9.19.0",
62
- "@next/eslint-plugin-next": "15.1.6",
63
- "@typescript-eslint/utils": "8.23.0",
64
- "eslint-config-prettier": "10.0.1",
61
+ "@eslint/js": "9.21.0",
62
+ "@next/eslint-plugin-next": "15.2.0",
63
+ "@typescript-eslint/utils": "8.25.0",
64
+ "eslint-config-prettier": "10.0.2",
65
65
  "eslint-plugin-jsx-a11y": "6.10.2",
66
66
  "eslint-plugin-prettier": "5.2.3",
67
67
  "eslint-plugin-react": "7.37.4",
68
- "eslint-plugin-react-hooks": "5.1.0",
68
+ "eslint-plugin-react-hooks": "5.2.0",
69
69
  "eslint-plugin-simple-import-sort": "12.1.1",
70
70
  "eslint-plugin-vue": "9.32.0",
71
- "globals": "15.14.0",
72
- "typescript-eslint": "8.23.0"
71
+ "globals": "16.0.0",
72
+ "typescript-eslint": "8.25.0"
73
73
  },
74
74
  "devDependencies": {
75
75
  "@commencis/ts-config": "0.0.2",
76
- "@types/eslint__js": "8.42.3",
77
- "tsup": "8.3.6",
76
+ "eslint": "9.21.0",
77
+ "tsup": "8.4.0",
78
78
  "typescript": "5.7.3"
79
79
  },
80
80
  "peerDependencies": {