@commencis/eslint-config 1.1.0 → 1.2.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +34 -0
  2. package/package.json +11 -11
package/CHANGELOG.md ADDED
@@ -0,0 +1,34 @@
1
+ # @commencis/eslint-config
2
+
3
+ ## 1.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependency: eslint-plugin-jsx-a11y@6.10.2 ([#107](https://github.com/Commencis/js-toolkit/pull/107))
8
+
9
+ - update dependency: eslint-plugin-react@7.37.2 ([#98](https://github.com/Commencis/js-toolkit/pull/98))
10
+
11
+ - update dependency: eslint-plugin-vue@9.30.0 ([#108](https://github.com/Commencis/js-toolkit/pull/108))
12
+
13
+ - update dependency: @next/eslint-plugin-next@15.0.2 ([#99](https://github.com/Commencis/js-toolkit/pull/99))
14
+
15
+ - update dependency: @typescript-eslint/utils@8.12.2 ([#109](https://github.com/Commencis/js-toolkit/pull/109))
16
+ update dependency: typescript-eslint@8.12.2
17
+
18
+ ## 1.2.0
19
+
20
+ ### Minor Changes
21
+
22
+ - [#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
23
+
24
+ - [#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
25
+
26
+ - [#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
27
+
28
+ - [#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
29
+
30
+ - [#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
31
+
32
+ ### Patch Changes
33
+
34
+ - [#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.1.0",
3
+ "version": "1.2.1",
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.12.0",
62
- "@next/eslint-plugin-next": "14.2.15",
63
- "@typescript-eslint/utils": "8.8.1",
61
+ "@eslint/js": "9.13.0",
62
+ "@next/eslint-plugin-next": "15.0.2",
63
+ "@typescript-eslint/utils": "8.12.2",
64
64
  "eslint-config-prettier": "9.1.0",
65
- "eslint-plugin-jsx-a11y": "6.10.0",
65
+ "eslint-plugin-jsx-a11y": "6.10.2",
66
66
  "eslint-plugin-prettier": "5.2.1",
67
- "eslint-plugin-react": "7.37.1",
68
- "eslint-plugin-react-hooks": "4.6.2",
67
+ "eslint-plugin-react": "7.37.2",
68
+ "eslint-plugin-react-hooks": "5.0.0",
69
69
  "eslint-plugin-simple-import-sort": "12.1.1",
70
- "eslint-plugin-vue": "9.28.0",
70
+ "eslint-plugin-vue": "9.30.0",
71
71
  "globals": "15.11.0",
72
- "typescript-eslint": "8.8.1"
72
+ "typescript-eslint": "8.12.2"
73
73
  },
74
74
  "devDependencies": {
75
75
  "@types/eslint__js": "8.42.3",
76
- "tsup": "8.3.0",
76
+ "tsup": "8.3.5",
77
77
  "typescript": "5.6.3",
78
- "@commencis/ts-config": "0.0.1"
78
+ "@commencis/ts-config": "0.0.2"
79
79
  },
80
80
  "peerDependencies": {
81
81
  "eslint": ">= 9.7"