@commencis/eslint-config 1.5.2 → 1.5.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.
- package/CHANGELOG.md +14 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @commencis/eslint-config
|
|
2
2
|
|
|
3
|
+
## 1.5.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- chore(deps): update typescript-eslint monorepo to v8.18.2 ([#175](https://github.com/Commencis/js-toolkit/pull/175))
|
|
8
|
+
|
|
9
|
+
- fix(deps): update dependency globals to v15.14.0 ([#179](https://github.com/Commencis/js-toolkit/pull/179))
|
|
10
|
+
|
|
11
|
+
- chore(deps): update dependency @next/eslint-plugin-next to v15.1.2 ([#181](https://github.com/Commencis/js-toolkit/pull/181))
|
|
12
|
+
|
|
13
|
+
- fix(deps): update dependency @next/eslint-plugin-next to v15.1.1 ([#176](https://github.com/Commencis/js-toolkit/pull/176))
|
|
14
|
+
|
|
15
|
+
- update dependency: eslint to v9.17.0 ([#172](https://github.com/Commencis/js-toolkit/pull/172))
|
|
16
|
+
|
|
3
17
|
## 1.5.2
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commencis/eslint-config",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.3",
|
|
4
4
|
"description": "Commencis ESLint config",
|
|
5
5
|
"author": "Commencis WEB Team",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -58,9 +58,9 @@
|
|
|
58
58
|
}
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@eslint/js": "9.
|
|
62
|
-
"@next/eslint-plugin-next": "15.1.
|
|
63
|
-
"@typescript-eslint/utils": "8.18.
|
|
61
|
+
"@eslint/js": "9.17.0",
|
|
62
|
+
"@next/eslint-plugin-next": "15.1.2",
|
|
63
|
+
"@typescript-eslint/utils": "8.18.2",
|
|
64
64
|
"eslint-config-prettier": "9.1.0",
|
|
65
65
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
66
66
|
"eslint-plugin-prettier": "5.2.1",
|
|
@@ -68,8 +68,8 @@
|
|
|
68
68
|
"eslint-plugin-react-hooks": "5.1.0",
|
|
69
69
|
"eslint-plugin-simple-import-sort": "12.1.1",
|
|
70
70
|
"eslint-plugin-vue": "9.32.0",
|
|
71
|
-
"globals": "15.
|
|
72
|
-
"typescript-eslint": "8.18.
|
|
71
|
+
"globals": "15.14.0",
|
|
72
|
+
"typescript-eslint": "8.18.2"
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
75
|
"@types/eslint__js": "8.42.3",
|