@open-xchange/linter-presets 1.17.0 → 1.17.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 +4 -0
  2. package/package.json +24 -25
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## `1.17.1` – 2026-Mar-12
4
+
5
+ - chore: bump dependencies
6
+
3
7
  ## `1.17.0` – 2026-Feb-19
4
8
 
5
9
  - added: (ESLint) all `n/prefer-global/*` rules
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-xchange/linter-presets",
3
- "version": "1.17.0",
3
+ "version": "1.17.1",
4
4
  "description": "Configuration presets for ESLint and StyleLint",
5
5
  "repository": {
6
6
  "type": "git",
@@ -33,42 +33,42 @@
33
33
  "@babel/core": "^7.29.0",
34
34
  "@babel/eslint-parser": "^7.28.6",
35
35
  "@babel/plugin-proposal-decorators": "^7.29.0",
36
- "@eslint-community/eslint-plugin-eslint-comments": "^4.6.0",
36
+ "@eslint-community/eslint-plugin-eslint-comments": "^4.7.1",
37
37
  "@eslint-react/eslint-plugin": "^2.13.0",
38
- "@eslint/compat": "^2.0.2",
39
- "@eslint/config-helpers": "^0.5.2",
40
- "@eslint/js": "^9.39.2",
38
+ "@eslint/compat": "^2.0.3",
39
+ "@eslint/config-helpers": "^0.5.3",
40
+ "@eslint/js": "^9.39.4",
41
41
  "@eslint/markdown": "^7.5.1",
42
- "@stylistic/eslint-plugin": "^5.8.0",
42
+ "@stylistic/eslint-plugin": "^5.10.0",
43
43
  "@stylistic/eslint-plugin-migrate": "^4.4.1",
44
44
  "@stylistic/stylelint-config": "^4.0.0",
45
45
  "@stylistic/stylelint-plugin": "^5.0.1",
46
46
  "@types/picomatch": "^4.0.2",
47
- "@vitest/eslint-plugin": "^1.6.9",
47
+ "@vitest/eslint-plugin": "^1.6.10",
48
48
  "@vue/eslint-config-typescript": "^14.7.0",
49
49
  "confusing-browser-globals": "^1.0.11",
50
50
  "empathic": "^2.0.0",
51
- "eslint-plugin-chai-expect": "^3.1.0",
51
+ "eslint-plugin-chai-expect": "^4.0.0",
52
52
  "eslint-plugin-codeceptjs": "^1.3.0",
53
- "eslint-plugin-depend": "^1.4.0",
54
- "eslint-plugin-eslint-plugin": "^7.3.1",
53
+ "eslint-plugin-depend": "^1.5.0",
54
+ "eslint-plugin-eslint-plugin": "^7.3.2",
55
55
  "eslint-plugin-jest": "^29.15.0",
56
56
  "eslint-plugin-jest-dom": "^5.5.0",
57
57
  "eslint-plugin-jest-extended": "^3.0.1",
58
- "eslint-plugin-jsdoc": "^62.6.0",
59
- "eslint-plugin-jsonc": "^2.21.1",
58
+ "eslint-plugin-jsdoc": "^62.8.0",
59
+ "eslint-plugin-jsonc": "^3.1.1",
60
60
  "eslint-plugin-jsx-a11y": "^6.10.2",
61
61
  "eslint-plugin-license-header": "^0.9.0",
62
62
  "eslint-plugin-n": "^17.24.0",
63
- "eslint-plugin-no-unsanitized": "^4.1.4",
63
+ "eslint-plugin-no-unsanitized": "^4.1.5",
64
64
  "eslint-plugin-promise": "^7.2.1",
65
65
  "eslint-plugin-react-hooks": "^7.0.1",
66
- "eslint-plugin-react-refresh": "^0.5.0",
67
- "eslint-plugin-regexp": "^3.0.0",
66
+ "eslint-plugin-react-refresh": "^0.5.2",
67
+ "eslint-plugin-regexp": "^3.1.0",
68
68
  "eslint-plugin-testing-library": "^7.16.0",
69
69
  "eslint-plugin-vue": "^10.8.0",
70
- "eslint-plugin-yml": "^3.2.1",
71
- "globals": "^17.3.0",
70
+ "eslint-plugin-yml": "^3.3.1",
71
+ "globals": "^17.4.0",
72
72
  "picomatch": "^4.0.3",
73
73
  "postcss-html": "^1.8.1",
74
74
  "stylelint-config-standard": "^40.0.0",
@@ -76,23 +76,22 @@
76
76
  "stylelint-config-standard-scss": "^17.0.0",
77
77
  "stylelint-config-standard-vue": "^1.0.0",
78
78
  "stylelint-plugin-license-header": "^1.0.3",
79
- "typescript-eslint": "^8.56.0"
79
+ "typescript-eslint": "^8.57.0"
80
80
  },
81
81
  "devDependencies": {
82
82
  "@types/confusing-browser-globals": "^1.0.3",
83
- "@types/eslint-scope": "^8.4.0",
84
- "@types/node": "^25.3.0",
83
+ "@types/node": "^25.4.0",
85
84
  "@types/react": "^19.2.14",
86
- "@typescript-eslint/utils": "^8.56.0",
87
- "eslint": "^9.39.2",
88
- "jest": "^30.2.0",
85
+ "@typescript-eslint/utils": "^8.57.0",
86
+ "eslint": "^9.39.4",
87
+ "jest": "^30.3.0",
89
88
  "jiti": "^2.6.1",
90
89
  "premove": "^4.0.0",
91
- "stylelint": "^17.3.0",
90
+ "stylelint": "^17.4.0",
92
91
  "ts-patch": "^3.3.0",
93
92
  "typescript": "^5.9.3",
94
93
  "typescript-transform-paths": "^3.5.6",
95
- "vue": "^3.5.28"
94
+ "vue": "^3.5.30"
96
95
  },
97
96
  "peerDependencies": {
98
97
  "eslint": "^9.35.0",