create-outsystems-astro 0.8.0 → 0.8.2
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 +1 -1
- package/template/bun.lock +24 -12
- package/template/deno.json +5 -1
- package/template/deno.lock +231 -222
- package/template/package-lock.json +174 -126
- package/template/package.json +38 -6
- package/template/pnpm-lock.yaml +280 -208
- package/template/src/framework/react/Demo.tsx +1 -1
- package/template/test/integration/react/Demo.test.tsx +2 -0
- package/template/yarn.lock +159 -115
package/template/pnpm-lock.yaml
CHANGED
|
@@ -4,13 +4,27 @@ settings:
|
|
|
4
4
|
autoInstallPeers: true
|
|
5
5
|
excludeLinksFromLockfile: false
|
|
6
6
|
|
|
7
|
+
overrides:
|
|
8
|
+
'@hono/node-server': ^1.19.13
|
|
9
|
+
defu: ^6.1.5
|
|
10
|
+
hono: ^4.12.12
|
|
11
|
+
'@angular/build>vite': ^7.3.2
|
|
12
|
+
'@astrojs/preact>vite': ^6.4.2
|
|
13
|
+
'@astrojs/react>vite': ^6.4.2
|
|
14
|
+
'@astrojs/solid-js>vite': ^6.4.2
|
|
15
|
+
'@astrojs/svelte>vite': ^6.4.2
|
|
16
|
+
'@astrojs/vue>vite': ^6.4.2
|
|
17
|
+
'@vue/devtools-core>vite': ^7.3.2
|
|
18
|
+
astro>vite: ^6.4.2
|
|
19
|
+
vitest>vite: ^8.0.8
|
|
20
|
+
|
|
7
21
|
importers:
|
|
8
22
|
|
|
9
23
|
.:
|
|
10
24
|
dependencies:
|
|
11
25
|
'@analogjs/astro-angular':
|
|
12
26
|
specifier: ^2.3.1
|
|
13
|
-
version: 2.3.1(
|
|
27
|
+
version: 2.3.1(2192e7832a4e19991467a3b21f78e240)
|
|
14
28
|
'@angular/animations':
|
|
15
29
|
specifier: ^21.2.6
|
|
16
30
|
version: 21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))
|
|
@@ -89,10 +103,10 @@ importers:
|
|
|
89
103
|
devDependencies:
|
|
90
104
|
'@analogjs/vite-plugin-angular':
|
|
91
105
|
specifier: ^2.3.1
|
|
92
|
-
version: 2.3.1(@angular/build@21.2.5(
|
|
106
|
+
version: 2.3.1(@angular/build@21.2.5(4f35cf6f82511458d0a6c5197436f60d))
|
|
93
107
|
'@analogjs/vitest-angular':
|
|
94
108
|
specifier: ^2.3.1
|
|
95
|
-
version: 2.3.1(@analogjs/vite-plugin-angular@2.3.1(@angular/build@21.2.5(
|
|
109
|
+
version: 2.3.1(@analogjs/vite-plugin-angular@2.3.1(@angular/build@21.2.5(4f35cf6f82511458d0a6c5197436f60d)))(@angular-devkit/architect@0.2102.5(chokidar@5.0.0))(@angular-devkit/schematics@21.2.5(chokidar@5.0.0))(vitest@4.1.2(@types/node@25.5.0)(happy-dom@20.8.9)(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)))
|
|
96
110
|
'@angular-devkit/architect':
|
|
97
111
|
specifier: ^0.2102.5
|
|
98
112
|
version: 0.2102.5(chokidar@5.0.0)
|
|
@@ -101,7 +115,7 @@ importers:
|
|
|
101
115
|
version: 21.2.5(chokidar@5.0.0)
|
|
102
116
|
'@angular/build':
|
|
103
117
|
specifier: ^21.2.5
|
|
104
|
-
version: 21.2.5(
|
|
118
|
+
version: 21.2.5(4f35cf6f82511458d0a6c5197436f60d)
|
|
105
119
|
'@angular/cli':
|
|
106
120
|
specifier: ^21.2.5
|
|
107
121
|
version: 21.2.5(@types/node@25.5.0)(chokidar@5.0.0)
|
|
@@ -137,13 +151,13 @@ importers:
|
|
|
137
151
|
version: 1.58.2
|
|
138
152
|
'@preact/preset-vite':
|
|
139
153
|
specifier: ^2.10.5
|
|
140
|
-
version: 2.10.5(@babel/core@7.29.0)(preact@10.29.0)(rollup@4.59.0)(vite@8.0.
|
|
154
|
+
version: 2.10.5(@babel/core@7.29.0)(preact@10.29.0)(rollup@4.59.0)(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))
|
|
141
155
|
'@solidjs/testing-library':
|
|
142
156
|
specifier: ^0.8.10
|
|
143
157
|
version: 0.8.10(solid-js@1.9.12)
|
|
144
158
|
'@sveltejs/vite-plugin-svelte':
|
|
145
159
|
specifier: ^7.0.0
|
|
146
|
-
version: 7.0.0(svelte@5.55.0)(vite@8.0.
|
|
160
|
+
version: 7.0.0(svelte@5.55.0)(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))
|
|
147
161
|
'@testing-library/angular':
|
|
148
162
|
specifier: ^19.1.10
|
|
149
163
|
version: 19.2.1(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(@angular/platform-browser@21.2.6(@angular/animations@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)))(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)))(@angular/router@21.2.6(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(@angular/platform-browser@21.2.6(@angular/animations@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)))(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)))(rxjs@7.8.2))(@testing-library/dom@10.4.1)
|
|
@@ -161,7 +175,7 @@ importers:
|
|
|
161
175
|
version: 16.3.2(@testing-library/dom@10.4.1)(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
162
176
|
'@testing-library/svelte':
|
|
163
177
|
specifier: ^5.3.1
|
|
164
|
-
version: 5.3.1(svelte@5.55.0)(vite@8.0.
|
|
178
|
+
version: 5.3.1(svelte@5.55.0)(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))(vitest@4.1.2(@types/node@25.5.0)(happy-dom@20.8.9)(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)))
|
|
165
179
|
'@testing-library/user-event':
|
|
166
180
|
specifier: ^14.6.1
|
|
167
181
|
version: 14.6.1(@testing-library/dom@10.4.1)
|
|
@@ -182,16 +196,19 @@ importers:
|
|
|
182
196
|
version: 19.2.3(@types/react@19.2.14)
|
|
183
197
|
'@vitejs/plugin-react':
|
|
184
198
|
specifier: ^6.0.1
|
|
185
|
-
version: 6.0.1(vite@8.0.
|
|
199
|
+
version: 6.0.1(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))
|
|
186
200
|
'@vitejs/plugin-vue':
|
|
187
201
|
specifier: ^6.0.5
|
|
188
|
-
version: 6.0.5(vite@8.0.
|
|
202
|
+
version: 6.0.5(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))(vue@3.5.31(typescript@5.9.3))
|
|
189
203
|
angular-eslint:
|
|
190
204
|
specifier: ^21.3.1
|
|
191
205
|
version: 21.3.1(@angular/cli@21.2.5(@types/node@25.5.0)(chokidar@5.0.0))(chokidar@5.0.0)(eslint@9.39.4)(typescript-eslint@8.57.2(eslint@9.39.4)(typescript@5.9.3))(typescript@5.9.3)
|
|
192
206
|
better-npm-audit:
|
|
193
207
|
specifier: ^3.11.0
|
|
194
208
|
version: 3.11.0
|
|
209
|
+
cross-env:
|
|
210
|
+
specifier: ^10.1.0
|
|
211
|
+
version: 10.1.0
|
|
195
212
|
dotenv:
|
|
196
213
|
specifier: ^17.3.1
|
|
197
214
|
version: 17.3.1
|
|
@@ -277,14 +294,14 @@ importers:
|
|
|
277
294
|
specifier: ^8.57.2
|
|
278
295
|
version: 8.57.2(eslint@9.39.4)(typescript@5.9.3)
|
|
279
296
|
vite:
|
|
280
|
-
specifier: ^8.0.
|
|
281
|
-
version: 8.0.
|
|
297
|
+
specifier: ^8.0.5
|
|
298
|
+
version: 8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)
|
|
282
299
|
vite-plugin-solid:
|
|
283
300
|
specifier: ^2.11.11
|
|
284
|
-
version: 2.11.11(@testing-library/jest-dom@6.9.1)(solid-js@1.9.12)(vite@8.0.
|
|
301
|
+
version: 2.11.11(@testing-library/jest-dom@6.9.1)(solid-js@1.9.12)(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))
|
|
285
302
|
vitest:
|
|
286
303
|
specifier: ^4.1.2
|
|
287
|
-
version: 4.1.2(@types/node@25.5.0)(happy-dom@20.8.9)(vite@8.0.
|
|
304
|
+
version: 4.1.2(@types/node@25.5.0)(happy-dom@20.8.9)(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))
|
|
288
305
|
vue-eslint-parser:
|
|
289
306
|
specifier: ^10.4.0
|
|
290
307
|
version: 10.4.0(eslint@9.39.4)
|
|
@@ -847,12 +864,24 @@ packages:
|
|
|
847
864
|
'@emnapi/core@1.8.1':
|
|
848
865
|
resolution: {integrity: sha512-AvT9QFpxK0Zd8J0jopedNm+w/2fIzvtPKPjqyw9jwvBaReTTqPBk9Hixaz7KbjimP+QNz605/XnjFcDAL2pqBg==}
|
|
849
866
|
|
|
867
|
+
'@emnapi/core@1.9.2':
|
|
868
|
+
resolution: {integrity: sha512-UC+ZhH3XtczQYfOlu3lNEkdW/p4dsJ1r/bP7H8+rhao3TTTMO1ATq/4DdIi23XuGoFY+Cz0JmCbdVl0hz9jZcA==}
|
|
869
|
+
|
|
850
870
|
'@emnapi/runtime@1.8.1':
|
|
851
871
|
resolution: {integrity: sha512-mehfKSMWjjNol8659Z8KxEMrdSJDDot5SXMq00dM8BN4o+CLNXQ0xH2V7EchNHV4RmbZLmmPdEaXZc5H2FXmDg==}
|
|
852
872
|
|
|
873
|
+
'@emnapi/runtime@1.9.2':
|
|
874
|
+
resolution: {integrity: sha512-3U4+MIWHImeyu1wnmVygh5WlgfYDtyf0k8AbLhMFxOipihf6nrWC4syIm/SwEeec0mNSafiiNnMJwbza/Is6Lw==}
|
|
875
|
+
|
|
853
876
|
'@emnapi/wasi-threads@1.1.0':
|
|
854
877
|
resolution: {integrity: sha512-WI0DdZ8xFSbgMjR1sFsKABJ/C5OnRrjT06JXbZKexJGrDuPTzZdDYfFlsgcCXCyf+suG5QU2e/y1Wo2V/OapLQ==}
|
|
855
878
|
|
|
879
|
+
'@emnapi/wasi-threads@1.2.1':
|
|
880
|
+
resolution: {integrity: sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==}
|
|
881
|
+
|
|
882
|
+
'@epic-web/invariant@1.0.0':
|
|
883
|
+
resolution: {integrity: sha512-lrTPqgvfFQtR/eY/qkIzp98OGdNJu0m5ji3q/nJI8v3SXkRKEnWiOxMmbvcSoAIzv/cGiuvRy57k4suKQSAdwA==}
|
|
884
|
+
|
|
856
885
|
'@esbuild/aix-ppc64@0.25.12':
|
|
857
886
|
resolution: {integrity: sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==}
|
|
858
887
|
engines: {node: '>=18'}
|
|
@@ -1231,11 +1260,11 @@ packages:
|
|
|
1231
1260
|
'@harperfast/extended-iterable@1.0.3':
|
|
1232
1261
|
resolution: {integrity: sha512-sSAYhQca3rDWtQUHSAPeO7axFIUJOI6hn1gjRC5APVE1a90tuyT8f5WIgRsFhhWA7htNkju2veB9eWL6YHi/Lw==}
|
|
1233
1262
|
|
|
1234
|
-
'@hono/node-server@1.19.
|
|
1235
|
-
resolution: {integrity: sha512-
|
|
1263
|
+
'@hono/node-server@1.19.14':
|
|
1264
|
+
resolution: {integrity: sha512-GwtvgtXxnWsucXvbQXkRgqksiH2Qed37H9xHZocE5sA3N8O8O8/8FA3uclQXxXVzc9XBZuEOMK7+r02FmSpHtw==}
|
|
1236
1265
|
engines: {node: '>=18.14.1'}
|
|
1237
1266
|
peerDependencies:
|
|
1238
|
-
hono: ^4
|
|
1267
|
+
hono: ^4.12.12
|
|
1239
1268
|
|
|
1240
1269
|
'@humanfs/core@0.19.1':
|
|
1241
1270
|
resolution: {integrity: sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==}
|
|
@@ -1809,6 +1838,12 @@ packages:
|
|
|
1809
1838
|
'@napi-rs/wasm-runtime@1.1.1':
|
|
1810
1839
|
resolution: {integrity: sha512-p64ah1M1ld8xjWv3qbvFwHiFVWrq1yFvV4f7w+mzaqiR4IlSgkqhcRdHwsGgomwzBH51sRY4NEowLxnaBjcW/A==}
|
|
1811
1840
|
|
|
1841
|
+
'@napi-rs/wasm-runtime@1.1.3':
|
|
1842
|
+
resolution: {integrity: sha512-xK9sGVbJWYb08+mTJt3/YV24WxvxpXcXtP6B172paPZ+Ts69Re9dAr7lKwJoeIx8OoeuimEiRZ7umkiUVClmmQ==}
|
|
1843
|
+
peerDependencies:
|
|
1844
|
+
'@emnapi/core': ^1.7.1
|
|
1845
|
+
'@emnapi/runtime': ^1.7.1
|
|
1846
|
+
|
|
1812
1847
|
'@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1':
|
|
1813
1848
|
resolution: {integrity: sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==}
|
|
1814
1849
|
|
|
@@ -1877,8 +1912,8 @@ packages:
|
|
|
1877
1912
|
'@oxc-project/types@0.113.0':
|
|
1878
1913
|
resolution: {integrity: sha512-Tp3XmgxwNQ9pEN9vxgJBAqdRamHibi76iowQ38O2I4PMpcvNRQNVsU2n1x1nv9yh0XoTrGFzf7cZSGxmixxrhA==}
|
|
1879
1914
|
|
|
1880
|
-
'@oxc-project/types@0.
|
|
1881
|
-
resolution: {integrity: sha512-
|
|
1915
|
+
'@oxc-project/types@0.124.0':
|
|
1916
|
+
resolution: {integrity: sha512-VBFWMTBvHxS11Z5Lvlr3IWgrwhMTXV+Md+EQF0Xf60+wAdsGFTBx7X7K/hP4pi8N7dcm1RvcHwDxZ16Qx8keUg==}
|
|
1882
1917
|
|
|
1883
1918
|
'@parcel/watcher-android-arm64@2.5.6':
|
|
1884
1919
|
resolution: {integrity: sha512-YQxSS34tPF/6ZG7r/Ih9xy+kP/WwediEUsqmtf0cuCV5TPPKw/PQHRhueUo6JdeFJaqV3pyjm0GdYjZotbRt/A==}
|
|
@@ -2015,8 +2050,8 @@ packages:
|
|
|
2015
2050
|
preact: ^10.4.0 || ^11.0.0-0
|
|
2016
2051
|
vite: '>=2.0.0'
|
|
2017
2052
|
|
|
2018
|
-
'@rolldown/binding-android-arm64@1.0.0-rc.
|
|
2019
|
-
resolution: {integrity: sha512-
|
|
2053
|
+
'@rolldown/binding-android-arm64@1.0.0-rc.15':
|
|
2054
|
+
resolution: {integrity: sha512-YYe6aWruPZDtHNpwu7+qAHEMbQ/yRl6atqb/AhznLTnD3UY99Q1jE7ihLSahNWkF4EqRPVC4SiR4O0UkLK02tA==}
|
|
2020
2055
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2021
2056
|
cpu: [arm64]
|
|
2022
2057
|
os: [android]
|
|
@@ -2027,8 +2062,8 @@ packages:
|
|
|
2027
2062
|
cpu: [arm64]
|
|
2028
2063
|
os: [android]
|
|
2029
2064
|
|
|
2030
|
-
'@rolldown/binding-darwin-arm64@1.0.0-rc.
|
|
2031
|
-
resolution: {integrity: sha512-
|
|
2065
|
+
'@rolldown/binding-darwin-arm64@1.0.0-rc.15':
|
|
2066
|
+
resolution: {integrity: sha512-oArR/ig8wNTPYsXL+Mzhs0oxhxfuHRfG7Ikw7jXsw8mYOtk71W0OkF2VEVh699pdmzjPQsTjlD1JIOoHkLP1Fg==}
|
|
2032
2067
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2033
2068
|
cpu: [arm64]
|
|
2034
2069
|
os: [darwin]
|
|
@@ -2039,8 +2074,8 @@ packages:
|
|
|
2039
2074
|
cpu: [arm64]
|
|
2040
2075
|
os: [darwin]
|
|
2041
2076
|
|
|
2042
|
-
'@rolldown/binding-darwin-x64@1.0.0-rc.
|
|
2043
|
-
resolution: {integrity: sha512-
|
|
2077
|
+
'@rolldown/binding-darwin-x64@1.0.0-rc.15':
|
|
2078
|
+
resolution: {integrity: sha512-YzeVqOqjPYvUbJSWJ4EDL8ahbmsIXQpgL3JVipmN+MX0XnXMeWomLN3Fb+nwCmP/jfyqte5I3XRSm7OfQrbyxw==}
|
|
2044
2079
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2045
2080
|
cpu: [x64]
|
|
2046
2081
|
os: [darwin]
|
|
@@ -2051,8 +2086,8 @@ packages:
|
|
|
2051
2086
|
cpu: [x64]
|
|
2052
2087
|
os: [darwin]
|
|
2053
2088
|
|
|
2054
|
-
'@rolldown/binding-freebsd-x64@1.0.0-rc.
|
|
2055
|
-
resolution: {integrity: sha512-
|
|
2089
|
+
'@rolldown/binding-freebsd-x64@1.0.0-rc.15':
|
|
2090
|
+
resolution: {integrity: sha512-9Erhx956jeQ0nNTyif1+QWAXDRD38ZNjr//bSHrt6wDwB+QkAfl2q6Mn1k6OBPerznjRmbM10lgRb1Pli4xZPw==}
|
|
2056
2091
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2057
2092
|
cpu: [x64]
|
|
2058
2093
|
os: [freebsd]
|
|
@@ -2063,8 +2098,8 @@ packages:
|
|
|
2063
2098
|
cpu: [x64]
|
|
2064
2099
|
os: [freebsd]
|
|
2065
2100
|
|
|
2066
|
-
'@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.
|
|
2067
|
-
resolution: {integrity: sha512-
|
|
2101
|
+
'@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.15':
|
|
2102
|
+
resolution: {integrity: sha512-cVwk0w8QbZJGTnP/AHQBs5yNwmpgGYStL88t4UIaqcvYJWBfS0s3oqVLZPwsPU6M0zlW4GqjP0Zq5MnAGwFeGA==}
|
|
2068
2103
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2069
2104
|
cpu: [arm]
|
|
2070
2105
|
os: [linux]
|
|
@@ -2075,8 +2110,8 @@ packages:
|
|
|
2075
2110
|
cpu: [arm]
|
|
2076
2111
|
os: [linux]
|
|
2077
2112
|
|
|
2078
|
-
'@rolldown/binding-linux-arm64-gnu@1.0.0-rc.
|
|
2079
|
-
resolution: {integrity: sha512
|
|
2113
|
+
'@rolldown/binding-linux-arm64-gnu@1.0.0-rc.15':
|
|
2114
|
+
resolution: {integrity: sha512-eBZ/u8iAK9SoHGanqe/jrPnY0JvBN6iXbVOsbO38mbz+ZJsaobExAm1Iu+rxa4S1l2FjG0qEZn4Rc6X8n+9M+w==}
|
|
2080
2115
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2081
2116
|
cpu: [arm64]
|
|
2082
2117
|
os: [linux]
|
|
@@ -2089,8 +2124,8 @@ packages:
|
|
|
2089
2124
|
os: [linux]
|
|
2090
2125
|
libc: [glibc]
|
|
2091
2126
|
|
|
2092
|
-
'@rolldown/binding-linux-arm64-musl@1.0.0-rc.
|
|
2093
|
-
resolution: {integrity: sha512-
|
|
2127
|
+
'@rolldown/binding-linux-arm64-musl@1.0.0-rc.15':
|
|
2128
|
+
resolution: {integrity: sha512-ZvRYMGrAklV9PEkgt4LQM6MjQX2P58HPAuecwYObY2DhS2t35R0I810bKi0wmaYORt6m/2Sm+Z+nFgb0WhXNcQ==}
|
|
2094
2129
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2095
2130
|
cpu: [arm64]
|
|
2096
2131
|
os: [linux]
|
|
@@ -2103,22 +2138,22 @@ packages:
|
|
|
2103
2138
|
os: [linux]
|
|
2104
2139
|
libc: [musl]
|
|
2105
2140
|
|
|
2106
|
-
'@rolldown/binding-linux-ppc64-gnu@1.0.0-rc.
|
|
2107
|
-
resolution: {integrity: sha512-
|
|
2141
|
+
'@rolldown/binding-linux-ppc64-gnu@1.0.0-rc.15':
|
|
2142
|
+
resolution: {integrity: sha512-VDpgGBzgfg5hLg+uBpCLoFG5kVvEyafmfxGUV0UHLcL5irxAK7PKNeC2MwClgk6ZAiNhmo9FLhRYgvMmedLtnQ==}
|
|
2108
2143
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2109
2144
|
cpu: [ppc64]
|
|
2110
2145
|
os: [linux]
|
|
2111
2146
|
libc: [glibc]
|
|
2112
2147
|
|
|
2113
|
-
'@rolldown/binding-linux-s390x-gnu@1.0.0-rc.
|
|
2114
|
-
resolution: {integrity: sha512-
|
|
2148
|
+
'@rolldown/binding-linux-s390x-gnu@1.0.0-rc.15':
|
|
2149
|
+
resolution: {integrity: sha512-y1uXY3qQWCzcPgRJATPSOUP4tCemh4uBdY7e3EZbVwCJTY3gLJWnQABgeUetvED+bt1FQ01OeZwvhLS2bpNrAQ==}
|
|
2115
2150
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2116
2151
|
cpu: [s390x]
|
|
2117
2152
|
os: [linux]
|
|
2118
2153
|
libc: [glibc]
|
|
2119
2154
|
|
|
2120
|
-
'@rolldown/binding-linux-x64-gnu@1.0.0-rc.
|
|
2121
|
-
resolution: {integrity: sha512-
|
|
2155
|
+
'@rolldown/binding-linux-x64-gnu@1.0.0-rc.15':
|
|
2156
|
+
resolution: {integrity: sha512-023bTPBod7J3Y/4fzAN6QtpkSABR0rigtrwaP+qSEabUh5zf6ELr9Nc7GujaROuPY3uwdSIXWrvhn1KxOvurWA==}
|
|
2122
2157
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2123
2158
|
cpu: [x64]
|
|
2124
2159
|
os: [linux]
|
|
@@ -2131,8 +2166,8 @@ packages:
|
|
|
2131
2166
|
os: [linux]
|
|
2132
2167
|
libc: [glibc]
|
|
2133
2168
|
|
|
2134
|
-
'@rolldown/binding-linux-x64-musl@1.0.0-rc.
|
|
2135
|
-
resolution: {integrity: sha512-
|
|
2169
|
+
'@rolldown/binding-linux-x64-musl@1.0.0-rc.15':
|
|
2170
|
+
resolution: {integrity: sha512-witB2O0/hU4CgfOOKUoeFgQ4GktPi1eEbAhaLAIpgD6+ZnhcPkUtPsoKKHRzmOoWPZue46IThdSgdo4XneOLYw==}
|
|
2136
2171
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2137
2172
|
cpu: [x64]
|
|
2138
2173
|
os: [linux]
|
|
@@ -2145,8 +2180,8 @@ packages:
|
|
|
2145
2180
|
os: [linux]
|
|
2146
2181
|
libc: [musl]
|
|
2147
2182
|
|
|
2148
|
-
'@rolldown/binding-openharmony-arm64@1.0.0-rc.
|
|
2149
|
-
resolution: {integrity: sha512-
|
|
2183
|
+
'@rolldown/binding-openharmony-arm64@1.0.0-rc.15':
|
|
2184
|
+
resolution: {integrity: sha512-UCL68NJ0Ud5zRipXZE9dF5PmirzJE4E4BCIOOssEnM7wLDsxjc6Qb0sGDxTNRTP53I6MZpygyCpY8Aa8sPfKPg==}
|
|
2150
2185
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2151
2186
|
cpu: [arm64]
|
|
2152
2187
|
os: [openharmony]
|
|
@@ -2157,8 +2192,8 @@ packages:
|
|
|
2157
2192
|
cpu: [arm64]
|
|
2158
2193
|
os: [openharmony]
|
|
2159
2194
|
|
|
2160
|
-
'@rolldown/binding-wasm32-wasi@1.0.0-rc.
|
|
2161
|
-
resolution: {integrity: sha512-
|
|
2195
|
+
'@rolldown/binding-wasm32-wasi@1.0.0-rc.15':
|
|
2196
|
+
resolution: {integrity: sha512-ApLruZq/ig+nhaE7OJm4lDjayUnOHVUa77zGeqnqZ9pn0ovdVbbNPerVibLXDmWeUZXjIYIT8V3xkT58Rm9u5Q==}
|
|
2162
2197
|
engines: {node: '>=14.0.0'}
|
|
2163
2198
|
cpu: [wasm32]
|
|
2164
2199
|
|
|
@@ -2167,8 +2202,8 @@ packages:
|
|
|
2167
2202
|
engines: {node: '>=14.0.0'}
|
|
2168
2203
|
cpu: [wasm32]
|
|
2169
2204
|
|
|
2170
|
-
'@rolldown/binding-win32-arm64-msvc@1.0.0-rc.
|
|
2171
|
-
resolution: {integrity: sha512-
|
|
2205
|
+
'@rolldown/binding-win32-arm64-msvc@1.0.0-rc.15':
|
|
2206
|
+
resolution: {integrity: sha512-KmoUoU7HnN+Si5YWJigfTws1jz1bKBYDQKdbLspz0UaqjjFkddHsqorgiW1mxcAj88lYUE6NC/zJNwT+SloqtA==}
|
|
2172
2207
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2173
2208
|
cpu: [arm64]
|
|
2174
2209
|
os: [win32]
|
|
@@ -2179,8 +2214,8 @@ packages:
|
|
|
2179
2214
|
cpu: [arm64]
|
|
2180
2215
|
os: [win32]
|
|
2181
2216
|
|
|
2182
|
-
'@rolldown/binding-win32-x64-msvc@1.0.0-rc.
|
|
2183
|
-
resolution: {integrity: sha512-
|
|
2217
|
+
'@rolldown/binding-win32-x64-msvc@1.0.0-rc.15':
|
|
2218
|
+
resolution: {integrity: sha512-3P2A8L+x75qavWLe/Dll3EYBJLQmtkJN8rfh+U/eR3MqMgL/h98PhYI+JFfXuDPgPeCB7iZAKiqii5vqOvnA0g==}
|
|
2184
2219
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2185
2220
|
cpu: [x64]
|
|
2186
2221
|
os: [win32]
|
|
@@ -2194,8 +2229,8 @@ packages:
|
|
|
2194
2229
|
'@rolldown/pluginutils@1.0.0-beta.27':
|
|
2195
2230
|
resolution: {integrity: sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA==}
|
|
2196
2231
|
|
|
2197
|
-
'@rolldown/pluginutils@1.0.0-rc.
|
|
2198
|
-
resolution: {integrity: sha512-
|
|
2232
|
+
'@rolldown/pluginutils@1.0.0-rc.15':
|
|
2233
|
+
resolution: {integrity: sha512-UromN0peaE53IaBRe9W7CjrZgXl90fqGpK+mIZbA3qSTeYqg3pqpROBdIPvOG3F5ereDHNwoHBI2e50n1BDr1g==}
|
|
2199
2234
|
|
|
2200
2235
|
'@rolldown/pluginutils@1.0.0-rc.2':
|
|
2201
2236
|
resolution: {integrity: sha512-izyXV/v+cHiRfozX62W9htOAvwMo4/bXKDrQ+vom1L1qRuexPock/7VZDAhnpHCLNejd3NJ6hiab+tO0D44Rgw==}
|
|
@@ -3346,6 +3381,11 @@ packages:
|
|
|
3346
3381
|
create-require@1.1.1:
|
|
3347
3382
|
resolution: {integrity: sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==}
|
|
3348
3383
|
|
|
3384
|
+
cross-env@10.1.0:
|
|
3385
|
+
resolution: {integrity: sha512-GsYosgnACZTADcmEyJctkJIoqAhHjttw7RsFrVoJNXbsWWqaq6Ym+7kZjq6mS45O0jij6vtiReppKQEtqWy6Dw==}
|
|
3386
|
+
engines: {node: '>=20'}
|
|
3387
|
+
hasBin: true
|
|
3388
|
+
|
|
3349
3389
|
cross-spawn@7.0.6:
|
|
3350
3390
|
resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
|
|
3351
3391
|
engines: {node: '>= 8'}
|
|
@@ -3459,8 +3499,8 @@ packages:
|
|
|
3459
3499
|
resolution: {integrity: sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==}
|
|
3460
3500
|
engines: {node: '>= 0.4'}
|
|
3461
3501
|
|
|
3462
|
-
defu@6.1.
|
|
3463
|
-
resolution: {integrity: sha512-
|
|
3502
|
+
defu@6.1.6:
|
|
3503
|
+
resolution: {integrity: sha512-f8mefEW4WIVg4LckePx3mALjQSPQgFlg9U8yaPdlsbdYcHQyj9n2zL2LJEA52smeYxOvmd/nB7TpMtHGMTHcug==}
|
|
3464
3504
|
|
|
3465
3505
|
depd@2.0.0:
|
|
3466
3506
|
resolution: {integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==}
|
|
@@ -4209,8 +4249,8 @@ packages:
|
|
|
4209
4249
|
hermes-parser@0.25.1:
|
|
4210
4250
|
resolution: {integrity: sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==}
|
|
4211
4251
|
|
|
4212
|
-
hono@4.12.
|
|
4213
|
-
resolution: {integrity: sha512-
|
|
4252
|
+
hono@4.12.12:
|
|
4253
|
+
resolution: {integrity: sha512-p1JfQMKaceuCbpJKAPKVqyqviZdS0eUxH9v82oWo1kb9xjQ5wA6iP3FNVAPDFlz5/p7d45lO+BpSk1tuSZMF4Q==}
|
|
4214
4254
|
engines: {node: '>=16.9.0'}
|
|
4215
4255
|
|
|
4216
4256
|
hookable@5.5.3:
|
|
@@ -5620,8 +5660,8 @@ packages:
|
|
|
5620
5660
|
rfdc@1.4.1:
|
|
5621
5661
|
resolution: {integrity: sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==}
|
|
5622
5662
|
|
|
5623
|
-
rolldown@1.0.0-rc.
|
|
5624
|
-
resolution: {integrity: sha512-
|
|
5663
|
+
rolldown@1.0.0-rc.15:
|
|
5664
|
+
resolution: {integrity: sha512-Ff31guA5zT6WjnGp0SXw76X6hzGRk/OQq2hE+1lcDe+lJdHSgnSX6nK3erbONHyCbpSj9a9E+uX/OvytZoWp2g==}
|
|
5625
5665
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
5626
5666
|
hasBin: true
|
|
5627
5667
|
|
|
@@ -6310,8 +6350,8 @@ packages:
|
|
|
6310
6350
|
peerDependencies:
|
|
6311
6351
|
vite: 5.x || 6.x || 7.x
|
|
6312
6352
|
|
|
6313
|
-
vite@6.4.
|
|
6314
|
-
resolution: {integrity: sha512
|
|
6353
|
+
vite@6.4.2:
|
|
6354
|
+
resolution: {integrity: sha512-2N/55r4JDJ4gdrCvGgINMy+HH3iRpNIz8K6SFwVsA+JbQScLiC+clmAxBgwiSPgcG9U15QmvqCGWzMbqda5zGQ==}
|
|
6315
6355
|
engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
|
|
6316
6356
|
hasBin: true
|
|
6317
6357
|
peerDependencies:
|
|
@@ -6350,8 +6390,8 @@ packages:
|
|
|
6350
6390
|
yaml:
|
|
6351
6391
|
optional: true
|
|
6352
6392
|
|
|
6353
|
-
vite@7.3.
|
|
6354
|
-
resolution: {integrity: sha512-
|
|
6393
|
+
vite@7.3.2:
|
|
6394
|
+
resolution: {integrity: sha512-Bby3NOsna2jsjfLVOHKes8sGwgl4TT0E6vvpYgnAYDIF/tie7MRaFthmKuHx1NSXjiTueXH3do80FMQgvEktRg==}
|
|
6355
6395
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
6356
6396
|
hasBin: true
|
|
6357
6397
|
peerDependencies:
|
|
@@ -6390,14 +6430,14 @@ packages:
|
|
|
6390
6430
|
yaml:
|
|
6391
6431
|
optional: true
|
|
6392
6432
|
|
|
6393
|
-
vite@8.0.
|
|
6394
|
-
resolution: {integrity: sha512-
|
|
6433
|
+
vite@8.0.8:
|
|
6434
|
+
resolution: {integrity: sha512-dbU7/iLVa8KZALJyLOBOQ88nOXtNG8vxKuOT4I2mD+Ya70KPceF4IAmDsmU0h1Qsn5bPrvsY9HJstCRh3hG6Uw==}
|
|
6395
6435
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
6396
6436
|
hasBin: true
|
|
6397
6437
|
peerDependencies:
|
|
6398
6438
|
'@types/node': ^20.19.0 || >=22.12.0
|
|
6399
6439
|
'@vitejs/devtools': ^0.1.0
|
|
6400
|
-
esbuild: ^0.27.0
|
|
6440
|
+
esbuild: ^0.27.0 || ^0.28.0
|
|
6401
6441
|
jiti: '>=1.21.0'
|
|
6402
6442
|
less: ^4.0.0
|
|
6403
6443
|
sass: ^1.70.0
|
|
@@ -6455,7 +6495,7 @@ packages:
|
|
|
6455
6495
|
'@vitest/ui': 4.1.2
|
|
6456
6496
|
happy-dom: '*'
|
|
6457
6497
|
jsdom: '*'
|
|
6458
|
-
vite: ^
|
|
6498
|
+
vite: ^8.0.8
|
|
6459
6499
|
peerDependenciesMeta:
|
|
6460
6500
|
'@edge-runtime/vm':
|
|
6461
6501
|
optional: true
|
|
@@ -6777,11 +6817,11 @@ snapshots:
|
|
|
6777
6817
|
'@jridgewell/gen-mapping': 0.3.13
|
|
6778
6818
|
'@jridgewell/trace-mapping': 0.3.31
|
|
6779
6819
|
|
|
6780
|
-
'@analogjs/astro-angular@2.3.1(
|
|
6820
|
+
'@analogjs/astro-angular@2.3.1(2192e7832a4e19991467a3b21f78e240)':
|
|
6781
6821
|
dependencies:
|
|
6782
|
-
'@analogjs/vite-plugin-angular': 2.3.1(@angular/build@21.2.5(
|
|
6822
|
+
'@analogjs/vite-plugin-angular': 2.3.1(@angular/build@21.2.5(4f35cf6f82511458d0a6c5197436f60d))
|
|
6783
6823
|
'@angular/animations': 21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))
|
|
6784
|
-
'@angular/build': 21.2.5(
|
|
6824
|
+
'@angular/build': 21.2.5(4f35cf6f82511458d0a6c5197436f60d)
|
|
6785
6825
|
'@angular/common': 21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2)
|
|
6786
6826
|
'@angular/compiler': 21.2.6
|
|
6787
6827
|
'@angular/compiler-cli': 21.2.6(@angular/compiler@21.2.6)(typescript@5.9.3)
|
|
@@ -6794,19 +6834,19 @@ snapshots:
|
|
|
6794
6834
|
transitivePeerDependencies:
|
|
6795
6835
|
- '@angular-devkit/build-angular'
|
|
6796
6836
|
|
|
6797
|
-
'@analogjs/vite-plugin-angular@2.3.1(@angular/build@21.2.5(
|
|
6837
|
+
'@analogjs/vite-plugin-angular@2.3.1(@angular/build@21.2.5(4f35cf6f82511458d0a6c5197436f60d))':
|
|
6798
6838
|
dependencies:
|
|
6799
6839
|
tinyglobby: 0.2.15
|
|
6800
6840
|
ts-morph: 21.0.1
|
|
6801
6841
|
optionalDependencies:
|
|
6802
|
-
'@angular/build': 21.2.5(
|
|
6842
|
+
'@angular/build': 21.2.5(4f35cf6f82511458d0a6c5197436f60d)
|
|
6803
6843
|
|
|
6804
|
-
'@analogjs/vitest-angular@2.3.1(@analogjs/vite-plugin-angular@2.3.1(@angular/build@21.2.5(
|
|
6844
|
+
'@analogjs/vitest-angular@2.3.1(@analogjs/vite-plugin-angular@2.3.1(@angular/build@21.2.5(4f35cf6f82511458d0a6c5197436f60d)))(@angular-devkit/architect@0.2102.5(chokidar@5.0.0))(@angular-devkit/schematics@21.2.5(chokidar@5.0.0))(vitest@4.1.2(@types/node@25.5.0)(happy-dom@20.8.9)(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)))':
|
|
6805
6845
|
dependencies:
|
|
6806
|
-
'@analogjs/vite-plugin-angular': 2.3.1(@angular/build@21.2.5(
|
|
6846
|
+
'@analogjs/vite-plugin-angular': 2.3.1(@angular/build@21.2.5(4f35cf6f82511458d0a6c5197436f60d))
|
|
6807
6847
|
'@angular-devkit/architect': 0.2102.5(chokidar@5.0.0)
|
|
6808
6848
|
'@angular-devkit/schematics': 21.2.5(chokidar@5.0.0)
|
|
6809
|
-
vitest: 4.1.2(@types/node@25.5.0)(happy-dom@20.8.9)(vite@8.0.
|
|
6849
|
+
vitest: 4.1.2(@types/node@25.5.0)(happy-dom@20.8.9)(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))
|
|
6810
6850
|
|
|
6811
6851
|
'@angular-devkit/architect@0.2102.5(chokidar@5.0.0)':
|
|
6812
6852
|
dependencies:
|
|
@@ -6906,7 +6946,7 @@ snapshots:
|
|
|
6906
6946
|
'@angular/core': 21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)
|
|
6907
6947
|
tslib: 2.8.1
|
|
6908
6948
|
|
|
6909
|
-
'@angular/build@21.2.5(
|
|
6949
|
+
'@angular/build@21.2.5(4f35cf6f82511458d0a6c5197436f60d)':
|
|
6910
6950
|
dependencies:
|
|
6911
6951
|
'@ampproject/remapping': 2.3.0
|
|
6912
6952
|
'@angular-devkit/architect': 0.2102.5(chokidar@5.0.0)
|
|
@@ -6916,7 +6956,7 @@ snapshots:
|
|
|
6916
6956
|
'@babel/helper-annotate-as-pure': 7.27.3
|
|
6917
6957
|
'@babel/helper-split-export-declaration': 7.24.7
|
|
6918
6958
|
'@inquirer/confirm': 5.1.21(@types/node@25.5.0)
|
|
6919
|
-
'@vitejs/plugin-basic-ssl': 2.1.4(vite@7.3.
|
|
6959
|
+
'@vitejs/plugin-basic-ssl': 2.1.4(vite@7.3.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))
|
|
6920
6960
|
beasties: 0.4.1
|
|
6921
6961
|
browserslist: 4.28.1
|
|
6922
6962
|
esbuild: 0.27.3
|
|
@@ -6937,7 +6977,7 @@ snapshots:
|
|
|
6937
6977
|
tslib: 2.8.1
|
|
6938
6978
|
typescript: 5.9.3
|
|
6939
6979
|
undici: 7.24.4
|
|
6940
|
-
vite: 7.3.
|
|
6980
|
+
vite: 7.3.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
6941
6981
|
watchpack: 2.5.1
|
|
6942
6982
|
optionalDependencies:
|
|
6943
6983
|
'@angular/core': 21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)
|
|
@@ -6945,7 +6985,7 @@ snapshots:
|
|
|
6945
6985
|
'@angular/platform-server': 21.2.6(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/compiler@21.2.6)(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(@angular/platform-browser@21.2.6(@angular/animations@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)))(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)))(rxjs@7.8.2)
|
|
6946
6986
|
lmdb: 3.5.1
|
|
6947
6987
|
postcss: 8.5.6
|
|
6948
|
-
vitest: 4.1.2(@types/node@25.5.0)(happy-dom@20.8.9)(vite@8.0.
|
|
6988
|
+
vitest: 4.1.2(@types/node@25.5.0)(happy-dom@20.8.9)(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))
|
|
6949
6989
|
transitivePeerDependencies:
|
|
6950
6990
|
- '@types/node'
|
|
6951
6991
|
- chokidar
|
|
@@ -7080,11 +7120,11 @@ snapshots:
|
|
|
7080
7120
|
|
|
7081
7121
|
'@astrojs/preact@4.1.3(@babel/core@7.29.0)(@types/node@25.5.0)(lightningcss@1.32.0)(preact@10.29.0)(rollup@4.59.0)(sass@1.97.3)(yaml@2.8.3)':
|
|
7082
7122
|
dependencies:
|
|
7083
|
-
'@preact/preset-vite': 2.10.5(@babel/core@7.29.0)(preact@10.29.0)(rollup@4.59.0)(vite@6.4.
|
|
7123
|
+
'@preact/preset-vite': 2.10.5(@babel/core@7.29.0)(preact@10.29.0)(rollup@4.59.0)(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))
|
|
7084
7124
|
'@preact/signals': 2.8.1(preact@10.29.0)
|
|
7085
7125
|
preact: 10.29.0
|
|
7086
7126
|
preact-render-to-string: 6.6.6(preact@10.29.0)
|
|
7087
|
-
vite: 6.4.
|
|
7127
|
+
vite: 6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
7088
7128
|
transitivePeerDependencies:
|
|
7089
7129
|
- '@babel/core'
|
|
7090
7130
|
- '@types/node'
|
|
@@ -7109,11 +7149,11 @@ snapshots:
|
|
|
7109
7149
|
dependencies:
|
|
7110
7150
|
'@types/react': 19.2.14
|
|
7111
7151
|
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
7112
|
-
'@vitejs/plugin-react': 4.7.0(vite@6.4.
|
|
7152
|
+
'@vitejs/plugin-react': 4.7.0(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))
|
|
7113
7153
|
react: 19.2.4
|
|
7114
7154
|
react-dom: 19.2.4(react@19.2.4)
|
|
7115
7155
|
ultrahtml: 1.6.0
|
|
7116
|
-
vite: 6.4.
|
|
7156
|
+
vite: 6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
7117
7157
|
transitivePeerDependencies:
|
|
7118
7158
|
- '@types/node'
|
|
7119
7159
|
- jiti
|
|
@@ -7131,8 +7171,8 @@ snapshots:
|
|
|
7131
7171
|
'@astrojs/solid-js@5.1.3(@testing-library/jest-dom@6.9.1)(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(solid-js@1.9.12)(yaml@2.8.3)':
|
|
7132
7172
|
dependencies:
|
|
7133
7173
|
solid-js: 1.9.12
|
|
7134
|
-
vite: 6.4.
|
|
7135
|
-
vite-plugin-solid: 2.11.11(@testing-library/jest-dom@6.9.1)(solid-js@1.9.12)(vite@6.4.
|
|
7174
|
+
vite: 6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
7175
|
+
vite-plugin-solid: 2.11.11(@testing-library/jest-dom@6.9.1)(solid-js@1.9.12)(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))
|
|
7136
7176
|
transitivePeerDependencies:
|
|
7137
7177
|
- '@testing-library/jest-dom'
|
|
7138
7178
|
- '@types/node'
|
|
@@ -7150,12 +7190,12 @@ snapshots:
|
|
|
7150
7190
|
|
|
7151
7191
|
'@astrojs/svelte@7.2.5(@types/node@25.5.0)(astro@5.18.1(@types/node@25.5.0)(lightningcss@1.32.0)(rollup@4.59.0)(sass@1.97.3)(typescript@5.9.3)(yaml@2.8.3))(lightningcss@1.32.0)(sass@1.97.3)(svelte@5.55.0)(typescript@5.9.3)(yaml@2.8.3)':
|
|
7152
7192
|
dependencies:
|
|
7153
|
-
'@sveltejs/vite-plugin-svelte': 5.1.1(svelte@5.55.0)(vite@6.4.
|
|
7193
|
+
'@sveltejs/vite-plugin-svelte': 5.1.1(svelte@5.55.0)(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))
|
|
7154
7194
|
astro: 5.18.1(@types/node@25.5.0)(lightningcss@1.32.0)(rollup@4.59.0)(sass@1.97.3)(typescript@5.9.3)(yaml@2.8.3)
|
|
7155
7195
|
svelte: 5.55.0
|
|
7156
7196
|
svelte2tsx: 0.7.51(svelte@5.55.0)(typescript@5.9.3)
|
|
7157
7197
|
typescript: 5.9.3
|
|
7158
|
-
vite: 6.4.
|
|
7198
|
+
vite: 6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
7159
7199
|
transitivePeerDependencies:
|
|
7160
7200
|
- '@types/node'
|
|
7161
7201
|
- jiti
|
|
@@ -7184,12 +7224,12 @@ snapshots:
|
|
|
7184
7224
|
|
|
7185
7225
|
'@astrojs/vue@5.1.4(@types/node@25.5.0)(astro@5.18.1(@types/node@25.5.0)(lightningcss@1.32.0)(rollup@4.59.0)(sass@1.97.3)(typescript@5.9.3)(yaml@2.8.3))(lightningcss@1.32.0)(rollup@4.59.0)(sass@1.97.3)(vue@3.5.31(typescript@5.9.3))(yaml@2.8.3)':
|
|
7186
7226
|
dependencies:
|
|
7187
|
-
'@vitejs/plugin-vue': 5.2.4(vite@6.4.
|
|
7188
|
-
'@vitejs/plugin-vue-jsx': 4.2.0(vite@6.4.
|
|
7227
|
+
'@vitejs/plugin-vue': 5.2.4(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))(vue@3.5.31(typescript@5.9.3))
|
|
7228
|
+
'@vitejs/plugin-vue-jsx': 4.2.0(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))(vue@3.5.31(typescript@5.9.3))
|
|
7189
7229
|
'@vue/compiler-sfc': 3.5.29
|
|
7190
7230
|
astro: 5.18.1(@types/node@25.5.0)(lightningcss@1.32.0)(rollup@4.59.0)(sass@1.97.3)(typescript@5.9.3)(yaml@2.8.3)
|
|
7191
|
-
vite: 6.4.
|
|
7192
|
-
vite-plugin-vue-devtools: 7.7.9(rollup@4.59.0)(vite@6.4.
|
|
7231
|
+
vite: 6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
7232
|
+
vite-plugin-vue-devtools: 7.7.9(rollup@4.59.0)(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))(vue@3.5.31(typescript@5.9.3))
|
|
7193
7233
|
vue: 3.5.31(typescript@5.9.3)
|
|
7194
7234
|
transitivePeerDependencies:
|
|
7195
7235
|
- '@nuxt/kit'
|
|
@@ -7469,16 +7509,34 @@ snapshots:
|
|
|
7469
7509
|
tslib: 2.8.1
|
|
7470
7510
|
optional: true
|
|
7471
7511
|
|
|
7512
|
+
'@emnapi/core@1.9.2':
|
|
7513
|
+
dependencies:
|
|
7514
|
+
'@emnapi/wasi-threads': 1.2.1
|
|
7515
|
+
tslib: 2.8.1
|
|
7516
|
+
optional: true
|
|
7517
|
+
|
|
7472
7518
|
'@emnapi/runtime@1.8.1':
|
|
7473
7519
|
dependencies:
|
|
7474
7520
|
tslib: 2.8.1
|
|
7475
7521
|
optional: true
|
|
7476
7522
|
|
|
7523
|
+
'@emnapi/runtime@1.9.2':
|
|
7524
|
+
dependencies:
|
|
7525
|
+
tslib: 2.8.1
|
|
7526
|
+
optional: true
|
|
7527
|
+
|
|
7477
7528
|
'@emnapi/wasi-threads@1.1.0':
|
|
7478
7529
|
dependencies:
|
|
7479
7530
|
tslib: 2.8.1
|
|
7480
7531
|
optional: true
|
|
7481
7532
|
|
|
7533
|
+
'@emnapi/wasi-threads@1.2.1':
|
|
7534
|
+
dependencies:
|
|
7535
|
+
tslib: 2.8.1
|
|
7536
|
+
optional: true
|
|
7537
|
+
|
|
7538
|
+
'@epic-web/invariant@1.0.0': {}
|
|
7539
|
+
|
|
7482
7540
|
'@esbuild/aix-ppc64@0.25.12':
|
|
7483
7541
|
optional: true
|
|
7484
7542
|
|
|
@@ -7719,9 +7777,9 @@ snapshots:
|
|
|
7719
7777
|
'@harperfast/extended-iterable@1.0.3':
|
|
7720
7778
|
optional: true
|
|
7721
7779
|
|
|
7722
|
-
'@hono/node-server@1.19.
|
|
7780
|
+
'@hono/node-server@1.19.14(hono@4.12.12)':
|
|
7723
7781
|
dependencies:
|
|
7724
|
-
hono: 4.12.
|
|
7782
|
+
hono: 4.12.12
|
|
7725
7783
|
|
|
7726
7784
|
'@humanfs/core@0.19.1': {}
|
|
7727
7785
|
|
|
@@ -8030,7 +8088,7 @@ snapshots:
|
|
|
8030
8088
|
|
|
8031
8089
|
'@modelcontextprotocol/sdk@1.26.0(zod@4.3.6)':
|
|
8032
8090
|
dependencies:
|
|
8033
|
-
'@hono/node-server': 1.19.
|
|
8091
|
+
'@hono/node-server': 1.19.14(hono@4.12.12)
|
|
8034
8092
|
ajv: 8.18.0
|
|
8035
8093
|
ajv-formats: 3.0.1(ajv@8.18.0)
|
|
8036
8094
|
content-type: 1.0.5
|
|
@@ -8040,7 +8098,7 @@ snapshots:
|
|
|
8040
8098
|
eventsource-parser: 3.0.6
|
|
8041
8099
|
express: 5.2.1
|
|
8042
8100
|
express-rate-limit: 8.2.2(express@5.2.1)
|
|
8043
|
-
hono: 4.12.
|
|
8101
|
+
hono: 4.12.12
|
|
8044
8102
|
jose: 6.1.3
|
|
8045
8103
|
json-schema-typed: 8.0.2
|
|
8046
8104
|
pkce-challenge: 5.0.1
|
|
@@ -8167,6 +8225,13 @@ snapshots:
|
|
|
8167
8225
|
'@tybys/wasm-util': 0.10.1
|
|
8168
8226
|
optional: true
|
|
8169
8227
|
|
|
8228
|
+
'@napi-rs/wasm-runtime@1.1.3(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2)':
|
|
8229
|
+
dependencies:
|
|
8230
|
+
'@emnapi/core': 1.9.2
|
|
8231
|
+
'@emnapi/runtime': 1.9.2
|
|
8232
|
+
'@tybys/wasm-util': 0.10.1
|
|
8233
|
+
optional: true
|
|
8234
|
+
|
|
8170
8235
|
'@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1':
|
|
8171
8236
|
dependencies:
|
|
8172
8237
|
eslint-scope: 5.1.1
|
|
@@ -8253,7 +8318,7 @@ snapshots:
|
|
|
8253
8318
|
|
|
8254
8319
|
'@oxc-project/types@0.113.0': {}
|
|
8255
8320
|
|
|
8256
|
-
'@oxc-project/types@0.
|
|
8321
|
+
'@oxc-project/types@0.124.0': {}
|
|
8257
8322
|
|
|
8258
8323
|
'@parcel/watcher-android-arm64@2.5.6':
|
|
8259
8324
|
optional: true
|
|
@@ -8327,38 +8392,38 @@ snapshots:
|
|
|
8327
8392
|
|
|
8328
8393
|
'@polka/url@1.0.0-next.29': {}
|
|
8329
8394
|
|
|
8330
|
-
'@preact/preset-vite@2.10.5(@babel/core@7.29.0)(preact@10.29.0)(rollup@4.59.0)(vite@6.4.
|
|
8395
|
+
'@preact/preset-vite@2.10.5(@babel/core@7.29.0)(preact@10.29.0)(rollup@4.59.0)(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))':
|
|
8331
8396
|
dependencies:
|
|
8332
8397
|
'@babel/core': 7.29.0
|
|
8333
8398
|
'@babel/plugin-transform-react-jsx': 7.28.6(@babel/core@7.29.0)
|
|
8334
8399
|
'@babel/plugin-transform-react-jsx-development': 7.27.1(@babel/core@7.29.0)
|
|
8335
|
-
'@prefresh/vite': 2.4.12(preact@10.29.0)(vite@6.4.
|
|
8400
|
+
'@prefresh/vite': 2.4.12(preact@10.29.0)(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))
|
|
8336
8401
|
'@rollup/pluginutils': 5.3.0(rollup@4.59.0)
|
|
8337
8402
|
babel-plugin-transform-hook-names: 1.0.2(@babel/core@7.29.0)
|
|
8338
8403
|
debug: 4.4.3
|
|
8339
8404
|
magic-string: 0.30.21
|
|
8340
8405
|
picocolors: 1.1.1
|
|
8341
|
-
vite: 6.4.
|
|
8342
|
-
vite-prerender-plugin: 0.5.12(vite@6.4.
|
|
8406
|
+
vite: 6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
8407
|
+
vite-prerender-plugin: 0.5.12(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))
|
|
8343
8408
|
zimmerframe: 1.1.4
|
|
8344
8409
|
transitivePeerDependencies:
|
|
8345
8410
|
- preact
|
|
8346
8411
|
- rollup
|
|
8347
8412
|
- supports-color
|
|
8348
8413
|
|
|
8349
|
-
'@preact/preset-vite@2.10.5(@babel/core@7.29.0)(preact@10.29.0)(rollup@4.59.0)(vite@8.0.
|
|
8414
|
+
'@preact/preset-vite@2.10.5(@babel/core@7.29.0)(preact@10.29.0)(rollup@4.59.0)(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))':
|
|
8350
8415
|
dependencies:
|
|
8351
8416
|
'@babel/core': 7.29.0
|
|
8352
8417
|
'@babel/plugin-transform-react-jsx': 7.28.6(@babel/core@7.29.0)
|
|
8353
8418
|
'@babel/plugin-transform-react-jsx-development': 7.27.1(@babel/core@7.29.0)
|
|
8354
|
-
'@prefresh/vite': 2.4.12(preact@10.29.0)(vite@8.0.
|
|
8419
|
+
'@prefresh/vite': 2.4.12(preact@10.29.0)(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))
|
|
8355
8420
|
'@rollup/pluginutils': 5.3.0(rollup@4.59.0)
|
|
8356
8421
|
babel-plugin-transform-hook-names: 1.0.2(@babel/core@7.29.0)
|
|
8357
8422
|
debug: 4.4.3
|
|
8358
8423
|
magic-string: 0.30.21
|
|
8359
8424
|
picocolors: 1.1.1
|
|
8360
|
-
vite: 8.0.
|
|
8361
|
-
vite-prerender-plugin: 0.5.12(vite@8.0.
|
|
8425
|
+
vite: 8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)
|
|
8426
|
+
vite-prerender-plugin: 0.5.12(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))
|
|
8362
8427
|
zimmerframe: 1.1.4
|
|
8363
8428
|
transitivePeerDependencies:
|
|
8364
8429
|
- preact
|
|
@@ -8380,7 +8445,7 @@ snapshots:
|
|
|
8380
8445
|
|
|
8381
8446
|
'@prefresh/utils@1.2.1': {}
|
|
8382
8447
|
|
|
8383
|
-
'@prefresh/vite@2.4.12(preact@10.29.0)(vite@6.4.
|
|
8448
|
+
'@prefresh/vite@2.4.12(preact@10.29.0)(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))':
|
|
8384
8449
|
dependencies:
|
|
8385
8450
|
'@babel/core': 7.29.0
|
|
8386
8451
|
'@prefresh/babel-plugin': 0.5.3
|
|
@@ -8388,11 +8453,11 @@ snapshots:
|
|
|
8388
8453
|
'@prefresh/utils': 1.2.1
|
|
8389
8454
|
'@rollup/pluginutils': 4.2.1
|
|
8390
8455
|
preact: 10.29.0
|
|
8391
|
-
vite: 6.4.
|
|
8456
|
+
vite: 6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
8392
8457
|
transitivePeerDependencies:
|
|
8393
8458
|
- supports-color
|
|
8394
8459
|
|
|
8395
|
-
'@prefresh/vite@2.4.12(preact@10.29.0)(vite@8.0.
|
|
8460
|
+
'@prefresh/vite@2.4.12(preact@10.29.0)(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))':
|
|
8396
8461
|
dependencies:
|
|
8397
8462
|
'@babel/core': 7.29.0
|
|
8398
8463
|
'@prefresh/babel-plugin': 0.5.3
|
|
@@ -8400,79 +8465,81 @@ snapshots:
|
|
|
8400
8465
|
'@prefresh/utils': 1.2.1
|
|
8401
8466
|
'@rollup/pluginutils': 4.2.1
|
|
8402
8467
|
preact: 10.29.0
|
|
8403
|
-
vite: 8.0.
|
|
8468
|
+
vite: 8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)
|
|
8404
8469
|
transitivePeerDependencies:
|
|
8405
8470
|
- supports-color
|
|
8406
8471
|
|
|
8407
|
-
'@rolldown/binding-android-arm64@1.0.0-rc.
|
|
8472
|
+
'@rolldown/binding-android-arm64@1.0.0-rc.15':
|
|
8408
8473
|
optional: true
|
|
8409
8474
|
|
|
8410
8475
|
'@rolldown/binding-android-arm64@1.0.0-rc.4':
|
|
8411
8476
|
optional: true
|
|
8412
8477
|
|
|
8413
|
-
'@rolldown/binding-darwin-arm64@1.0.0-rc.
|
|
8478
|
+
'@rolldown/binding-darwin-arm64@1.0.0-rc.15':
|
|
8414
8479
|
optional: true
|
|
8415
8480
|
|
|
8416
8481
|
'@rolldown/binding-darwin-arm64@1.0.0-rc.4':
|
|
8417
8482
|
optional: true
|
|
8418
8483
|
|
|
8419
|
-
'@rolldown/binding-darwin-x64@1.0.0-rc.
|
|
8484
|
+
'@rolldown/binding-darwin-x64@1.0.0-rc.15':
|
|
8420
8485
|
optional: true
|
|
8421
8486
|
|
|
8422
8487
|
'@rolldown/binding-darwin-x64@1.0.0-rc.4':
|
|
8423
8488
|
optional: true
|
|
8424
8489
|
|
|
8425
|
-
'@rolldown/binding-freebsd-x64@1.0.0-rc.
|
|
8490
|
+
'@rolldown/binding-freebsd-x64@1.0.0-rc.15':
|
|
8426
8491
|
optional: true
|
|
8427
8492
|
|
|
8428
8493
|
'@rolldown/binding-freebsd-x64@1.0.0-rc.4':
|
|
8429
8494
|
optional: true
|
|
8430
8495
|
|
|
8431
|
-
'@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.
|
|
8496
|
+
'@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.15':
|
|
8432
8497
|
optional: true
|
|
8433
8498
|
|
|
8434
8499
|
'@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.4':
|
|
8435
8500
|
optional: true
|
|
8436
8501
|
|
|
8437
|
-
'@rolldown/binding-linux-arm64-gnu@1.0.0-rc.
|
|
8502
|
+
'@rolldown/binding-linux-arm64-gnu@1.0.0-rc.15':
|
|
8438
8503
|
optional: true
|
|
8439
8504
|
|
|
8440
8505
|
'@rolldown/binding-linux-arm64-gnu@1.0.0-rc.4':
|
|
8441
8506
|
optional: true
|
|
8442
8507
|
|
|
8443
|
-
'@rolldown/binding-linux-arm64-musl@1.0.0-rc.
|
|
8508
|
+
'@rolldown/binding-linux-arm64-musl@1.0.0-rc.15':
|
|
8444
8509
|
optional: true
|
|
8445
8510
|
|
|
8446
8511
|
'@rolldown/binding-linux-arm64-musl@1.0.0-rc.4':
|
|
8447
8512
|
optional: true
|
|
8448
8513
|
|
|
8449
|
-
'@rolldown/binding-linux-ppc64-gnu@1.0.0-rc.
|
|
8514
|
+
'@rolldown/binding-linux-ppc64-gnu@1.0.0-rc.15':
|
|
8450
8515
|
optional: true
|
|
8451
8516
|
|
|
8452
|
-
'@rolldown/binding-linux-s390x-gnu@1.0.0-rc.
|
|
8517
|
+
'@rolldown/binding-linux-s390x-gnu@1.0.0-rc.15':
|
|
8453
8518
|
optional: true
|
|
8454
8519
|
|
|
8455
|
-
'@rolldown/binding-linux-x64-gnu@1.0.0-rc.
|
|
8520
|
+
'@rolldown/binding-linux-x64-gnu@1.0.0-rc.15':
|
|
8456
8521
|
optional: true
|
|
8457
8522
|
|
|
8458
8523
|
'@rolldown/binding-linux-x64-gnu@1.0.0-rc.4':
|
|
8459
8524
|
optional: true
|
|
8460
8525
|
|
|
8461
|
-
'@rolldown/binding-linux-x64-musl@1.0.0-rc.
|
|
8526
|
+
'@rolldown/binding-linux-x64-musl@1.0.0-rc.15':
|
|
8462
8527
|
optional: true
|
|
8463
8528
|
|
|
8464
8529
|
'@rolldown/binding-linux-x64-musl@1.0.0-rc.4':
|
|
8465
8530
|
optional: true
|
|
8466
8531
|
|
|
8467
|
-
'@rolldown/binding-openharmony-arm64@1.0.0-rc.
|
|
8532
|
+
'@rolldown/binding-openharmony-arm64@1.0.0-rc.15':
|
|
8468
8533
|
optional: true
|
|
8469
8534
|
|
|
8470
8535
|
'@rolldown/binding-openharmony-arm64@1.0.0-rc.4':
|
|
8471
8536
|
optional: true
|
|
8472
8537
|
|
|
8473
|
-
'@rolldown/binding-wasm32-wasi@1.0.0-rc.
|
|
8538
|
+
'@rolldown/binding-wasm32-wasi@1.0.0-rc.15':
|
|
8474
8539
|
dependencies:
|
|
8475
|
-
'@
|
|
8540
|
+
'@emnapi/core': 1.9.2
|
|
8541
|
+
'@emnapi/runtime': 1.9.2
|
|
8542
|
+
'@napi-rs/wasm-runtime': 1.1.3(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2)
|
|
8476
8543
|
optional: true
|
|
8477
8544
|
|
|
8478
8545
|
'@rolldown/binding-wasm32-wasi@1.0.0-rc.4':
|
|
@@ -8480,13 +8547,13 @@ snapshots:
|
|
|
8480
8547
|
'@napi-rs/wasm-runtime': 1.1.1
|
|
8481
8548
|
optional: true
|
|
8482
8549
|
|
|
8483
|
-
'@rolldown/binding-win32-arm64-msvc@1.0.0-rc.
|
|
8550
|
+
'@rolldown/binding-win32-arm64-msvc@1.0.0-rc.15':
|
|
8484
8551
|
optional: true
|
|
8485
8552
|
|
|
8486
8553
|
'@rolldown/binding-win32-arm64-msvc@1.0.0-rc.4':
|
|
8487
8554
|
optional: true
|
|
8488
8555
|
|
|
8489
|
-
'@rolldown/binding-win32-x64-msvc@1.0.0-rc.
|
|
8556
|
+
'@rolldown/binding-win32-x64-msvc@1.0.0-rc.15':
|
|
8490
8557
|
optional: true
|
|
8491
8558
|
|
|
8492
8559
|
'@rolldown/binding-win32-x64-msvc@1.0.0-rc.4':
|
|
@@ -8494,7 +8561,7 @@ snapshots:
|
|
|
8494
8561
|
|
|
8495
8562
|
'@rolldown/pluginutils@1.0.0-beta.27': {}
|
|
8496
8563
|
|
|
8497
|
-
'@rolldown/pluginutils@1.0.0-rc.
|
|
8564
|
+
'@rolldown/pluginutils@1.0.0-rc.15': {}
|
|
8498
8565
|
|
|
8499
8566
|
'@rolldown/pluginutils@1.0.0-rc.2': {}
|
|
8500
8567
|
|
|
@@ -8684,36 +8751,36 @@ snapshots:
|
|
|
8684
8751
|
dependencies:
|
|
8685
8752
|
acorn: 8.16.0
|
|
8686
8753
|
|
|
8687
|
-
'@sveltejs/vite-plugin-svelte-inspector@4.0.1(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.55.0)(vite@6.4.
|
|
8754
|
+
'@sveltejs/vite-plugin-svelte-inspector@4.0.1(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.55.0)(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)))(svelte@5.55.0)(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))':
|
|
8688
8755
|
dependencies:
|
|
8689
|
-
'@sveltejs/vite-plugin-svelte': 5.1.1(svelte@5.55.0)(vite@6.4.
|
|
8756
|
+
'@sveltejs/vite-plugin-svelte': 5.1.1(svelte@5.55.0)(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))
|
|
8690
8757
|
debug: 4.4.3
|
|
8691
8758
|
svelte: 5.55.0
|
|
8692
|
-
vite: 6.4.
|
|
8759
|
+
vite: 6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
8693
8760
|
transitivePeerDependencies:
|
|
8694
8761
|
- supports-color
|
|
8695
8762
|
|
|
8696
|
-
'@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.55.0)(vite@6.4.
|
|
8763
|
+
'@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.55.0)(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))':
|
|
8697
8764
|
dependencies:
|
|
8698
|
-
'@sveltejs/vite-plugin-svelte-inspector': 4.0.1(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.55.0)(vite@6.4.
|
|
8765
|
+
'@sveltejs/vite-plugin-svelte-inspector': 4.0.1(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.55.0)(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)))(svelte@5.55.0)(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))
|
|
8699
8766
|
debug: 4.4.3
|
|
8700
8767
|
deepmerge: 4.3.1
|
|
8701
8768
|
kleur: 4.1.5
|
|
8702
8769
|
magic-string: 0.30.21
|
|
8703
8770
|
svelte: 5.55.0
|
|
8704
|
-
vite: 6.4.
|
|
8705
|
-
vitefu: 1.1.2(vite@6.4.
|
|
8771
|
+
vite: 6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
8772
|
+
vitefu: 1.1.2(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))
|
|
8706
8773
|
transitivePeerDependencies:
|
|
8707
8774
|
- supports-color
|
|
8708
8775
|
|
|
8709
|
-
'@sveltejs/vite-plugin-svelte@7.0.0(svelte@5.55.0)(vite@8.0.
|
|
8776
|
+
'@sveltejs/vite-plugin-svelte@7.0.0(svelte@5.55.0)(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))':
|
|
8710
8777
|
dependencies:
|
|
8711
8778
|
deepmerge: 4.3.1
|
|
8712
8779
|
magic-string: 0.30.21
|
|
8713
8780
|
obug: 2.1.1
|
|
8714
8781
|
svelte: 5.55.0
|
|
8715
|
-
vite: 8.0.
|
|
8716
|
-
vitefu: 1.1.2(vite@8.0.
|
|
8782
|
+
vite: 8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)
|
|
8783
|
+
vitefu: 1.1.2(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))
|
|
8717
8784
|
|
|
8718
8785
|
'@testing-library/angular@19.2.1(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(@angular/platform-browser@21.2.6(@angular/animations@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)))(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)))(@angular/router@21.2.6(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(@angular/platform-browser@21.2.6(@angular/animations@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)))(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)))(rxjs@7.8.2))(@testing-library/dom@10.4.1)':
|
|
8719
8786
|
dependencies:
|
|
@@ -8785,14 +8852,14 @@ snapshots:
|
|
|
8785
8852
|
dependencies:
|
|
8786
8853
|
svelte: 5.55.0
|
|
8787
8854
|
|
|
8788
|
-
'@testing-library/svelte@5.3.1(svelte@5.55.0)(vite@8.0.
|
|
8855
|
+
'@testing-library/svelte@5.3.1(svelte@5.55.0)(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))(vitest@4.1.2(@types/node@25.5.0)(happy-dom@20.8.9)(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)))':
|
|
8789
8856
|
dependencies:
|
|
8790
8857
|
'@testing-library/dom': 10.4.1
|
|
8791
8858
|
'@testing-library/svelte-core': 1.0.0(svelte@5.55.0)
|
|
8792
8859
|
svelte: 5.55.0
|
|
8793
8860
|
optionalDependencies:
|
|
8794
|
-
vite: 8.0.
|
|
8795
|
-
vitest: 4.1.2(@types/node@25.5.0)(happy-dom@20.8.9)(vite@8.0.
|
|
8861
|
+
vite: 8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)
|
|
8862
|
+
vitest: 4.1.2(@types/node@25.5.0)(happy-dom@20.8.9)(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))
|
|
8796
8863
|
|
|
8797
8864
|
'@testing-library/user-event@14.6.1(@testing-library/dom@10.4.1)':
|
|
8798
8865
|
dependencies:
|
|
@@ -9060,11 +9127,11 @@ snapshots:
|
|
|
9060
9127
|
|
|
9061
9128
|
'@ungap/structured-clone@1.3.0': {}
|
|
9062
9129
|
|
|
9063
|
-
'@vitejs/plugin-basic-ssl@2.1.4(vite@7.3.
|
|
9130
|
+
'@vitejs/plugin-basic-ssl@2.1.4(vite@7.3.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))':
|
|
9064
9131
|
dependencies:
|
|
9065
|
-
vite: 7.3.
|
|
9132
|
+
vite: 7.3.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
9066
9133
|
|
|
9067
|
-
'@vitejs/plugin-react@4.7.0(vite@6.4.
|
|
9134
|
+
'@vitejs/plugin-react@4.7.0(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))':
|
|
9068
9135
|
dependencies:
|
|
9069
9136
|
'@babel/core': 7.29.0
|
|
9070
9137
|
'@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.29.0)
|
|
@@ -9072,35 +9139,35 @@ snapshots:
|
|
|
9072
9139
|
'@rolldown/pluginutils': 1.0.0-beta.27
|
|
9073
9140
|
'@types/babel__core': 7.20.5
|
|
9074
9141
|
react-refresh: 0.17.0
|
|
9075
|
-
vite: 6.4.
|
|
9142
|
+
vite: 6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
9076
9143
|
transitivePeerDependencies:
|
|
9077
9144
|
- supports-color
|
|
9078
9145
|
|
|
9079
|
-
'@vitejs/plugin-react@6.0.1(vite@8.0.
|
|
9146
|
+
'@vitejs/plugin-react@6.0.1(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))':
|
|
9080
9147
|
dependencies:
|
|
9081
9148
|
'@rolldown/pluginutils': 1.0.0-rc.7
|
|
9082
|
-
vite: 8.0.
|
|
9149
|
+
vite: 8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)
|
|
9083
9150
|
|
|
9084
|
-
'@vitejs/plugin-vue-jsx@4.2.0(vite@6.4.
|
|
9151
|
+
'@vitejs/plugin-vue-jsx@4.2.0(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))(vue@3.5.31(typescript@5.9.3))':
|
|
9085
9152
|
dependencies:
|
|
9086
9153
|
'@babel/core': 7.29.0
|
|
9087
9154
|
'@babel/plugin-transform-typescript': 7.28.6(@babel/core@7.29.0)
|
|
9088
9155
|
'@rolldown/pluginutils': 1.0.0-rc.6
|
|
9089
9156
|
'@vue/babel-plugin-jsx': 1.5.0(@babel/core@7.29.0)
|
|
9090
|
-
vite: 6.4.
|
|
9157
|
+
vite: 6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
9091
9158
|
vue: 3.5.31(typescript@5.9.3)
|
|
9092
9159
|
transitivePeerDependencies:
|
|
9093
9160
|
- supports-color
|
|
9094
9161
|
|
|
9095
|
-
'@vitejs/plugin-vue@5.2.4(vite@6.4.
|
|
9162
|
+
'@vitejs/plugin-vue@5.2.4(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))(vue@3.5.31(typescript@5.9.3))':
|
|
9096
9163
|
dependencies:
|
|
9097
|
-
vite: 6.4.
|
|
9164
|
+
vite: 6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
9098
9165
|
vue: 3.5.31(typescript@5.9.3)
|
|
9099
9166
|
|
|
9100
|
-
'@vitejs/plugin-vue@6.0.5(vite@8.0.
|
|
9167
|
+
'@vitejs/plugin-vue@6.0.5(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))(vue@3.5.31(typescript@5.9.3))':
|
|
9101
9168
|
dependencies:
|
|
9102
9169
|
'@rolldown/pluginutils': 1.0.0-rc.2
|
|
9103
|
-
vite: 8.0.
|
|
9170
|
+
vite: 8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)
|
|
9104
9171
|
vue: 3.5.31(typescript@5.9.3)
|
|
9105
9172
|
|
|
9106
9173
|
'@vitest/expect@4.1.2':
|
|
@@ -9112,13 +9179,13 @@ snapshots:
|
|
|
9112
9179
|
chai: 6.2.2
|
|
9113
9180
|
tinyrainbow: 3.1.0
|
|
9114
9181
|
|
|
9115
|
-
'@vitest/mocker@4.1.2(vite@8.0.
|
|
9182
|
+
'@vitest/mocker@4.1.2(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))':
|
|
9116
9183
|
dependencies:
|
|
9117
9184
|
'@vitest/spy': 4.1.2
|
|
9118
9185
|
estree-walker: 3.0.3
|
|
9119
9186
|
magic-string: 0.30.21
|
|
9120
9187
|
optionalDependencies:
|
|
9121
|
-
vite: 8.0.
|
|
9188
|
+
vite: 8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)
|
|
9122
9189
|
|
|
9123
9190
|
'@vitest/pretty-format@4.1.2':
|
|
9124
9191
|
dependencies:
|
|
@@ -9233,14 +9300,14 @@ snapshots:
|
|
|
9233
9300
|
'@vue/compiler-dom': 3.5.31
|
|
9234
9301
|
'@vue/shared': 3.5.31
|
|
9235
9302
|
|
|
9236
|
-
'@vue/devtools-core@7.7.9(vite@6.4.
|
|
9303
|
+
'@vue/devtools-core@7.7.9(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))(vue@3.5.31(typescript@5.9.3))':
|
|
9237
9304
|
dependencies:
|
|
9238
9305
|
'@vue/devtools-kit': 7.7.9
|
|
9239
9306
|
'@vue/devtools-shared': 7.7.9
|
|
9240
9307
|
mitt: 3.0.1
|
|
9241
9308
|
nanoid: 5.1.6
|
|
9242
9309
|
pathe: 2.0.3
|
|
9243
|
-
vite-hot-client: 2.1.0(vite@6.4.
|
|
9310
|
+
vite-hot-client: 2.1.0(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))
|
|
9244
9311
|
vue: 3.5.31(typescript@5.9.3)
|
|
9245
9312
|
transitivePeerDependencies:
|
|
9246
9313
|
- vite
|
|
@@ -9559,8 +9626,8 @@ snapshots:
|
|
|
9559
9626
|
unist-util-visit: 5.1.0
|
|
9560
9627
|
unstorage: 1.17.4
|
|
9561
9628
|
vfile: 6.0.3
|
|
9562
|
-
vite: 6.4.
|
|
9563
|
-
vitefu: 1.1.2(vite@6.4.
|
|
9629
|
+
vite: 6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
9630
|
+
vitefu: 1.1.2(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))
|
|
9564
9631
|
xxhash-wasm: 1.1.0
|
|
9565
9632
|
yargs-parser: 21.1.1
|
|
9566
9633
|
yocto-spinner: 0.2.3
|
|
@@ -9876,6 +9943,11 @@ snapshots:
|
|
|
9876
9943
|
|
|
9877
9944
|
create-require@1.1.1: {}
|
|
9878
9945
|
|
|
9946
|
+
cross-env@10.1.0:
|
|
9947
|
+
dependencies:
|
|
9948
|
+
'@epic-web/invariant': 1.0.0
|
|
9949
|
+
cross-spawn: 7.0.6
|
|
9950
|
+
|
|
9879
9951
|
cross-spawn@7.0.6:
|
|
9880
9952
|
dependencies:
|
|
9881
9953
|
path-key: 3.1.1
|
|
@@ -10006,7 +10078,7 @@ snapshots:
|
|
|
10006
10078
|
has-property-descriptors: 1.0.2
|
|
10007
10079
|
object-keys: 1.1.1
|
|
10008
10080
|
|
|
10009
|
-
defu@6.1.
|
|
10081
|
+
defu@6.1.6: {}
|
|
10010
10082
|
|
|
10011
10083
|
depd@2.0.0: {}
|
|
10012
10084
|
|
|
@@ -10894,7 +10966,7 @@ snapshots:
|
|
|
10894
10966
|
dependencies:
|
|
10895
10967
|
cookie-es: 1.2.2
|
|
10896
10968
|
crossws: 0.3.5
|
|
10897
|
-
defu: 6.1.
|
|
10969
|
+
defu: 6.1.6
|
|
10898
10970
|
destr: 2.0.5
|
|
10899
10971
|
iron-webcrypto: 1.2.1
|
|
10900
10972
|
node-mock-http: 1.0.4
|
|
@@ -11031,7 +11103,7 @@ snapshots:
|
|
|
11031
11103
|
dependencies:
|
|
11032
11104
|
hermes-estree: 0.25.1
|
|
11033
11105
|
|
|
11034
|
-
hono@4.12.
|
|
11106
|
+
hono@4.12.12: {}
|
|
11035
11107
|
|
|
11036
11108
|
hookable@5.5.3: {}
|
|
11037
11109
|
|
|
@@ -12703,26 +12775,26 @@ snapshots:
|
|
|
12703
12775
|
|
|
12704
12776
|
rfdc@1.4.1: {}
|
|
12705
12777
|
|
|
12706
|
-
rolldown@1.0.0-rc.
|
|
12778
|
+
rolldown@1.0.0-rc.15:
|
|
12707
12779
|
dependencies:
|
|
12708
|
-
'@oxc-project/types': 0.
|
|
12709
|
-
'@rolldown/pluginutils': 1.0.0-rc.
|
|
12780
|
+
'@oxc-project/types': 0.124.0
|
|
12781
|
+
'@rolldown/pluginutils': 1.0.0-rc.15
|
|
12710
12782
|
optionalDependencies:
|
|
12711
|
-
'@rolldown/binding-android-arm64': 1.0.0-rc.
|
|
12712
|
-
'@rolldown/binding-darwin-arm64': 1.0.0-rc.
|
|
12713
|
-
'@rolldown/binding-darwin-x64': 1.0.0-rc.
|
|
12714
|
-
'@rolldown/binding-freebsd-x64': 1.0.0-rc.
|
|
12715
|
-
'@rolldown/binding-linux-arm-gnueabihf': 1.0.0-rc.
|
|
12716
|
-
'@rolldown/binding-linux-arm64-gnu': 1.0.0-rc.
|
|
12717
|
-
'@rolldown/binding-linux-arm64-musl': 1.0.0-rc.
|
|
12718
|
-
'@rolldown/binding-linux-ppc64-gnu': 1.0.0-rc.
|
|
12719
|
-
'@rolldown/binding-linux-s390x-gnu': 1.0.0-rc.
|
|
12720
|
-
'@rolldown/binding-linux-x64-gnu': 1.0.0-rc.
|
|
12721
|
-
'@rolldown/binding-linux-x64-musl': 1.0.0-rc.
|
|
12722
|
-
'@rolldown/binding-openharmony-arm64': 1.0.0-rc.
|
|
12723
|
-
'@rolldown/binding-wasm32-wasi': 1.0.0-rc.
|
|
12724
|
-
'@rolldown/binding-win32-arm64-msvc': 1.0.0-rc.
|
|
12725
|
-
'@rolldown/binding-win32-x64-msvc': 1.0.0-rc.
|
|
12783
|
+
'@rolldown/binding-android-arm64': 1.0.0-rc.15
|
|
12784
|
+
'@rolldown/binding-darwin-arm64': 1.0.0-rc.15
|
|
12785
|
+
'@rolldown/binding-darwin-x64': 1.0.0-rc.15
|
|
12786
|
+
'@rolldown/binding-freebsd-x64': 1.0.0-rc.15
|
|
12787
|
+
'@rolldown/binding-linux-arm-gnueabihf': 1.0.0-rc.15
|
|
12788
|
+
'@rolldown/binding-linux-arm64-gnu': 1.0.0-rc.15
|
|
12789
|
+
'@rolldown/binding-linux-arm64-musl': 1.0.0-rc.15
|
|
12790
|
+
'@rolldown/binding-linux-ppc64-gnu': 1.0.0-rc.15
|
|
12791
|
+
'@rolldown/binding-linux-s390x-gnu': 1.0.0-rc.15
|
|
12792
|
+
'@rolldown/binding-linux-x64-gnu': 1.0.0-rc.15
|
|
12793
|
+
'@rolldown/binding-linux-x64-musl': 1.0.0-rc.15
|
|
12794
|
+
'@rolldown/binding-openharmony-arm64': 1.0.0-rc.15
|
|
12795
|
+
'@rolldown/binding-wasm32-wasi': 1.0.0-rc.15
|
|
12796
|
+
'@rolldown/binding-win32-arm64-msvc': 1.0.0-rc.15
|
|
12797
|
+
'@rolldown/binding-win32-x64-msvc': 1.0.0-rc.15
|
|
12726
12798
|
|
|
12727
12799
|
rolldown@1.0.0-rc.4:
|
|
12728
12800
|
dependencies:
|
|
@@ -13518,11 +13590,11 @@ snapshots:
|
|
|
13518
13590
|
'@types/unist': 3.0.3
|
|
13519
13591
|
vfile-message: 4.0.3
|
|
13520
13592
|
|
|
13521
|
-
vite-hot-client@2.1.0(vite@6.4.
|
|
13593
|
+
vite-hot-client@2.1.0(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)):
|
|
13522
13594
|
dependencies:
|
|
13523
|
-
vite: 6.4.
|
|
13595
|
+
vite: 6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
13524
13596
|
|
|
13525
|
-
vite-plugin-inspect@0.8.9(rollup@4.59.0)(vite@6.4.
|
|
13597
|
+
vite-plugin-inspect@0.8.9(rollup@4.59.0)(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)):
|
|
13526
13598
|
dependencies:
|
|
13527
13599
|
'@antfu/utils': 0.7.10
|
|
13528
13600
|
'@rollup/pluginutils': 5.3.0(rollup@4.59.0)
|
|
@@ -13533,12 +13605,12 @@ snapshots:
|
|
|
13533
13605
|
perfect-debounce: 1.0.0
|
|
13534
13606
|
picocolors: 1.1.1
|
|
13535
13607
|
sirv: 3.0.2
|
|
13536
|
-
vite: 6.4.
|
|
13608
|
+
vite: 6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
13537
13609
|
transitivePeerDependencies:
|
|
13538
13610
|
- rollup
|
|
13539
13611
|
- supports-color
|
|
13540
13612
|
|
|
13541
|
-
vite-plugin-solid@2.11.11(@testing-library/jest-dom@6.9.1)(solid-js@1.9.12)(vite@6.4.
|
|
13613
|
+
vite-plugin-solid@2.11.11(@testing-library/jest-dom@6.9.1)(solid-js@1.9.12)(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)):
|
|
13542
13614
|
dependencies:
|
|
13543
13615
|
'@babel/core': 7.29.0
|
|
13544
13616
|
'@types/babel__core': 7.20.5
|
|
@@ -13546,14 +13618,14 @@ snapshots:
|
|
|
13546
13618
|
merge-anything: 5.1.7
|
|
13547
13619
|
solid-js: 1.9.12
|
|
13548
13620
|
solid-refresh: 0.6.3(solid-js@1.9.12)
|
|
13549
|
-
vite: 6.4.
|
|
13550
|
-
vitefu: 1.1.2(vite@6.4.
|
|
13621
|
+
vite: 6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
13622
|
+
vitefu: 1.1.2(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))
|
|
13551
13623
|
optionalDependencies:
|
|
13552
13624
|
'@testing-library/jest-dom': 6.9.1
|
|
13553
13625
|
transitivePeerDependencies:
|
|
13554
13626
|
- supports-color
|
|
13555
13627
|
|
|
13556
|
-
vite-plugin-solid@2.11.11(@testing-library/jest-dom@6.9.1)(solid-js@1.9.12)(vite@8.0.
|
|
13628
|
+
vite-plugin-solid@2.11.11(@testing-library/jest-dom@6.9.1)(solid-js@1.9.12)(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)):
|
|
13557
13629
|
dependencies:
|
|
13558
13630
|
'@babel/core': 7.29.0
|
|
13559
13631
|
'@types/babel__core': 7.20.5
|
|
@@ -13561,30 +13633,30 @@ snapshots:
|
|
|
13561
13633
|
merge-anything: 5.1.7
|
|
13562
13634
|
solid-js: 1.9.12
|
|
13563
13635
|
solid-refresh: 0.6.3(solid-js@1.9.12)
|
|
13564
|
-
vite: 8.0.
|
|
13565
|
-
vitefu: 1.1.2(vite@8.0.
|
|
13636
|
+
vite: 8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)
|
|
13637
|
+
vitefu: 1.1.2(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))
|
|
13566
13638
|
optionalDependencies:
|
|
13567
13639
|
'@testing-library/jest-dom': 6.9.1
|
|
13568
13640
|
transitivePeerDependencies:
|
|
13569
13641
|
- supports-color
|
|
13570
13642
|
|
|
13571
|
-
vite-plugin-vue-devtools@7.7.9(rollup@4.59.0)(vite@6.4.
|
|
13643
|
+
vite-plugin-vue-devtools@7.7.9(rollup@4.59.0)(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))(vue@3.5.31(typescript@5.9.3)):
|
|
13572
13644
|
dependencies:
|
|
13573
|
-
'@vue/devtools-core': 7.7.9(vite@6.4.
|
|
13645
|
+
'@vue/devtools-core': 7.7.9(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))(vue@3.5.31(typescript@5.9.3))
|
|
13574
13646
|
'@vue/devtools-kit': 7.7.9
|
|
13575
13647
|
'@vue/devtools-shared': 7.7.9
|
|
13576
13648
|
execa: 9.6.1
|
|
13577
13649
|
sirv: 3.0.2
|
|
13578
|
-
vite: 6.4.
|
|
13579
|
-
vite-plugin-inspect: 0.8.9(rollup@4.59.0)(vite@6.4.
|
|
13580
|
-
vite-plugin-vue-inspector: 5.3.2(vite@6.4.
|
|
13650
|
+
vite: 6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
13651
|
+
vite-plugin-inspect: 0.8.9(rollup@4.59.0)(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))
|
|
13652
|
+
vite-plugin-vue-inspector: 5.3.2(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3))
|
|
13581
13653
|
transitivePeerDependencies:
|
|
13582
13654
|
- '@nuxt/kit'
|
|
13583
13655
|
- rollup
|
|
13584
13656
|
- supports-color
|
|
13585
13657
|
- vue
|
|
13586
13658
|
|
|
13587
|
-
vite-plugin-vue-inspector@5.3.2(vite@6.4.
|
|
13659
|
+
vite-plugin-vue-inspector@5.3.2(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)):
|
|
13588
13660
|
dependencies:
|
|
13589
13661
|
'@babel/core': 7.29.0
|
|
13590
13662
|
'@babel/plugin-proposal-decorators': 7.29.0(@babel/core@7.29.0)
|
|
@@ -13595,11 +13667,11 @@ snapshots:
|
|
|
13595
13667
|
'@vue/compiler-dom': 3.5.29
|
|
13596
13668
|
kolorist: 1.8.0
|
|
13597
13669
|
magic-string: 0.30.21
|
|
13598
|
-
vite: 6.4.
|
|
13670
|
+
vite: 6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
13599
13671
|
transitivePeerDependencies:
|
|
13600
13672
|
- supports-color
|
|
13601
13673
|
|
|
13602
|
-
vite-prerender-plugin@0.5.12(vite@6.4.
|
|
13674
|
+
vite-prerender-plugin@0.5.12(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)):
|
|
13603
13675
|
dependencies:
|
|
13604
13676
|
kolorist: 1.8.0
|
|
13605
13677
|
magic-string: 0.30.21
|
|
@@ -13607,9 +13679,9 @@ snapshots:
|
|
|
13607
13679
|
simple-code-frame: 1.3.0
|
|
13608
13680
|
source-map: 0.7.6
|
|
13609
13681
|
stack-trace: 1.0.0-pre2
|
|
13610
|
-
vite: 6.4.
|
|
13682
|
+
vite: 6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
13611
13683
|
|
|
13612
|
-
vite-prerender-plugin@0.5.12(vite@8.0.
|
|
13684
|
+
vite-prerender-plugin@0.5.12(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)):
|
|
13613
13685
|
dependencies:
|
|
13614
13686
|
kolorist: 1.8.0
|
|
13615
13687
|
magic-string: 0.30.21
|
|
@@ -13617,14 +13689,14 @@ snapshots:
|
|
|
13617
13689
|
simple-code-frame: 1.3.0
|
|
13618
13690
|
source-map: 0.7.6
|
|
13619
13691
|
stack-trace: 1.0.0-pre2
|
|
13620
|
-
vite: 8.0.
|
|
13692
|
+
vite: 8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)
|
|
13621
13693
|
|
|
13622
|
-
vite@6.4.
|
|
13694
|
+
vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3):
|
|
13623
13695
|
dependencies:
|
|
13624
13696
|
esbuild: 0.25.12
|
|
13625
13697
|
fdir: 6.5.0(picomatch@4.0.4)
|
|
13626
13698
|
picomatch: 4.0.4
|
|
13627
|
-
postcss: 8.5.
|
|
13699
|
+
postcss: 8.5.8
|
|
13628
13700
|
rollup: 4.59.0
|
|
13629
13701
|
tinyglobby: 0.2.15
|
|
13630
13702
|
optionalDependencies:
|
|
@@ -13634,12 +13706,12 @@ snapshots:
|
|
|
13634
13706
|
sass: 1.97.3
|
|
13635
13707
|
yaml: 2.8.3
|
|
13636
13708
|
|
|
13637
|
-
vite@7.3.
|
|
13709
|
+
vite@7.3.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3):
|
|
13638
13710
|
dependencies:
|
|
13639
13711
|
esbuild: 0.27.3
|
|
13640
13712
|
fdir: 6.5.0(picomatch@4.0.4)
|
|
13641
13713
|
picomatch: 4.0.4
|
|
13642
|
-
postcss: 8.5.
|
|
13714
|
+
postcss: 8.5.8
|
|
13643
13715
|
rollup: 4.59.0
|
|
13644
13716
|
tinyglobby: 0.2.15
|
|
13645
13717
|
optionalDependencies:
|
|
@@ -13649,12 +13721,12 @@ snapshots:
|
|
|
13649
13721
|
sass: 1.97.3
|
|
13650
13722
|
yaml: 2.8.3
|
|
13651
13723
|
|
|
13652
|
-
vite@8.0.
|
|
13724
|
+
vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3):
|
|
13653
13725
|
dependencies:
|
|
13654
13726
|
lightningcss: 1.32.0
|
|
13655
13727
|
picomatch: 4.0.4
|
|
13656
13728
|
postcss: 8.5.8
|
|
13657
|
-
rolldown: 1.0.0-rc.
|
|
13729
|
+
rolldown: 1.0.0-rc.15
|
|
13658
13730
|
tinyglobby: 0.2.15
|
|
13659
13731
|
optionalDependencies:
|
|
13660
13732
|
'@types/node': 25.5.0
|
|
@@ -13663,18 +13735,18 @@ snapshots:
|
|
|
13663
13735
|
sass: 1.97.3
|
|
13664
13736
|
yaml: 2.8.3
|
|
13665
13737
|
|
|
13666
|
-
vitefu@1.1.2(vite@6.4.
|
|
13738
|
+
vitefu@1.1.2(vite@6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)):
|
|
13667
13739
|
optionalDependencies:
|
|
13668
|
-
vite: 6.4.
|
|
13740
|
+
vite: 6.4.2(@types/node@25.5.0)(lightningcss@1.32.0)(sass@1.97.3)(yaml@2.8.3)
|
|
13669
13741
|
|
|
13670
|
-
vitefu@1.1.2(vite@8.0.
|
|
13742
|
+
vitefu@1.1.2(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)):
|
|
13671
13743
|
optionalDependencies:
|
|
13672
|
-
vite: 8.0.
|
|
13744
|
+
vite: 8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)
|
|
13673
13745
|
|
|
13674
|
-
vitest@4.1.2(@types/node@25.5.0)(happy-dom@20.8.9)(vite@8.0.
|
|
13746
|
+
vitest@4.1.2(@types/node@25.5.0)(happy-dom@20.8.9)(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)):
|
|
13675
13747
|
dependencies:
|
|
13676
13748
|
'@vitest/expect': 4.1.2
|
|
13677
|
-
'@vitest/mocker': 4.1.2(vite@8.0.
|
|
13749
|
+
'@vitest/mocker': 4.1.2(vite@8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3))
|
|
13678
13750
|
'@vitest/pretty-format': 4.1.2
|
|
13679
13751
|
'@vitest/runner': 4.1.2
|
|
13680
13752
|
'@vitest/snapshot': 4.1.2
|
|
@@ -13691,7 +13763,7 @@ snapshots:
|
|
|
13691
13763
|
tinyexec: 1.0.2
|
|
13692
13764
|
tinyglobby: 0.2.15
|
|
13693
13765
|
tinyrainbow: 3.1.0
|
|
13694
|
-
vite: 8.0.
|
|
13766
|
+
vite: 8.0.8(@types/node@25.5.0)(esbuild@0.27.3)(sass@1.97.3)(yaml@2.8.3)
|
|
13695
13767
|
why-is-node-running: 2.3.0
|
|
13696
13768
|
optionalDependencies:
|
|
13697
13769
|
'@types/node': 25.5.0
|