create-vue 3.8.0 → 3.9.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.
Files changed (63) hide show
  1. package/locales/en-US.json +3 -1
  2. package/locales/fr-FR.json +3 -1
  3. package/locales/tr-TR.json +64 -0
  4. package/locales/zh-CN.json +3 -1
  5. package/outfile.cjs +39 -15
  6. package/package.json +9 -7
  7. package/template/base/_gitignore +2 -0
  8. package/template/base/jsconfig.json +8 -0
  9. package/template/base/node_modules/.bin/vite +2 -2
  10. package/template/base/package.json +4 -3
  11. package/template/base/src/assets/main.css +1 -1
  12. package/template/config/cypress/cypress.config.js +2 -2
  13. package/template/config/cypress/node_modules/.bin/cypress +2 -2
  14. package/template/config/cypress/node_modules/.bin/server-test +2 -2
  15. package/template/config/cypress/node_modules/.bin/start-server-and-test +2 -2
  16. package/template/config/cypress/node_modules/.bin/start-test +2 -2
  17. package/template/config/cypress/package.json +2 -2
  18. package/template/config/cypress-ct/cypress.config.js +2 -2
  19. package/template/config/cypress-ct/node_modules/.bin/cypress +2 -2
  20. package/template/config/cypress-ct/package.json +2 -2
  21. package/template/config/jsx/node_modules/.bin/browserslist +4 -4
  22. package/template/config/jsx/node_modules/.bin/vite +2 -2
  23. package/template/config/jsx/package.json +3 -3
  24. package/template/config/nightwatch/nightwatch.conf.js +3 -2
  25. package/template/config/nightwatch/node_modules/.bin/browserslist +4 -4
  26. package/template/config/nightwatch/node_modules/.bin/chromedriver +2 -2
  27. package/template/config/nightwatch/node_modules/.bin/nightwatch +2 -2
  28. package/template/config/nightwatch/node_modules/.bin/ts-node +2 -2
  29. package/template/config/nightwatch/node_modules/.bin/ts-node-cwd +2 -2
  30. package/template/config/nightwatch/node_modules/.bin/ts-node-esm +2 -2
  31. package/template/config/nightwatch/node_modules/.bin/ts-node-script +2 -2
  32. package/template/config/nightwatch/node_modules/.bin/ts-node-transpile-only +2 -2
  33. package/template/config/nightwatch/node_modules/.bin/ts-script +2 -2
  34. package/template/config/nightwatch/node_modules/.bin/vite +4 -4
  35. package/template/config/nightwatch/package.json +8 -7
  36. package/template/config/nightwatch/tests/e2e/example.js +1 -4
  37. package/template/config/nightwatch-ct/package.json +5 -2
  38. package/template/config/pinia/package.json +1 -1
  39. package/template/config/playwright/e2e/vue.spec.js +1 -1
  40. package/template/config/playwright/node_modules/.bin/playwright +2 -2
  41. package/template/config/playwright/package.json +1 -1
  42. package/template/config/playwright/playwright.config.js +5 -8
  43. package/template/config/router/package.json +1 -1
  44. package/template/config/typescript/node_modules/.bin/vue-tsc +2 -2
  45. package/template/config/typescript/package.json +3 -3
  46. package/template/config/vitest/node_modules/.bin/vitest +2 -2
  47. package/template/config/vitest/package.json +4 -4
  48. package/template/tsconfig/base/tsconfig.app.json +1 -0
  49. package/template/tsconfig/base/tsconfig.node.json +1 -0
  50. package/template/tsconfig/nightwatch/nightwatch/tsconfig.json +3 -1
  51. package/template/tsconfig/nightwatch-ct/tsconfig.app.json +1 -0
  52. package/template/tsconfig/vitest/package.json +1 -4
  53. package/template/config/cypress/cypress.config.ts +0 -8
  54. package/template/config/cypress-ct/cypress.config.ts +0 -15
  55. package/template/config/nightwatch/nightwatch/globals.js +0 -23
  56. package/template/config/nightwatch/node_modules/.bin/wait-on +0 -17
  57. package/template/config/playwright/playwright.config.ts +0 -112
  58. package/template/tsconfig/base/tsconfig.json +0 -11
  59. package/template/tsconfig/cypress-ct/package.json +0 -5
  60. package/template/tsconfig/cypress-ct/tsconfig.json +0 -14
  61. package/template/tsconfig/nightwatch/tsconfig.json +0 -17
  62. package/template/tsconfig/nightwatch-ct/tsconfig.json +0 -14
  63. package/template/tsconfig/vitest/tsconfig.json +0 -14
@@ -1,17 +0,0 @@
1
- {
2
- "files": [],
3
- "references": [
4
- {
5
- "path": "./tsconfig.node.json"
6
- },
7
- {
8
- "path": "./tsconfig.app.json"
9
- },
10
- {
11
- "path": "./tsconfig.vitest.json"
12
- },
13
- {
14
- "path": "./nightwatch/tsconfig.json"
15
- }
16
- ]
17
- }
@@ -1,14 +0,0 @@
1
- {
2
- "files": [],
3
- "references": [
4
- {
5
- "path": "./tsconfig.node.json"
6
- },
7
- {
8
- "path": "./tsconfig.app.json"
9
- },
10
- {
11
- "path": "./nightwatch/tsconfig.json"
12
- }
13
- ]
14
- }
@@ -1,14 +0,0 @@
1
- {
2
- "files": [],
3
- "references": [
4
- {
5
- "path": "./tsconfig.node.json"
6
- },
7
- {
8
- "path": "./tsconfig.app.json"
9
- },
10
- {
11
- "path": "./tsconfig.vitest.json"
12
- }
13
- ]
14
- }