@commencis/eslint-config 1.5.9 → 1.6.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 +7 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @commencis/eslint-config
2
2
 
3
+ ## 1.6.0
4
+
5
+ ### Minor Changes
6
+
7
+ - chore(deps): update typescript-eslint monorepo to v8.26.0 ([#256](https://github.com/Commencis/js-toolkit/pull/256))
8
+ feat: add support for typescript 5.8
9
+
3
10
  ## 1.5.9
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commencis/eslint-config",
3
- "version": "1.5.9",
3
+ "version": "1.6.0",
4
4
  "description": "Commencis ESLint config",
5
5
  "author": "Commencis WEB Team",
6
6
  "license": "Apache-2.0",
@@ -60,7 +60,7 @@
60
60
  "dependencies": {
61
61
  "@eslint/js": "9.21.0",
62
62
  "@next/eslint-plugin-next": "15.2.0",
63
- "@typescript-eslint/utils": "8.25.0",
63
+ "@typescript-eslint/utils": "8.26.0",
64
64
  "eslint-config-prettier": "10.0.2",
65
65
  "eslint-plugin-jsx-a11y": "6.10.2",
66
66
  "eslint-plugin-prettier": "5.2.3",
@@ -69,13 +69,13 @@
69
69
  "eslint-plugin-simple-import-sort": "12.1.1",
70
70
  "eslint-plugin-vue": "9.32.0",
71
71
  "globals": "16.0.0",
72
- "typescript-eslint": "8.25.0"
72
+ "typescript-eslint": "8.26.0"
73
73
  },
74
74
  "devDependencies": {
75
75
  "@commencis/ts-config": "0.0.2",
76
76
  "eslint": "9.21.0",
77
77
  "tsup": "8.4.0",
78
- "typescript": "5.7.3"
78
+ "typescript": "5.8.2"
79
79
  },
80
80
  "peerDependencies": {
81
81
  "eslint": ">= 9.7"