create-weapp-vite 2.3.29 → 2.3.31

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/cli.js CHANGED
@@ -1,4 +1,4 @@
1
- import { n as RECOMMENDED_SKILLS_INSTALL_COMMAND, t as createProject } from "./src-DF7AVCLp.js";
1
+ import { n as RECOMMENDED_SKILLS_INSTALL_COMMAND, t as createProject } from "./src-9tMnDvT3.js";
2
2
  import logger from "@weapp-core/logger";
3
3
  import { fs } from "@weapp-core/shared/fs";
4
4
  import process from "node:process";
package/dist/index.js CHANGED
@@ -1,2 +1,2 @@
1
- import { r as TemplateName, t as createProject } from "./src-DF7AVCLp.js";
1
+ import { r as TemplateName, t as createProject } from "./src-9tMnDvT3.js";
2
2
  export { TemplateName, createProject };
@@ -6,13 +6,13 @@ import https from "node:https";
6
6
  import { spawn } from "node:child_process";
7
7
  import process from "node:process";
8
8
  //#region ../../packages-runtime/wevu/package.json
9
- var version$2 = "6.16.17";
9
+ var version$2 = "6.16.19";
10
10
  //#endregion
11
11
  //#region ../dashboard/package.json
12
- var version$1 = "6.16.17";
12
+ var version$1 = "6.16.19";
13
13
  //#endregion
14
14
  //#region ../weapp-vite/package.json
15
- var version = "6.16.17";
15
+ var version = "6.16.19";
16
16
  //#endregion
17
17
  //#region src/enums.ts
18
18
  let TemplateName = /* @__PURE__ */ function(TemplateName) {
@@ -111,20 +111,20 @@ const TEMPLATE_CATALOG = {
111
111
  "@mini-types/alipay": "^3.0.14",
112
112
  "@tailwindcss/postcss": "^4.3.0",
113
113
  "@tailwindcss/vite": "^4.3.0",
114
- "@types/node": "^25.9.0",
114
+ "@types/node": "^25.9.1",
115
115
  "@types/semver": "^7.7.1",
116
116
  "@vant/weapp": "^1.11.7",
117
117
  "@vitejs/plugin-vue": "^6.0.7",
118
118
  "@vue/compiler-core": "^3.5.34",
119
119
  "@vue/compiler-dom": "^3.5.34",
120
- "@vue/language-core": "^3.3.0",
120
+ "@vue/language-core": "^3.3.1",
121
121
  "antd-mini": "^3.4.3",
122
122
  "bundle-require": "^5.1.0",
123
123
  "class-variance-authority": "^0.7.1",
124
124
  "comment-json": "^5.0.0",
125
125
  "estree-walker": "^3.0.3",
126
126
  "gm-crypto": "^0.1.12",
127
- "lru-cache": "^11.4.0",
127
+ "lru-cache": "^11.5.0",
128
128
  "magic-string": "^0.30.21",
129
129
  "miniprogram-api-typings": "^5.2.1",
130
130
  "oxc-parser": "^0.132.0",
@@ -136,12 +136,12 @@ const TEMPLATE_CATALOG = {
136
136
  "tdesign-miniprogram": "^1.14.0",
137
137
  "ts-morph": "^28.0.0",
138
138
  "vite-plugin-inspect": "^11.3.3",
139
- "vue-tsc": "^3.3.0",
139
+ "vue-tsc": "^3.3.1",
140
140
  "weapp-tailwindcss": "^4.12.0",
141
141
  autoprefixer: "^10.5.0",
142
142
  clsx: "^2.1.1",
143
143
  dayjs: "^1.11.20",
144
- echarts: "^6.0.0",
144
+ echarts: "^6.1.0",
145
145
  esbuild: "^0.28.0",
146
146
  eslint: "^10.4.0",
147
147
  fdir: "^6.5.0",
@@ -150,10 +150,10 @@ const TEMPLATE_CATALOG = {
150
150
  merge: "^2.1.1",
151
151
  obug: "^2.1.1",
152
152
  pathe: "^2.0.3",
153
- postcss: "^8.5.14",
154
- rolldown: "1.0.1",
153
+ postcss: "^8.5.15",
154
+ rolldown: "1.0.2",
155
155
  sass: "^1.99.0",
156
- stylelint: "^17.11.1",
156
+ stylelint: "^17.12.0",
157
157
  tailwindcss: "^4.3.0",
158
158
  tslib: "^2.8.1",
159
159
  typescript: "^6.0.3",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-weapp-vite",
3
3
  "type": "module",
4
- "version": "2.3.29",
4
+ "version": "2.3.31",
5
5
  "description": "create-weapp-vite",
6
6
  "author": "ice breaker <1324318532@qq.com>",
7
7
  "license": "MIT",
@@ -50,8 +50,8 @@
50
50
  "@inquirer/prompts": "^8.4.3",
51
51
  "pathe": "^2.0.3",
52
52
  "pkg-types": "^2.3.1",
53
- "@weapp-core/logger": "^3.1.1",
54
- "@weapp-core/shared": "^3.0.4"
53
+ "@weapp-core/logger": "3.1.1",
54
+ "@weapp-core/shared": "3.0.4"
55
55
  },
56
56
  "scripts": {
57
57
  "catalog:sync": "node --import tsx scripts/generate-template-catalog.ts",
@@ -2,7 +2,9 @@
2
2
  "prettier.enable": false,
3
3
  "editor.formatOnSave": false,
4
4
  "editor.codeActionsOnSave": {
5
+ "source.fixAll": "never",
5
6
  "source.fixAll.eslint": "explicit",
7
+ "source.fixAll.stylelint": "never",
6
8
  "source.organizeImports": "never"
7
9
  },
8
10
  "eslint.rules.customizations": [
@@ -168,6 +170,7 @@
168
170
  "**/docs/reports/**": true
169
171
  },
170
172
  "tailwindCSS.files.exclude": [
173
+ "**/*",
171
174
  "**/.git/**",
172
175
  "**/node_modules/**",
173
176
  "**/dist/**",
@@ -193,6 +196,7 @@
193
196
  "**/__temp__/**",
194
197
  "**/docs/reports/**"
195
198
  ],
199
+ "tailwindCSS.codeActions": false,
196
200
  "i18n-ally.usage.scanningIgnore": [
197
201
  "**/.git/**",
198
202
  "**/node_modules/**",
@@ -2,7 +2,9 @@
2
2
  "prettier.enable": false,
3
3
  "editor.formatOnSave": false,
4
4
  "editor.codeActionsOnSave": {
5
+ "source.fixAll": "never",
5
6
  "source.fixAll.eslint": "explicit",
7
+ "source.fixAll.stylelint": "never",
6
8
  "source.organizeImports": "never"
7
9
  },
8
10
  "eslint.rules.customizations": [
@@ -168,6 +170,7 @@
168
170
  "**/docs/reports/**": true
169
171
  },
170
172
  "tailwindCSS.files.exclude": [
173
+ "**/*",
171
174
  "**/.git/**",
172
175
  "**/node_modules/**",
173
176
  "**/dist/**",
@@ -193,6 +196,7 @@
193
196
  "**/__temp__/**",
194
197
  "**/docs/reports/**"
195
198
  ],
199
+ "tailwindCSS.codeActions": false,
196
200
  "i18n-ally.usage.scanningIgnore": [
197
201
  "**/.git/**",
198
202
  "**/node_modules/**",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "weapp-vite-lib-template",
3
3
  "type": "module",
4
- "version": "7.0.17",
4
+ "version": "7.0.19",
5
5
  "private": true,
6
6
  "description": "weapp-vite 组件库(lib 模式)模板",
7
7
  "author": "ice breaker <1324318532@qq.com>",
@@ -2,7 +2,9 @@
2
2
  "prettier.enable": false,
3
3
  "editor.formatOnSave": false,
4
4
  "editor.codeActionsOnSave": {
5
+ "source.fixAll": "never",
5
6
  "source.fixAll.eslint": "explicit",
7
+ "source.fixAll.stylelint": "never",
6
8
  "source.organizeImports": "never"
7
9
  },
8
10
  "eslint.rules.customizations": [
@@ -218,6 +220,7 @@
218
220
  "**/__temp__/**",
219
221
  "**/docs/reports/**"
220
222
  ],
223
+ "tailwindCSS.codeActions": false,
221
224
  "i18n-ally.usage.scanningIgnore": [
222
225
  "**/.git/**",
223
226
  "**/node_modules/**",
@@ -2,7 +2,9 @@
2
2
  "prettier.enable": false,
3
3
  "editor.formatOnSave": false,
4
4
  "editor.codeActionsOnSave": {
5
+ "source.fixAll": "never",
5
6
  "source.fixAll.eslint": "explicit",
7
+ "source.fixAll.stylelint": "never",
6
8
  "source.organizeImports": "never"
7
9
  },
8
10
  "eslint.rules.customizations": [
@@ -218,6 +220,7 @@
218
220
  "**/__temp__/**",
219
221
  "**/docs/reports/**"
220
222
  ],
223
+ "tailwindCSS.codeActions": false,
221
224
  "i18n-ally.usage.scanningIgnore": [
222
225
  "**/.git/**",
223
226
  "**/node_modules/**",
@@ -2,7 +2,9 @@
2
2
  "prettier.enable": false,
3
3
  "editor.formatOnSave": false,
4
4
  "editor.codeActionsOnSave": {
5
+ "source.fixAll": "never",
5
6
  "source.fixAll.eslint": "explicit",
7
+ "source.fixAll.stylelint": "never",
6
8
  "source.organizeImports": "never"
7
9
  },
8
10
  "eslint.rules.customizations": [
@@ -218,6 +220,7 @@
218
220
  "**/__temp__/**",
219
221
  "**/docs/reports/**"
220
222
  ],
223
+ "tailwindCSS.codeActions": false,
221
224
  "i18n-ally.usage.scanningIgnore": [
222
225
  "**/.git/**",
223
226
  "**/node_modules/**",
@@ -2,7 +2,9 @@
2
2
  "prettier.enable": false,
3
3
  "editor.formatOnSave": false,
4
4
  "editor.codeActionsOnSave": {
5
+ "source.fixAll": "never",
5
6
  "source.fixAll.eslint": "explicit",
7
+ "source.fixAll.stylelint": "never",
6
8
  "source.organizeImports": "never"
7
9
  },
8
10
  "eslint.rules.customizations": [
@@ -168,6 +170,7 @@
168
170
  "**/docs/reports/**": true
169
171
  },
170
172
  "tailwindCSS.files.exclude": [
173
+ "**/*",
171
174
  "**/.git/**",
172
175
  "**/node_modules/**",
173
176
  "**/dist/**",
@@ -193,6 +196,7 @@
193
196
  "**/__temp__/**",
194
197
  "**/docs/reports/**"
195
198
  ],
199
+ "tailwindCSS.codeActions": false,
196
200
  "i18n-ally.usage.scanningIgnore": [
197
201
  "**/.git/**",
198
202
  "**/node_modules/**",
@@ -2,7 +2,9 @@
2
2
  "prettier.enable": false,
3
3
  "editor.formatOnSave": false,
4
4
  "editor.codeActionsOnSave": {
5
+ "source.fixAll": "never",
5
6
  "source.fixAll.eslint": "explicit",
7
+ "source.fixAll.stylelint": "never",
6
8
  "source.organizeImports": "never"
7
9
  },
8
10
  "eslint.rules.customizations": [
@@ -218,6 +220,7 @@
218
220
  "**/__temp__/**",
219
221
  "**/docs/reports/**"
220
222
  ],
223
+ "tailwindCSS.codeActions": false,
221
224
  "i18n-ally.usage.scanningIgnore": [
222
225
  "**/.git/**",
223
226
  "**/node_modules/**",