vite-plus 0.2.8 → 0.3.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 (92) hide show
  1. package/AGENTS.md +7 -0
  2. package/README.md +13 -6
  3. package/binding/index.cjs +57 -54
  4. package/binding/index.d.cts +100 -3
  5. package/dist/{agent-CI79DuSy.js → agent-Wqx0MPk0.js} +4 -188
  6. package/dist/bin.js +298 -278
  7. package/dist/command-CLJK5jGW.js +2 -0
  8. package/dist/command-CguLh2KL.js +471 -0
  9. package/dist/config/bin.js +29 -15
  10. package/dist/{constants-BppDcRc1.js → constants-Bn-U8o4v.js} +13 -3
  11. package/dist/create/bin.js +197 -247
  12. package/dist/{define-config-DPnHe1Mx.js → define-config-GXUdVT-0.js} +3 -3
  13. package/dist/{define-config-CEm_MtvJ.cjs → define-config-WiVlryJ2.cjs} +2 -2
  14. package/dist/define-config.cjs +1 -1
  15. package/dist/define-config.js +1 -1
  16. package/dist/{dist-CSQWHI6y.js → dist-BDYZP12R.js} +193 -149
  17. package/dist/dist-Dqv1-Clg.js +3 -0
  18. package/dist/{editor-CGWdbLgD.js → editor-CC4DqODz.js} +736 -153
  19. package/dist/{terminal-CrqqK8WT.js → help-BmKpeOP9.js} +27 -34
  20. package/dist/hooks/bin.d.ts +1 -0
  21. package/dist/hooks/bin.js +131 -0
  22. package/dist/hooks-DFqViZqZ.js +573 -0
  23. package/dist/index.cjs +1 -1
  24. package/dist/index.js +1 -1
  25. package/dist/{json-BU88uu6o.js → json-cULBl7Pi.js} +145 -139
  26. package/dist/migration/bin.js +67 -21
  27. package/dist/migration/compat/worker.js +1 -1
  28. package/dist/{oxlint-plugin-config-BHOzlwMw.js → oxlint-plugin-config-DX5ezKbB.js} +1 -1
  29. package/dist/oxlint-plugin.js +1 -1
  30. package/dist/pack-bin.js +5 -4
  31. package/dist/{package-hV-77cBb.js → package-CBe9EWPY.js} +2 -2
  32. package/dist/{prompts-DYap08te.js → prompts-DF3yU-eU.js} +136 -512
  33. package/dist/{report-BS7ULx7A.js → report-ZNR1Mk6h.js} +1 -0
  34. package/dist/{resolve-vite-config-EWXclqvV.js → resolve-vite-config-ipGb39Jo.js} +2 -9
  35. package/dist/staged/bin.js +299 -251
  36. package/dist/terminal-MKGAuy-p.js +39 -0
  37. package/dist/test/browser/providers/playwright/context.d.ts +1 -1
  38. package/dist/test/browser/providers/playwright.d.ts +6 -6
  39. package/dist/test/browser/providers/preview/context.d.ts +1 -1
  40. package/dist/test/browser/providers/preview.d.ts +4 -4
  41. package/dist/test/browser/providers/webdriverio/context.d.ts +1 -1
  42. package/dist/test/browser/providers/webdriverio.d.ts +6 -6
  43. package/dist/test/browser-playwright/context.d.ts +1 -1
  44. package/dist/test/browser-playwright.d.ts +6 -6
  45. package/dist/test/browser-preview/context.d.ts +1 -1
  46. package/dist/test/browser-preview.d.ts +4 -4
  47. package/dist/test/browser-webdriverio/context.d.ts +1 -1
  48. package/dist/test/browser-webdriverio.d.ts +6 -6
  49. package/dist/test/context.d.ts +3 -3
  50. package/dist/test/locators.d.ts +1 -1
  51. package/dist/toolchain.d.ts +25 -0
  52. package/dist/toolchain.js +194 -0
  53. package/dist/toolchain.json +193 -0
  54. package/dist/tsconfig-BVHG3DpR.js +2 -0
  55. package/dist/{tsconfig-CVUKLfL8.js → tsconfig-LD2QhQ0O.js} +5 -4
  56. package/dist/tsgolint-path.js +1 -1
  57. package/dist/version.js +5 -4
  58. package/dist/versions.d.ts +3 -3
  59. package/dist/versions.js +6 -6
  60. package/docs/guide/ci.md +37 -4
  61. package/docs/guide/commit-hooks.md +87 -14
  62. package/docs/guide/create.md +7 -4
  63. package/docs/guide/env.md +20 -6
  64. package/docs/guide/fmt.md +2 -2
  65. package/docs/guide/github-actions-cache.md +5 -1
  66. package/docs/guide/ide-integration.md +61 -2
  67. package/docs/guide/index.md +3 -1
  68. package/docs/guide/install.md +27 -1
  69. package/docs/guide/installer-env-vars.md +53 -6
  70. package/docs/guide/lint.md +3 -1
  71. package/docs/guide/migrate-rules.md +9 -0
  72. package/docs/guide/migrate.md +41 -4
  73. package/docs/guide/monorepo.md +4 -4
  74. package/docs/guide/test.md +8 -0
  75. package/docs/guide/troubleshooting.md +12 -4
  76. package/docs/guide/upgrade.md +75 -5
  77. package/package.json +36 -33
  78. package/rules/vite-tools.yml +0 -7
  79. package/dist/dist-DT25H9pj.js +0 -3
  80. package/docs/_data/team.ts +0 -131
  81. package/docs/package.json +0 -30
  82. package/docs/pnpm-lock.yaml +0 -4003
  83. package/docs/pnpm-workspace.yaml +0 -6
  84. package/docs/public/checkmark.svg +0 -1
  85. package/docs/public/cta-background.jpg +0 -0
  86. package/docs/public/favicon.svg +0 -1
  87. package/docs/public/icon.svg +0 -1
  88. package/docs/public/logo.svg +0 -1
  89. package/docs/public/og.jpg +0 -0
  90. package/docs/vite.config.ts +0 -17
  91. package/dist/{log-update-CoW8Z4Dl.js → log-update-DHZRyJ2m.js} +1 -1
  92. package/dist/{tsgolint-path-eMZT-oea.js → tsgolint-path-CbDReEOx.js} +1 -1
@@ -1,131 +0,0 @@
1
- import type { DefaultTheme } from 'vitepress';
2
-
3
- export const core: DefaultTheme.TeamMember[] = [
4
- {
5
- avatar: 'https://github.com/fengmk2.png',
6
- name: 'MK',
7
- links: [
8
- { icon: 'github', link: 'https://github.com/fengmk2' },
9
- { icon: 'x', link: 'https://x.com/fengmk2' },
10
- ],
11
- },
12
- {
13
- avatar: 'https://github.com/wan9chi.png',
14
- name: 'Wang Chi',
15
- links: [
16
- { icon: 'github', link: 'https://github.com/wan9chi' },
17
- { icon: 'x', link: 'https://x.com/wan9chi' },
18
- ],
19
- },
20
- {
21
- avatar: 'https://github.com/Brooooooklyn.png',
22
- name: 'Long Yinan',
23
- links: [
24
- { icon: 'github', link: 'https://github.com/Brooooooklyn' },
25
- { icon: 'x', link: 'https://x.com/Brooooook_lyn' },
26
- ],
27
- },
28
- {
29
- avatar: 'https://github.com/cpojer.png',
30
- name: 'Christoph Nakazawa',
31
- links: [
32
- { icon: 'github', link: 'https://github.com/cpojer' },
33
- { icon: 'x', link: 'https://x.com/cnakazawa' },
34
- { icon: 'bluesky', link: 'https://bsky.app/profile/christoph.nkzw.tech' },
35
- ],
36
- },
37
- {
38
- avatar: 'https://github.com/TheAlexLichter.png',
39
- name: 'Alexander Lichter',
40
- links: [
41
- { icon: 'github', link: 'https://github.com/TheAlexLichter' },
42
- { icon: 'x', link: 'https://x.com/TheAlexLichter' },
43
- { icon: 'bluesky', link: 'https://bsky.app/profile/thealexlichter.com' },
44
- ],
45
- },
46
- {
47
- avatar: 'https://github.com/camc314.png',
48
- name: 'Cameron Clark',
49
- links: [
50
- { icon: 'github', link: 'https://github.com/camc314' },
51
- { icon: 'x', link: 'https://x.com/cameron_C2' },
52
- ],
53
- },
54
- {
55
- avatar: 'https://github.com/leaysgur.png',
56
- name: 'Yuji Sugiura',
57
- links: [
58
- { icon: 'github', link: 'https://github.com/leaysgur' },
59
- { icon: 'x', link: 'https://x.com/leaysgur' },
60
- ],
61
- },
62
- {
63
- avatar: 'https://github.com/mdong1909.png',
64
- name: 'Michael Dong',
65
- links: [
66
- { icon: 'github', link: 'https://github.com/mdong1909' },
67
- { icon: 'x', link: 'https://x.com/mdong1909' },
68
- { icon: 'linkedin', link: 'https://www.linkedin.com/in/michael-d-612b5b50/' },
69
- ],
70
- },
71
- {
72
- avatar: 'https://github.com/kazupon.png',
73
- name: 'kazupon',
74
- links: [
75
- { icon: 'github', link: 'https://github.com/kazupon' },
76
- { icon: 'x', link: 'https://x.com/kazupon' },
77
- { icon: 'bluesky', link: 'https://bsky.app/profile/kazupon.dev' },
78
- ],
79
- },
80
- {
81
- avatar: 'https://github.com/ubugeeei.png',
82
- name: 'ubugeeei',
83
- links: [
84
- { icon: 'github', link: 'https://github.com/ubugeeei' },
85
- { icon: 'x', link: 'https://x.com/ubugeeei' },
86
- ],
87
- },
88
- {
89
- avatar: 'https://github.com/nekomoyi.png',
90
- name: 'nekomoyi',
91
- links: [{ icon: 'github', link: 'https://github.com/nekomoyi' }],
92
- },
93
- {
94
- avatar: 'https://github.com/HaasStefan.png',
95
- name: 'Stefan Haas',
96
- links: [
97
- { icon: 'github', link: 'https://github.com/HaasStefan' },
98
- { icon: 'x', link: 'https://x.com/StefanvHaas' },
99
- { icon: 'linkedin', link: 'https://www.linkedin.com/in/stefan-haas-angular' },
100
- ],
101
- },
102
- {
103
- avatar: 'https://github.com/naokihaba.png',
104
- name: 'naokihaba',
105
- links: [
106
- { icon: 'github', link: 'https://github.com/naokihaba' },
107
- { icon: 'x', link: 'https://x.com/naokihaba' },
108
- { icon: 'bluesky', link: 'https://bsky.app/profile/naokihaba.com' },
109
- ],
110
- },
111
- {
112
- avatar: 'https://github.com/jong-kyung.png',
113
- name: 'JongKyung Lee',
114
- links: [
115
- { icon: 'github', link: 'https://github.com/jong-kyung' },
116
- { icon: 'x', link: 'https://x.com/jongkyung_dev' },
117
- { icon: 'linkedin', link: 'https://www.linkedin.com/in/jong-kyung' },
118
- ],
119
- },
120
- {
121
- avatar: 'https://github.com/liangmiQwQ.png',
122
- name: 'Liang',
123
- links: [
124
- { icon: 'github', link: 'https://github.com/liangmiQwQ' },
125
- { icon: 'x', link: 'https://x.com/liangmiQwQ' },
126
- { icon: 'bluesky', link: 'https://bsky.app/profile/liangmi.dev' },
127
- ],
128
- },
129
- ];
130
-
131
- export const emeriti: DefaultTheme.TeamMember[] = [];
package/docs/package.json DELETED
@@ -1,30 +0,0 @@
1
- {
2
- "name": "vite-plus-docs",
3
- "private": true,
4
- "type": "module",
5
- "scripts": {
6
- "dev": "vitepress dev",
7
- "build": "cp ../packages/cli/install.sh ../packages/cli/install.ps1 public/ && vp run build:site",
8
- "build:netlify": "cp ../packages/cli/install.sh ../packages/cli/install.ps1 public/ && vitepress build",
9
- "preview": "vitepress preview",
10
- "update-trusted-stack-stats": "node .vitepress/theme/data/fetch-trusted-stack-stats.ts"
11
- },
12
- "dependencies": {
13
- "@iconify/vue": "^5.0.0",
14
- "mermaid": "^11.13.0",
15
- "reka-ui": "^2.7.0",
16
- "typewriter-effect": "^2.22.0",
17
- "vitepress-plugin-group-icons": "^1.7.5",
18
- "vitepress-plugin-llms": "^1.12.2",
19
- "vitepress-plugin-mermaid": "^2.0.17",
20
- "vue": "^3.5.27",
21
- "vue3-carousel": "^0.17.0"
22
- },
23
- "devDependencies": {
24
- "@voidzero-dev/vitepress-theme": "4.8.4",
25
- "oxc-minify": "^0.120.0",
26
- "tailwindcss": "^4.1.18",
27
- "vitepress": "2.0.0-alpha.17"
28
- },
29
- "packageManager": "pnpm@10.34.4"
30
- }