91420fe7f38bb2173c38ab77fe2442067042b59a
3 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
a366444ba0 |
chore(deps): update all non-major dependencies (#64)
CD / Release (push) Successful in 3s
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> |
||
|
|
7b3ec98d69 |
chore(deps): update all non-major dependencies (#50)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@vitest/coverage-v8](https://vitest.dev/guide/coverage) ([source](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8)) | [`4.1.9` → `4.1.10`](https://renovatebot.com/diffs/npm/@vitest%2fcoverage-v8/4.1.9/4.1.10) |  |  | | [oxfmt](https://oxc.rs/docs/guide/usage/formatter) ([source](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt)) | [`0.56.0` → `0.58.0`](https://renovatebot.com/diffs/npm/oxfmt/0.56.0/0.58.0) |  |  | | [rolldown](https://rolldown.rs/) ([source](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown)) | [`1.1.3` → `1.1.4`](https://renovatebot.com/diffs/npm/rolldown/1.1.3/1.1.4) |  |  | | [vitest](https://vitest.dev) ([source](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest)) | [`4.1.9` → `4.1.10`](https://renovatebot.com/diffs/npm/vitest/4.1.9/4.1.10) |  |  | --- ### Release Notes <details> <summary>vitest-dev/vitest (@​vitest/coverage-v8)</summary> ### [`v4.1.10`](https://github.com/vitest-dev/vitest/releases/tag/v4.1.10) [Compare Source](https://github.com/vitest-dev/vitest/compare/v4.1.9...v4.1.10) ##### 🐞 Bug Fixes - **browser**: Check fs access in builtin commands \[backport to v4] - by [@​hi-ogawa](https://github.com/hi-ogawa), **Hiroshi Ogawa** and **OpenCode (claude-opus-4-8)** in [#​10680](https://github.com/vitest-dev/vitest/issues/10680) [<samp>(5c18d)</samp>](https://github.com/vitest-dev/vitest/commit/5c18dd267) - **vm**: Fix external module resolve error with deps optimizer query for encoded URI \[backport to v4] - by [@​SveLil](https://github.com/SveLil) and [@​hi-ogawa](https://github.com/hi-ogawa) in [#​10661](https://github.com/vitest-dev/vitest/issues/10661) [<samp>(bae52)</samp>](https://github.com/vitest-dev/vitest/commit/bae52b511) ##### [View changes on GitHub](https://github.com/vitest-dev/vitest/compare/v4.1.9...v4.1.10) </details> <details> <summary>oxc-project/oxc (oxfmt)</summary> ### [`v0.58.0`](https://github.com/oxc-project/oxc/compare/oxfmt_v0.57.0...oxfmt_v0.58.0) [Compare Source](https://github.com/oxc-project/oxc/compare/oxfmt_v0.57.0...oxfmt_v0.58.0) ### [`v0.57.0`](https://github.com/oxc-project/oxc/compare/oxfmt_v0.56.0...oxfmt_v0.57.0) [Compare Source](https://github.com/oxc-project/oxc/compare/oxfmt_v0.56.0...oxfmt_v0.57.0) </details> <details> <summary>rolldown/rolldown (rolldown)</summary> ### [`v1.1.4`](https://github.com/rolldown/rolldown/blob/HEAD/CHANGELOG.md#114---2026-07-01) [Compare Source](https://github.com/rolldown/rolldown/compare/v1.1.3...v1.1.4) ##### 🚀 Features - disable `experimental.lazyBarrel` by default ([#​10071](https://github.com/rolldown/rolldown/issues/10071)) by [@​shulaoda](https://github.com/shulaoda) ##### 🐛 Bug Fixes - dev: disable lazy barrel in dev mode ([#​10060](https://github.com/rolldown/rolldown/issues/10060)) by [@​shulaoda](https://github.com/shulaoda) - generate: keep full JSON interface under preserveModules namespa… ([#​10056](https://github.com/rolldown/rolldown/issues/10056)) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY) - check finalize\_other\_specifiers in its own Debug attribute ([#​10032](https://github.com/rolldown/rolldown/issues/10032)) by [@​shulaoda](https://github.com/shulaoda) - serialize the KeepAssign unused minify option as "keep\_assign" ([#​10031](https://github.com/rolldown/rolldown/issues/10031)) by [@​shulaoda](https://github.com/shulaoda) - keep fragments after the newline fragment in MagicString::last\_line ([#​10023](https://github.com/rolldown/rolldown/issues/10023)) by [@​shulaoda](https://github.com/shulaoda) - generate: undeclared JSON named exports under preserveModules ([#​10020](https://github.com/rolldown/rolldown/issues/10020)) ([#​10027](https://github.com/rolldown/rolldown/issues/10027)) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY) - deconflict: rename CJS-wrapped locals that shadow chunk-root bindings ([#​9921](https://github.com/rolldown/rolldown/issues/9921)) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY) - rolldown: keep entry facade when a shared chunk holds another entry's module ([#​9997](https://github.com/rolldown/rolldown/issues/9997)) by [@​hyf0](https://github.com/hyf0) - treeshake: also bail JSON default split when the object escapes ([#​9996](https://github.com/rolldown/rolldown/issues/9996)) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY) - don't classify await in a strict-mode function as top-level await ([#​9987](https://github.com/rolldown/rolldown/issues/9987)) by [@​shulaoda](https://github.com/shulaoda) - avoid spurious leading newline in addon hooks (banner/footer/intro/outro) ([#​9989](https://github.com/rolldown/rolldown/issues/9989)) by [@​shulaoda](https://github.com/shulaoda) - handle JSON default mutation bailouts ([#​9972](https://github.com/rolldown/rolldown/issues/9972)) by [@​TheAlexLichter](https://github.com/TheAlexLichter) - plugin: make lazy hook metadata enumerable ([#​9991](https://github.com/rolldown/rolldown/issues/9991)) by [@​TheAlexLichter](https://github.com/TheAlexLichter) - dev: make init errors in lazy-compiled modules catchable ([#​9981](https://github.com/rolldown/rolldown/issues/9981)) by [@​h-a-n-a](https://github.com/h-a-n-a) - treeshake: keep computed-key side effects on namespace member access ([#​9986](https://github.com/rolldown/rolldown/issues/9986)) by [@​shulaoda](https://github.com/shulaoda) - binding: validate replace plugin delimiters length instead of panicking ([#​9984](https://github.com/rolldown/rolldown/issues/9984)) by [@​shulaoda](https://github.com/shulaoda) - reconstruct nested rest patterns in into\_expression ([#​9980](https://github.com/rolldown/rolldown/issues/9980)) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY) - reconstruct rest patterns as spread in into\_expression ([#​9976](https://github.com/rolldown/rolldown/issues/9976)) by [@​shulaoda](https://github.com/shulaoda) - preserve export keyword on multi-declarator exports under keepNames ([#​9974](https://github.com/rolldown/rolldown/issues/9974)) by [@​shulaoda](https://github.com/shulaoda) - deterministically keep the shortest name for deduplicated assets ([#​9948](https://github.com/rolldown/rolldown/issues/9948)) by [@​x1024](https://github.com/x1024) - treeshake: apply @​**NO\_SIDE\_EFFECTS** to cross-chunk namespace calls ([#​9960](https://github.com/rolldown/rolldown/issues/9960)) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY) ##### 🚜 Refactor - drop redundant program scope enter/leave in finalizer ([#​10049](https://github.com/rolldown/rolldown/issues/10049)) by [@​shulaoda](https://github.com/shulaoda) - deconflict: extract collect\_chunk\_scope\_captured\_names ([#​10006](https://github.com/rolldown/rolldown/issues/10006)) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY) - unify pre-scan multi-declarator split into one decision site ([#​9982](https://github.com/rolldown/rolldown/issues/9982)) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY) - common: return bool from SymbolRef::is\_not\_reassigned ([#​9962](https://github.com/rolldown/rolldown/issues/9962)) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY) ##### 📚 Documentation - rolldown: remove outdated comment for removing parenthesized expression ([#​10062](https://github.com/rolldown/rolldown/issues/10062)) by [@​Dunqing](https://github.com/Dunqing) - use GitHub-flavored alert for Etiquette note in contribution guide ([#​10012](https://github.com/rolldown/rolldown/issues/10012)) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY) - replace: explain the delimiters left and right boundaries ([#​9985](https://github.com/rolldown/rolldown/issues/9985)) by [@​shulaoda](https://github.com/shulaoda) - ast-mutation: remove stale Address Use section after pre-scan refactor ([#​9983](https://github.com/rolldown/rolldown/issues/9983)) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY) - remove fathom ([#​9968](https://github.com/rolldown/rolldown/issues/9968)) by [@​mdong1909](https://github.com/mdong1909) - contribution-guide: code-format main branch references ([#​9966](https://github.com/rolldown/rolldown/issues/9966)) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY) - contribution-guide: fix stale REPL note and tidy wording ([#​9957](https://github.com/rolldown/rolldown/issues/9957)) by [@​hyf0](https://github.com/hyf0) - contribution-guide: clarify when to discuss before opening a PR ([#​9955](https://github.com/rolldown/rolldown/issues/9955)) by [@​hyf0](https://github.com/hyf0) ##### ⚡ Performance - disable preserve\_parens across all parse paths ([#​10057](https://github.com/rolldown/rolldown/issues/10057)) by [@​Dunqing](https://github.com/Dunqing) - common: inline declared\_symbols with SmallVec ([#​9920](https://github.com/rolldown/rolldown/issues/9920)) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY) - common: pack TaggedSymbolRef into 8 bytes ([#​9919](https://github.com/rolldown/rolldown/issues/9919)) by [@​IWANABETHATGUY](https://github.com/IWANABETHATGUY) - sourcemap: skip newline scan on the no-sourcemap join fast path ([#​9936](https://github.com/rolldown/rolldown/issues/9936)) by [@​Boshen](https://github.com/Boshen) ##### 🧪 Testing - dev: error in lazy module should be catchable ([#​9975](https://github.com/rolldown/rolldown/issues/9975)) by [@​sapphi-red](https://github.com/sapphi-red) - dev: reject unknown lazy compile modules ([#​9969](https://github.com/rolldown/rolldown/issues/9969)) by [@​sapphi-red](https://github.com/sapphi-red) ##### ⚙️ Miscellaneous Tasks - deps: update actions/cache action to v6 ([#​10001](https://github.com/rolldown/rolldown/issues/10001)) by [@​renovate](https://github.com/renovate)\[bot] - trigger vite ecosystem-ci from PR comments ([#​10058](https://github.com/rolldown/rolldown/issues/10058)) by [@​shulaoda](https://github.com/shulaoda) - deps: update napi to v3.10.0 ([#​10063](https://github.com/rolldown/rolldown/issues/10063)) by [@​renovate](https://github.com/renovate)\[bot] - remove unused From impl for RolldownLabelSpan ([#​10055](https://github.com/rolldown/rolldown/issues/10055)) by [@​shulaoda](https://github.com/shulaoda) - remove dead Diagnostic::with\_kind method ([#​10054](https://github.com/rolldown/rolldown/issues/10054)) by [@​shulaoda](https://github.com/shulaoda) - remove unused StatementExt methods ([#​10053](https://github.com/rolldown/rolldown/issues/10053)) by [@​shulaoda](https://github.com/shulaoda) - remove unused ExpressionExt methods ([#​10052](https://github.com/rolldown/rolldown/issues/10052)) by [@​shulaoda](https://github.com/shulaoda) - remove commented-out re\_export\_all\_names field ([#​10051](https://github.com/rolldown/rolldown/issues/10051)) by [@​shulaoda](https://github.com/shulaoda) - deps: update pnpm to v11.9.0 ([#​10047](https://github.com/rolldown/rolldown/issues/10047)) by [@​renovate](https://github.com/renovate)\[bot] - remove the unused BindingGenerateHmrPatchReturn napi type ([#​10034](https://github.com/rolldown/rolldown/issues/10034)) by [@​shulaoda](https://github.com/shulaoda) - remove the dead inline\_entry\_chunk\_wrapping scaffolding ([#​10037](https://github.com/rolldown/rolldown/issues/10037)) by [@​shulaoda](https://github.com/shulaoda) - deps: bump oxc\_resolver to 11.22.0 ([#​10045](https://github.com/rolldown/rolldown/issues/10045)) by [@​Boshen](https://github.com/Boshen) - remove never-constructed MatchImportKind::\_Ignore variant ([#​10041](https://github.com/rolldown/rolldown/issues/10041)) by [@​shulaoda](https://github.com/shulaoda) - remove the unused ScheduledBuild napi struct ([#​10033](https://github.com/rolldown/rolldown/issues/10033)) by [@​shulaoda](https://github.com/shulaoda) - remove dead compute\_hmr\_update\_single method ([#​10040](https://github.com/rolldown/rolldown/issues/10040)) by [@​shulaoda](https://github.com/shulaoda) - drop the redundant visited.insert in manual code splitting ([#​10038](https://github.com/rolldown/rolldown/issues/10038)) by [@​shulaoda](https://github.com/shulaoda) - remove the dead output\_assets vector in render\_chunk\_to\_assets ([#​10036](https://github.com/rolldown/rolldown/issues/10036)) by [@​shulaoda](https://github.com/shulaoda) - remove the unused From<String>/Display impls for BindingLogLevel ([#​10035](https://github.com/rolldown/rolldown/issues/10035)) by [@​shulaoda](https://github.com/shulaoda) - deps: upgrade oxc to 0.138.0 and migrate to per-type AST construction ([#​10018](https://github.com/rolldown/rolldown/issues/10018)) by [@​shulaoda](https://github.com/shulaoda) - deps: update rust crates ([#​9911](https://github.com/rolldown/rolldown/issues/9911)) by [@​renovate](https://github.com/renovate)\[bot] - deps: update test262 submodule for tests ([#​10016](https://github.com/rolldown/rolldown/issues/10016)) by [@​rolldown-guard](https://github.com/rolldown-guard)\[bot] - deps: update github actions ([#​9999](https://github.com/rolldown/rolldown/issues/9999)) by [@​renovate](https://github.com/renovate)\[bot] - deps: update npm packages ([#​10000](https://github.com/rolldown/rolldown/issues/10000)) by [@​renovate](https://github.com/renovate)\[bot] ##### ◀️ Revert - "fix(plugin): make lazy hook metadata enumerable ([#​9991](https://github.com/rolldown/rolldown/issues/9991))" ([#​10005](https://github.com/rolldown/rolldown/issues/10005)) by [@​shulaoda](https://github.com/shulaoda) ##### ❤️ New Contributors - [@​x1024](https://github.com/x1024) made their first contribution in [#​9948](https://github.com/rolldown/rolldown/pull/9948) </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](undefined) 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yMzMuNCIsInVwZGF0ZWRJblZlciI6IjQzLjIzMy40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBzIiwibnBtIl19--> Reviewed-on: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action/pulls/50 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> |
||
|
|
30070f7f9c |
refactor: to node action (#47)
CD / Release (push) Successful in 33s
Refactoring the action from a composite to Node action. This change improves security through pinning of packages as well as better test-ability and error handling. Reviewed-on: #47 Co-authored-by: Timo Behrendt <t.behrendt@t00n.de> Co-committed-by: Timo Behrendt <t.behrendt@t00n.de> |