@commencis/eslint-config 2.1.0 → 2.1.1
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 +8 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @commencis/eslint-config
|
|
2
2
|
|
|
3
|
+
## 2.1.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- chore(deps): update typescript-eslint monorepo to v8.41.0 ([#373](https://github.com/Commencis/js-toolkit/pull/373))
|
|
8
|
+
|
|
9
|
+
- chore(deps): update dependency @next/eslint-plugin-next to v15.5.2 ([#374](https://github.com/Commencis/js-toolkit/pull/374))
|
|
10
|
+
|
|
3
11
|
## 2.1.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commencis/eslint-config",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.1",
|
|
4
4
|
"description": "Commencis ESLint config",
|
|
5
5
|
"author": "Commencis WEB Team",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -59,8 +59,8 @@
|
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
61
|
"@eslint/js": "9.34.0",
|
|
62
|
-
"@next/eslint-plugin-next": "15.5.
|
|
63
|
-
"@typescript-eslint/utils": "8.
|
|
62
|
+
"@next/eslint-plugin-next": "15.5.2",
|
|
63
|
+
"@typescript-eslint/utils": "8.41.0",
|
|
64
64
|
"eslint-config-prettier": "10.1.8",
|
|
65
65
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
66
66
|
"eslint-plugin-prettier": "5.5.4",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"eslint-plugin-simple-import-sort": "12.1.1",
|
|
70
70
|
"eslint-plugin-vue": "10.4.0",
|
|
71
71
|
"globals": "16.3.0",
|
|
72
|
-
"typescript-eslint": "8.
|
|
72
|
+
"typescript-eslint": "8.41.0"
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
75
|
"@commencis/ts-config": "0.0.2",
|