@schoero/configs 1.5.38 → 1.5.40

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.
@@ -136,7 +136,7 @@ export const javascript = [
136
136
  "eslint-plugin-unicorn/no-useless-spread": "warn",
137
137
  "eslint-plugin-unicorn/throw-new-error": "warn",
138
138
  "eslint-plugin-unicorn/prefer-date-now": "warn",
139
- "eslint-plugin-unicorn/prefer-export-from": ["warn", { ignoreUsedVariables: true }],
139
+ "eslint-plugin-unicorn/prefer-export-from": ["warn", { checkUsedVariables: false }],
140
140
  "eslint-plugin-unicorn/prefer-negative-index": "warn",
141
141
  "eslint-plugin-unicorn/prefer-node-protocol": "warn",
142
142
  "eslint-plugin-unicorn/no-negation-in-equality-check": "warn",
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.5.38",
2
+ "version": "1.5.40",
3
3
  "type": "module",
4
4
  "name": "@schoero/configs",
5
5
  "description": "",
@@ -28,7 +28,11 @@
28
28
  "markdownlint:fix": "npm run markdownlint -- --fix",
29
29
  "prepare": "npm run build",
30
30
  "spellcheck": "cspell .",
31
- "spellcheck:ci": "npm run spellcheck -- --no-progress"
31
+ "spellcheck:ci": "npm run spellcheck -- --no-progress",
32
+ "update": "ncu"
33
+ },
34
+ "engines": {
35
+ "node": ">=20.0.0"
32
36
  },
33
37
  "files": [
34
38
  "eslint",
@@ -47,7 +51,7 @@
47
51
  "eslint": "^10.5.0",
48
52
  "markdownlint": "^0.41.0",
49
53
  "oxlint": "^1.69.0",
50
- "oxlint-tsgolint": "^0.23.0",
54
+ "oxlint-tsgolint": "^0.22.0",
51
55
  "unwritten": "^0.2.14",
52
56
  "vite": "^8.0.16",
53
57
  "vitest": "^4.1.8"
@@ -99,37 +103,37 @@
99
103
  "@cspell/dict-public-licenses": "^2.0.16",
100
104
  "@cspell/dict-software-terms": "^5.2.2",
101
105
  "@cspell/dict-typescript": "^3.2.3",
102
- "@eslint/markdown": "^8.0.2",
106
+ "@eslint/markdown": "^8.0.3",
103
107
  "@stylistic/eslint-plugin": "^5.10.0",
104
- "@typescript-eslint/eslint-plugin": "^8.61.0",
105
- "@typescript-eslint/parser": "^8.61.0",
108
+ "@typescript-eslint/eslint-plugin": "^8.62.1",
109
+ "@typescript-eslint/parser": "^8.62.1",
106
110
  "@vitest/eslint-plugin": "^1.6.20",
107
111
  "cspell-lib": "^10.0.1",
108
112
  "eslint-plugin-import-newlines": "^2.0.0",
109
- "eslint-plugin-import-x": "^4.16.2",
110
- "eslint-plugin-jsdoc": "^63.0.2",
113
+ "eslint-plugin-import-x": "^4.17.1",
114
+ "eslint-plugin-jsdoc": "^63.0.10",
111
115
  "eslint-plugin-jsonc": "^3.2.0",
112
- "eslint-plugin-perfectionist": "^5.9.0",
113
- "eslint-plugin-unicorn": "^65.0.1",
116
+ "eslint-plugin-perfectionist": "^5.9.1",
117
+ "eslint-plugin-unicorn": "^70.0.0",
114
118
  "eslint-plugin-unused-imports": "^4.4.1",
115
- "eslint-plugin-yml": "^3.4.0",
116
- "globals": "^17.6.0",
117
- "markdownlint-cli2": "^0.22.1",
119
+ "eslint-plugin-yml": "^3.5.0",
120
+ "globals": "^17.7.0",
121
+ "markdownlint-cli2": "^0.23.0",
118
122
  "yaml-eslint-parser": "^2.0.0"
119
123
  },
120
124
  "optionalDependencies": {
121
125
  "eslint-plugin-better-tailwindcss": "^4.6.0"
122
126
  },
123
127
  "devDependencies": {
124
- "@types/node": "^25.9.3",
128
+ "@types/node": "^26.1.0",
125
129
  "changelogen": "^0.6.2",
126
130
  "cspell": "^10.0.1",
127
- "eslint": "^10.4.1",
131
+ "eslint": "^10.6.0",
128
132
  "markdownlint": "^0.41.0",
129
- "oxlint": "^1.69.0",
130
- "oxlint-tsgolint": "^0.23.0",
131
- "vite": "^8.0.16",
132
- "vitest": "^4.1.8"
133
+ "oxlint": "^1.72.0",
134
+ "oxlint-tsgolint": "^0.24.0",
135
+ "vite": "^8.1.3",
136
+ "vitest": "^4.1.9"
133
137
  },
134
138
  "keywords": []
135
139
  }