@commencis/eslint-config 1.1.0 → 1.2.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.
- package/CHANGELOG.md +19 -0
- package/package.json +9 -9
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# @commencis/eslint-config
|
|
2
|
+
|
|
3
|
+
## 1.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#76](https://github.com/Commencis/js-toolkit/pull/76) [`ff2a968`](https://github.com/Commencis/js-toolkit/commit/ff2a9683e84252c4b0ee47466b8694f366b0b95c) Thanks [@ymehmetcan](https://github.com/ymehmetcan)! - update eslint vue plugin that has new enhancements and fixes
|
|
8
|
+
|
|
9
|
+
- [#90](https://github.com/Commencis/js-toolkit/pull/90) [`e114f46`](https://github.com/Commencis/js-toolkit/commit/e114f46814ea3f599d1d820b8d4b191739ac9574) Thanks [@ymehmetcan](https://github.com/ymehmetcan)! - update eslint dependencies
|
|
10
|
+
|
|
11
|
+
- [#93](https://github.com/Commencis/js-toolkit/pull/93) [`b45eb96`](https://github.com/Commencis/js-toolkit/commit/b45eb969560be34dcce0df9038d7330da21cd405) Thanks [@ymehmetcan](https://github.com/ymehmetcan)! - use eslint-plugin-vue types
|
|
12
|
+
|
|
13
|
+
- [#95](https://github.com/Commencis/js-toolkit/pull/95) [`da901a0`](https://github.com/Commencis/js-toolkit/commit/da901a0ab7f084d24a75a7338bc7c096f33df982) Thanks [@ymehmetcan](https://github.com/ymehmetcan)! - update eslint-plugin-next version
|
|
14
|
+
|
|
15
|
+
- [#78](https://github.com/Commencis/js-toolkit/pull/78) [`3988b57`](https://github.com/Commencis/js-toolkit/commit/3988b57e0126fd70f6d45abc69fff30315b140b1) Thanks [@ymehmetcan](https://github.com/ymehmetcan)! - update react-hooks plugin version
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- [#86](https://github.com/Commencis/js-toolkit/pull/86) [`99b673b`](https://github.com/Commencis/js-toolkit/commit/99b673b155a2bff35fbacd6e13b11db18ea7cce8) Thanks [@ymehmetcan](https://github.com/ymehmetcan)! - update typescript-eslint dependencies
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commencis/eslint-config",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"description": "Commencis ESLint config",
|
|
5
5
|
"author": "Commencis WEB Team",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -58,24 +58,24 @@
|
|
|
58
58
|
}
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@eslint/js": "9.
|
|
62
|
-
"@next/eslint-plugin-next": "
|
|
63
|
-
"@typescript-eslint/utils": "8.
|
|
61
|
+
"@eslint/js": "9.13.0",
|
|
62
|
+
"@next/eslint-plugin-next": "15.0.0",
|
|
63
|
+
"@typescript-eslint/utils": "8.11.0",
|
|
64
64
|
"eslint-config-prettier": "9.1.0",
|
|
65
|
-
"eslint-plugin-jsx-a11y": "6.10.
|
|
65
|
+
"eslint-plugin-jsx-a11y": "6.10.1",
|
|
66
66
|
"eslint-plugin-prettier": "5.2.1",
|
|
67
67
|
"eslint-plugin-react": "7.37.1",
|
|
68
|
-
"eslint-plugin-react-hooks": "
|
|
68
|
+
"eslint-plugin-react-hooks": "5.0.0",
|
|
69
69
|
"eslint-plugin-simple-import-sort": "12.1.1",
|
|
70
|
-
"eslint-plugin-vue": "9.
|
|
70
|
+
"eslint-plugin-vue": "9.29.1",
|
|
71
71
|
"globals": "15.11.0",
|
|
72
|
-
"typescript-eslint": "8.
|
|
72
|
+
"typescript-eslint": "8.11.0"
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
75
|
"@types/eslint__js": "8.42.3",
|
|
76
76
|
"tsup": "8.3.0",
|
|
77
77
|
"typescript": "5.6.3",
|
|
78
|
-
"@commencis/ts-config": "0.0.
|
|
78
|
+
"@commencis/ts-config": "0.0.2"
|
|
79
79
|
},
|
|
80
80
|
"peerDependencies": {
|
|
81
81
|
"eslint": ">= 9.7"
|