@schoero/configs 1.5.13 → 1.5.15
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/package.json +15 -16
- package/vite/vite.config.js +2 -5
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.5.
|
|
2
|
+
"version": "1.5.15",
|
|
3
3
|
"type": "module",
|
|
4
4
|
"name": "@schoero/configs",
|
|
5
5
|
"description": "",
|
|
@@ -77,10 +77,10 @@
|
|
|
77
77
|
},
|
|
78
78
|
"dependencies": {
|
|
79
79
|
"@cspell/dict-bash": "^4.2.1",
|
|
80
|
-
"@cspell/dict-companies": "^3.2.
|
|
80
|
+
"@cspell/dict-companies": "^3.2.5",
|
|
81
81
|
"@cspell/dict-css": "^4.0.18",
|
|
82
82
|
"@cspell/dict-de-ch": "^1.3.2",
|
|
83
|
-
"@cspell/dict-en_us": "^4.4.
|
|
83
|
+
"@cspell/dict-en_us": "^4.4.17",
|
|
84
84
|
"@cspell/dict-fr-fr": "^2.3.2",
|
|
85
85
|
"@cspell/dict-fullstack": "^3.2.7",
|
|
86
86
|
"@cspell/dict-html": "^4.0.12",
|
|
@@ -89,39 +89,38 @@
|
|
|
89
89
|
"@cspell/dict-lorem-ipsum": "^4.0.5",
|
|
90
90
|
"@cspell/dict-markdown": "^2.0.12",
|
|
91
91
|
"@cspell/dict-node": "^5.0.8",
|
|
92
|
-
"@cspell/dict-npm": "^5.2.
|
|
93
|
-
"@cspell/dict-public-licenses": "^2.0.
|
|
94
|
-
"@cspell/dict-software-terms": "^5.1.
|
|
92
|
+
"@cspell/dict-npm": "^5.2.14",
|
|
93
|
+
"@cspell/dict-public-licenses": "^2.0.15",
|
|
94
|
+
"@cspell/dict-software-terms": "^5.1.6",
|
|
95
95
|
"@cspell/dict-typescript": "^3.2.3",
|
|
96
|
-
"@stylistic/eslint-plugin": "^5.2.
|
|
97
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
98
|
-
"@typescript-eslint/parser": "^8.
|
|
96
|
+
"@stylistic/eslint-plugin": "^5.2.3",
|
|
97
|
+
"@typescript-eslint/eslint-plugin": "^8.40.0",
|
|
98
|
+
"@typescript-eslint/parser": "^8.40.0",
|
|
99
99
|
"cspell-lib": "^9.2.0",
|
|
100
100
|
"eslint-plugin-import-newlines": "^1.4.0",
|
|
101
101
|
"eslint-plugin-import-x": "^4.16.1",
|
|
102
|
-
"eslint-plugin-jsdoc": "^
|
|
102
|
+
"eslint-plugin-jsdoc": "^54.1.1",
|
|
103
103
|
"eslint-plugin-jsonc": "^2.20.1",
|
|
104
104
|
"eslint-plugin-markdown": "^5.1.0",
|
|
105
105
|
"eslint-plugin-perfectionist": "^4.15.0",
|
|
106
106
|
"eslint-plugin-unicorn": "^60.0.0",
|
|
107
|
-
"eslint-plugin-unused-imports": "^4.
|
|
107
|
+
"eslint-plugin-unused-imports": "^4.2.0",
|
|
108
108
|
"eslint-plugin-vitest": "^0.5.4",
|
|
109
109
|
"eslint-plugin-yml": "^1.18.0",
|
|
110
110
|
"markdownlint-cli2": "^0.18.1",
|
|
111
111
|
"vite-tsconfig-paths": "^5.1.4",
|
|
112
|
-
"vitest-github-actions-reporter": "^0.11.1",
|
|
113
112
|
"yaml-eslint-parser": "^1.3.0"
|
|
114
113
|
},
|
|
115
114
|
"optionalDependencies": {
|
|
116
|
-
"eslint-plugin-better-tailwindcss": "^3.7.
|
|
115
|
+
"eslint-plugin-better-tailwindcss": "^3.7.5"
|
|
117
116
|
},
|
|
118
117
|
"devDependencies": {
|
|
119
|
-
"@types/node": "^24.
|
|
118
|
+
"@types/node": "^24.3.0",
|
|
120
119
|
"changelogen": "^0.6.2",
|
|
121
120
|
"cspell": "^9.2.0",
|
|
122
|
-
"eslint": "^9.
|
|
121
|
+
"eslint": "^9.34.0",
|
|
123
122
|
"markdownlint": "^0.38.0",
|
|
124
|
-
"vite": "^7.
|
|
123
|
+
"vite": "^7.1.3",
|
|
125
124
|
"vitest": "^3.2.4"
|
|
126
125
|
},
|
|
127
126
|
"keywords": []
|
package/vite/vite.config.js
CHANGED
|
@@ -1,21 +1,18 @@
|
|
|
1
1
|
import { resolve } from "node:path/posix";
|
|
2
|
+
|
|
2
3
|
import tsconfigPaths from "vite-tsconfig-paths";
|
|
3
|
-
import GithubActionsReporter from "vitest-github-actions-reporter";
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
export { defineConfig } from "vitest/config";
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
/** @type { import('
|
|
9
|
+
/** @type { import('vite').UserConfig } */
|
|
10
10
|
export const config = {
|
|
11
11
|
plugins: [
|
|
12
12
|
tsconfigPaths()
|
|
13
13
|
],
|
|
14
14
|
test: {
|
|
15
15
|
include: ["**/*.{test,test-d,spec,spec-d}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}"],
|
|
16
|
-
reporters: process.env.GITHUB_ACTIONS
|
|
17
|
-
? ["verbose", new GithubActionsReporter()]
|
|
18
|
-
: "default",
|
|
19
16
|
resolveSnapshotPath: (testPath, snapExtension) => resolve(testPath).includes("/tests/")
|
|
20
17
|
? testPath.replace("/tests/", "/tests/__snapshots__/").replace(/\.ts$/, snapExtension)
|
|
21
18
|
: testPath.replace(/\.ts$/, snapExtension),
|