@dword-design/base-config-nuxt 8.1.6 → 8.1.7
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/dist/index.d.ts +0 -1
- package/dist/index.js +1 -3
- package/package.json +20 -20
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -23,7 +23,7 @@ const resolver = createRequire(import.meta.url);
|
|
|
23
23
|
const isInNodeModules = __dirname.split(pathLib.sep).includes("node_modules");
|
|
24
24
|
export default defineBaseConfig(function (config) {
|
|
25
25
|
return {
|
|
26
|
-
allowedMatches: [".stylelintignore", ".stylelintrc.json", "server/api/**/*.ts", "server/plugins/**/*.ts", "server/routes/**/*.ts", "server/middleware/**/*.ts", "server/utils/**/*.ts", "app.vue", "assets", "components", "composables", "content", "i18n", "layouts", "middleware", "model", "modules", "config.ts", "pages", "plugins", "public", "shared", "
|
|
26
|
+
allowedMatches: [".stylelintignore", ".stylelintrc.json", "server/api/**/*.ts", "server/plugins/**/*.ts", "server/routes/**/*.ts", "server/middleware/**/*.ts", "server/utils/**/*.ts", "app.vue", "assets", "components/**/*.vue", "composables/*.ts", "content", "i18n/*/*.ts", "layouts/*.vue", "middleware/*.ts", "model", "modules", "config.ts", "pages/*.vue", "plugins/*.ts", "public", "shared/utils/*.ts", "shared/types/*.ts", "utils/*.ts"],
|
|
27
27
|
commands: {
|
|
28
28
|
analyze,
|
|
29
29
|
build,
|
|
@@ -43,7 +43,6 @@ export default defineBaseConfig(function (config) {
|
|
|
43
43
|
editorIgnore: [".eslintcache", ".stylelintcache", ".stylelintignore", ".stylelintrc.json", ".nuxt", ".output", "dist", "nuxt.config.ts"],
|
|
44
44
|
eslintConfig: getEslintConfig(pick(config, ["virtualImports"])),
|
|
45
45
|
gitignore: ["/.eslintcache", "/.nuxt", "/.output", "/.stylelintcache", "/dist", "/nuxt.config.ts"],
|
|
46
|
-
hasTypeModule: false,
|
|
47
46
|
hasTypescriptConfigRootAlias: false,
|
|
48
47
|
lint,
|
|
49
48
|
lintStagedConfig: {
|
|
@@ -53,7 +52,6 @@ export default defineBaseConfig(function (config) {
|
|
|
53
52
|
packageConfig: {
|
|
54
53
|
main: "dist/index.js"
|
|
55
54
|
},
|
|
56
|
-
// TODO: Remove this when https://github.com/nuxt/nuxt/issues/33733 is fixed
|
|
57
55
|
prepare: async () => {
|
|
58
56
|
const configPath = isInNodeModules ? "@dword-design/base-config-nuxt/config" : `./${pathLib.relative(this.cwd, resolver.resolve("./config").slice(0, -".ts".length)).split(pathLib.sep).join("/")}`;
|
|
59
57
|
const parentConfigPath = isInNodeModules ? "@dword-design/base-config-nuxt/nuxt.config" : `./${pathLib.relative(this.cwd, resolver.resolve("./nuxt.config").slice(0, -".ts".length)).split(pathLib.sep).join("/")}`;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dword-design/base-config-nuxt",
|
|
3
|
-
"version": "8.1.
|
|
3
|
+
"version": "8.1.7",
|
|
4
4
|
"repository": "dword-design/base-config-nuxt",
|
|
5
5
|
"funding": "https://github.com/sponsors/dword-design",
|
|
6
6
|
"license": "MIT",
|
|
@@ -31,15 +31,15 @@
|
|
|
31
31
|
"verify": "base verify"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@babel/core": "^7.28.
|
|
35
|
-
"@dword-design/base": "^
|
|
34
|
+
"@babel/core": "^7.28.5",
|
|
35
|
+
"@dword-design/base": "^16.0.4",
|
|
36
36
|
"@dword-design/depcheck-parser-sass": "^5.0.0",
|
|
37
37
|
"@dword-design/dotenv-json-extended": "^4.0.1",
|
|
38
38
|
"@dword-design/nuxt-i18n": "^1.0.1",
|
|
39
39
|
"@dword-design/nuxt-page-title": "^1.0.0",
|
|
40
40
|
"@dword-design/stylelint-config": "^4.1.0",
|
|
41
|
-
"@nuxt/eslint": "^1.
|
|
42
|
-
"@nuxt/kit": "^4.
|
|
41
|
+
"@nuxt/eslint": "^1.10.0",
|
|
42
|
+
"@nuxt/kit": "^4.2.1",
|
|
43
43
|
"@nuxtjs/stylelint-module": "^5.2.1",
|
|
44
44
|
"babel-plugin-add-import-extension": "^1.6.0",
|
|
45
45
|
"babel-plugin-module-resolver": "^5.0.2",
|
|
@@ -47,43 +47,43 @@
|
|
|
47
47
|
"depcheck-package-name": "^4.0.1",
|
|
48
48
|
"endent": "npm:@dword-design/endent@^1.4.7",
|
|
49
49
|
"execa": "^9.6.0",
|
|
50
|
-
"fs-extra": "^11.3.
|
|
51
|
-
"globby": "^
|
|
52
|
-
"jiti": "^2.
|
|
50
|
+
"fs-extra": "^11.3.2",
|
|
51
|
+
"globby": "^16.0.0",
|
|
52
|
+
"jiti": "^2.6.1",
|
|
53
53
|
"lodash-es": "^4.17.21",
|
|
54
|
-
"nuxt": "^3.
|
|
54
|
+
"nuxt": "^3.20.1",
|
|
55
55
|
"nuxt-basic-authentication-module": "^0.2.1",
|
|
56
56
|
"output-files": "^3.0.0",
|
|
57
57
|
"require-package-name": "^2.0.1",
|
|
58
|
-
"sass": "^1.
|
|
59
|
-
"stylelint": "^16.
|
|
60
|
-
"typescript": "^5.9.
|
|
58
|
+
"sass": "^1.94.2",
|
|
59
|
+
"stylelint": "^16.26.0",
|
|
60
|
+
"typescript": "^5.9.3",
|
|
61
61
|
"vite-plugin-eslint2": "^5.0.4",
|
|
62
62
|
"vite-svg-loader": "^5.1.0"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@dword-design/defu": "^1.0.3",
|
|
66
|
-
"@nuxtjs/sitemap": "^7.4.
|
|
66
|
+
"@nuxtjs/sitemap": "^7.4.7",
|
|
67
67
|
"@nuxtjs/tailwindcss": "7.0.0-beta.0",
|
|
68
|
-
"@playwright/browser-chromium": "^1.
|
|
69
|
-
"@playwright/test": "^1.
|
|
68
|
+
"@playwright/browser-chromium": "^1.56.1",
|
|
69
|
+
"@playwright/test": "^1.56.1",
|
|
70
70
|
"@types/babel__core": "^7.20.5",
|
|
71
71
|
"@types/fs-extra": "^11.0.4",
|
|
72
72
|
"@types/lodash-es": "^4.17.12",
|
|
73
|
-
"axios": "^1.
|
|
74
|
-
"delay": "^
|
|
73
|
+
"axios": "^1.13.2",
|
|
74
|
+
"delay": "^7.0.0",
|
|
75
75
|
"get-port": "^7.1.0",
|
|
76
76
|
"nuxt-dev-ready": "^5.0.1",
|
|
77
77
|
"port-ready": "^0.1.0",
|
|
78
78
|
"tree-kill-promise": "^4.0.0",
|
|
79
|
-
"xml-formatter": "^3.6.
|
|
79
|
+
"xml-formatter": "^3.6.7"
|
|
80
80
|
},
|
|
81
81
|
"peerDependencies": {
|
|
82
82
|
"depcheck": "*"
|
|
83
83
|
},
|
|
84
|
-
"packageManager": "pnpm@10.
|
|
84
|
+
"packageManager": "pnpm@10.23.0+sha512.21c4e5698002ade97e4efe8b8b4a89a8de3c85a37919f957e7a0f30f38fbc5bbdd05980ffe29179b2fb6e6e691242e098d945d1601772cad0fef5fb6411e2a4b",
|
|
85
85
|
"engines": {
|
|
86
|
-
"node": ">=
|
|
86
|
+
"node": ">=22"
|
|
87
87
|
},
|
|
88
88
|
"publishConfig": {
|
|
89
89
|
"access": "public"
|