@commencis/eslint-config 1.7.1 → 1.7.3

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 +36 -1
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,41 @@
1
1
  # @commencis/eslint-config
2
2
 
3
+ ## 1.7.3
4
+
5
+ ### Patch Changes
6
+
7
+ - chore(deps): update dependency globals to v16.3.0 ([#327](https://github.com/Commencis/js-toolkit/pull/327))
8
+
9
+ - chore(deps): update typescript-eslint monorepo to v8.35.1 ([#325](https://github.com/Commencis/js-toolkit/pull/325))
10
+
11
+ - chore(deps): update typescript-eslint monorepo to v8.35.0 ([#316](https://github.com/Commencis/js-toolkit/pull/316))
12
+
13
+ - chore(deps): update eslint monorepo to v9.30.0 ([#320](https://github.com/Commencis/js-toolkit/pull/320))
14
+
15
+ - chore(deps): update dependency eslint-plugin-prettier to v5.5.1 ([#322](https://github.com/Commencis/js-toolkit/pull/322))
16
+
17
+ - chore(deps): update dependency @next/eslint-plugin-next to v15.3.4 ([#326](https://github.com/Commencis/js-toolkit/pull/326))
18
+
19
+ - chore(deps): update dependency eslint-plugin-vue to v10.2.0 ([#319](https://github.com/Commencis/js-toolkit/pull/319))
20
+
21
+ ## 1.7.2
22
+
23
+ ### Patch Changes
24
+
25
+ - chore(deps): update dependency eslint-plugin-prettier to v5.4.1 ([#308](https://github.com/Commencis/js-toolkit/pull/308))
26
+
27
+ - chore(deps): update dependency @next/eslint-plugin-next to v15.3.3 ([#292](https://github.com/Commencis/js-toolkit/pull/292))
28
+
29
+ - chore(deps): update dependency eslint-config-prettier to v10.1.5 ([#294](https://github.com/Commencis/js-toolkit/pull/294))
30
+
31
+ - chore(deps): update eslint monorepo to v9.27.0 ([#306](https://github.com/Commencis/js-toolkit/pull/306))
32
+
33
+ - chore(deps): update typescript-eslint monorepo to v8.33.0 ([#298](https://github.com/Commencis/js-toolkit/pull/298))
34
+
35
+ - chore(deps): update dependency eslint-plugin-vue to v10.1.0 ([#309](https://github.com/Commencis/js-toolkit/pull/309))
36
+
37
+ - chore(deps): update dependency globals to v16.2.0 ([#310](https://github.com/Commencis/js-toolkit/pull/310))
38
+
3
39
  ## 1.7.1
4
40
 
5
41
  ### Patch Changes
@@ -143,7 +179,6 @@
143
179
  ### Minor Changes
144
180
 
145
181
  - update dependency: typescript-eslint@8.15.0 ([#147](https://github.com/Commencis/js-toolkit/pull/147))
146
-
147
182
  - also fixes eslint 9.15.0 issues
148
183
 
149
184
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commencis/eslint-config",
3
- "version": "1.7.1",
3
+ "version": "1.7.3",
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.24.0",
62
- "@next/eslint-plugin-next": "15.2.5",
63
- "@typescript-eslint/utils": "8.29.1",
64
- "eslint-config-prettier": "10.1.1",
61
+ "@eslint/js": "9.30.0",
62
+ "@next/eslint-plugin-next": "15.3.4",
63
+ "@typescript-eslint/utils": "8.35.1",
64
+ "eslint-config-prettier": "10.1.5",
65
65
  "eslint-plugin-jsx-a11y": "6.10.2",
66
- "eslint-plugin-prettier": "5.2.6",
66
+ "eslint-plugin-prettier": "5.5.1",
67
67
  "eslint-plugin-react": "7.37.5",
68
68
  "eslint-plugin-react-hooks": "5.2.0",
69
69
  "eslint-plugin-simple-import-sort": "12.1.1",
70
- "eslint-plugin-vue": "10.0.0",
71
- "globals": "16.0.0",
72
- "typescript-eslint": "8.29.1"
70
+ "eslint-plugin-vue": "10.2.0",
71
+ "globals": "16.3.0",
72
+ "typescript-eslint": "8.35.1"
73
73
  },
74
74
  "devDependencies": {
75
75
  "@commencis/ts-config": "0.0.2",
76
- "eslint": "9.24.0",
77
- "tsup": "8.4.0",
76
+ "eslint": "9.30.0",
77
+ "tsup": "8.5.0",
78
78
  "typescript": "5.8.3"
79
79
  },
80
80
  "peerDependencies": {