This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [oxfmt](https://oxc.rs/docs/guide/usage/formatter) ([source](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt)) | [`0.60.0` → `0.61.0`](https://renovatebot.com/diffs/npm/oxfmt/0.60.0/0.61.0) |  |  | | [rolldown](https://rolldown.rs/) ([source](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown)) | [`1.2.0` → `1.2.1`](https://renovatebot.com/diffs/npm/rolldown/1.2.0/1.2.1) |  |  | --- ### Release Notes <details> <summary>oxc-project/oxc (oxfmt)</summary> ### [`v0.61.0`](https://github.com/oxc-project/oxc/compare/oxfmt_v0.60.0...oxfmt_v0.61.0) [Compare Source](https://github.com/oxc-project/oxc/compare/oxfmt_v0.60.0...oxfmt_v0.61.0) </details> <details> <summary>rolldown/rolldown (rolldown)</summary> ### [`v1.2.1`](https://github.com/rolldown/rolldown/blob/HEAD/CHANGELOG.md#121---2026-07-29) [Compare Source](https://github.com/rolldown/rolldown/compare/v1.2.0...v1.2.1) ##### 🚀 Features - dev: support `hotUpdate` hook ([#​10305](https://github.com/rolldown/rolldown/issues/10305)) by [@​h-a-n-a](https://github.com/h-a-n-a) - dev: expose `disableWatcher` through the dev engine bindings ([#​10474](https://github.com/rolldown/rolldown/issues/10474)) by [@​shulaoda](https://github.com/shulaoda) - plugin: surface output-option callbacks in \[PLUGIN\_TIMINGS] ([#​10411](https://github.com/rolldown/rolldown/issues/10411)) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY) - `import.meta.ROLLDOWN_FILE_URL_<referenceId>_<urlId>` support to pass context to `resolveFileUrl` hook ([#​10297](https://github.com/rolldown/rolldown/issues/10297)) by [@​sapphi-red](https://github.com/sapphi-red) - dev: skip the HMR update when a module's rebuilt output is unchanged ([#​10333](https://github.com/rolldown/rolldown/issues/10333)) by [@​h-a-n-a](https://github.com/h-a-n-a) - code-splitting: wrap strict execution order modules on demand ([#​10104](https://github.com/rolldown/rolldown/issues/10104)) by [@​hyfdev](https://github.com/hyfdev) - support `import.meta.ROLLDOWN_FILE_URL_*` ([#​10296](https://github.com/rolldown/rolldown/issues/10296)) by [@​sapphi-red](https://github.com/sapphi-red) - implement `resolveFileUrl` plugin hook ([#​10291](https://github.com/rolldown/rolldown/issues/10291)) by [@​sapphi-red](https://github.com/sapphi-red) - magic-string: support storeName on overwrite/update ([#​10312](https://github.com/rolldown/rolldown/issues/10312)) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY) ##### 🐛 Bug Fixes - external: keep `__toESM` when the importing module is tree-shaken ([#​10516](https://github.com/rolldown/rolldown/issues/10516)) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY) - dev: resolve re-exports from externals through a real import ([#​10489](https://github.com/rolldown/rolldown/issues/10489)) by [@​tbvjaos510](https://github.com/tbvjaos510) - code-splitting: route CJS barrel initialization per consumer ([#​10488](https://github.com/rolldown/rolldown/issues/10488)) by [@​hyfdev](https://github.com/hyfdev) - error: align filename-pattern diagnostics with Rollup's wording ([#​10501](https://github.com/rolldown/rolldown/issues/10501)) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY) - plugin: validate emitted prebuilt-chunk file names ([#​10399](https://github.com/rolldown/rolldown/issues/10399)) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY) - code-splitting: point a two-argument dynamic import at the chunk that holds the module ([#​10479](https://github.com/rolldown/rolldown/issues/10479)) by [@​hyfdev](https://github.com/hyfdev) - common: align is\_path\_fragment with Rollup's isPathFragment ([#​10398](https://github.com/rolldown/rolldown/issues/10398)) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY) - code-splitting: never name an internal chunk export `then` ([#​10480](https://github.com/rolldown/rolldown/issues/10480)) by [@​hyfdev](https://github.com/hyfdev) - code-splitting: avoid creating call-site-triggered entry facades ([#​10485](https://github.com/rolldown/rolldown/issues/10485)) by [@​hyfdev](https://github.com/hyfdev) - code-splitting: collect top-level eager order reasons in every strict build ([#​10463](https://github.com/rolldown/rolldown/issues/10463)) by [@​hyfdev](https://github.com/hyfdev) - code-splitting: let a cross-chunk dynamic importer carry the order trigger ([#​10456](https://github.com/rolldown/rolldown/issues/10456)) by [@​hyfdev](https://github.com/hyfdev) - code-splitting: avoid the dynamic-entry facade when the same-chunk collapse carries the trigger ([#​10433](https://github.com/rolldown/rolldown/issues/10433)) by [@​hyfdev](https://github.com/hyfdev) - binding: forward resolveId options.kind to callable builtin plugins ([#​10440](https://github.com/rolldown/rolldown/issues/10440)) by [@​martijnwalraven](https://github.com/martijnwalraven) - dev: keep the export name of `export * as ns from` ([#​10476](https://github.com/rolldown/rolldown/issues/10476)) by [@​tbvjaos510](https://github.com/tbvjaos510) - code-splitting: only split an entry facade when something else can load its chunk ([#​10441](https://github.com/rolldown/rolldown/issues/10441)) by [@​hyfdev](https://github.com/hyfdev) - code-splitting: fold the runtime chunk back after order lowering ([#​10414](https://github.com/rolldown/rolldown/issues/10414)) by [@​hyfdev](https://github.com/hyfdev) - runtime: don't leave default undefined for cjs that fakes \_\_esModule ([#​10453](https://github.com/rolldown/rolldown/issues/10453)) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY) - import-glob: escape generated string literals ([#​10438](https://github.com/rolldown/rolldown/issues/10438)) by [@​shantanuraj](https://github.com/shantanuraj) - preserve-modules: don't assume every chunk mirrors a module ([#​10442](https://github.com/rolldown/rolldown/issues/10442)) by [@​hyfdev](https://github.com/hyfdev) - filter: treat missing hook inputs as non-matches, not panics ([#​10443](https://github.com/rolldown/rolldown/issues/10443)) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY) - code-splitting: keep CommonJS modules wrapped under strict execution order ([#​10405](https://github.com/rolldown/rolldown/issues/10405)) by [@​hyfdev](https://github.com/hyfdev) - code-splitting: align dynamicImports metadata with the rewritten import() specifier ([#​10430](https://github.com/rolldown/rolldown/issues/10430)) by [@​hyfdev](https://github.com/hyfdev) - dev: skip user plugin hooks for ?rolldown-lazy proxy modules ([#​10426](https://github.com/rolldown/rolldown/issues/10426)) by [@​unknownjedi](https://github.com/unknownjedi) - treeshake: preserve side-effect-free spread arguments in manual-pure chains ([#​10432](https://github.com/rolldown/rolldown/issues/10432)) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY) - treeshake: preserve eagerly evaluated child effects of manual pure chains ([#​10427](https://github.com/rolldown/rolldown/issues/10427)) by [@​Nic-Polumeyv](https://github.com/Nic-Polumeyv) - code-splitting: initialize pure definers behind star re-export barrels under strict execution order ([#​10409](https://github.com/rolldown/rolldown/issues/10409)) by [@​hyfdev](https://github.com/hyfdev) - resolveId: reject string `id` filters (must be a RegExp) ([#​10412](https://github.com/rolldown/rolldown/issues/10412)) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY) - code-splitting: collect eager order reasons for on-demand wrapping ([#​10387](https://github.com/rolldown/rolldown/issues/10387)) by [@​hyfdev](https://github.com/hyfdev) - rolldown: apply output.paths to CJS export-star of external modules ([#​10406](https://github.com/rolldown/rolldown/issues/10406)) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY) - dev: sourcemaps of lazily compiled chunks ([#​10386](https://github.com/rolldown/rolldown/issues/10386)) by [@​tbvjaos510](https://github.com/tbvjaos510) - plugin: validate emitted file names at emitFile time ([#​10377](https://github.com/rolldown/rolldown/issues/10377)) by [@​Nic-Polumeyv](https://github.com/Nic-Polumeyv) - guarantee tokio runtime release when close rejects ([#​10381](https://github.com/rolldown/rolldown/issues/10381)) by [@​shulaoda](https://github.com/shulaoda) - code-splitting: make strict transitive init registration deterministic and constant-time ([#​10320](https://github.com/rolldown/rolldown/issues/10320)) by [@​hyfdev](https://github.com/hyfdev) - pair tokio runtime acquire and release on wasm to prevent premature shutdown ([#​10363](https://github.com/rolldown/rolldown/issues/10363)) by [@​shulaoda](https://github.com/shulaoda) - don't body-demand modules from simulated facade chunk includes ([#​10351](https://github.com/rolldown/rolldown/issues/10351)) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY) - tracing: invalid RD\_LOG filter and RD\_LOG\_OUTPUT=json no longer panic ([#​10343](https://github.com/rolldown/rolldown/issues/10343)) by [@​Brooooooklyn](https://github.com/Brooooooklyn) - code-splitting: treat class definition-time global reads as order-sensitive ([#​10322](https://github.com/rolldown/rolldown/issues/10322)) by [@​hyfdev](https://github.com/hyfdev) - code-splitting: deconflict force-included runtime helper statements ([#​10336](https://github.com/rolldown/rolldown/issues/10336)) by [@​hyfdev](https://github.com/hyfdev) - binding: forward all missing parallel JS plugin hooks ([#​10345](https://github.com/rolldown/rolldown/issues/10345)) by [@​Brooooooklyn](https://github.com/Brooooooklyn) - code-splitting: re-derive chunk exec order after the runtime sweep ([#​10334](https://github.com/rolldown/rolldown/issues/10334)) by [@​hyfdev](https://github.com/hyfdev) - types: add undefined to ExistingRawSourceMap optional properties ([#​10355](https://github.com/rolldown/rolldown/issues/10355)) by [@​ocavue](https://github.com/ocavue) - magic-string: validate relocate ranges before rewiring ([#​10327](https://github.com/rolldown/rolldown/issues/10327)) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY) - add EMPTY\_IMPORT\_META warning for non-node CJS output ([#​10222](https://github.com/rolldown/rolldown/issues/10222)) by [@​sapphi-red](https://github.com/sapphi-red) - call `resolveFileUrl` in a deterministic order ([#​10330](https://github.com/rolldown/rolldown/issues/10330)) by [@​sapphi-red](https://github.com/sapphi-red) - magic-string: refuse repeated sendMagicString on a consumed instance ([#​10331](https://github.com/rolldown/rolldown/issues/10331)) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY) - magic-string: refuse to use a MagicString after sendMagicString consumed it ([#​10326](https://github.com/rolldown/rolldown/issues/10326)) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY) - magic-string: reject non-contiguous moves before rewiring the chunk list ([#​10311](https://github.com/rolldown/rolldown/issues/10311)) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY) - handle `./foo/bar` glob pattern the same as `foo/bar` ([#​10313](https://github.com/rolldown/rolldown/issues/10313)) by [@​sapphi-red](https://github.com/sapphi-red) - magic-string: throw instead of panicking when append/prepend splits an edited chunk ([#​10301](https://github.com/rolldown/rolldown/issues/10301)) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY) - output: skip separator for empty hoisted functions ([#​10310](https://github.com/rolldown/rolldown/issues/10310)) by [@​hyfdev](https://github.com/hyfdev) - magic-string: don't report a change when edits cancel out ([#​10299](https://github.com/rolldown/rolldown/issues/10299)) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY) - sourcemap: map wrapped imported callees ([#​10288](https://github.com/rolldown/rolldown/issues/10288)) by [@​hyfdev](https://github.com/hyfdev) - magic-string: count positional inserts at index 0 on an empty source ([#​10306](https://github.com/rolldown/rolldown/issues/10306)) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY) - magic-string: return UTF-16 code units from length() ([#​10295](https://github.com/rolldown/rolldown/issues/10295)) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY) - output: skip separator for empty import prelude ([#​10289](https://github.com/rolldown/rolldown/issues/10289)) by [@​hyfdev](https://github.com/hyfdev) ##### 🚜 Refactor - dev: make it easier to customize the runtime ([#​10338](https://github.com/rolldown/rolldown/issues/10338)) by [@​sapphi-red](https://github.com/sapphi-red) - code-splitting: declare CJS carrier namespaces initializer-free ([#​10513](https://github.com/rolldown/rolldown/issues/10513)) by [@​hyfdev](https://github.com/hyfdev) - rollup-tests: avoid relying on `NODE_PATH` env var resolution ([#​10496](https://github.com/rolldown/rolldown/issues/10496)) by [@​sapphi-red](https://github.com/sapphi-red) - code-splitting: derive symbol chunk ownership as pass-local link data ([#​10449](https://github.com/rolldown/rolldown/issues/10449)) by [@​hyfdev](https://github.com/hyfdev) - plugin: share asset emission helpers between copy\_module and asset\_module ([#​10450](https://github.com/rolldown/rolldown/issues/10450)) by [@​Nic-Polumeyv](https://github.com/Nic-Polumeyv) - plugin: dedupe hook binding boilerplate ([#​10428](https://github.com/rolldown/rolldown/issues/10428)) by [@​Nic-Polumeyv](https://github.com/Nic-Polumeyv) - plugin: share the oxc parse preamble between import-glob and dynamic-import-vars ([#​10452](https://github.com/rolldown/rolldown/issues/10452)) by [@​Nic-Polumeyv](https://github.com/Nic-Polumeyv) - implement `GetAstBuilder` on visitor/pass types ([#​10424](https://github.com/rolldown/rolldown/issues/10424)) by [@​overlookmotel](https://github.com/overlookmotel) - pass arrays to AST builder methods ([#​10419](https://github.com/rolldown/rolldown/issues/10419)) by [@​overlookmotel](https://github.com/overlookmotel) - shorten AST builder code ([#​10418](https://github.com/rolldown/rolldown/issues/10418)) by [@​overlookmotel](https://github.com/overlookmotel) - centralize final ESM init metadata ([#​10376](https://github.com/rolldown/rolldown/issues/10376)) by [@​hyfdev](https://github.com/hyfdev) - descriptor-based parallel-plugin detection (getParallelPluginInfo) ([#​10349](https://github.com/rolldown/rolldown/issues/10349)) by [@​Brooooooklyn](https://github.com/Brooooooklyn) - remove AstFactory in favor of new\_\* construction traits ([#​10353](https://github.com/rolldown/rolldown/issues/10353)) by [@​Boshen](https://github.com/Boshen) - enable oxc\_ast's `disable_old_builder` feature ([#​10316](https://github.com/rolldown/rolldown/issues/10316)) by [@​Boshen](https://github.com/Boshen) ##### 📚 Documentation - development-guide: update config.json link line reference ([#​10523](https://github.com/rolldown/rolldown/issues/10523)) by [@​dogledogle](https://github.com/dogledogle) - clarify slash normalization for id hook filter ([#​10511](https://github.com/rolldown/rolldown/issues/10511)) by [@​sapphi-red](https://github.com/sapphi-red) - code-splitting: record the thenable-namespace rule ([#​10502](https://github.com/rolldown/rolldown/issues/10502)) by [@​hyfdev](https://github.com/hyfdev) - clarify that `esmExternalRequirePlugin` must own its externals ([#​10439](https://github.com/rolldown/rolldown/issues/10439)) by [@​TheAlexLichter](https://github.com/TheAlexLichter) - add troubleshooting entry for the [@​rolldown/binding-](https://github.com/rolldown/binding-)... resolution error ([#​10390](https://github.com/rolldown/rolldown/issues/10390)) by [@​Nic-Polumeyv](https://github.com/Nic-Polumeyv) - add Code Splitting API reference category ([#​10382](https://github.com/rolldown/rolldown/issues/10382)) by [@​vittorioexp](https://github.com/vittorioexp) ##### ⚡ Performance - use VisitJsMut in JavaScript-only AST passes ([#​10507](https://github.com/rolldown/rolldown/issues/10507)) by [@​Boshen](https://github.com/Boshen) - cache the resolved glob matcher for Id/ImporterId filters ([#​10410](https://github.com/rolldown/rolldown/issues/10410)) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY) - scope\_hoisting: remove `alloc` field from `ScopeHoistingFinalizer` ([#​10425](https://github.com/rolldown/rolldown/issues/10425)) by [@​overlookmotel](https://github.com/overlookmotel) - reduce string allocations ([#​10423](https://github.com/rolldown/rolldown/issues/10423)) by [@​overlookmotel](https://github.com/overlookmotel) - hmr: remove unnecessary string allocations ([#​10422](https://github.com/rolldown/rolldown/issues/10422)) by [@​overlookmotel](https://github.com/overlookmotel) - avoid allocating static strings via custom builder methods ([#​10421](https://github.com/rolldown/rolldown/issues/10421)) by [@​overlookmotel](https://github.com/overlookmotel) - pass string literals to AST builder methods ([#​10420](https://github.com/rolldown/rolldown/issues/10420)) by [@​overlookmotel](https://github.com/overlookmotel) - use VisitJs in JavaScript-only AST passes ([#​10396](https://github.com/rolldown/rolldown/issues/10396)) by [@​Boshen](https://github.com/Boshen) - plugin: shrink erased plugin debug vtables ([#​10370](https://github.com/rolldown/rolldown/issues/10370)) by [@​Boshen](https://github.com/Boshen) - reuse normalized path buffers ([#​10315](https://github.com/rolldown/rolldown/issues/10315)) by [@​hyfdev](https://github.com/hyfdev) ##### 🧪 Testing - code-splitting: pin CJS barrel fallback triggers and flag-off equivalence ([#​10514](https://github.com/rolldown/rolldown/issues/10514)) by [@​hyfdev](https://github.com/hyfdev) - plugin: cover chunk fileName, absolute chunk name, and Windows drive names ([#​10400](https://github.com/rolldown/rolldown/issues/10400)) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY) - code-splitting: cover a single-chunk dynamic import of a wrapped module ([#​10505](https://github.com/rolldown/rolldown/issues/10505)) by [@​hyfdev](https://github.com/hyfdev) - file: remove the unused .dynamic\_import fixture ([#​10481](https://github.com/rolldown/rolldown/issues/10481)) by [@​hyfdev](https://github.com/hyfdev) - treeshake: reduce manual-pure fixture to a minimal smoke test, move matrix to unit tests ([#​10436](https://github.com/rolldown/rolldown/issues/10436)) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY) - dev: run vite playgrounds under bundled dev (test-serve-bundled) ([#​10434](https://github.com/rolldown/rolldown/issues/10434)) by [@​h-a-n-a](https://github.com/h-a-n-a) - stop snapshots from silently hiding user code inside the runtime region ([#​10431](https://github.com/rolldown/rolldown/issues/10431)) by [@​hyfdev](https://github.com/hyfdev) - wasi: add tokio runtime lifecycle regression test ([#​10379](https://github.com/rolldown/rolldown/issues/10379)) by [@​shulaoda](https://github.com/shulaoda) - dev: expect preserved hot.data in hmr-whole-chain-dispose ([#​10380](https://github.com/rolldown/rolldown/issues/10380)) by [@​h-a-n-a](https://github.com/h-a-n-a) - code-splitting: pin flag-off wrapped-esm init emission ([#​10324](https://github.com/rolldown/rolldown/issues/10324)) by [@​hyfdev](https://github.com/hyfdev) - sourcemap: fix Windows-only failures in composition fixtures ([#​10368](https://github.com/rolldown/rolldown/issues/10368)) by [@​shulaoda](https://github.com/shulaoda) - generated-code: mark assert external in symbols\_ns2 for deterministic output ([#​10339](https://github.com/rolldown/rolldown/issues/10339)) by [@​hyfdev](https://github.com/hyfdev) - code-splitting: cover entries-aware strict init cycle ([#​10307](https://github.com/rolldown/rolldown/issues/10307)) by [@​hyfdev](https://github.com/hyfdev) - make `just setup-vite` the only entry point that touches `vite/` ([#​10332](https://github.com/rolldown/rolldown/issues/10332)) by [@​shulaoda](https://github.com/shulaoda) - vite-tests: reuse the shared root vite checkout ([#​10325](https://github.com/rolldown/rolldown/issues/10325)) by [@​shulaoda](https://github.com/shulaoda) - test-dev-server: drop the vite submodule, track rolldown-canary ([#​10319](https://github.com/rolldown/rolldown/issues/10319)) by [@​shulaoda](https://github.com/shulaoda) - vite-tests: track the latest rolldown-canary rebased onto vite main ([#​10318](https://github.com/rolldown/rolldown/issues/10318)) by [@​shulaoda](https://github.com/shulaoda) - unify Vite in vite-test and test-dev-server ([#​10293](https://github.com/rolldown/rolldown/issues/10293)) by [@​h-a-n-a](https://github.com/h-a-n-a) ##### ⚙️ Miscellaneous Tasks - scope the binding artifact download to `bindings-*` ([#​10525](https://github.com/rolldown/rolldown/issues/10525)) by [@​shulaoda](https://github.com/shulaoda) - deps: update napi ([#​10506](https://github.com/rolldown/rolldown/issues/10506)) by [@​renovate](https://github.com/renovate)\[bot] - deps: update rollup submodule for tests to v4.62.3 ([#​10494](https://github.com/rolldown/rolldown/issues/10494)) by [@​rolldown-guard](https://github.com/rolldown-guard)\[bot] - deps: upgrade oxc to 0.142.0 ([#​10497](https://github.com/rolldown/rolldown/issues/10497)) by [@​shulaoda](https://github.com/shulaoda) - deps: update test262 submodule for tests ([#​10495](https://github.com/rolldown/rolldown/issues/10495)) by [@​rolldown-guard](https://github.com/rolldown-guard)\[bot] - deps: update github actions ([#​10460](https://github.com/rolldown/rolldown/issues/10460)) by [@​renovate](https://github.com/renovate)\[bot] - deps: update rust crates ([#​10462](https://github.com/rolldown/rolldown/issues/10462)) by [@​renovate](https://github.com/renovate)\[bot] - deps: update npm packages ([#​10461](https://github.com/rolldown/rolldown/issues/10461)) by [@​renovate](https://github.com/renovate)\[bot] - metric: alert Discord when the metric workflow fails ([#​10447](https://github.com/rolldown/rolldown/issues/10447)) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY) - metric: mint a short-lived GitHub App token instead of a PAT ([#​10446](https://github.com/rolldown/rolldown/issues/10446)) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY) - repo: repair dangling CLAUDE.md symlink ([#​10451](https://github.com/rolldown/rolldown/issues/10451)) by [@​hanayashiki](https://github.com/hanayashiki) - publint/package-metadata fixes and small correctness fixes ([#​10344](https://github.com/rolldown/rolldown/issues/10344)) by [@​Brooooooklyn](https://github.com/Brooooooklyn) - deps: update dependency vite-plus to v0.2.6 ([#​10404](https://github.com/rolldown/rolldown/issues/10404)) by [@​renovate](https://github.com/renovate)\[bot] - add Semgrep scan workflow ([#​10395](https://github.com/rolldown/rolldown/issues/10395)) by [@​Boshen](https://github.com/Boshen) - enable Windows CI with a PR label ([#​10375](https://github.com/rolldown/rolldown/issues/10375)) by [@​hyfdev](https://github.com/hyfdev) - deps: upgrade oxc to 0.141.0 ([#​10373](https://github.com/rolldown/rolldown/issues/10373)) by [@​camc314](https://github.com/camc314) - deps: update napi ([#​10369](https://github.com/rolldown/rolldown/issues/10369)) by [@​renovate](https://github.com/renovate)\[bot] - deps: update test262 submodule for tests ([#​10367](https://github.com/rolldown/rolldown/issues/10367)) by [@​rolldown-guard](https://github.com/rolldown-guard)\[bot] - deps: update taiki-e/install-action action to v2.83.3 ([#​10358](https://github.com/rolldown/rolldown/issues/10358)) by [@​renovate](https://github.com/renovate)\[bot] - deps: update rust crates ([#​10357](https://github.com/rolldown/rolldown/issues/10357)) by [@​renovate](https://github.com/renovate)\[bot] - deps: update npm packages ([#​10359](https://github.com/rolldown/rolldown/issues/10359)) by [@​renovate](https://github.com/renovate)\[bot] - deps: update rust crate syn to v3 ([#​10362](https://github.com/rolldown/rolldown/issues/10362)) by [@​renovate](https://github.com/renovate)\[bot] - deps: update rust crate oxc\_sourcemap to v8.1.2 ([#​10356](https://github.com/rolldown/rolldown/issues/10356)) by [@​renovate](https://github.com/renovate)\[bot] - deps: update dependency vite-plus to v0.2.5 ([#​10329](https://github.com/rolldown/rolldown/issues/10329)) by [@​renovate](https://github.com/renovate)\[bot] - docs: migrate Netlify redirects to Void config ([#​10282](https://github.com/rolldown/rolldown/issues/10282)) by [@​tux-tn](https://github.com/tux-tn) - deps: update dependency rust to v1.97.1 ([#​10317](https://github.com/rolldown/rolldown/issues/10317)) by [@​renovate](https://github.com/renovate)\[bot] - runtime: remove unused `runtime/index.js` ([#​10302](https://github.com/rolldown/rolldown/issues/10302)) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY) ##### ❤️ New Contributors - [@​dogledogle](https://github.com/dogledogle) made their first contribution in [#​10523](https://github.com/rolldown/rolldown/pull/10523) - [@​tbvjaos510](https://github.com/tbvjaos510) made their first contribution in [#​10489](https://github.com/rolldown/rolldown/pull/10489) - [@​martijnwalraven](https://github.com/martijnwalraven) made their first contribution in [#​10440](https://github.com/rolldown/rolldown/pull/10440) - [@​shantanuraj](https://github.com/shantanuraj) made their first contribution in [#​10438](https://github.com/rolldown/rolldown/pull/10438) - [@​Nic-Polumeyv](https://github.com/Nic-Polumeyv) made their first contribution in [#​10450](https://github.com/rolldown/rolldown/pull/10450) - [@​hanayashiki](https://github.com/hanayashiki) made their first contribution in [#​10451](https://github.com/rolldown/rolldown/pull/10451) - [@​unknownjedi](https://github.com/unknownjedi) made their first contribution in [#​10426](https://github.com/rolldown/rolldown/pull/10426) - [@​vittorioexp](https://github.com/vittorioexp) made their first contribution in [#​10382](https://github.com/rolldown/rolldown/pull/10382) - [@​tux-tn](https://github.com/tux-tn) made their first contribution in [#​10282](https://github.com/rolldown/rolldown/pull/10282) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNjMuOSIsInVwZGF0ZWRJblZlciI6IjQzLjI2My45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBzIiwibnBtIl19--> Reviewed-on: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action/pulls/64 Reviewed-by: t.behrendt <2+t.behrendt@noreply.localhost> Co-authored-by: Renovate Bot <renovate@t00n.de> Co-committed-by: Renovate Bot <renovate@t00n.de>
This commit was merged in pull request #64.
This commit is contained in:
Vendored
+18
-206
@@ -16,7 +16,7 @@ var __copyProps = (to, from, except, desc) => {
|
|||||||
}
|
}
|
||||||
return to;
|
return to;
|
||||||
};
|
};
|
||||||
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
|
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule || !__hasOwnProp.call(mod, "default") ? __defProp(target, "default", {
|
||||||
value: mod,
|
value: mod,
|
||||||
enumerable: true
|
enumerable: true
|
||||||
}) : target, mod));
|
}) : target, mod));
|
||||||
@@ -1785,7 +1785,7 @@ var require_dispatcher_base = /* @__PURE__ */ __commonJSMin(((exports, module) =
|
|||||||
get webSocketOptions() {
|
get webSocketOptions() {
|
||||||
return {
|
return {
|
||||||
maxFragments: this[kWebSocketOptions].maxFragments ?? 131072,
|
maxFragments: this[kWebSocketOptions].maxFragments ?? 131072,
|
||||||
maxPayloadSize: this[kWebSocketOptions].maxPayloadSize ?? 128 * 1024 * 1024
|
maxPayloadSize: this[kWebSocketOptions].maxPayloadSize ?? 134217728
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
get destroyed() {
|
get destroyed() {
|
||||||
@@ -1837,7 +1837,7 @@ var require_dispatcher_base = /* @__PURE__ */ __commonJSMin(((exports, module) =
|
|||||||
}
|
}
|
||||||
if (callback === void 0) return new Promise((resolve, reject) => {
|
if (callback === void 0) return new Promise((resolve, reject) => {
|
||||||
this.destroy(err, (err, data) => {
|
this.destroy(err, (err, data) => {
|
||||||
return err ? reject(err) : resolve(data);
|
return err ? /* istanbul ignore next: should never error */ reject(err) : resolve(data);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
if (typeof callback !== "function") throw new InvalidArgumentError("invalid callback");
|
if (typeof callback !== "function") throw new InvalidArgumentError("invalid callback");
|
||||||
@@ -2307,7 +2307,7 @@ var require_connect = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|||||||
assert$25(!httpSocket, "httpSocket can only be sent on TLS update");
|
assert$25(!httpSocket, "httpSocket can only be sent on TLS update");
|
||||||
port = port || 80;
|
port = port || 80;
|
||||||
socket = net$1.connect({
|
socket = net$1.connect({
|
||||||
highWaterMark: 64 * 1024,
|
highWaterMark: 65536,
|
||||||
...options,
|
...options,
|
||||||
localAddress,
|
localAddress,
|
||||||
port,
|
port,
|
||||||
@@ -3786,10 +3786,7 @@ var require_util$7 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|||||||
case "strict-origin-when-cross-origin":
|
case "strict-origin-when-cross-origin":
|
||||||
if (request.origin && urlHasHttpsScheme(request.origin) && !urlHasHttpsScheme(requestCurrentURL(request))) serializedOrigin = null;
|
if (request.origin && urlHasHttpsScheme(request.origin) && !urlHasHttpsScheme(requestCurrentURL(request))) serializedOrigin = null;
|
||||||
break;
|
break;
|
||||||
case "same-origin":
|
case "same-origin": if (!sameOrigin(request, requestCurrentURL(request))) serializedOrigin = null;
|
||||||
if (!sameOrigin(request, requestCurrentURL(request))) serializedOrigin = null;
|
|
||||||
break;
|
|
||||||
default:
|
|
||||||
}
|
}
|
||||||
request.headersList.append("origin", serializedOrigin, true);
|
request.headersList.append("origin", serializedOrigin, true);
|
||||||
}
|
}
|
||||||
@@ -4071,9 +4068,7 @@ var require_util$7 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|||||||
case "value":
|
case "value":
|
||||||
result = value;
|
result = value;
|
||||||
break;
|
break;
|
||||||
case "key+value":
|
case "key+value": result = [key, value];
|
||||||
result = [key, value];
|
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
return {
|
return {
|
||||||
value: result,
|
value: result,
|
||||||
@@ -6859,7 +6854,7 @@ var require_client = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|||||||
//#region node_modules/undici/lib/dispatcher/fixed-queue.js
|
//#region node_modules/undici/lib/dispatcher/fixed-queue.js
|
||||||
var require_fixed_queue = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
var require_fixed_queue = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
||||||
const kSize = 2048;
|
const kSize = 2048;
|
||||||
const kMask = kSize - 1;
|
const kMask = 2047;
|
||||||
var FixedCircularBuffer = class {
|
var FixedCircularBuffer = class {
|
||||||
constructor() {
|
constructor() {
|
||||||
this.bottom = 0;
|
this.bottom = 0;
|
||||||
@@ -7644,7 +7639,7 @@ var require_retry_handler = /* @__PURE__ */ __commonJSMin(((exports, module) =>
|
|||||||
this.retryOpts = {
|
this.retryOpts = {
|
||||||
retry: retryFn ?? RetryHandler[kRetryHandlerDefaultRetry],
|
retry: retryFn ?? RetryHandler[kRetryHandlerDefaultRetry],
|
||||||
retryAfter: retryAfter ?? true,
|
retryAfter: retryAfter ?? true,
|
||||||
maxTimeout: maxTimeout ?? 30 * 1e3,
|
maxTimeout: maxTimeout ?? 3e4,
|
||||||
minTimeout: minTimeout ?? 500,
|
minTimeout: minTimeout ?? 500,
|
||||||
timeoutFactor: timeoutFactor ?? 2,
|
timeoutFactor: timeoutFactor ?? 2,
|
||||||
maxRetries: maxRetries ?? 5,
|
maxRetries: maxRetries ?? 5,
|
||||||
@@ -7888,7 +7883,7 @@ var require_readable = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|||||||
const kContentLength = Symbol("kContentLength");
|
const kContentLength = Symbol("kContentLength");
|
||||||
const noop = () => {};
|
const noop = () => {};
|
||||||
var BodyReadable = class extends Readable$2 {
|
var BodyReadable = class extends Readable$2 {
|
||||||
constructor({ resume, abort, contentType = "", contentLength, highWaterMark = 64 * 1024 }) {
|
constructor({ resume, abort, contentType = "", contentLength, highWaterMark = 65536 }) {
|
||||||
super({
|
super({
|
||||||
autoDestroy: true,
|
autoDestroy: true,
|
||||||
read: resume,
|
read: resume,
|
||||||
@@ -7967,7 +7962,7 @@ var require_readable = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|||||||
return this[kBody];
|
return this[kBody];
|
||||||
}
|
}
|
||||||
async dump(opts) {
|
async dump(opts) {
|
||||||
let limit = Number.isFinite(opts?.limit) ? opts.limit : 128 * 1024;
|
let limit = Number.isFinite(opts?.limit) ? opts.limit : 131072;
|
||||||
const signal = opts?.signal;
|
const signal = opts?.signal;
|
||||||
if (signal != null && (typeof signal !== "object" || !("aborted" in signal))) throw new InvalidArgumentError("signal must be an AbortSignal");
|
if (signal != null && (typeof signal !== "object" || !("aborted" in signal))) throw new InvalidArgumentError("signal must be an AbortSignal");
|
||||||
signal?.throwIfAborted();
|
signal?.throwIfAborted();
|
||||||
@@ -8106,7 +8101,7 @@ var require_util$6 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|||||||
const assert$14 = require("node:assert");
|
const assert$14 = require("node:assert");
|
||||||
const { ResponseStatusCodeError } = require_errors$1();
|
const { ResponseStatusCodeError } = require_errors$1();
|
||||||
const { chunksDecode } = require_readable();
|
const { chunksDecode } = require_readable();
|
||||||
const CHUNK_LIMIT = 128 * 1024;
|
const CHUNK_LIMIT = 131072;
|
||||||
async function getResolveErrorBodyCallback({ callback, body, contentType, statusCode, statusMessage, headers }) {
|
async function getResolveErrorBodyCallback({ callback, body, contentType, statusCode, statusMessage, headers }) {
|
||||||
assert$14(body);
|
assert$14(body);
|
||||||
let chunks = [];
|
let chunks = [];
|
||||||
@@ -9605,7 +9600,7 @@ var require_dump = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|||||||
const { InvalidArgumentError, RequestAbortedError } = require_errors$1();
|
const { InvalidArgumentError, RequestAbortedError } = require_errors$1();
|
||||||
const DecoratorHandler = require_decorator_handler();
|
const DecoratorHandler = require_decorator_handler();
|
||||||
var DumpHandler = class extends DecoratorHandler {
|
var DumpHandler = class extends DecoratorHandler {
|
||||||
#maxSize = 1024 * 1024;
|
#maxSize = 1048576;
|
||||||
#abort = null;
|
#abort = null;
|
||||||
#dumped = false;
|
#dumped = false;
|
||||||
#aborted = false;
|
#aborted = false;
|
||||||
@@ -9655,7 +9650,7 @@ var require_dump = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|||||||
this.#handler.onComplete(trailers);
|
this.#handler.onComplete(trailers);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
function createDumpInterceptor({ maxSize: defaultMaxSize } = { maxSize: 1024 * 1024 }) {
|
function createDumpInterceptor({ maxSize: defaultMaxSize } = { maxSize: 1048576 }) {
|
||||||
return (dispatch) => {
|
return (dispatch) => {
|
||||||
return function Intercept(opts, handler) {
|
return function Intercept(opts, handler) {
|
||||||
const { dumpMaxSize = defaultMaxSize } = opts;
|
const { dumpMaxSize = defaultMaxSize } = opts;
|
||||||
@@ -9826,9 +9821,7 @@ var require_dns = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|||||||
this.#handler.onError(err);
|
this.#handler.onError(err);
|
||||||
return;
|
return;
|
||||||
case "ENOTFOUND": this.#state.deleteRecord(this.#origin);
|
case "ENOTFOUND": this.#state.deleteRecord(this.#origin);
|
||||||
default:
|
default: this.#handler.onError(err);
|
||||||
this.#handler.onError(err);
|
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
@@ -15229,7 +15222,6 @@ var require_eventsource_stream = /* @__PURE__ */ __commonJSMin(((exports, module
|
|||||||
default:
|
default:
|
||||||
if (this.buffer[0] === BOM[0] && this.buffer[1] === BOM[1] && this.buffer[2] === BOM[2]) this.buffer = this.buffer.subarray(3);
|
if (this.buffer[0] === BOM[0] && this.buffer[1] === BOM[1] && this.buffer[2] === BOM[2]) this.buffer = this.buffer.subarray(3);
|
||||||
this.checkBOM = false;
|
this.checkBOM = false;
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
while (this.pos < this.buffer.length) {
|
while (this.pos < this.buffer.length) {
|
||||||
if (this.eventEndCheck) {
|
if (this.eventEndCheck) {
|
||||||
@@ -15295,9 +15287,7 @@ var require_eventsource_stream = /* @__PURE__ */ __commonJSMin(((exports, module
|
|||||||
case "id":
|
case "id":
|
||||||
if (isValidLastEventId(value)) event[field] = value;
|
if (isValidLastEventId(value)) event[field] = value;
|
||||||
break;
|
break;
|
||||||
case "event":
|
case "event": if (value.length > 0) event[field] = value;
|
||||||
if (value.length > 0) event[field] = value;
|
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
@@ -16090,188 +16080,9 @@ var Summary = class {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
new Summary();
|
new Summary();
|
||||||
//#endregion
|
|
||||||
//#region node_modules/@actions/io/lib/io-util.js
|
|
||||||
var __awaiter$5 = function(thisArg, _arguments, P, generator) {
|
|
||||||
function adopt(value) {
|
|
||||||
return value instanceof P ? value : new P(function(resolve) {
|
|
||||||
resolve(value);
|
|
||||||
});
|
|
||||||
}
|
|
||||||
return new (P || (P = Promise))(function(resolve, reject) {
|
|
||||||
function fulfilled(value) {
|
|
||||||
try {
|
|
||||||
step(generator.next(value));
|
|
||||||
} catch (e) {
|
|
||||||
reject(e);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
function rejected(value) {
|
|
||||||
try {
|
|
||||||
step(generator["throw"](value));
|
|
||||||
} catch (e) {
|
|
||||||
reject(e);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
function step(result) {
|
|
||||||
result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);
|
|
||||||
}
|
|
||||||
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
||||||
});
|
|
||||||
};
|
|
||||||
const { chmod, copyFile, lstat, mkdir, open, readdir, rename, rm, rmdir, stat, symlink, unlink } = fs.promises;
|
const { chmod, copyFile, lstat, mkdir, open, readdir, rename, rm, rmdir, stat, symlink, unlink } = fs.promises;
|
||||||
const IS_WINDOWS$1 = process.platform === "win32";
|
process.platform;
|
||||||
fs.constants.O_RDONLY;
|
fs.constants.O_RDONLY;
|
||||||
/**
|
|
||||||
* On OSX/Linux, true if path starts with '/'. On Windows, true for paths like:
|
|
||||||
* \, \hello, \\hello\share, C:, and C:\hello (and corresponding alternate separator cases).
|
|
||||||
*/
|
|
||||||
function isRooted(p) {
|
|
||||||
p = normalizeSeparators(p);
|
|
||||||
if (!p) throw new Error("isRooted() parameter \"p\" cannot be empty");
|
|
||||||
if (IS_WINDOWS$1) return p.startsWith("\\") || /^[A-Z]:/i.test(p);
|
|
||||||
return p.startsWith("/");
|
|
||||||
}
|
|
||||||
/**
|
|
||||||
* Best effort attempt to determine whether a file exists and is executable.
|
|
||||||
* @param filePath file path to check
|
|
||||||
* @param extensions additional file extensions to try
|
|
||||||
* @return if file exists and is executable, returns the file path. otherwise empty string.
|
|
||||||
*/
|
|
||||||
function tryGetExecutablePath(filePath, extensions) {
|
|
||||||
return __awaiter$5(this, void 0, void 0, function* () {
|
|
||||||
let stats = void 0;
|
|
||||||
try {
|
|
||||||
stats = yield stat(filePath);
|
|
||||||
} catch (err) {
|
|
||||||
if (err.code !== "ENOENT") console.log(`Unexpected error attempting to determine if executable file exists '${filePath}': ${err}`);
|
|
||||||
}
|
|
||||||
if (stats && stats.isFile()) {
|
|
||||||
if (IS_WINDOWS$1) {
|
|
||||||
const upperExt = path.extname(filePath).toUpperCase();
|
|
||||||
if (extensions.some((validExt) => validExt.toUpperCase() === upperExt)) return filePath;
|
|
||||||
} else if (isUnixExecutable(stats)) return filePath;
|
|
||||||
}
|
|
||||||
const originalFilePath = filePath;
|
|
||||||
for (const extension of extensions) {
|
|
||||||
filePath = originalFilePath + extension;
|
|
||||||
stats = void 0;
|
|
||||||
try {
|
|
||||||
stats = yield stat(filePath);
|
|
||||||
} catch (err) {
|
|
||||||
if (err.code !== "ENOENT") console.log(`Unexpected error attempting to determine if executable file exists '${filePath}': ${err}`);
|
|
||||||
}
|
|
||||||
if (stats && stats.isFile()) {
|
|
||||||
if (IS_WINDOWS$1) {
|
|
||||||
try {
|
|
||||||
const directory = path.dirname(filePath);
|
|
||||||
const upperName = path.basename(filePath).toUpperCase();
|
|
||||||
for (const actualName of yield readdir(directory)) if (upperName === actualName.toUpperCase()) {
|
|
||||||
filePath = path.join(directory, actualName);
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
} catch (err) {
|
|
||||||
console.log(`Unexpected error attempting to determine the actual case of the file '${filePath}': ${err}`);
|
|
||||||
}
|
|
||||||
return filePath;
|
|
||||||
} else if (isUnixExecutable(stats)) return filePath;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return "";
|
|
||||||
});
|
|
||||||
}
|
|
||||||
function normalizeSeparators(p) {
|
|
||||||
p = p || "";
|
|
||||||
if (IS_WINDOWS$1) {
|
|
||||||
p = p.replace(/\//g, "\\");
|
|
||||||
return p.replace(/\\\\+/g, "\\");
|
|
||||||
}
|
|
||||||
return p.replace(/\/\/+/g, "/");
|
|
||||||
}
|
|
||||||
function isUnixExecutable(stats) {
|
|
||||||
return (stats.mode & 1) > 0 || (stats.mode & 8) > 0 && process.getgid !== void 0 && stats.gid === process.getgid() || (stats.mode & 64) > 0 && process.getuid !== void 0 && stats.uid === process.getuid();
|
|
||||||
}
|
|
||||||
//#endregion
|
|
||||||
//#region node_modules/@actions/io/lib/io.js
|
|
||||||
var __awaiter$4 = function(thisArg, _arguments, P, generator) {
|
|
||||||
function adopt(value) {
|
|
||||||
return value instanceof P ? value : new P(function(resolve) {
|
|
||||||
resolve(value);
|
|
||||||
});
|
|
||||||
}
|
|
||||||
return new (P || (P = Promise))(function(resolve, reject) {
|
|
||||||
function fulfilled(value) {
|
|
||||||
try {
|
|
||||||
step(generator.next(value));
|
|
||||||
} catch (e) {
|
|
||||||
reject(e);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
function rejected(value) {
|
|
||||||
try {
|
|
||||||
step(generator["throw"](value));
|
|
||||||
} catch (e) {
|
|
||||||
reject(e);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
function step(result) {
|
|
||||||
result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);
|
|
||||||
}
|
|
||||||
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
||||||
});
|
|
||||||
};
|
|
||||||
/**
|
|
||||||
* Returns path of a tool had the tool actually been invoked. Resolves via paths.
|
|
||||||
* If you check and the tool does not exist, it will throw.
|
|
||||||
*
|
|
||||||
* @param tool name of the tool
|
|
||||||
* @param check whether to check if tool exists
|
|
||||||
* @returns Promise<string> path to tool
|
|
||||||
*/
|
|
||||||
function which(tool, check) {
|
|
||||||
return __awaiter$4(this, void 0, void 0, function* () {
|
|
||||||
if (!tool) throw new Error("parameter 'tool' is required");
|
|
||||||
if (check) {
|
|
||||||
const result = yield which(tool, false);
|
|
||||||
if (!result) if (IS_WINDOWS$1) throw new Error(`Unable to locate executable file: ${tool}. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also verify the file has a valid extension for an executable file.`);
|
|
||||||
else throw new Error(`Unable to locate executable file: ${tool}. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also check the file mode to verify the file is executable.`);
|
|
||||||
return result;
|
|
||||||
}
|
|
||||||
const matches = yield findInPath(tool);
|
|
||||||
if (matches && matches.length > 0) return matches[0];
|
|
||||||
return "";
|
|
||||||
});
|
|
||||||
}
|
|
||||||
/**
|
|
||||||
* Returns a list of all occurrences of the given tool on the system path.
|
|
||||||
*
|
|
||||||
* @returns Promise<string[]> the paths of the tool
|
|
||||||
*/
|
|
||||||
function findInPath(tool) {
|
|
||||||
return __awaiter$4(this, void 0, void 0, function* () {
|
|
||||||
if (!tool) throw new Error("parameter 'tool' is required");
|
|
||||||
const extensions = [];
|
|
||||||
if (IS_WINDOWS$1 && process.env["PATHEXT"]) {
|
|
||||||
for (const extension of process.env["PATHEXT"].split(path.delimiter)) if (extension) extensions.push(extension);
|
|
||||||
}
|
|
||||||
if (isRooted(tool)) {
|
|
||||||
const filePath = yield tryGetExecutablePath(tool, extensions);
|
|
||||||
if (filePath) return [filePath];
|
|
||||||
return [];
|
|
||||||
}
|
|
||||||
if (tool.includes(path.sep)) return [];
|
|
||||||
const directories = [];
|
|
||||||
if (process.env.PATH) {
|
|
||||||
for (const p of process.env.PATH.split(path.delimiter)) if (p) directories.push(p);
|
|
||||||
}
|
|
||||||
const matches = [];
|
|
||||||
for (const directory of directories) {
|
|
||||||
const filePath = yield tryGetExecutablePath(path.join(directory, tool), extensions);
|
|
||||||
if (filePath) matches.push(filePath);
|
|
||||||
}
|
|
||||||
return matches;
|
|
||||||
});
|
|
||||||
}
|
|
||||||
process.platform;
|
process.platform;
|
||||||
events.EventEmitter;
|
events.EventEmitter;
|
||||||
events.EventEmitter;
|
events.EventEmitter;
|
||||||
@@ -22253,7 +22064,8 @@ async function run() {
|
|||||||
try {
|
try {
|
||||||
const jsonFilePath = getInput("json-file");
|
const jsonFilePath = getInput("json-file");
|
||||||
info(`Validating JSON file: ${jsonFilePath}`);
|
info(`Validating JSON file: ${jsonFilePath}`);
|
||||||
await validateJson((0, node_fs.readFileSync)(jsonFilePath, "utf8"));
|
const json = (0, node_fs.readFileSync)(jsonFilePath, "utf8");
|
||||||
|
await validateJson(json);
|
||||||
info("JSON file is valid");
|
info("JSON file is valid");
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
setFailed(`Error validating JSON file: ${error}`);
|
setFailed(`Error validating JSON file: ${error}`);
|
||||||
|
|||||||
Generated
+196
-160
@@ -14,8 +14,8 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "24.13.3",
|
"@types/node": "24.13.3",
|
||||||
"@vitest/coverage-v8": "4.1.10",
|
"@vitest/coverage-v8": "4.1.10",
|
||||||
"oxfmt": "0.60.0",
|
"oxfmt": "0.61.0",
|
||||||
"rolldown": "1.2.0",
|
"rolldown": "1.2.1",
|
||||||
"typescript": "7.0.2",
|
"typescript": "7.0.2",
|
||||||
"vitest": "4.1.10"
|
"vitest": "4.1.10"
|
||||||
}
|
}
|
||||||
@@ -122,6 +122,7 @@
|
|||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
"peer": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@emnapi/wasi-threads": "1.2.2",
|
"@emnapi/wasi-threads": "1.2.2",
|
||||||
"tslib": "^2.4.0"
|
"tslib": "^2.4.0"
|
||||||
@@ -134,6 +135,7 @@
|
|||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
"peer": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"tslib": "^2.4.0"
|
"tslib": "^2.4.0"
|
||||||
}
|
}
|
||||||
@@ -178,28 +180,31 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@napi-rs/wasm-runtime": {
|
"node_modules/@napi-rs/wasm-runtime": {
|
||||||
"version": "1.1.6",
|
"version": "1.2.1",
|
||||||
"resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.6.tgz",
|
"resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.2.1.tgz",
|
||||||
"integrity": "sha512-ZLv/JdUfkvOy9eCnnBaGfiO+XimbjebAeO+MRQqD/B+FR1tnRN0tpKSJHRbE8sFfS6aqsXZ67TQjfwfsxULVbg==",
|
"integrity": "sha512-KjZdi8Q1wh89gsVmghvbrMgWl6ZWmRmHV6wjB7/g4Zf0dyO+hH3neZUtuDNPO00qq5YE5RITVWvrIZKRaAmzGQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tybys/wasm-util": "^0.10.3"
|
"@tybys/wasm-util": "^0.10.3"
|
||||||
},
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": "^20.19.0 || ^22.13.0 || >=23.5.0"
|
||||||
|
},
|
||||||
"funding": {
|
"funding": {
|
||||||
"type": "github",
|
"type": "github",
|
||||||
"url": "https://github.com/sponsors/Brooooooklyn"
|
"url": "https://github.com/sponsors/Brooooooklyn"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@emnapi/core": "^1.7.1",
|
"@emnapi/core": "^1.7.1 || ^2.0.0-alpha.3",
|
||||||
"@emnapi/runtime": "^1.7.1"
|
"@emnapi/runtime": "^1.7.1 || ^2.0.0-alpha.3"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@oxc-project/types": {
|
"node_modules/@oxc-project/types": {
|
||||||
"version": "0.140.0",
|
"version": "0.142.0",
|
||||||
"resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.140.0.tgz",
|
"resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.142.0.tgz",
|
||||||
"integrity": "sha512-h5LUOzGArYemnW1NMz/DuuQhBi96J6JL2Bk8zE4kvqxB5Sg3jxmCiH4uyOWHDkiKSt5vWlG4FIwCR/DbstcNRQ==",
|
"integrity": "sha512-7W+2q5AKQVU36fkaryontrHn3YDt1RyUYXatw9i5H8ocYe2sPKSFB6eS8WNPeRKiN1qAWWZUPm7gwFzJGrccqQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"funding": {
|
"funding": {
|
||||||
@@ -207,9 +212,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@oxfmt/binding-android-arm-eabi": {
|
"node_modules/@oxfmt/binding-android-arm-eabi": {
|
||||||
"version": "0.60.0",
|
"version": "0.61.0",
|
||||||
"resolved": "https://registry.npmjs.org/@oxfmt/binding-android-arm-eabi/-/binding-android-arm-eabi-0.60.0.tgz",
|
"resolved": "https://registry.npmjs.org/@oxfmt/binding-android-arm-eabi/-/binding-android-arm-eabi-0.61.0.tgz",
|
||||||
"integrity": "sha512-1q4q4Jc8FlOMVojEisyFAVyl8h1yawNv6phjgmhGVEDeyeOdsSnSr9x0+D4mOnEKvpO5L4mxKZ/DP9X6U3A/Mw==",
|
"integrity": "sha512-BaS+1OVvg9sr+Xav0+KdWedQRcAzrdoEcwMZeqoc2F6ieC1s/t5eM35YQoRPQ7vAqkZ+p3tbQb1r9I9mrV5oGA==",
|
||||||
"cpu": [
|
"cpu": [
|
||||||
"arm"
|
"arm"
|
||||||
],
|
],
|
||||||
@@ -224,9 +229,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@oxfmt/binding-android-arm64": {
|
"node_modules/@oxfmt/binding-android-arm64": {
|
||||||
"version": "0.60.0",
|
"version": "0.61.0",
|
||||||
"resolved": "https://registry.npmjs.org/@oxfmt/binding-android-arm64/-/binding-android-arm64-0.60.0.tgz",
|
"resolved": "https://registry.npmjs.org/@oxfmt/binding-android-arm64/-/binding-android-arm64-0.61.0.tgz",
|
||||||
"integrity": "sha512-tD41I6nCt9k8SQXft0CSjjU9jg6SwG7uMu7PxodSEHXl+GDW0868oy6tTtoJkyUze8YKFgTpz/k5LuPUnFiGLw==",
|
"integrity": "sha512-of8atAV0M1egGcVOMbgZCvc10sFOP3ayQBNQV5h5G3fNq8gACdEswfFk9bzGrdbM23rtg0Coxi7np7oPLcueNw==",
|
||||||
"cpu": [
|
"cpu": [
|
||||||
"arm64"
|
"arm64"
|
||||||
],
|
],
|
||||||
@@ -241,9 +246,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@oxfmt/binding-darwin-arm64": {
|
"node_modules/@oxfmt/binding-darwin-arm64": {
|
||||||
"version": "0.60.0",
|
"version": "0.61.0",
|
||||||
"resolved": "https://registry.npmjs.org/@oxfmt/binding-darwin-arm64/-/binding-darwin-arm64-0.60.0.tgz",
|
"resolved": "https://registry.npmjs.org/@oxfmt/binding-darwin-arm64/-/binding-darwin-arm64-0.61.0.tgz",
|
||||||
"integrity": "sha512-TTpzPug96Zxdyb46KvTyIUQDdsqbumXh2TKG9C23PCT0kF7JkW56Z/quPuG9rqOFKQIi1gpRNZ7DX18LwxXPnw==",
|
"integrity": "sha512-7l8+5ov4BGwtAcmpzvEik/TG3bciwyw/S3e6j5GKH7pcQqcgCVxD3AuJeP6upto+SOTBKQ4wrrdbMt0gq8fHSQ==",
|
||||||
"cpu": [
|
"cpu": [
|
||||||
"arm64"
|
"arm64"
|
||||||
],
|
],
|
||||||
@@ -258,9 +263,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@oxfmt/binding-darwin-x64": {
|
"node_modules/@oxfmt/binding-darwin-x64": {
|
||||||
"version": "0.60.0",
|
"version": "0.61.0",
|
||||||
"resolved": "https://registry.npmjs.org/@oxfmt/binding-darwin-x64/-/binding-darwin-x64-0.60.0.tgz",
|
"resolved": "https://registry.npmjs.org/@oxfmt/binding-darwin-x64/-/binding-darwin-x64-0.61.0.tgz",
|
||||||
"integrity": "sha512-CnOoWgQ7L+JL/YQaRJ+NyATciSfcftncm7y3kqyte1cGtFEGnStaCd1TAyrinkfQ7nRBfHrTs1/vTwUJr3WF2Q==",
|
"integrity": "sha512-Fnz4dDDXBb7udk+DmwelNjxbD6yptyxwCqwCH2ebo4RVLxVsRfFsn/AHJC49KIltPrVokamGv4SSOsiV50DTxQ==",
|
||||||
"cpu": [
|
"cpu": [
|
||||||
"x64"
|
"x64"
|
||||||
],
|
],
|
||||||
@@ -275,9 +280,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@oxfmt/binding-freebsd-x64": {
|
"node_modules/@oxfmt/binding-freebsd-x64": {
|
||||||
"version": "0.60.0",
|
"version": "0.61.0",
|
||||||
"resolved": "https://registry.npmjs.org/@oxfmt/binding-freebsd-x64/-/binding-freebsd-x64-0.60.0.tgz",
|
"resolved": "https://registry.npmjs.org/@oxfmt/binding-freebsd-x64/-/binding-freebsd-x64-0.61.0.tgz",
|
||||||
"integrity": "sha512-ychJo7S3hZxdO6eDZ9zM6F2lM9fpJS3EKS5CAUSWyprdLYxTu4gbaUKV/VBPTcMJwQa2Bpo+643y3OJ537pihA==",
|
"integrity": "sha512-mddOebKNCP+AucmzfNsk3jgbr681qAUvgMqi865GW5gWLJ/AnzXbvjQRrny0e++NAN8aphav/aRSrfFxNsNjpA==",
|
||||||
"cpu": [
|
"cpu": [
|
||||||
"x64"
|
"x64"
|
||||||
],
|
],
|
||||||
@@ -292,9 +297,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@oxfmt/binding-linux-arm-gnueabihf": {
|
"node_modules/@oxfmt/binding-linux-arm-gnueabihf": {
|
||||||
"version": "0.60.0",
|
"version": "0.61.0",
|
||||||
"resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.60.0.tgz",
|
"resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.61.0.tgz",
|
||||||
"integrity": "sha512-36IH5o55T2Fx7E0feDttt+mifxN6yk9pWv4KfhAIsP0dFnUq27331OwbpOsZdoXF9soOLWm7mQUz5+UUmyec4g==",
|
"integrity": "sha512-svx59iYL+DbaZGZUIoice4W0CjRXGExnbz7Re+awIb60rVxBS2KrU7Hnlx+nZYanLGLpjneUEgo/VFEKkSZAyQ==",
|
||||||
"cpu": [
|
"cpu": [
|
||||||
"arm"
|
"arm"
|
||||||
],
|
],
|
||||||
@@ -309,9 +314,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@oxfmt/binding-linux-arm-musleabihf": {
|
"node_modules/@oxfmt/binding-linux-arm-musleabihf": {
|
||||||
"version": "0.60.0",
|
"version": "0.61.0",
|
||||||
"resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-0.60.0.tgz",
|
"resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-0.61.0.tgz",
|
||||||
"integrity": "sha512-G1Ve7lAa6sFBolVI2LWHfEAqy0YKh4vnioH8uYO9kAEdgM7mR40IksIx9/Zk4+vbYew/sGa4J9Q4tZ3n9gXDHA==",
|
"integrity": "sha512-BYK9MPJPCf6d+fLKMTruThmEyCtHzQ1zLcsrTlUVkmnoXIaHAbfpeLYQwX1tkjs7W11dyzoi6HFvKcdnvX1zNg==",
|
||||||
"cpu": [
|
"cpu": [
|
||||||
"arm"
|
"arm"
|
||||||
],
|
],
|
||||||
@@ -326,9 +331,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@oxfmt/binding-linux-arm64-gnu": {
|
"node_modules/@oxfmt/binding-linux-arm64-gnu": {
|
||||||
"version": "0.60.0",
|
"version": "0.61.0",
|
||||||
"resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.60.0.tgz",
|
"resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.61.0.tgz",
|
||||||
"integrity": "sha512-LTQdRBf6uzj/h7Xk6lKzbGD2hrF/fK4YI9LIN1c0509tPUn8wRa3mCmrFQpEWJPLYGFrLFFMTYW1Ljj6VqW2Hw==",
|
"integrity": "sha512-QUaCNLq2/EC6G5ljOuFanl9Lgw6ZWp4co7rs4+KOMUzbGfA4Lq58FHRjjF9sVIG+93XSbo343MxFATrOU1qctA==",
|
||||||
"cpu": [
|
"cpu": [
|
||||||
"arm64"
|
"arm64"
|
||||||
],
|
],
|
||||||
@@ -346,9 +351,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@oxfmt/binding-linux-arm64-musl": {
|
"node_modules/@oxfmt/binding-linux-arm64-musl": {
|
||||||
"version": "0.60.0",
|
"version": "0.61.0",
|
||||||
"resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.60.0.tgz",
|
"resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.61.0.tgz",
|
||||||
"integrity": "sha512-2JMo3XPxMPx3hiqddSZYyaH+fKJm6cz0u8n1naYjP/CdOQOZW34i8lKBUfmbWiuFvd6KoYXLmhAyBuvojsYS7Q==",
|
"integrity": "sha512-S6uvJ6MXnRXl+zTs0CARNDvkE+cymj0EVWEKKsyKnlLlqTyQJBjw5s4D2pSIOZc+S46cy4STefzcr/sm0VzVPA==",
|
||||||
"cpu": [
|
"cpu": [
|
||||||
"arm64"
|
"arm64"
|
||||||
],
|
],
|
||||||
@@ -366,9 +371,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@oxfmt/binding-linux-ppc64-gnu": {
|
"node_modules/@oxfmt/binding-linux-ppc64-gnu": {
|
||||||
"version": "0.60.0",
|
"version": "0.61.0",
|
||||||
"resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-0.60.0.tgz",
|
"resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-0.61.0.tgz",
|
||||||
"integrity": "sha512-L3C+nBD13lr306tr/PjM3RMll+BVqgFrIgUyoeHuai5oueJrRLgO3j+GO5/Cbhtkf5PSlHYTI1JY7iqBd1qa6A==",
|
"integrity": "sha512-6VDlRcytvZG6UlSIdAFKDLbppo9tvPxrWzle6vHldYFMeuDPQEfMKrkwezp7FaBq1wik9ra554ZZeRPsyIkFpg==",
|
||||||
"cpu": [
|
"cpu": [
|
||||||
"ppc64"
|
"ppc64"
|
||||||
],
|
],
|
||||||
@@ -386,9 +391,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@oxfmt/binding-linux-riscv64-gnu": {
|
"node_modules/@oxfmt/binding-linux-riscv64-gnu": {
|
||||||
"version": "0.60.0",
|
"version": "0.61.0",
|
||||||
"resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.60.0.tgz",
|
"resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.61.0.tgz",
|
||||||
"integrity": "sha512-M4MsmvqlxFiPtSRGyBYQSZxchEf463AOyd+Dh4/9xDpjWBsRtDUTDMFN5EdHinjVK1/eDJQ8MLpcYjpYayaCnA==",
|
"integrity": "sha512-KkBTYbzExpbmn15XjKPLu2fRV2PVlq+KWt+brad5rwIa03vdYoaDRWiS7raHII/dCTR6Ro4UpYUCH4t6lif4WQ==",
|
||||||
"cpu": [
|
"cpu": [
|
||||||
"riscv64"
|
"riscv64"
|
||||||
],
|
],
|
||||||
@@ -406,9 +411,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@oxfmt/binding-linux-riscv64-musl": {
|
"node_modules/@oxfmt/binding-linux-riscv64-musl": {
|
||||||
"version": "0.60.0",
|
"version": "0.61.0",
|
||||||
"resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-riscv64-musl/-/binding-linux-riscv64-musl-0.60.0.tgz",
|
"resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-riscv64-musl/-/binding-linux-riscv64-musl-0.61.0.tgz",
|
||||||
"integrity": "sha512-OH+9UskYuxRB+GxqdGkVN8f5UpwhqG8YscNo1wl8+KJ62cd7wZdGga6iGLJIf8kibF1WBwvlfDUx3cez/VXwFg==",
|
"integrity": "sha512-69tzIq7sJLVB9dxYYtvMzcSSsnZHSO+U2U19O2RqDqgj6+Q4O7HjSXdaszbcgqzhsUwzSH7z5kWvk8nmf6BHTg==",
|
||||||
"cpu": [
|
"cpu": [
|
||||||
"riscv64"
|
"riscv64"
|
||||||
],
|
],
|
||||||
@@ -426,9 +431,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@oxfmt/binding-linux-s390x-gnu": {
|
"node_modules/@oxfmt/binding-linux-s390x-gnu": {
|
||||||
"version": "0.60.0",
|
"version": "0.61.0",
|
||||||
"resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.60.0.tgz",
|
"resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.61.0.tgz",
|
||||||
"integrity": "sha512-y7AAFutt9wFWBFOAn6+BHaV39usZmcr3YYH2385f+NHgPNpIF9HpqKp0jgUxPaUOCyG3oaX5VhJduL1Nw164rw==",
|
"integrity": "sha512-Oqi/N0OvtOVXsPKAOOhKgGH3msRYF8BLJaNBbWiupRiKoKVyc8JRKPCfarkQJC+RgP9U8raUKLe+bNwd0HUMiA==",
|
||||||
"cpu": [
|
"cpu": [
|
||||||
"s390x"
|
"s390x"
|
||||||
],
|
],
|
||||||
@@ -446,9 +451,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@oxfmt/binding-linux-x64-gnu": {
|
"node_modules/@oxfmt/binding-linux-x64-gnu": {
|
||||||
"version": "0.60.0",
|
"version": "0.61.0",
|
||||||
"resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.60.0.tgz",
|
"resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.61.0.tgz",
|
||||||
"integrity": "sha512-yKZ9+CXAI+1RO5nH/4Z/9M6DAsfOzd5bw/gtWk81KB4mpalMaRRSXfouc5/tHxazDmBek55HNPepNYBgaCew0Q==",
|
"integrity": "sha512-3TKwv/ed4uwJSemAA8P9XcoqETpjQI4waquF9UilhA9Mn/dhr1PdUEXWlL74mtc6ZNfmKPA9+NEJm01nRF8CVA==",
|
||||||
"cpu": [
|
"cpu": [
|
||||||
"x64"
|
"x64"
|
||||||
],
|
],
|
||||||
@@ -466,9 +471,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@oxfmt/binding-linux-x64-musl": {
|
"node_modules/@oxfmt/binding-linux-x64-musl": {
|
||||||
"version": "0.60.0",
|
"version": "0.61.0",
|
||||||
"resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-x64-musl/-/binding-linux-x64-musl-0.60.0.tgz",
|
"resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-x64-musl/-/binding-linux-x64-musl-0.61.0.tgz",
|
||||||
"integrity": "sha512-bCUGaF6hJOYnQzLJdHLZbvGsOd5oSvGAyJhPAKum2uyLYUuXmP8vqg690DWi2hqcnIoYpqSqCrjzE5aiUAgwQg==",
|
"integrity": "sha512-uFso4u4nLkVSlMCpgjyvWV60Gt7GvDQHnk1mmRxHIkZTMB0ljpUKwCD9FYGgN9H97x2wYl0UwEjgRZaPIuhEhw==",
|
||||||
"cpu": [
|
"cpu": [
|
||||||
"x64"
|
"x64"
|
||||||
],
|
],
|
||||||
@@ -486,9 +491,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@oxfmt/binding-openharmony-arm64": {
|
"node_modules/@oxfmt/binding-openharmony-arm64": {
|
||||||
"version": "0.60.0",
|
"version": "0.61.0",
|
||||||
"resolved": "https://registry.npmjs.org/@oxfmt/binding-openharmony-arm64/-/binding-openharmony-arm64-0.60.0.tgz",
|
"resolved": "https://registry.npmjs.org/@oxfmt/binding-openharmony-arm64/-/binding-openharmony-arm64-0.61.0.tgz",
|
||||||
"integrity": "sha512-GrUeZOvzP30ExxfCuQiyofuUGI+OmvAgFwOO5w5p9mGPlxcyuqI+6Sy9fAKFFfLQrqKYWFgc5sYA2Unj/29nPg==",
|
"integrity": "sha512-keGLkzeOvkMpNmPp4hffXWpfoSsY6e1K8++KXD4mSSfxdvM8q9QUDsYY689TB1k6Co832DZn1MnaaVx6cIBMWQ==",
|
||||||
"cpu": [
|
"cpu": [
|
||||||
"arm64"
|
"arm64"
|
||||||
],
|
],
|
||||||
@@ -503,9 +508,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@oxfmt/binding-win32-arm64-msvc": {
|
"node_modules/@oxfmt/binding-win32-arm64-msvc": {
|
||||||
"version": "0.60.0",
|
"version": "0.61.0",
|
||||||
"resolved": "https://registry.npmjs.org/@oxfmt/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.60.0.tgz",
|
"resolved": "https://registry.npmjs.org/@oxfmt/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.61.0.tgz",
|
||||||
"integrity": "sha512-WD4Q954kUl2TDJV/6q7UnE2rlKk047kXLJsr4bJ2mXRaAqNXcmV3nwKUsGCc3mz/jYDBnXtJEaBErJEybK8iQQ==",
|
"integrity": "sha512-VzsAISkFxmNhJ5LBDEL9VuH6tJsVJMtqYit2LyIUf/HLnsCe4Pg9SMOjjVQzGWt0bnpyfJ94CrqTqcpNZzK+ug==",
|
||||||
"cpu": [
|
"cpu": [
|
||||||
"arm64"
|
"arm64"
|
||||||
],
|
],
|
||||||
@@ -520,9 +525,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@oxfmt/binding-win32-ia32-msvc": {
|
"node_modules/@oxfmt/binding-win32-ia32-msvc": {
|
||||||
"version": "0.60.0",
|
"version": "0.61.0",
|
||||||
"resolved": "https://registry.npmjs.org/@oxfmt/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-0.60.0.tgz",
|
"resolved": "https://registry.npmjs.org/@oxfmt/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-0.61.0.tgz",
|
||||||
"integrity": "sha512-HqDekjr8JXzVDUP1YthDZ1Y3CBEcuZT4WX3B+1kaxj8CvZA8Y2YhcEsXqoSop3tVsgjACxjnFQFDkBo0r/jq1Q==",
|
"integrity": "sha512-xv4t7yzwJoYaLB6Zv28B3W+j7brEjsyv50rLTAQgmxJzddce9fAMCxed8dSAkbWES0zz2J29nYK5FaTuD2YBHg==",
|
||||||
"cpu": [
|
"cpu": [
|
||||||
"ia32"
|
"ia32"
|
||||||
],
|
],
|
||||||
@@ -537,9 +542,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@oxfmt/binding-win32-x64-msvc": {
|
"node_modules/@oxfmt/binding-win32-x64-msvc": {
|
||||||
"version": "0.60.0",
|
"version": "0.61.0",
|
||||||
"resolved": "https://registry.npmjs.org/@oxfmt/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.60.0.tgz",
|
"resolved": "https://registry.npmjs.org/@oxfmt/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.61.0.tgz",
|
||||||
"integrity": "sha512-tz78yhmGPKboTMHCHSaUqXK8JrmoSejgDcWeqAtg2s07ZGKQ3rH5Jn8NuXPGNG33CDbY2e9NoQWXIVEmKO21Rw==",
|
"integrity": "sha512-6EZXFkqOwxdDYjIn3TSNnPk3ST5E5GiYd4FiM6UF/mCL/LZSfr6D6UygTfW3R1PCQP2quCKpCEGRlij8E3VYbg==",
|
||||||
"cpu": [
|
"cpu": [
|
||||||
"x64"
|
"x64"
|
||||||
],
|
],
|
||||||
@@ -554,9 +559,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@rolldown/binding-android-arm64": {
|
"node_modules/@rolldown/binding-android-arm64": {
|
||||||
"version": "1.2.0",
|
"version": "1.2.1",
|
||||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.2.1.tgz",
|
||||||
"integrity": "sha512-9yB1l95IrJuNGDFdOYe79vdApdz6WWBCObE+rQ2LUliYUlcyFwSYIb2xb5/Ifw7dAtMy2ZqNyd8QTSOc7duAKw==",
|
"integrity": "sha512-02hOeOSryYxVrOIphmLAsqnCJWxwlzFk+pEt/N/i6OgT3lShHO7xGCU5cpgchRDHboAEbSjzgGh+O/u1GswQmA==",
|
||||||
"cpu": [
|
"cpu": [
|
||||||
"arm64"
|
"arm64"
|
||||||
],
|
],
|
||||||
@@ -571,9 +576,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@rolldown/binding-darwin-arm64": {
|
"node_modules/@rolldown/binding-darwin-arm64": {
|
||||||
"version": "1.2.0",
|
"version": "1.2.1",
|
||||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.2.1.tgz",
|
||||||
"integrity": "sha512-pexNaW9ACLUOaBITOpU6qVu4VrsOFIjTv6bzgu0YUATo4eUJx0V605PxwZfndpPOn0ilqGqvGQ0M8UW0IE24jg==",
|
"integrity": "sha512-fMsTOnN0OjFm3CyppWPitKnc8UlliVARUULW6cfU6AIqjdtgmSFWSk9vecHzZduv/yMWIHDlRhM1e8Iff9uAfA==",
|
||||||
"cpu": [
|
"cpu": [
|
||||||
"arm64"
|
"arm64"
|
||||||
],
|
],
|
||||||
@@ -588,9 +593,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@rolldown/binding-darwin-x64": {
|
"node_modules/@rolldown/binding-darwin-x64": {
|
||||||
"version": "1.2.0",
|
"version": "1.2.1",
|
||||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.2.1.tgz",
|
||||||
"integrity": "sha512-NqKYaq0355ZmNMG4QGpxtEDxsc7tGDhjhCm4PpE0cwnBW+5Il95LJyq414niEiaKLVjnVHBEjSo1wngKxJNiFw==",
|
"integrity": "sha512-1wjKdz/XLGKHaTNHjQveQ/B23TKx4ItAqm1JbyVuvNPc4Ze0Fb48s49TAd/2zcplPl8okE/UbTgmlVfwT7eFeQ==",
|
||||||
"cpu": [
|
"cpu": [
|
||||||
"x64"
|
"x64"
|
||||||
],
|
],
|
||||||
@@ -605,9 +610,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@rolldown/binding-freebsd-x64": {
|
"node_modules/@rolldown/binding-freebsd-x64": {
|
||||||
"version": "1.2.0",
|
"version": "1.2.1",
|
||||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.2.1.tgz",
|
||||||
"integrity": "sha512-3vPoHzh6eBTz9IbB0/qZdSr0Qeks2echn+I4cHu2joV74VriPDdldswksEDzrl1mBB+oPRi+67+3Ib59paxIPQ==",
|
"integrity": "sha512-Fa0jHR07E7YBN4vOEsbVf2briYNsuOowfLJaXULZM0ldMlaCaj2LJgLMbMe4iacRyZmvR8efFhgR9wKuGclQUg==",
|
||||||
"cpu": [
|
"cpu": [
|
||||||
"x64"
|
"x64"
|
||||||
],
|
],
|
||||||
@@ -622,9 +627,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@rolldown/binding-linux-arm-gnueabihf": {
|
"node_modules/@rolldown/binding-linux-arm-gnueabihf": {
|
||||||
"version": "1.2.0",
|
"version": "1.2.1",
|
||||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.2.1.tgz",
|
||||||
"integrity": "sha512-E6NNefZ1bUVmKJq2tJkf45J4Zyczj7qm9rUT7NY+Xo2474Y13qWAwc2tvBt0BAVbmtXR1llkxXg0Ou1jbDf2SQ==",
|
"integrity": "sha512-pzkgu1SSHGgRRyRZ4fbmSgmajbVt+epaLP99NDjFft69v/ypfTi6swBMiVdh2EkQ0OSnHE1lZDM7DRGkyAzUpA==",
|
||||||
"cpu": [
|
"cpu": [
|
||||||
"arm"
|
"arm"
|
||||||
],
|
],
|
||||||
@@ -639,9 +644,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@rolldown/binding-linux-arm64-gnu": {
|
"node_modules/@rolldown/binding-linux-arm64-gnu": {
|
||||||
"version": "1.2.0",
|
"version": "1.2.1",
|
||||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.2.1.tgz",
|
||||||
"integrity": "sha512-D+TgkdgM1vu+7/Fpf8+v0ARW+RXEP9Ccazgm8zQ4JFFd9Q7SrYQ2TakU5S5ihazQDgpKyAgZDOcIFsvoHmTZ8w==",
|
"integrity": "sha512-QI5SEDY8cbiYWHx0VO4vIc3UlS6a32vXHjU8Qy/17adEmZIPuByJg13UEvo9c/UCiUkdcVWY83C+b+JrwnNyUg==",
|
||||||
"cpu": [
|
"cpu": [
|
||||||
"arm64"
|
"arm64"
|
||||||
],
|
],
|
||||||
@@ -659,9 +664,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@rolldown/binding-linux-arm64-musl": {
|
"node_modules/@rolldown/binding-linux-arm64-musl": {
|
||||||
"version": "1.2.0",
|
"version": "1.2.1",
|
||||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.2.1.tgz",
|
||||||
"integrity": "sha512-wUqdwJBbAv0APN87GecstdMUtLjjNTs0hBALpxETD73mccFxdmt/XeizXDtN5RAlBwNKmI+Tg+blect2G+8IeQ==",
|
"integrity": "sha512-Sm41FyCeXqmYcERoYOCbGIL5hNfd8w9LQ7Y61Bev48HkcjaJqV/iiVOaiDxjVTRMS+QKrZmD8cfPt4uMVnvM+A==",
|
||||||
"cpu": [
|
"cpu": [
|
||||||
"arm64"
|
"arm64"
|
||||||
],
|
],
|
||||||
@@ -679,9 +684,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@rolldown/binding-linux-ppc64-gnu": {
|
"node_modules/@rolldown/binding-linux-ppc64-gnu": {
|
||||||
"version": "1.2.0",
|
"version": "1.2.1",
|
||||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.2.1.tgz",
|
||||||
"integrity": "sha512-9DtF35qR9/NrfhM4oxLplCzVVjE+KKm8Pjemi0i/sdhAWkUasjmSo8WTTubNJClhSHCfyk2yeyoXDQEDPtDAAw==",
|
"integrity": "sha512-2x+WhXTGl9yJYPbltW/BSEPTVz9OIWQyER4N+gJEDWkkn904eRcBzELqh/Hf7K0w/ubGbKNMv0ZC+94QK/IFEg==",
|
||||||
"cpu": [
|
"cpu": [
|
||||||
"ppc64"
|
"ppc64"
|
||||||
],
|
],
|
||||||
@@ -699,9 +704,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@rolldown/binding-linux-s390x-gnu": {
|
"node_modules/@rolldown/binding-linux-s390x-gnu": {
|
||||||
"version": "1.2.0",
|
"version": "1.2.1",
|
||||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.2.1.tgz",
|
||||||
"integrity": "sha512-RzuHrBh8X8Hntd2N4VR02QGEciq/9JhcZoTpR/Cee6otRrlILGCf3cg2ygHuih+ZebUnWmMrDX6ITI85btO6rQ==",
|
"integrity": "sha512-eEjmQpuRQayHPWWnywaWHkFT3ToPbP3RYy42VVd/B9aBGDA+Ol25EIWHxKQST3IiWJjikCWUF7KtbfqwZrzVwQ==",
|
||||||
"cpu": [
|
"cpu": [
|
||||||
"s390x"
|
"s390x"
|
||||||
],
|
],
|
||||||
@@ -719,9 +724,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@rolldown/binding-linux-x64-gnu": {
|
"node_modules/@rolldown/binding-linux-x64-gnu": {
|
||||||
"version": "1.2.0",
|
"version": "1.2.1",
|
||||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.2.1.tgz",
|
||||||
"integrity": "sha512-MK7L0018jjh1jR3mh21G2j1zAVcpscJBlPo2z19pRjv2XOYGRhaV4LyiD8HO6nCDdZln9IFgCMIV5yt4E3klGQ==",
|
"integrity": "sha512-/Orga1fZYkLc/56jBICcHrKchl8Z2UKdDSr3LG9ToWO1lQ6a4Livk9Xz+9WN91zsz5QR3XQz2NNoSDEvP6qadw==",
|
||||||
"cpu": [
|
"cpu": [
|
||||||
"x64"
|
"x64"
|
||||||
],
|
],
|
||||||
@@ -739,9 +744,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@rolldown/binding-linux-x64-musl": {
|
"node_modules/@rolldown/binding-linux-x64-musl": {
|
||||||
"version": "1.2.0",
|
"version": "1.2.1",
|
||||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.2.1.tgz",
|
||||||
"integrity": "sha512-gyrxLQ9NfGb/9LoVnC4kb9miUghw1mghnkfYvNHSnVIXriabnfgGPUP4RLcJm87q3KgYz4FYUG8IDiWUT+CpSw==",
|
"integrity": "sha512-xxBJRL+0q0Kce7orznGWLuylHDY65vuARXZRpX+hPdv+DqK2c3NlCsVA98tlWzWNEE7yPqA/1NQ5nnCrj49Y5A==",
|
||||||
"cpu": [
|
"cpu": [
|
||||||
"x64"
|
"x64"
|
||||||
],
|
],
|
||||||
@@ -759,9 +764,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@rolldown/binding-openharmony-arm64": {
|
"node_modules/@rolldown/binding-openharmony-arm64": {
|
||||||
"version": "1.2.0",
|
"version": "1.2.1",
|
||||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.2.1.tgz",
|
||||||
"integrity": "sha512-/6VFMQGRmrhP77KXDC+StIxGzcNp5JOIyYtw0CQ8gPlzhpiIRucYfoM5FaFamHd5BJYIdH86yfP46l1p3WdrFA==",
|
"integrity": "sha512-M6AdXIXw3s+/8XpKMzdGDEXGS1S7kwUsy+rcTIUIOx5Ge4nXKCtAFHFV9YKkXvGcC5WMoTjAteLzlsQROVI0Yw==",
|
||||||
"cpu": [
|
"cpu": [
|
||||||
"arm64"
|
"arm64"
|
||||||
],
|
],
|
||||||
@@ -776,28 +781,59 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@rolldown/binding-wasm32-wasi": {
|
"node_modules/@rolldown/binding-wasm32-wasi": {
|
||||||
"version": "1.2.0",
|
"version": "1.2.1",
|
||||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.2.1.tgz",
|
||||||
"integrity": "sha512-rwdbUL465kisF24WEJLvP3JrEG6E5GRuIHt5wpMwHGERtHe4Wm2CIvtf5gTBgr2tGOHKh5NdKEAFS2VkOPE91g==",
|
"integrity": "sha512-/TX0SoRGojHzSAHpfVBbavRVSazg5U3h3Y3VXfcc0cdugq6kxdqw8LPGFiPr+/7gE/60zRcsOY2Vi9b9eT0jww==",
|
||||||
"cpu": [
|
|
||||||
"wasm32"
|
|
||||||
],
|
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@emnapi/core": "1.11.2",
|
"@emnapi/core": "2.0.0-alpha.3",
|
||||||
"@emnapi/runtime": "1.11.2",
|
"@emnapi/runtime": "2.0.0-alpha.3",
|
||||||
"@napi-rs/wasm-runtime": "^1.1.6"
|
"@napi-rs/wasm-runtime": "^1.2.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^20.19.0 || >=22.12.0"
|
"node": "^20.19.0 || ^22.13.0 || >=23.5.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@rolldown/binding-wasm32-wasi/node_modules/@emnapi/core": {
|
||||||
|
"version": "2.0.0-alpha.3",
|
||||||
|
"resolved": "https://registry.npmjs.org/@emnapi/core/-/core-2.0.0-alpha.3.tgz",
|
||||||
|
"integrity": "sha512-AZypUeJ/yByuxyS7BlSNRDOMLMlROYtjYdIAuBmJssVz1UJDSeYxLrdizhXCFYhedC5bqd/ASy8EuNXbVVXp9g==",
|
||||||
|
"dev": true,
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"dependencies": {
|
||||||
|
"@emnapi/wasi-threads": "2.0.1",
|
||||||
|
"tslib": "^2.4.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@rolldown/binding-wasm32-wasi/node_modules/@emnapi/runtime": {
|
||||||
|
"version": "2.0.0-alpha.3",
|
||||||
|
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-2.0.0-alpha.3.tgz",
|
||||||
|
"integrity": "sha512-hFPAhMUjJD9BSyCANEISPOogeXC9Zo9ZQl7L6vKnaVsMkCtzznaW/naYypeyl0Gv5rYfWYsZbpixTMpjDJzQeA==",
|
||||||
|
"dev": true,
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"dependencies": {
|
||||||
|
"tslib": "^2.4.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@rolldown/binding-wasm32-wasi/node_modules/@emnapi/wasi-threads": {
|
||||||
|
"version": "2.0.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-2.0.1.tgz",
|
||||||
|
"integrity": "sha512-9DsSk+o5NBX0CCJT8s0EROGSGxjR/tKu6aBTaVyq+SjAEQH4XcdcRxPBRzsBLizTTJ49MJjF+jgu3qnO9GLQcQ==",
|
||||||
|
"dev": true,
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"dependencies": {
|
||||||
|
"tslib": "^2.4.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@rolldown/binding-win32-arm64-msvc": {
|
"node_modules/@rolldown/binding-win32-arm64-msvc": {
|
||||||
"version": "1.2.0",
|
"version": "1.2.1",
|
||||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.2.1.tgz",
|
||||||
"integrity": "sha512-+5suHwRiKGmhwyUaNT8a5QbrBvLFh2DbO910TEmGRH1aSxwrCezodvGQnulv4uiWEIv1Kq4ypRsJ5+O+ry1DiA==",
|
"integrity": "sha512-EvRrivJieyHG+AO9lleZWgq+g0+S7oV2C51yuqlcyU/R9net+sI4Pj0F+lUoP2bEr6TWX3SqFaaS0SzfLxSzkw==",
|
||||||
"cpu": [
|
"cpu": [
|
||||||
"arm64"
|
"arm64"
|
||||||
],
|
],
|
||||||
@@ -812,9 +848,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@rolldown/binding-win32-x64-msvc": {
|
"node_modules/@rolldown/binding-win32-x64-msvc": {
|
||||||
"version": "1.2.0",
|
"version": "1.2.1",
|
||||||
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.2.1.tgz",
|
||||||
"integrity": "sha512-WfFv6/qGufotqBSBzBYwgpCkJBk8Nj7697LL9vTz/XWc67e0r3oewu8iMRwQj3AUL45GVD7wVsPjCsAAtW66Wg==",
|
"integrity": "sha512-Z4eCmn5QJ/5+azF9knpLWKfVd9aidn0mAe9TpJgvBLId9Ax3t0+JVxBmT25Bv7NBbVW1TZyKjQjQReouMeH5UQ==",
|
||||||
"cpu": [
|
"cpu": [
|
||||||
"x64"
|
"x64"
|
||||||
],
|
],
|
||||||
@@ -1921,9 +1957,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/oxfmt": {
|
"node_modules/oxfmt": {
|
||||||
"version": "0.60.0",
|
"version": "0.61.0",
|
||||||
"resolved": "https://registry.npmjs.org/oxfmt/-/oxfmt-0.60.0.tgz",
|
"resolved": "https://registry.npmjs.org/oxfmt/-/oxfmt-0.61.0.tgz",
|
||||||
"integrity": "sha512-fViX6i+gJuZWY+jI/fnR6WRbRj70GZ9RlCd30MygJrHTUNc4DxvKHWw8vBjMjffv3PgU5qWDR0AzmojQByqaZA==",
|
"integrity": "sha512-DxdHBEMYpcEnHoUHjjOigUqV2TYKsvxLwUPXnVYBjgFdqrcQ/91OtwubtZ2PUodCs3sStI8R5Qw3fKNGK4e8wQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@@ -1939,25 +1975,25 @@
|
|||||||
"url": "https://github.com/sponsors/Boshen"
|
"url": "https://github.com/sponsors/Boshen"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"@oxfmt/binding-android-arm-eabi": "0.60.0",
|
"@oxfmt/binding-android-arm-eabi": "0.61.0",
|
||||||
"@oxfmt/binding-android-arm64": "0.60.0",
|
"@oxfmt/binding-android-arm64": "0.61.0",
|
||||||
"@oxfmt/binding-darwin-arm64": "0.60.0",
|
"@oxfmt/binding-darwin-arm64": "0.61.0",
|
||||||
"@oxfmt/binding-darwin-x64": "0.60.0",
|
"@oxfmt/binding-darwin-x64": "0.61.0",
|
||||||
"@oxfmt/binding-freebsd-x64": "0.60.0",
|
"@oxfmt/binding-freebsd-x64": "0.61.0",
|
||||||
"@oxfmt/binding-linux-arm-gnueabihf": "0.60.0",
|
"@oxfmt/binding-linux-arm-gnueabihf": "0.61.0",
|
||||||
"@oxfmt/binding-linux-arm-musleabihf": "0.60.0",
|
"@oxfmt/binding-linux-arm-musleabihf": "0.61.0",
|
||||||
"@oxfmt/binding-linux-arm64-gnu": "0.60.0",
|
"@oxfmt/binding-linux-arm64-gnu": "0.61.0",
|
||||||
"@oxfmt/binding-linux-arm64-musl": "0.60.0",
|
"@oxfmt/binding-linux-arm64-musl": "0.61.0",
|
||||||
"@oxfmt/binding-linux-ppc64-gnu": "0.60.0",
|
"@oxfmt/binding-linux-ppc64-gnu": "0.61.0",
|
||||||
"@oxfmt/binding-linux-riscv64-gnu": "0.60.0",
|
"@oxfmt/binding-linux-riscv64-gnu": "0.61.0",
|
||||||
"@oxfmt/binding-linux-riscv64-musl": "0.60.0",
|
"@oxfmt/binding-linux-riscv64-musl": "0.61.0",
|
||||||
"@oxfmt/binding-linux-s390x-gnu": "0.60.0",
|
"@oxfmt/binding-linux-s390x-gnu": "0.61.0",
|
||||||
"@oxfmt/binding-linux-x64-gnu": "0.60.0",
|
"@oxfmt/binding-linux-x64-gnu": "0.61.0",
|
||||||
"@oxfmt/binding-linux-x64-musl": "0.60.0",
|
"@oxfmt/binding-linux-x64-musl": "0.61.0",
|
||||||
"@oxfmt/binding-openharmony-arm64": "0.60.0",
|
"@oxfmt/binding-openharmony-arm64": "0.61.0",
|
||||||
"@oxfmt/binding-win32-arm64-msvc": "0.60.0",
|
"@oxfmt/binding-win32-arm64-msvc": "0.61.0",
|
||||||
"@oxfmt/binding-win32-ia32-msvc": "0.60.0",
|
"@oxfmt/binding-win32-ia32-msvc": "0.61.0",
|
||||||
"@oxfmt/binding-win32-x64-msvc": "0.60.0"
|
"@oxfmt/binding-win32-x64-msvc": "0.61.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"svelte": "^5.0.0",
|
"svelte": "^5.0.0",
|
||||||
@@ -2038,13 +2074,13 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/rolldown": {
|
"node_modules/rolldown": {
|
||||||
"version": "1.2.0",
|
"version": "1.2.1",
|
||||||
"resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.2.1.tgz",
|
||||||
"integrity": "sha512-u7tgm5l4Yw1iTqUL4EcYOAt7fFvCgQMLeidrnD4GALlC6aOznCjezYajgxeyKw27u0Q5N7fwgCzjVyPIWzwuBA==",
|
"integrity": "sha512-4FKJhg8d3OiyQOA6Q1Q0hoFFpW9/OoX+VsHzpECsdsIZoOArrAK90gl59YK/Z+gnDel45bgJZK03ozH/9bCqEw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@oxc-project/types": "=0.140.0",
|
"@oxc-project/types": "=0.142.0",
|
||||||
"@rolldown/pluginutils": "^1.0.0"
|
"@rolldown/pluginutils": "^1.0.0"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
@@ -2054,21 +2090,21 @@
|
|||||||
"node": "^20.19.0 || >=22.12.0"
|
"node": "^20.19.0 || >=22.12.0"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"@rolldown/binding-android-arm64": "1.2.0",
|
"@rolldown/binding-android-arm64": "1.2.1",
|
||||||
"@rolldown/binding-darwin-arm64": "1.2.0",
|
"@rolldown/binding-darwin-arm64": "1.2.1",
|
||||||
"@rolldown/binding-darwin-x64": "1.2.0",
|
"@rolldown/binding-darwin-x64": "1.2.1",
|
||||||
"@rolldown/binding-freebsd-x64": "1.2.0",
|
"@rolldown/binding-freebsd-x64": "1.2.1",
|
||||||
"@rolldown/binding-linux-arm-gnueabihf": "1.2.0",
|
"@rolldown/binding-linux-arm-gnueabihf": "1.2.1",
|
||||||
"@rolldown/binding-linux-arm64-gnu": "1.2.0",
|
"@rolldown/binding-linux-arm64-gnu": "1.2.1",
|
||||||
"@rolldown/binding-linux-arm64-musl": "1.2.0",
|
"@rolldown/binding-linux-arm64-musl": "1.2.1",
|
||||||
"@rolldown/binding-linux-ppc64-gnu": "1.2.0",
|
"@rolldown/binding-linux-ppc64-gnu": "1.2.1",
|
||||||
"@rolldown/binding-linux-s390x-gnu": "1.2.0",
|
"@rolldown/binding-linux-s390x-gnu": "1.2.1",
|
||||||
"@rolldown/binding-linux-x64-gnu": "1.2.0",
|
"@rolldown/binding-linux-x64-gnu": "1.2.1",
|
||||||
"@rolldown/binding-linux-x64-musl": "1.2.0",
|
"@rolldown/binding-linux-x64-musl": "1.2.1",
|
||||||
"@rolldown/binding-openharmony-arm64": "1.2.0",
|
"@rolldown/binding-openharmony-arm64": "1.2.1",
|
||||||
"@rolldown/binding-wasm32-wasi": "1.2.0",
|
"@rolldown/binding-wasm32-wasi": "1.2.1",
|
||||||
"@rolldown/binding-win32-arm64-msvc": "1.2.0",
|
"@rolldown/binding-win32-arm64-msvc": "1.2.1",
|
||||||
"@rolldown/binding-win32-x64-msvc": "1.2.0"
|
"@rolldown/binding-win32-x64-msvc": "1.2.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/semver": {
|
"node_modules/semver": {
|
||||||
|
|||||||
+2
-2
@@ -17,8 +17,8 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "24.13.3",
|
"@types/node": "24.13.3",
|
||||||
"@vitest/coverage-v8": "4.1.10",
|
"@vitest/coverage-v8": "4.1.10",
|
||||||
"oxfmt": "0.60.0",
|
"oxfmt": "0.61.0",
|
||||||
"rolldown": "1.2.0",
|
"rolldown": "1.2.1",
|
||||||
"typescript": "7.0.2",
|
"typescript": "7.0.2",
|
||||||
"vitest": "4.1.10"
|
"vitest": "4.1.10"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user