@commencis/eslint-config 1.4.3 → 1.5.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @commencis/eslint-config
2
2
 
3
+ ## 1.5.0
4
+
5
+ ### Minor Changes
6
+
7
+ - update dependency: typescript-eslint@8.15.0 ([#147](https://github.com/Commencis/js-toolkit/pull/147))
8
+
9
+ - also fixes eslint 9.15.0 issues
10
+
11
+ ### Patch Changes
12
+
13
+ - update dependency: eslint-plugin-vue@9.31.0 ([#140](https://github.com/Commencis/js-toolkit/pull/140))
14
+
15
+ ## 1.4.4
16
+
17
+ ### Patch Changes
18
+
19
+ - comply new rules & formatting ([#130](https://github.com/Commencis/js-toolkit/pull/130))
20
+
3
21
  ## 1.4.3
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commencis/eslint-config",
3
- "version": "1.4.3",
3
+ "version": "1.5.0",
4
4
  "description": "Commencis ESLint config",
5
5
  "author": "Commencis WEB Team",
6
6
  "license": "Apache-2.0",
@@ -60,16 +60,16 @@
60
60
  "dependencies": {
61
61
  "@eslint/js": "9.14.0",
62
62
  "@next/eslint-plugin-next": "15.0.3",
63
- "@typescript-eslint/utils": "8.13.0",
63
+ "@typescript-eslint/utils": "8.15.0",
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",
67
67
  "eslint-plugin-react": "7.37.2",
68
68
  "eslint-plugin-react-hooks": "5.0.0",
69
69
  "eslint-plugin-simple-import-sort": "12.1.1",
70
- "eslint-plugin-vue": "9.30.0",
70
+ "eslint-plugin-vue": "9.31.0",
71
71
  "globals": "15.12.0",
72
- "typescript-eslint": "8.13.0"
72
+ "typescript-eslint": "8.15.0"
73
73
  },
74
74
  "devDependencies": {
75
75
  "@types/eslint__js": "8.42.3",