@commencis/eslint-config 1.5.2 → 1.5.4

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 +20 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @commencis/eslint-config
2
2
 
3
+ ## 1.5.4
4
+
5
+ ### Patch Changes
6
+
7
+ - chore(deps): update dependency `eslint-plugin-react` to `v7.37.3` ([#182](https://github.com/Commencis/js-toolkit/pull/182))
8
+
9
+ ## 1.5.3
10
+
11
+ ### Patch Changes
12
+
13
+ - chore(deps): update typescript-eslint monorepo to v8.18.2 ([#175](https://github.com/Commencis/js-toolkit/pull/175))
14
+
15
+ - fix(deps): update dependency globals to v15.14.0 ([#179](https://github.com/Commencis/js-toolkit/pull/179))
16
+
17
+ - chore(deps): update dependency @next/eslint-plugin-next to v15.1.2 ([#181](https://github.com/Commencis/js-toolkit/pull/181))
18
+
19
+ - fix(deps): update dependency @next/eslint-plugin-next to v15.1.1 ([#176](https://github.com/Commencis/js-toolkit/pull/176))
20
+
21
+ - update dependency: eslint to v9.17.0 ([#172](https://github.com/Commencis/js-toolkit/pull/172))
22
+
3
23
  ## 1.5.2
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commencis/eslint-config",
3
- "version": "1.5.2",
3
+ "version": "1.5.4",
4
4
  "description": "Commencis ESLint config",
5
5
  "author": "Commencis WEB Team",
6
6
  "license": "Apache-2.0",
@@ -58,18 +58,18 @@
58
58
  }
59
59
  },
60
60
  "dependencies": {
61
- "@eslint/js": "9.16.0",
62
- "@next/eslint-plugin-next": "15.1.0",
63
- "@typescript-eslint/utils": "8.18.0",
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",
67
- "eslint-plugin-react": "7.37.2",
67
+ "eslint-plugin-react": "7.37.3",
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.13.0",
72
- "typescript-eslint": "8.18.0"
71
+ "globals": "15.14.0",
72
+ "typescript-eslint": "8.18.2"
73
73
  },
74
74
  "devDependencies": {
75
75
  "@types/eslint__js": "8.42.3",