create-vue 3.12.2 → 3.14.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/README.md +6 -1
- package/outfile.cjs +299 -106
- package/package.json +8 -8
- package/template/bare/base/src/App.vue +7 -0
- package/template/bare/cypress-ct/src/__tests__/App.cy.js +8 -0
- package/template/bare/nightwatch-ct/src/__tests__/App.spec.js +14 -0
- package/template/bare/typescript/src/App.vue +7 -0
- package/template/bare/vitest/src/__tests__/App.spec.js +11 -0
- package/template/base/node_modules/.bin/vite +2 -2
- package/template/base/package.json +2 -2
- package/template/base/vite.config.js.data.mjs +1 -1
- package/template/code/default/src/components/TheWelcome.vue +16 -12
- package/template/code/router/src/components/TheWelcome.vue +16 -12
- package/template/code/typescript-default/src/components/TheWelcome.vue +16 -12
- package/template/code/typescript-router/src/components/TheWelcome.vue +16 -12
- package/template/config/cypress/cypress/{e2e/jsconfig.json → jsconfig.json} +2 -1
- package/template/config/cypress/node_modules/.bin/cypress +2 -2
- package/template/config/cypress/node_modules/.bin/server-test +2 -2
- package/template/config/cypress/node_modules/.bin/start-server-and-test +2 -2
- package/template/config/cypress/node_modules/.bin/start-test +2 -2
- package/template/config/cypress/package.json +2 -2
- package/template/config/cypress-ct/node_modules/.bin/cypress +2 -2
- package/template/config/cypress-ct/package.json +1 -1
- package/template/config/jsx/node_modules/.bin/vite +2 -2
- package/template/config/jsx/package.json +1 -1
- package/template/config/nightwatch/node_modules/.bin/chromedriver +2 -2
- package/template/config/nightwatch/node_modules/.bin/geckodriver +2 -2
- package/template/config/nightwatch/node_modules/.bin/nightwatch +2 -2
- package/template/config/nightwatch/node_modules/.bin/ts-node +2 -2
- package/template/config/nightwatch/node_modules/.bin/ts-node-cwd +2 -2
- package/template/config/nightwatch/node_modules/.bin/ts-node-esm +2 -2
- package/template/config/nightwatch/node_modules/.bin/ts-node-script +2 -2
- package/template/config/nightwatch/node_modules/.bin/ts-node-transpile-only +2 -2
- package/template/config/nightwatch/node_modules/.bin/ts-script +2 -2
- package/template/config/nightwatch/node_modules/.bin/vite +2 -2
- package/template/config/nightwatch/package.json +3 -3
- package/template/config/pinia/package.json +1 -1
- package/template/config/playwright/node_modules/.bin/playwright +2 -2
- package/template/config/playwright/package.json +1 -1
- package/template/config/router/package.json +1 -1
- package/template/config/typescript/node_modules/.bin/npm-run-all +2 -2
- package/template/config/typescript/node_modules/.bin/npm-run-all2 +2 -2
- package/template/config/typescript/node_modules/.bin/run-p +2 -2
- package/template/config/typescript/node_modules/.bin/run-s +2 -2
- package/template/config/typescript/node_modules/.bin/tsc +2 -2
- package/template/config/typescript/node_modules/.bin/tsserver +2 -2
- package/template/config/typescript/node_modules/.bin/vue-tsc +2 -2
- package/template/config/typescript/package.json +4 -4
- package/template/config/vitest/node_modules/.bin/vitest +2 -2
- package/template/config/vitest/package.json +2 -2
- package/template/eslint/package.json +1 -1
- package/template/tsconfig/base/tsconfig.app.json +0 -1
- package/template/tsconfig/base/tsconfig.node.json +2 -2
- package/template/tsconfig/cypress-ct/tsconfig.cypress-ct.json +0 -1
- package/template/tsconfig/nightwatch/nightwatch/tsconfig.json +0 -1
- package/template/tsconfig/nightwatch-ct/tsconfig.app.json +0 -1
- package/template/tsconfig/vitest/tsconfig.vitest.json +1 -1
- package/template/base/node_modules/.bin/rollup +0 -17
- package/template/base/node_modules/.bin/tsc +0 -17
- package/template/base/node_modules/.bin/tsserver +0 -17
- package/template/base/node_modules/.vue-global-types/vue_3.5_false.d.ts +0 -119
- package/template/config/cypress-ct/node_modules/.bin/tsc +0 -17
- package/template/config/cypress-ct/node_modules/.bin/tsserver +0 -17
- package/template/config/jsx/node_modules/.bin/browserslist +0 -17
- package/template/config/jsx/node_modules/.bin/tsc +0 -17
- package/template/config/jsx/node_modules/.bin/tsserver +0 -17
- package/template/config/nightwatch/node_modules/.bin/tsc +0 -17
- package/template/config/nightwatch/node_modules/.bin/tsserver +0 -17
- package/template/config/nightwatch-ct/node_modules/.bin/tsc +0 -17
- package/template/config/nightwatch-ct/node_modules/.bin/tsserver +0 -17
- package/template/config/pinia/node_modules/.bin/tsc +0 -17
- package/template/config/pinia/node_modules/.bin/tsserver +0 -17
- package/template/config/router/node_modules/.bin/tsc +0 -17
- package/template/config/router/node_modules/.bin/tsserver +0 -17
- package/template/config/vitest/node_modules/.bin/tsc +0 -17
- package/template/config/vitest/node_modules/.bin/tsserver +0 -17
|
@@ -6,9 +6,9 @@ case `uname` in
|
|
|
6
6
|
esac
|
|
7
7
|
|
|
8
8
|
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/
|
|
9
|
+
export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/ts-node@10.9.2_@types+node@22.10.7_typescript@5.7.3/node_modules/ts-node/dist/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/ts-node@10.9.2_@types+node@22.10.7_typescript@5.7.3/node_modules/ts-node/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/ts-node@10.9.2_@types+node@22.10.7_typescript@5.7.3/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/node_modules"
|
|
10
10
|
else
|
|
11
|
-
export NODE_PATH="/
|
|
11
|
+
export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/ts-node@10.9.2_@types+node@22.10.7_typescript@5.7.3/node_modules/ts-node/dist/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/ts-node@10.9.2_@types+node@22.10.7_typescript@5.7.3/node_modules/ts-node/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/ts-node@10.9.2_@types+node@22.10.7_typescript@5.7.3/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
14
|
exec "$basedir/node" "$basedir/../ts-node/dist/bin-cwd.js" "$@"
|
|
@@ -6,9 +6,9 @@ case `uname` in
|
|
|
6
6
|
esac
|
|
7
7
|
|
|
8
8
|
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/
|
|
9
|
+
export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/ts-node@10.9.2_@types+node@22.10.7_typescript@5.7.3/node_modules/ts-node/dist/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/ts-node@10.9.2_@types+node@22.10.7_typescript@5.7.3/node_modules/ts-node/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/ts-node@10.9.2_@types+node@22.10.7_typescript@5.7.3/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/node_modules"
|
|
10
10
|
else
|
|
11
|
-
export NODE_PATH="/
|
|
11
|
+
export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/ts-node@10.9.2_@types+node@22.10.7_typescript@5.7.3/node_modules/ts-node/dist/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/ts-node@10.9.2_@types+node@22.10.7_typescript@5.7.3/node_modules/ts-node/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/ts-node@10.9.2_@types+node@22.10.7_typescript@5.7.3/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
14
|
exec "$basedir/node" "$basedir/../ts-node/dist/bin-esm.js" "$@"
|
|
@@ -6,9 +6,9 @@ case `uname` in
|
|
|
6
6
|
esac
|
|
7
7
|
|
|
8
8
|
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/
|
|
9
|
+
export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/ts-node@10.9.2_@types+node@22.10.7_typescript@5.7.3/node_modules/ts-node/dist/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/ts-node@10.9.2_@types+node@22.10.7_typescript@5.7.3/node_modules/ts-node/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/ts-node@10.9.2_@types+node@22.10.7_typescript@5.7.3/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/node_modules"
|
|
10
10
|
else
|
|
11
|
-
export NODE_PATH="/
|
|
11
|
+
export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/ts-node@10.9.2_@types+node@22.10.7_typescript@5.7.3/node_modules/ts-node/dist/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/ts-node@10.9.2_@types+node@22.10.7_typescript@5.7.3/node_modules/ts-node/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/ts-node@10.9.2_@types+node@22.10.7_typescript@5.7.3/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
14
|
exec "$basedir/node" "$basedir/../ts-node/dist/bin-script.js" "$@"
|
|
@@ -6,9 +6,9 @@ case `uname` in
|
|
|
6
6
|
esac
|
|
7
7
|
|
|
8
8
|
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/
|
|
9
|
+
export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/ts-node@10.9.2_@types+node@22.10.7_typescript@5.7.3/node_modules/ts-node/dist/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/ts-node@10.9.2_@types+node@22.10.7_typescript@5.7.3/node_modules/ts-node/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/ts-node@10.9.2_@types+node@22.10.7_typescript@5.7.3/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/node_modules"
|
|
10
10
|
else
|
|
11
|
-
export NODE_PATH="/
|
|
11
|
+
export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/ts-node@10.9.2_@types+node@22.10.7_typescript@5.7.3/node_modules/ts-node/dist/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/ts-node@10.9.2_@types+node@22.10.7_typescript@5.7.3/node_modules/ts-node/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/ts-node@10.9.2_@types+node@22.10.7_typescript@5.7.3/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
14
|
exec "$basedir/node" "$basedir/../ts-node/dist/bin-transpile.js" "$@"
|
|
@@ -6,9 +6,9 @@ case `uname` in
|
|
|
6
6
|
esac
|
|
7
7
|
|
|
8
8
|
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/
|
|
9
|
+
export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/ts-node@10.9.2_@types+node@22.10.7_typescript@5.7.3/node_modules/ts-node/dist/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/ts-node@10.9.2_@types+node@22.10.7_typescript@5.7.3/node_modules/ts-node/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/ts-node@10.9.2_@types+node@22.10.7_typescript@5.7.3/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/node_modules"
|
|
10
10
|
else
|
|
11
|
-
export NODE_PATH="/
|
|
11
|
+
export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/ts-node@10.9.2_@types+node@22.10.7_typescript@5.7.3/node_modules/ts-node/dist/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/ts-node@10.9.2_@types+node@22.10.7_typescript@5.7.3/node_modules/ts-node/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/ts-node@10.9.2_@types+node@22.10.7_typescript@5.7.3/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
14
|
exec "$basedir/node" "$basedir/../ts-node/dist/bin-script-deprecated.js" "$@"
|
|
@@ -6,9 +6,9 @@ case `uname` in
|
|
|
6
6
|
esac
|
|
7
7
|
|
|
8
8
|
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/
|
|
9
|
+
export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/vite@6.0.11_@types+node@22.10.7_yaml@2.6.1/node_modules/vite/bin/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/vite@6.0.11_@types+node@22.10.7_yaml@2.6.1/node_modules/vite/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/vite@6.0.11_@types+node@22.10.7_yaml@2.6.1/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/node_modules"
|
|
10
10
|
else
|
|
11
|
-
export NODE_PATH="/
|
|
11
|
+
export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/vite@6.0.11_@types+node@22.10.7_yaml@2.6.1/node_modules/vite/bin/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/vite@6.0.11_@types+node@22.10.7_yaml@2.6.1/node_modules/vite/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/vite@6.0.11_@types+node@22.10.7_yaml@2.6.1/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
14
|
exec "$basedir/node" "$basedir/../vite/bin/vite.js" "$@"
|
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
"devDependencies": {
|
|
6
6
|
"@nightwatch/vue": "^3.1.2",
|
|
7
7
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
8
|
-
"chromedriver": "^
|
|
8
|
+
"chromedriver": "^132.0.0",
|
|
9
9
|
"geckodriver": "^5.0.0",
|
|
10
|
-
"nightwatch": "^3.
|
|
10
|
+
"nightwatch": "^3.11.0",
|
|
11
11
|
"ts-node": "^10.9.2",
|
|
12
|
-
"vite": "^6.0.
|
|
12
|
+
"vite": "^6.0.11",
|
|
13
13
|
"vite-plugin-nightwatch": "^0.4.6"
|
|
14
14
|
}
|
|
15
15
|
}
|
|
@@ -6,9 +6,9 @@ case `uname` in
|
|
|
6
6
|
esac
|
|
7
7
|
|
|
8
8
|
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/
|
|
9
|
+
export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/@playwright+test@1.49.1/node_modules/@playwright/test/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/@playwright+test@1.49.1/node_modules/@playwright/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/@playwright+test@1.49.1/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/node_modules"
|
|
10
10
|
else
|
|
11
|
-
export NODE_PATH="/
|
|
11
|
+
export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/@playwright+test@1.49.1/node_modules/@playwright/test/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/@playwright+test@1.49.1/node_modules/@playwright/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/@playwright+test@1.49.1/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
14
|
exec "$basedir/node" "$basedir/../@playwright/test/cli.js" "$@"
|
|
@@ -6,9 +6,9 @@ case `uname` in
|
|
|
6
6
|
esac
|
|
7
7
|
|
|
8
8
|
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/
|
|
9
|
+
export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/npm-run-all2@7.0.2/node_modules/npm-run-all2/bin/npm-run-all/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/npm-run-all2@7.0.2/node_modules/npm-run-all2/bin/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/npm-run-all2@7.0.2/node_modules/npm-run-all2/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/npm-run-all2@7.0.2/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/node_modules"
|
|
10
10
|
else
|
|
11
|
-
export NODE_PATH="/
|
|
11
|
+
export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/npm-run-all2@7.0.2/node_modules/npm-run-all2/bin/npm-run-all/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/npm-run-all2@7.0.2/node_modules/npm-run-all2/bin/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/npm-run-all2@7.0.2/node_modules/npm-run-all2/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/npm-run-all2@7.0.2/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
14
|
exec "$basedir/node" "$basedir/../npm-run-all2/bin/npm-run-all/index.js" "$@"
|
|
@@ -6,9 +6,9 @@ case `uname` in
|
|
|
6
6
|
esac
|
|
7
7
|
|
|
8
8
|
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/
|
|
9
|
+
export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/npm-run-all2@7.0.2/node_modules/npm-run-all2/bin/npm-run-all/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/npm-run-all2@7.0.2/node_modules/npm-run-all2/bin/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/npm-run-all2@7.0.2/node_modules/npm-run-all2/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/npm-run-all2@7.0.2/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/node_modules"
|
|
10
10
|
else
|
|
11
|
-
export NODE_PATH="/
|
|
11
|
+
export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/npm-run-all2@7.0.2/node_modules/npm-run-all2/bin/npm-run-all/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/npm-run-all2@7.0.2/node_modules/npm-run-all2/bin/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/npm-run-all2@7.0.2/node_modules/npm-run-all2/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/npm-run-all2@7.0.2/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
14
|
exec "$basedir/node" "$basedir/../npm-run-all2/bin/npm-run-all/index.js" "$@"
|
|
@@ -6,9 +6,9 @@ case `uname` in
|
|
|
6
6
|
esac
|
|
7
7
|
|
|
8
8
|
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/
|
|
9
|
+
export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/npm-run-all2@7.0.2/node_modules/npm-run-all2/bin/run-p/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/npm-run-all2@7.0.2/node_modules/npm-run-all2/bin/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/npm-run-all2@7.0.2/node_modules/npm-run-all2/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/npm-run-all2@7.0.2/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/node_modules"
|
|
10
10
|
else
|
|
11
|
-
export NODE_PATH="/
|
|
11
|
+
export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/npm-run-all2@7.0.2/node_modules/npm-run-all2/bin/run-p/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/npm-run-all2@7.0.2/node_modules/npm-run-all2/bin/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/npm-run-all2@7.0.2/node_modules/npm-run-all2/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/npm-run-all2@7.0.2/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
14
|
exec "$basedir/node" "$basedir/../npm-run-all2/bin/run-p/index.js" "$@"
|
|
@@ -6,9 +6,9 @@ case `uname` in
|
|
|
6
6
|
esac
|
|
7
7
|
|
|
8
8
|
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/
|
|
9
|
+
export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/npm-run-all2@7.0.2/node_modules/npm-run-all2/bin/run-s/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/npm-run-all2@7.0.2/node_modules/npm-run-all2/bin/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/npm-run-all2@7.0.2/node_modules/npm-run-all2/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/npm-run-all2@7.0.2/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/node_modules"
|
|
10
10
|
else
|
|
11
|
-
export NODE_PATH="/
|
|
11
|
+
export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/npm-run-all2@7.0.2/node_modules/npm-run-all2/bin/run-s/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/npm-run-all2@7.0.2/node_modules/npm-run-all2/bin/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/npm-run-all2@7.0.2/node_modules/npm-run-all2/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/npm-run-all2@7.0.2/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
14
|
exec "$basedir/node" "$basedir/../npm-run-all2/bin/run-s/index.js" "$@"
|
|
@@ -6,9 +6,9 @@ case `uname` in
|
|
|
6
6
|
esac
|
|
7
7
|
|
|
8
8
|
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/
|
|
9
|
+
export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/bin/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/typescript@5.7.3/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/node_modules"
|
|
10
10
|
else
|
|
11
|
-
export NODE_PATH="/
|
|
11
|
+
export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/bin/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/typescript@5.7.3/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
14
|
exec "$basedir/node" "$basedir/../typescript/bin/tsc" "$@"
|
|
@@ -6,9 +6,9 @@ case `uname` in
|
|
|
6
6
|
esac
|
|
7
7
|
|
|
8
8
|
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/
|
|
9
|
+
export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/bin/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/typescript@5.7.3/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/node_modules"
|
|
10
10
|
else
|
|
11
|
-
export NODE_PATH="/
|
|
11
|
+
export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/bin/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/typescript@5.7.3/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
14
|
exec "$basedir/node" "$basedir/../typescript/bin/tsserver" "$@"
|
|
@@ -6,9 +6,9 @@ case `uname` in
|
|
|
6
6
|
esac
|
|
7
7
|
|
|
8
8
|
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/
|
|
9
|
+
export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/vue-tsc@2.2.0_typescript@5.7.3/node_modules/vue-tsc/bin/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/vue-tsc@2.2.0_typescript@5.7.3/node_modules/vue-tsc/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/vue-tsc@2.2.0_typescript@5.7.3/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/node_modules"
|
|
10
10
|
else
|
|
11
|
-
export NODE_PATH="/
|
|
11
|
+
export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/vue-tsc@2.2.0_typescript@5.7.3/node_modules/vue-tsc/bin/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/vue-tsc@2.2.0_typescript@5.7.3/node_modules/vue-tsc/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/vue-tsc@2.2.0_typescript@5.7.3/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
14
|
exec "$basedir/node" "$basedir/../vue-tsc/bin/vue-tsc.js" "$@"
|
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
"type-check": "vue-tsc --build"
|
|
6
6
|
},
|
|
7
7
|
"devDependencies": {
|
|
8
|
-
"@types/node": "^22.
|
|
9
|
-
"npm-run-all2": "^7.0.
|
|
10
|
-
"typescript": "~5.
|
|
11
|
-
"vue-tsc": "^2.
|
|
8
|
+
"@types/node": "^22.10.7",
|
|
9
|
+
"npm-run-all2": "^7.0.2",
|
|
10
|
+
"typescript": "~5.7.3",
|
|
11
|
+
"vue-tsc": "^2.2.0"
|
|
12
12
|
}
|
|
13
13
|
}
|
|
@@ -6,9 +6,9 @@ case `uname` in
|
|
|
6
6
|
esac
|
|
7
7
|
|
|
8
8
|
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/
|
|
9
|
+
export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/vitest@3.0.2_@types+node@22.10.7_jsdom@26.0.0_yaml@2.6.1/node_modules/vitest/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/vitest@3.0.2_@types+node@22.10.7_jsdom@26.0.0_yaml@2.6.1/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/node_modules"
|
|
10
10
|
else
|
|
11
|
-
export NODE_PATH="/
|
|
11
|
+
export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/vitest@3.0.2_@types+node@22.10.7_jsdom@26.0.0_yaml@2.6.1/node_modules/vitest/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/vitest@3.0.2_@types+node@22.10.7_jsdom@26.0.0_yaml@2.6.1/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
14
|
exec "$basedir/node" "$basedir/../vitest/vitest.mjs" "$@"
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
"vitest.config.*",
|
|
6
6
|
"cypress.config.*",
|
|
7
7
|
"nightwatch.conf.*",
|
|
8
|
-
"playwright.config.*"
|
|
8
|
+
"playwright.config.*",
|
|
9
|
+
"eslint.config.*"
|
|
9
10
|
],
|
|
10
11
|
"compilerOptions": {
|
|
11
|
-
"composite": true,
|
|
12
12
|
"noEmit": true,
|
|
13
13
|
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
|
|
14
14
|
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
#!/bin/sh
|
|
2
|
-
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
3
|
-
|
|
4
|
-
case `uname` in
|
|
5
|
-
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
|
6
|
-
esac
|
|
7
|
-
|
|
8
|
-
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/Users/haoqun/Developer/vuejs/create-vue/node_modules/.pnpm/rollup@4.24.0/node_modules/rollup/dist/bin/node_modules:/Users/haoqun/Developer/vuejs/create-vue/node_modules/.pnpm/rollup@4.24.0/node_modules/rollup/dist/node_modules:/Users/haoqun/Developer/vuejs/create-vue/node_modules/.pnpm/rollup@4.24.0/node_modules/rollup/node_modules:/Users/haoqun/Developer/vuejs/create-vue/node_modules/.pnpm/rollup@4.24.0/node_modules:/Users/haoqun/Developer/vuejs/create-vue/node_modules/.pnpm/node_modules"
|
|
10
|
-
else
|
|
11
|
-
export NODE_PATH="/Users/haoqun/Developer/vuejs/create-vue/node_modules/.pnpm/rollup@4.24.0/node_modules/rollup/dist/bin/node_modules:/Users/haoqun/Developer/vuejs/create-vue/node_modules/.pnpm/rollup@4.24.0/node_modules/rollup/dist/node_modules:/Users/haoqun/Developer/vuejs/create-vue/node_modules/.pnpm/rollup@4.24.0/node_modules/rollup/node_modules:/Users/haoqun/Developer/vuejs/create-vue/node_modules/.pnpm/rollup@4.24.0/node_modules:/Users/haoqun/Developer/vuejs/create-vue/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
12
|
-
fi
|
|
13
|
-
if [ -x "$basedir/node" ]; then
|
|
14
|
-
exec "$basedir/node" "$basedir/../../../../node_modules/.pnpm/rollup@4.24.0/node_modules/rollup/dist/bin/rollup" "$@"
|
|
15
|
-
else
|
|
16
|
-
exec node "$basedir/../../../../node_modules/.pnpm/rollup@4.24.0/node_modules/rollup/dist/bin/rollup" "$@"
|
|
17
|
-
fi
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
#!/bin/sh
|
|
2
|
-
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
3
|
-
|
|
4
|
-
case `uname` in
|
|
5
|
-
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
|
6
|
-
esac
|
|
7
|
-
|
|
8
|
-
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/Users/haoqun/Developer/vuejs/create-vue/node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/bin/node_modules:/Users/haoqun/Developer/vuejs/create-vue/node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/node_modules:/Users/haoqun/Developer/vuejs/create-vue/node_modules/.pnpm/typescript@5.6.3/node_modules:/Users/haoqun/Developer/vuejs/create-vue/node_modules/.pnpm/node_modules"
|
|
10
|
-
else
|
|
11
|
-
export NODE_PATH="/Users/haoqun/Developer/vuejs/create-vue/node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/bin/node_modules:/Users/haoqun/Developer/vuejs/create-vue/node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/node_modules:/Users/haoqun/Developer/vuejs/create-vue/node_modules/.pnpm/typescript@5.6.3/node_modules:/Users/haoqun/Developer/vuejs/create-vue/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
12
|
-
fi
|
|
13
|
-
if [ -x "$basedir/node" ]; then
|
|
14
|
-
exec "$basedir/node" "$basedir/../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/bin/tsc" "$@"
|
|
15
|
-
else
|
|
16
|
-
exec node "$basedir/../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/bin/tsc" "$@"
|
|
17
|
-
fi
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
#!/bin/sh
|
|
2
|
-
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
3
|
-
|
|
4
|
-
case `uname` in
|
|
5
|
-
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
|
6
|
-
esac
|
|
7
|
-
|
|
8
|
-
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/Users/haoqun/Developer/vuejs/create-vue/node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/bin/node_modules:/Users/haoqun/Developer/vuejs/create-vue/node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/node_modules:/Users/haoqun/Developer/vuejs/create-vue/node_modules/.pnpm/typescript@5.6.3/node_modules:/Users/haoqun/Developer/vuejs/create-vue/node_modules/.pnpm/node_modules"
|
|
10
|
-
else
|
|
11
|
-
export NODE_PATH="/Users/haoqun/Developer/vuejs/create-vue/node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/bin/node_modules:/Users/haoqun/Developer/vuejs/create-vue/node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/node_modules:/Users/haoqun/Developer/vuejs/create-vue/node_modules/.pnpm/typescript@5.6.3/node_modules:/Users/haoqun/Developer/vuejs/create-vue/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
12
|
-
fi
|
|
13
|
-
if [ -x "$basedir/node" ]; then
|
|
14
|
-
exec "$basedir/node" "$basedir/../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/bin/tsserver" "$@"
|
|
15
|
-
else
|
|
16
|
-
exec node "$basedir/../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/bin/tsserver" "$@"
|
|
17
|
-
fi
|