@schoero/configs 1.5.37 → 1.5.39

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.
@@ -125,7 +125,6 @@ export const javascript = [
125
125
  "no-useless-return": "warn",
126
126
 
127
127
  // unicorn
128
- "eslint-plugin-unicorn/better-regex": "warn",
129
128
  "eslint-plugin-unicorn/consistent-destructuring": "warn",
130
129
  "eslint-plugin-unicorn/empty-brace-spaces": "warn",
131
130
  "eslint-plugin-unicorn/error-message": "warn",
@@ -137,7 +136,7 @@ export const javascript = [
137
136
  "eslint-plugin-unicorn/no-useless-spread": "warn",
138
137
  "eslint-plugin-unicorn/throw-new-error": "warn",
139
138
  "eslint-plugin-unicorn/prefer-date-now": "warn",
140
- "eslint-plugin-unicorn/prefer-export-from": ["warn", { ignoreUsedVariables: true }],
139
+ "eslint-plugin-unicorn/prefer-export-from": ["warn", { checkUsedVariables: false }],
141
140
  "eslint-plugin-unicorn/prefer-negative-index": "warn",
142
141
  "eslint-plugin-unicorn/prefer-node-protocol": "warn",
143
142
  "eslint-plugin-unicorn/no-negation-in-equality-check": "warn",
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.5.37",
2
+ "version": "1.5.39",
3
3
  "type": "module",
4
4
  "name": "@schoero/configs",
5
5
  "description": "",
@@ -43,14 +43,14 @@
43
43
  ],
44
44
  "peerDependencies": {
45
45
  "changelogen": "^0.6.2",
46
- "cspell": "^10.0.0",
47
- "eslint": "^9.39.4",
48
- "markdownlint": "^0.40.0",
49
- "oxlint": "^1.59.0",
50
- "oxlint-tsgolint": "^0.20.0",
46
+ "cspell": "^10.0.1",
47
+ "eslint": "^10.5.0",
48
+ "markdownlint": "^0.41.0",
49
+ "oxlint": "^1.69.0",
50
+ "oxlint-tsgolint": "^0.23.0",
51
51
  "unwritten": "^0.2.14",
52
- "vite": "^7.3.1",
53
- "vitest": "^4.1.4"
52
+ "vite": "^8.0.16",
53
+ "vitest": "^4.1.8"
54
54
  },
55
55
  "peerDependenciesMeta": {
56
56
  "changelogen": {
@@ -100,37 +100,36 @@
100
100
  "@cspell/dict-software-terms": "^5.2.2",
101
101
  "@cspell/dict-typescript": "^3.2.3",
102
102
  "@eslint/markdown": "^8.0.2",
103
- "@schoero/configs": "link:",
104
103
  "@stylistic/eslint-plugin": "^5.10.0",
105
- "@typescript-eslint/eslint-plugin": "^8.60.1",
106
- "@typescript-eslint/parser": "^8.60.1",
107
- "@vitest/eslint-plugin": "^1.6.19",
104
+ "@typescript-eslint/eslint-plugin": "^8.62.0",
105
+ "@typescript-eslint/parser": "^8.62.0",
106
+ "@vitest/eslint-plugin": "^1.6.20",
108
107
  "cspell-lib": "^10.0.1",
109
108
  "eslint-plugin-import-newlines": "^2.0.0",
110
- "eslint-plugin-import-x": "^4.16.2",
111
- "eslint-plugin-jsdoc": "^63.0.1",
109
+ "eslint-plugin-import-x": "^4.17.0",
110
+ "eslint-plugin-jsdoc": "^63.0.8",
112
111
  "eslint-plugin-jsonc": "^3.2.0",
113
- "eslint-plugin-perfectionist": "^5.9.0",
114
- "eslint-plugin-unicorn": "^64.0.0",
112
+ "eslint-plugin-perfectionist": "^5.9.1",
113
+ "eslint-plugin-unicorn": "^69.0.0",
115
114
  "eslint-plugin-unused-imports": "^4.4.1",
116
- "eslint-plugin-yml": "^3.4.0",
117
- "globals": "^17.6.0",
115
+ "eslint-plugin-yml": "^3.5.0",
116
+ "globals": "^17.7.0",
118
117
  "markdownlint-cli2": "^0.22.1",
119
118
  "yaml-eslint-parser": "^2.0.0"
120
119
  },
121
120
  "optionalDependencies": {
122
- "eslint-plugin-better-tailwindcss": "^4.5.0"
121
+ "eslint-plugin-better-tailwindcss": "^4.6.0"
123
122
  },
124
123
  "devDependencies": {
125
- "@types/node": "^25.9.1",
124
+ "@types/node": "^26.0.1",
126
125
  "changelogen": "^0.6.2",
127
126
  "cspell": "^10.0.1",
128
- "eslint": "^10.4.1",
129
- "markdownlint": "^0.40.0",
130
- "oxlint": "^1.68.0",
127
+ "eslint": "^10.5.0",
128
+ "markdownlint": "^0.41.0",
129
+ "oxlint": "^1.71.0",
131
130
  "oxlint-tsgolint": "^0.23.0",
132
- "vite": "^8.0.16",
133
- "vitest": "^4.1.8"
131
+ "vite": "^8.1.0",
132
+ "vitest": "^4.1.9"
134
133
  },
135
134
  "keywords": []
136
135
  }