@dword-design/base-config-nuxt 5.0.10 → 6.0.0

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.js CHANGED
@@ -39,7 +39,6 @@ export default ((config = {}) => {
39
39
  eslintConfig: getEslintConfig(config),
40
40
  gitignore: ['/.eslintcache', '/.nuxt', '/.output', '/.stylelintcache', '/app.vue', '/dist', '/nuxt.config.js'],
41
41
  lint,
42
- nodeVersion: 18,
43
42
  npmPublish: true,
44
43
  packageConfig: {
45
44
  main: 'dist/index.js'
@@ -85,7 +84,6 @@ export default ((config = {}) => {
85
84
  `
86
85
  });
87
86
  },
88
- supportedNodeVersions: [16, 18],
89
87
  useJobMatrix: true
90
88
  };
91
89
  });
@@ -3,8 +3,5 @@ import dotenv from '@dword-design/dotenv-json-extended';
3
3
  import { execa } from 'execa';
4
4
  dotenv.config();
5
5
  execa('nuxt-babel', process.argv.slice(2), {
6
- env: {
7
- NODE_ENV: ''
8
- },
9
6
  stdio: 'inherit'
10
7
  });
@@ -59,9 +59,7 @@ export default {
59
59
  vite: {
60
60
  vue: {
61
61
  template: {
62
- transformAssetUrls: {
63
- includeAbsolute: false
64
- }
62
+ transformAssetUrls: false
65
63
  }
66
64
  }
67
65
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dword-design/base-config-nuxt",
3
- "version": "5.0.10",
3
+ "version": "6.0.0",
4
4
  "repository": "dword-design/base-config-nuxt",
5
5
  "funding": "https://github.com/sponsors/dword-design",
6
6
  "license": "MIT",
@@ -28,38 +28,38 @@
28
28
  "dependencies": {
29
29
  "@dword-design/depcheck-parser-sass": "^4.0.0",
30
30
  "@dword-design/dotenv-json-extended": "^2.0.0",
31
- "@dword-design/functions": "^4.0.0",
31
+ "@dword-design/functions": "^5.0.27",
32
32
  "@dword-design/jiti-babel-transform": "^1.0.11",
33
- "@dword-design/stylelint-config": "^3.0.0",
33
+ "@dword-design/stylelint-config": "^4.0.0",
34
34
  "@nuxt/kit": "^3.2.3",
35
35
  "@nuxtjs/eslint-module": "^4.1.0",
36
36
  "@nuxtjs/i18n": "npm:@dword-design/nuxt-i18n",
37
37
  "@nuxtjs/stylelint-module": "^5.0.1",
38
38
  "deepmerge": "^4.3.1",
39
39
  "depcheck-package-name": "^3.0.0",
40
- "depcheck-parser-vue": "^4.0.7",
41
- "execa": "^7.1.1",
40
+ "depcheck-parser-vue": "^5.0.0",
41
+ "execa": "^8.0.1",
42
42
  "fs-extra": "^11.1.0",
43
- "globby": "^13.1.3",
43
+ "globby": "^14.0.1",
44
44
  "jiti": "^1.18.2",
45
45
  "nuxt": "^3.2.3",
46
- "nuxt-babel-runtime": "^4.0.0",
46
+ "nuxt-babel-runtime": "^5.0.1",
47
47
  "nuxt-basic-authentication-module": "^0.2.1",
48
48
  "output-files": "^2.0.0",
49
49
  "require-package-name": "^2.0.1",
50
- "stylelint": "^15.0.0",
51
- "vite-svg-loader": "^4.0.0"
50
+ "stylelint": "^16.2.1",
51
+ "vite-svg-loader": "^5.1.0"
52
52
  },
53
53
  "devDependencies": {
54
- "@dword-design/base": "^10.0.0",
55
- "@dword-design/puppeteer": "^6.0.0",
54
+ "@dword-design/base": "^11.0.3",
55
+ "@dword-design/puppeteer": "^7.0.0",
56
56
  "@dword-design/tester": "^2.0.9",
57
- "@dword-design/tester-plugin-puppeteer": "^2.1.19",
57
+ "@dword-design/tester-plugin-puppeteer": "^3.0.0",
58
58
  "@dword-design/tester-plugin-tmp-dir": "^2.1.3",
59
59
  "@funken-studio/sitemap-nuxt-3": "^4.0.4",
60
- "axios": "^0",
60
+ "axios": "^1.6.7",
61
61
  "depcheck": "^1.4.2",
62
- "nuxt-dev-ready": "^2.0.0",
62
+ "nuxt-dev-ready": "^3.0.0",
63
63
  "port-ready": "^0.1.0",
64
64
  "tree-kill-promise": "^3.0.1",
65
65
  "xml-formatter": "^3.2.0"
@@ -68,7 +68,7 @@
68
68
  "h3": "*"
69
69
  },
70
70
  "engines": {
71
- "node": ">=16"
71
+ "node": ">=18"
72
72
  },
73
73
  "publishConfig": {
74
74
  "access": "public"