@schoero/configs 1.5.36 → 1.5.38
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.
- package/eslint/javascript.js +0 -1
- package/package.json +17 -19
- package/vite/vite.config.js +3 -5
package/eslint/javascript.js
CHANGED
|
@@ -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",
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.5.
|
|
2
|
+
"version": "1.5.38",
|
|
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.
|
|
47
|
-
"eslint": "^
|
|
48
|
-
"markdownlint": "^0.
|
|
49
|
-
"oxlint": "^1.
|
|
50
|
-
"oxlint-tsgolint": "^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": "^
|
|
53
|
-
"vitest": "^4.1.
|
|
52
|
+
"vite": "^8.0.16",
|
|
53
|
+
"vitest": "^4.1.8"
|
|
54
54
|
},
|
|
55
55
|
"peerDependenciesMeta": {
|
|
56
56
|
"changelogen": {
|
|
@@ -100,35 +100,33 @@
|
|
|
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.
|
|
106
|
-
"@typescript-eslint/parser": "^8.
|
|
107
|
-
"@vitest/eslint-plugin": "^1.6.
|
|
104
|
+
"@typescript-eslint/eslint-plugin": "^8.61.0",
|
|
105
|
+
"@typescript-eslint/parser": "^8.61.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
109
|
"eslint-plugin-import-x": "^4.16.2",
|
|
111
|
-
"eslint-plugin-jsdoc": "^63.0.
|
|
110
|
+
"eslint-plugin-jsdoc": "^63.0.2",
|
|
112
111
|
"eslint-plugin-jsonc": "^3.2.0",
|
|
113
112
|
"eslint-plugin-perfectionist": "^5.9.0",
|
|
114
|
-
"eslint-plugin-unicorn": "^
|
|
113
|
+
"eslint-plugin-unicorn": "^65.0.1",
|
|
115
114
|
"eslint-plugin-unused-imports": "^4.4.1",
|
|
116
115
|
"eslint-plugin-yml": "^3.4.0",
|
|
117
116
|
"globals": "^17.6.0",
|
|
118
117
|
"markdownlint-cli2": "^0.22.1",
|
|
119
|
-
"vite-tsconfig-paths": "^6.1.1",
|
|
120
118
|
"yaml-eslint-parser": "^2.0.0"
|
|
121
119
|
},
|
|
122
120
|
"optionalDependencies": {
|
|
123
|
-
"eslint-plugin-better-tailwindcss": "^4.
|
|
121
|
+
"eslint-plugin-better-tailwindcss": "^4.6.0"
|
|
124
122
|
},
|
|
125
123
|
"devDependencies": {
|
|
126
|
-
"@types/node": "^25.9.
|
|
124
|
+
"@types/node": "^25.9.3",
|
|
127
125
|
"changelogen": "^0.6.2",
|
|
128
126
|
"cspell": "^10.0.1",
|
|
129
127
|
"eslint": "^10.4.1",
|
|
130
|
-
"markdownlint": "^0.
|
|
131
|
-
"oxlint": "^1.
|
|
128
|
+
"markdownlint": "^0.41.0",
|
|
129
|
+
"oxlint": "^1.69.0",
|
|
132
130
|
"oxlint-tsgolint": "^0.23.0",
|
|
133
131
|
"vite": "^8.0.16",
|
|
134
132
|
"vitest": "^4.1.8"
|
package/vite/vite.config.js
CHANGED
|
@@ -1,16 +1,14 @@
|
|
|
1
1
|
import { resolve } from "node:path/posix";
|
|
2
2
|
|
|
3
|
-
import tsconfigPaths from "vite-tsconfig-paths";
|
|
4
|
-
|
|
5
3
|
|
|
6
4
|
export { defineConfig } from "vitest/config";
|
|
7
5
|
|
|
8
6
|
|
|
9
7
|
/** @type { import('vite').UserConfig } */
|
|
10
8
|
export const config = {
|
|
11
|
-
|
|
12
|
-
tsconfigPaths
|
|
13
|
-
|
|
9
|
+
resolve: {
|
|
10
|
+
tsconfigPaths: true
|
|
11
|
+
},
|
|
14
12
|
test: {
|
|
15
13
|
include: ["**/*.{test,test-d,spec,spec-d}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}"],
|
|
16
14
|
resolveSnapshotPath: (testPath, snapExtension) => resolve(testPath).includes("/tests/")
|