@depup/vite 8.2.1-depup.0 → 8.2.2-depup.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/vite",
3
- "version": "8.2.1-depup.0",
3
+ "version": "8.2.2-depup.0",
4
4
  "description": "Native-ESM powered web dev build tool (with updated dependencies)",
5
5
  "keywords": [
6
6
  "vite",
@@ -66,7 +66,7 @@
66
66
  "lightningcss": "^1.33.0",
67
67
  "picomatch": "^4.0.5",
68
68
  "postcss": "^8.5.26",
69
- "rolldown": "^1.2.3",
69
+ "rolldown": "^1.2.5",
70
70
  "tinyglobby": "^0.2.17"
71
71
  },
72
72
  "devDependencies": {
@@ -79,12 +79,12 @@
79
79
  "@rollup/pluginutils": "^5.4.0",
80
80
  "@types/escape-html": "^1.0.4",
81
81
  "@types/pnpapi": "^0.0.5",
82
- "@vercel/detect-agent": "^1.2.3",
83
- "@vitejs/devtools": "^0.4.10",
82
+ "@vercel/detect-agent": "^1.2.5",
83
+ "@vitejs/devtools": "^0.4.12",
84
84
  "@vitest/utils": "4.1.10",
85
85
  "@voidzero-dev/vite-task-client": "^0.2.0",
86
86
  "artichokie": "^0.4.4",
87
- "baseline-browser-mapping": "^2.11.10",
87
+ "baseline-browser-mapping": "^2.11.14",
88
88
  "cac": "^7.0.0",
89
89
  "chokidar": "^3.6.0",
90
90
  "connect": "^3.7.0",
@@ -93,7 +93,7 @@
93
93
  "cross-spawn": "^7.0.6",
94
94
  "dotenv-expand": "^13.0.0",
95
95
  "es-module-lexer": "^2.3.1",
96
- "esbuild": "^0.28.1",
96
+ "esbuild": "^0.28.2",
97
97
  "escape-html": "^1.0.3",
98
98
  "estree-walker": "^3.0.3",
99
99
  "etag": "^1.8.1",
@@ -101,7 +101,7 @@
101
101
  "host-validation-middleware": "^0.1.4",
102
102
  "http-proxy-3": "^1.23.3",
103
103
  "launch-editor-middleware": "^2.14.1",
104
- "magic-string": "^1.1.0",
104
+ "magic-string": "^1.2.0",
105
105
  "mlly": "^1.8.2",
106
106
  "mrmime": "^2.0.1",
107
107
  "nanoid": "^5.1.16",
@@ -111,25 +111,25 @@
111
111
  "pathe": "^2.0.3",
112
112
  "periscopic": "^4.0.3",
113
113
  "picocolors": "^1.1.1",
114
- "postcss-import": "^16.1.1",
114
+ "postcss-import": "^16.2.0",
115
115
  "postcss-load-config": "^6.0.1",
116
116
  "postcss-modules": "^9.0.1",
117
117
  "premove": "^4.0.0",
118
118
  "resolve.exports": "^2.0.3",
119
- "rolldown-plugin-dts": "^0.28.0",
119
+ "rolldown-plugin-dts": "^0.28.2",
120
120
  "rollup": "^4.59.0",
121
121
  "rollup-plugin-license": "^3.7.1",
122
122
  "sass": "^1.102.0",
123
- "sass-embedded": "^1.100.0",
123
+ "sass-embedded": "^1.102.0",
124
124
  "sirv": "^3.0.2",
125
125
  "strip-literal": "^4.0.0",
126
- "terser": "^5.49.0",
126
+ "terser": "^5.50.0",
127
127
  "ufo": "^1.6.4",
128
- "ws": "^8.21.1"
128
+ "ws": "^8.21.3"
129
129
  },
130
130
  "peerDependencies": {
131
131
  "@types/node": "^20.19.0 || >=22.12.0",
132
- "@vitejs/devtools": "^0.4.0",
132
+ "@vitejs/devtools": "^0.4.0 || ^0.5.0",
133
133
  "esbuild": "^0.27.0 || ^0.28.0",
134
134
  "jiti": ">=1.21.0",
135
135
  "less": "^4.0.0",
@@ -200,19 +200,15 @@
200
200
  },
201
201
  "depup": {
202
202
  "changes": {
203
- "postcss": {
204
- "from": "^8.5.25",
205
- "to": "^8.5.26"
206
- },
207
203
  "rolldown": {
208
- "from": "~1.2.1",
209
- "to": "^1.2.3"
204
+ "from": "~1.2.4",
205
+ "to": "^1.2.5"
210
206
  }
211
207
  },
212
- "depsUpdated": 2,
208
+ "depsUpdated": 1,
213
209
  "originalPackage": "vite",
214
- "originalVersion": "8.2.1",
215
- "processedAt": "2026-08-09T00:37:20.241Z",
210
+ "originalVersion": "8.2.2",
211
+ "processedAt": "2026-08-23T00:29:58.475Z",
216
212
  "smokeTest": "failed"
217
213
  }
218
214
  }