create-vue 3.14.0 → 3.14.1

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.
Files changed (37) hide show
  1. package/outfile.cjs +14 -9
  2. package/package.json +5 -5
  3. package/template/bare/base/src/App.vue +1 -1
  4. package/template/bare/cypress-ct/src/__tests__/App.cy.js +1 -1
  5. package/template/bare/nightwatch-ct/src/__tests__/App.spec.js +1 -1
  6. package/template/bare/typescript/src/App.vue +1 -1
  7. package/template/bare/vitest/src/__tests__/App.spec.js +1 -1
  8. package/template/base/node_modules/.bin/vite +2 -2
  9. package/template/base/package.json +1 -1
  10. package/template/code/default/src/components/TheWelcome.vue +1 -1
  11. package/template/code/router/src/components/TheWelcome.vue +1 -1
  12. package/template/code/typescript-default/src/components/TheWelcome.vue +1 -1
  13. package/template/code/typescript-router/src/components/TheWelcome.vue +1 -1
  14. package/template/config/cypress/node_modules/.bin/cypress +2 -2
  15. package/template/config/cypress/package.json +2 -1
  16. package/template/config/cypress-ct/node_modules/.bin/cypress +2 -2
  17. package/template/config/cypress-ct/package.json +1 -1
  18. package/template/config/jsx/node_modules/.bin/vite +2 -2
  19. package/template/config/nightwatch/node_modules/.bin/chromedriver +2 -2
  20. package/template/config/nightwatch/node_modules/.bin/nightwatch +2 -2
  21. package/template/config/nightwatch/node_modules/.bin/ts-node +2 -2
  22. package/template/config/nightwatch/node_modules/.bin/ts-node-cwd +2 -2
  23. package/template/config/nightwatch/node_modules/.bin/ts-node-esm +2 -2
  24. package/template/config/nightwatch/node_modules/.bin/ts-node-script +2 -2
  25. package/template/config/nightwatch/node_modules/.bin/ts-node-transpile-only +2 -2
  26. package/template/config/nightwatch/node_modules/.bin/ts-script +2 -2
  27. package/template/config/nightwatch/node_modules/.bin/vite +2 -2
  28. package/template/config/nightwatch/package.json +1 -1
  29. package/template/config/nightwatch/tests/e2e/example.js +1 -1
  30. package/template/config/playwright/e2e/vue.spec.js +1 -1
  31. package/template/config/playwright/e2e/vue.spec.ts +1 -1
  32. package/template/config/playwright/node_modules/.bin/playwright +2 -2
  33. package/template/config/playwright/package.json +1 -1
  34. package/template/config/typescript/package.json +1 -1
  35. package/template/config/vitest/node_modules/.bin/vitest +2 -2
  36. package/template/config/vitest/package.json +1 -1
  37. package/template/eslint/package.json +1 -1
package/outfile.cjs CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- /*! create-vue v3.14.0 | MIT */
2
+ /*! create-vue v3.14.1 | MIT */
3
3
  var __create = Object.create;
4
4
  var __defProp = Object.defineProperty;
5
5
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -3303,8 +3303,13 @@ See [Vite Configuration Reference](https://vite.dev/config/).
3303
3303
  ## Project Setup
3304
3304
 
3305
3305
  `;
3306
+ let installCommand = commandFor("install");
3307
+ if (packageManager === "pnpm" && needsNightwatch) {
3308
+ installCommand += `
3309
+ pnpm approve-builds # for pnpm 10+`;
3310
+ }
3306
3311
  let npmScriptsDescriptions = `\`\`\`sh
3307
- ${commandFor("install")}
3312
+ ${installCommand}
3308
3313
  \`\`\`
3309
3314
 
3310
3315
  ### Compile and Hot-Reload for Development
@@ -3694,7 +3699,7 @@ var package_default2 = {
3694
3699
  devDependencies: {
3695
3700
  "@vitest/eslint-plugin": "1.1.25",
3696
3701
  "eslint-plugin-cypress": "^4.1.0",
3697
- "eslint-plugin-playwright": "^2.1.0"
3702
+ "eslint-plugin-playwright": "^2.2.0"
3698
3703
  }
3699
3704
  };
3700
3705
 
@@ -3852,10 +3857,10 @@ function emptyRouterConfig(rootDir, needsTypeScript) {
3852
3857
  // package.json
3853
3858
  var package_default3 = {
3854
3859
  name: "create-vue",
3855
- version: "3.14.0",
3860
+ version: "3.14.1",
3856
3861
  description: "\u{1F6E0}\uFE0F The recommended way to start a Vite-powered Vue project",
3857
3862
  type: "module",
3858
- packageManager: "pnpm@9.15.4",
3863
+ packageManager: "pnpm@10.2.0",
3859
3864
  bin: {
3860
3865
  "create-vue": "outfile.cjs"
3861
3866
  },
@@ -3892,7 +3897,7 @@ var package_default3 = {
3892
3897
  devDependencies: {
3893
3898
  "@tsconfig/node22": "^22.0.0",
3894
3899
  "@types/eslint": "^9.6.1",
3895
- "@types/node": "^22.10.7",
3900
+ "@types/node": "^22.13.1",
3896
3901
  "@types/prompts": "^2.4.9",
3897
3902
  "@vue/create-eslint-config": "^0.7.2",
3898
3903
  "@vue/tsconfig": "^0.7.0",
@@ -3901,11 +3906,11 @@ var package_default3 = {
3901
3906
  "esbuild-plugin-license": "^1.2.3",
3902
3907
  husky: "^9.1.7",
3903
3908
  kleur: "^4.1.5",
3904
- "lint-staged": "^15.4.1",
3909
+ "lint-staged": "^15.4.3",
3905
3910
  prettier: "^3.4.2",
3906
3911
  prompts: "^2.4.2",
3907
- vitest: "^3.0.2",
3908
- zx: "^8.3.0"
3912
+ vitest: "^3.0.5",
3913
+ zx: "^8.3.2"
3909
3914
  },
3910
3915
  "lint-staged": {
3911
3916
  "*.{js,ts,vue,json}": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-vue",
3
- "version": "3.14.0",
3
+ "version": "3.14.1",
4
4
  "description": "🛠️ The recommended way to start a Vite-powered Vue project",
5
5
  "type": "module",
6
6
  "bin": {
@@ -28,7 +28,7 @@
28
28
  "devDependencies": {
29
29
  "@tsconfig/node22": "^22.0.0",
30
30
  "@types/eslint": "^9.6.1",
31
- "@types/node": "^22.10.7",
31
+ "@types/node": "^22.13.1",
32
32
  "@types/prompts": "^2.4.9",
33
33
  "@vue/create-eslint-config": "^0.7.2",
34
34
  "@vue/tsconfig": "^0.7.0",
@@ -37,11 +37,11 @@
37
37
  "esbuild-plugin-license": "^1.2.3",
38
38
  "husky": "^9.1.7",
39
39
  "kleur": "^4.1.5",
40
- "lint-staged": "^15.4.1",
40
+ "lint-staged": "^15.4.3",
41
41
  "prettier": "^3.4.2",
42
42
  "prompts": "^2.4.2",
43
- "vitest": "^3.0.2",
44
- "zx": "^8.3.0"
43
+ "vitest": "^3.0.5",
44
+ "zx": "^8.3.2"
45
45
  },
46
46
  "lint-staged": {
47
47
  "*.{js,ts,vue,json}": [
@@ -1,7 +1,7 @@
1
1
  <script setup></script>
2
2
 
3
3
  <template>
4
- <h1>Hello World</h1>
4
+ <h1>You did it!</h1>
5
5
  </template>
6
6
 
7
7
  <style scoped></style>
@@ -3,6 +3,6 @@ import App from '../App.vue'
3
3
  describe('App', () => {
4
4
  it('mounts and renders properly', () => {
5
5
  cy.mount(App)
6
- cy.get('h1').should('contain', 'Hello World')
6
+ cy.get('h1').should('contain', 'You did it!')
7
7
  })
8
8
  })
@@ -7,7 +7,7 @@ describe('App', function () {
7
7
  const appComponent = await browser.mountComponent('/src/App.vue');
8
8
 
9
9
  browser.expect.element(appComponent).to.be.present;
10
- browser.expect.element('h1').text.to.contain('Hello World');
10
+ browser.expect.element('h1').text.to.contain('You did it!');
11
11
  })
12
12
 
13
13
  after((browser) => browser.end())
@@ -1,7 +1,7 @@
1
1
  <script setup lang="ts"></script>
2
2
 
3
3
  <template>
4
- <h1>Hello World</h1>
4
+ <h1>You did it!</h1>
5
5
  </template>
6
6
 
7
7
  <style scoped></style>
@@ -6,6 +6,6 @@ import App from '../App.vue'
6
6
  describe('App', () => {
7
7
  it('mounts renders properly', () => {
8
8
  const wrapper = mount(App)
9
- expect(wrapper.text()).toContain('Hello World')
9
+ expect(wrapper.text()).toContain('You did it!')
10
10
  })
11
11
  })
@@ -6,9 +6,9 @@ case `uname` in
6
6
  esac
7
7
 
8
8
  if [ -z "$NODE_PATH" ]; then
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"
9
+ export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/vite@6.0.11_@types+node@22.13.1_yaml@2.7.0/node_modules/vite/bin/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/vite@6.0.11_@types+node@22.13.1_yaml@2.7.0/node_modules/vite/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/vite@6.0.11_@types+node@22.13.1_yaml@2.7.0/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/node_modules"
10
10
  else
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"
11
+ export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/vite@6.0.11_@types+node@22.13.1_yaml@2.7.0/node_modules/vite/bin/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/vite@6.0.11_@types+node@22.13.1_yaml@2.7.0/node_modules/vite/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/vite@6.0.11_@types+node@22.13.1_yaml@2.7.0/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" "$@"
@@ -12,6 +12,6 @@
12
12
  "devDependencies": {
13
13
  "@vitejs/plugin-vue": "^5.2.1",
14
14
  "vite": "^6.0.11",
15
- "vite-plugin-vue-devtools": "^7.7.0"
15
+ "vite-plugin-vue-devtools": "^7.7.1"
16
16
  }
17
17
  }
@@ -34,7 +34,7 @@ const openReadmeInEditor = () => fetch('/__open-in-editor?file=README.md')
34
34
  +
35
35
  <a href="https://github.com/johnsoncodehk/volar" target="_blank" rel="noopener">Volar</a>. If
36
36
  you need to test your components and web pages, check out
37
- <a href="https://vitest.dev/" target="_blank" rel="noopener">Vite</a>
37
+ <a href="https://vitest.dev/" target="_blank" rel="noopener">Vitest</a>
38
38
  and
39
39
  <a href="https://www.cypress.io/" target="_blank" rel="noopener">Cypress</a>
40
40
  /
@@ -34,7 +34,7 @@ const openReadmeInEditor = () => fetch('/__open-in-editor?file=README.md')
34
34
  +
35
35
  <a href="https://github.com/johnsoncodehk/volar" target="_blank" rel="noopener">Volar</a>. If
36
36
  you need to test your components and web pages, check out
37
- <a href="https://vitest.dev/" target="_blank" rel="noopener">Vite</a>
37
+ <a href="https://vitest.dev/" target="_blank" rel="noopener">Vitest</a>
38
38
  and
39
39
  <a href="https://www.cypress.io/" target="_blank" rel="noopener">Cypress</a>
40
40
  /
@@ -34,7 +34,7 @@ const openReadmeInEditor = () => fetch('/__open-in-editor?file=README.md')
34
34
  +
35
35
  <a href="https://github.com/johnsoncodehk/volar" target="_blank" rel="noopener">Volar</a>. If
36
36
  you need to test your components and web pages, check out
37
- <a href="https://vitest.dev/" target="_blank" rel="noopener">Vite</a>
37
+ <a href="https://vitest.dev/" target="_blank" rel="noopener">Vitest</a>
38
38
  and
39
39
  <a href="https://www.cypress.io/" target="_blank" rel="noopener">Cypress</a>
40
40
  /
@@ -34,7 +34,7 @@ const openReadmeInEditor = () => fetch('/__open-in-editor?file=README.md')
34
34
  +
35
35
  <a href="https://github.com/johnsoncodehk/volar" target="_blank" rel="noopener">Volar</a>. If
36
36
  you need to test your components and web pages, check out
37
- <a href="https://vitest.dev/" target="_blank" rel="noopener">Vite</a>
37
+ <a href="https://vitest.dev/" target="_blank" rel="noopener">Vitest</a>
38
38
  and
39
39
  <a href="https://www.cypress.io/" target="_blank" rel="noopener">Cypress</a>
40
40
  /
@@ -6,9 +6,9 @@ case `uname` in
6
6
  esac
7
7
 
8
8
  if [ -z "$NODE_PATH" ]; then
9
- export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/cypress@14.0.0/node_modules/cypress/bin/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/cypress@14.0.0/node_modules/cypress/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/cypress@14.0.0/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/node_modules"
9
+ export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/cypress@14.0.1/node_modules/cypress/bin/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/cypress@14.0.1/node_modules/cypress/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/cypress@14.0.1/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/node_modules"
10
10
  else
11
- export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/cypress@14.0.0/node_modules/cypress/bin/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/cypress@14.0.0/node_modules/cypress/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/cypress@14.0.0/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/node_modules:$NODE_PATH"
11
+ export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/cypress@14.0.1/node_modules/cypress/bin/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/cypress@14.0.1/node_modules/cypress/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/cypress@14.0.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/../cypress/bin/cypress" "$@"
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "scripts": {
3
+ "prepare": "cypress install",
3
4
  "test:e2e": "start-server-and-test preview http://localhost:4173 'cypress run --e2e'",
4
5
  "test:e2e:dev": "start-server-and-test 'vite dev --port 4173' http://localhost:4173 'cypress open --e2e'"
5
6
  },
6
7
  "devDependencies": {
7
- "cypress": "^14.0.0",
8
+ "cypress": "^14.0.1",
8
9
  "start-server-and-test": "^2.0.10"
9
10
  }
10
11
  }
@@ -6,9 +6,9 @@ case `uname` in
6
6
  esac
7
7
 
8
8
  if [ -z "$NODE_PATH" ]; then
9
- export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/cypress@14.0.0/node_modules/cypress/bin/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/cypress@14.0.0/node_modules/cypress/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/cypress@14.0.0/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/node_modules"
9
+ export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/cypress@14.0.1/node_modules/cypress/bin/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/cypress@14.0.1/node_modules/cypress/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/cypress@14.0.1/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/node_modules"
10
10
  else
11
- export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/cypress@14.0.0/node_modules/cypress/bin/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/cypress@14.0.0/node_modules/cypress/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/cypress@14.0.0/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/node_modules:$NODE_PATH"
11
+ export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/cypress@14.0.1/node_modules/cypress/bin/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/cypress@14.0.1/node_modules/cypress/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/cypress@14.0.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/../cypress/bin/cypress" "$@"
@@ -7,6 +7,6 @@
7
7
  "vue": "^3.5.13"
8
8
  },
9
9
  "devDependencies": {
10
- "cypress": "^14.0.0"
10
+ "cypress": "^14.0.1"
11
11
  }
12
12
  }
@@ -6,9 +6,9 @@ case `uname` in
6
6
  esac
7
7
 
8
8
  if [ -z "$NODE_PATH" ]; then
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"
9
+ export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/vite@6.0.11_@types+node@22.13.1_yaml@2.7.0/node_modules/vite/bin/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/vite@6.0.11_@types+node@22.13.1_yaml@2.7.0/node_modules/vite/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/vite@6.0.11_@types+node@22.13.1_yaml@2.7.0/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/node_modules"
10
10
  else
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"
11
+ export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/vite@6.0.11_@types+node@22.13.1_yaml@2.7.0/node_modules/vite/bin/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/vite@6.0.11_@types+node@22.13.1_yaml@2.7.0/node_modules/vite/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/vite@6.0.11_@types+node@22.13.1_yaml@2.7.0/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" "$@"
@@ -6,9 +6,9 @@ case `uname` in
6
6
  esac
7
7
 
8
8
  if [ -z "$NODE_PATH" ]; then
9
- export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/chromedriver@132.0.0/node_modules/chromedriver/bin/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/chromedriver@132.0.0/node_modules/chromedriver/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/chromedriver@132.0.0/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/node_modules"
9
+ export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/chromedriver@133.0.0/node_modules/chromedriver/bin/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/chromedriver@133.0.0/node_modules/chromedriver/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/chromedriver@133.0.0/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/node_modules"
10
10
  else
11
- export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/chromedriver@132.0.0/node_modules/chromedriver/bin/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/chromedriver@132.0.0/node_modules/chromedriver/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/chromedriver@132.0.0/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/node_modules:$NODE_PATH"
11
+ export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/chromedriver@133.0.0/node_modules/chromedriver/bin/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/chromedriver@133.0.0/node_modules/chromedriver/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/chromedriver@133.0.0/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/../chromedriver/bin/chromedriver" "$@"
@@ -6,9 +6,9 @@ case `uname` in
6
6
  esac
7
7
 
8
8
  if [ -z "$NODE_PATH" ]; then
9
- export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/nightwatch@3.11.0_chromedriver@132.0.0_geckodriver@5.0.0/node_modules/nightwatch/bin/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/nightwatch@3.11.0_chromedriver@132.0.0_geckodriver@5.0.0/node_modules/nightwatch/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/nightwatch@3.11.0_chromedriver@132.0.0_geckodriver@5.0.0/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/node_modules"
9
+ export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/nightwatch@3.11.0_chromedriver@133.0.0_geckodriver@5.0.0/node_modules/nightwatch/bin/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/nightwatch@3.11.0_chromedriver@133.0.0_geckodriver@5.0.0/node_modules/nightwatch/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/nightwatch@3.11.0_chromedriver@133.0.0_geckodriver@5.0.0/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/node_modules"
10
10
  else
11
- export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/nightwatch@3.11.0_chromedriver@132.0.0_geckodriver@5.0.0/node_modules/nightwatch/bin/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/nightwatch@3.11.0_chromedriver@132.0.0_geckodriver@5.0.0/node_modules/nightwatch/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/nightwatch@3.11.0_chromedriver@132.0.0_geckodriver@5.0.0/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/node_modules:$NODE_PATH"
11
+ export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/nightwatch@3.11.0_chromedriver@133.0.0_geckodriver@5.0.0/node_modules/nightwatch/bin/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/nightwatch@3.11.0_chromedriver@133.0.0_geckodriver@5.0.0/node_modules/nightwatch/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/nightwatch@3.11.0_chromedriver@133.0.0_geckodriver@5.0.0/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/../nightwatch/bin/nightwatch" "$@"
@@ -6,9 +6,9 @@ case `uname` in
6
6
  esac
7
7
 
8
8
  if [ -z "$NODE_PATH" ]; then
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"
9
+ export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/ts-node@10.9.2_@types+node@22.13.1_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.13.1_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.13.1_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="/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"
11
+ export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/ts-node@10.9.2_@types+node@22.13.1_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.13.1_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.13.1_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.js" "$@"
@@ -6,9 +6,9 @@ case `uname` in
6
6
  esac
7
7
 
8
8
  if [ -z "$NODE_PATH" ]; then
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"
9
+ export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/ts-node@10.9.2_@types+node@22.13.1_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.13.1_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.13.1_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="/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"
11
+ export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/ts-node@10.9.2_@types+node@22.13.1_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.13.1_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.13.1_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="/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"
9
+ export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/ts-node@10.9.2_@types+node@22.13.1_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.13.1_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.13.1_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="/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"
11
+ export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/ts-node@10.9.2_@types+node@22.13.1_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.13.1_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.13.1_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="/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"
9
+ export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/ts-node@10.9.2_@types+node@22.13.1_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.13.1_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.13.1_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="/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"
11
+ export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/ts-node@10.9.2_@types+node@22.13.1_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.13.1_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.13.1_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="/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"
9
+ export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/ts-node@10.9.2_@types+node@22.13.1_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.13.1_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.13.1_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="/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"
11
+ export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/ts-node@10.9.2_@types+node@22.13.1_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.13.1_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.13.1_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="/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"
9
+ export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/ts-node@10.9.2_@types+node@22.13.1_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.13.1_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.13.1_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="/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"
11
+ export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/ts-node@10.9.2_@types+node@22.13.1_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.13.1_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.13.1_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="/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"
9
+ export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/vite@6.0.11_@types+node@22.13.1_yaml@2.7.0/node_modules/vite/bin/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/vite@6.0.11_@types+node@22.13.1_yaml@2.7.0/node_modules/vite/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/vite@6.0.11_@types+node@22.13.1_yaml@2.7.0/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/node_modules"
10
10
  else
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"
11
+ export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/vite@6.0.11_@types+node@22.13.1_yaml@2.7.0/node_modules/vite/bin/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/vite@6.0.11_@types+node@22.13.1_yaml@2.7.0/node_modules/vite/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/vite@6.0.11_@types+node@22.13.1_yaml@2.7.0/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,7 +5,7 @@
5
5
  "devDependencies": {
6
6
  "@nightwatch/vue": "^3.1.2",
7
7
  "@vitejs/plugin-vue": "^5.2.1",
8
- "chromedriver": "^132.0.0",
8
+ "chromedriver": "^133.0.0",
9
9
  "geckodriver": "^5.0.0",
10
10
  "nightwatch": "^3.11.0",
11
11
  "ts-node": "^10.9.2",
@@ -4,7 +4,7 @@ describe('My First Test', function () {
4
4
  })
5
5
 
6
6
  it('visits the app root url', function () {
7
- browser.assert.textContains('.green', 'You did it!')
7
+ browser.assert.textContains('h1', 'You did it!')
8
8
  })
9
9
 
10
10
  after((browser) => browser.end())
@@ -4,5 +4,5 @@ import { test, expect } from '@playwright/test';
4
4
  // https://playwright.dev/docs/intro
5
5
  test('visits the app root url', async ({ page }) => {
6
6
  await page.goto('/');
7
- await expect(page.locator('div.greetings > h1')).toHaveText('You did it!');
7
+ await expect(page.locator('h1')).toHaveText('You did it!');
8
8
  })
@@ -4,5 +4,5 @@ import { test, expect } from '@playwright/test';
4
4
  // https://playwright.dev/docs/intro
5
5
  test('visits the app root url', async ({ page }) => {
6
6
  await page.goto('/');
7
- await expect(page.locator('div.greetings > h1')).toHaveText('You did it!');
7
+ await expect(page.locator('h1')).toHaveText('You did it!');
8
8
  })
@@ -6,9 +6,9 @@ case `uname` in
6
6
  esac
7
7
 
8
8
  if [ -z "$NODE_PATH" ]; then
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"
9
+ export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/@playwright+test@1.50.1/node_modules/@playwright/test/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/@playwright+test@1.50.1/node_modules/@playwright/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/@playwright+test@1.50.1/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/node_modules"
10
10
  else
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"
11
+ export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/@playwright+test@1.50.1/node_modules/@playwright/test/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/@playwright+test@1.50.1/node_modules/@playwright/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/@playwright+test@1.50.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" "$@"
@@ -3,6 +3,6 @@
3
3
  "test:e2e": "playwright test"
4
4
  },
5
5
  "devDependencies": {
6
- "@playwright/test": "^1.49.1"
6
+ "@playwright/test": "^1.50.1"
7
7
  }
8
8
  }
@@ -5,7 +5,7 @@
5
5
  "type-check": "vue-tsc --build"
6
6
  },
7
7
  "devDependencies": {
8
- "@types/node": "^22.10.7",
8
+ "@types/node": "^22.13.1",
9
9
  "npm-run-all2": "^7.0.2",
10
10
  "typescript": "~5.7.3",
11
11
  "vue-tsc": "^2.2.0"
@@ -6,9 +6,9 @@ case `uname` in
6
6
  esac
7
7
 
8
8
  if [ -z "$NODE_PATH" ]; then
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"
9
+ export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/vitest@3.0.5_@types+node@22.13.1_jsdom@26.0.0_yaml@2.7.0/node_modules/vitest/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/vitest@3.0.5_@types+node@22.13.1_jsdom@26.0.0_yaml@2.7.0/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/node_modules"
10
10
  else
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"
11
+ export NODE_PATH="/home/runner/work/create-vue/create-vue/node_modules/.pnpm/vitest@3.0.5_@types+node@22.13.1_jsdom@26.0.0_yaml@2.7.0/node_modules/vitest/node_modules:/home/runner/work/create-vue/create-vue/node_modules/.pnpm/vitest@3.0.5_@types+node@22.13.1_jsdom@26.0.0_yaml@2.7.0/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" "$@"
@@ -8,6 +8,6 @@
8
8
  "devDependencies": {
9
9
  "@vue/test-utils": "^2.4.6",
10
10
  "jsdom": "^26.0.0",
11
- "vitest": "^3.0.2"
11
+ "vitest": "^3.0.5"
12
12
  }
13
13
  }
@@ -2,6 +2,6 @@
2
2
  "devDependencies": {
3
3
  "@vitest/eslint-plugin": "1.1.25",
4
4
  "eslint-plugin-cypress": "^4.1.0",
5
- "eslint-plugin-playwright": "^2.1.0"
5
+ "eslint-plugin-playwright": "^2.2.0"
6
6
  }
7
7
  }