chore: bump tsdown, tsgo and typescript-eslint - #1332
Merged
Merged
Conversation
- migrate `dts.oxc: true` to `dts.generator: 'oxc'` (required by tsdown 0.23) - regenerate api-surface snapshots: rolldown-plugin-dts 0.28 emits inline `export declare`, keeps namespace re-exports, and inlines smol-toml's declarations into `sv-utils` (d.mts 39.9 kB -> 46.9 kB)
|
Install the latest version of pnx https://pkg.svelte.dev/sv/c/5be6b831a86957761fcdbfa8b73e6677f630991d createOpen in |
|
manuel3108
approved these changes
Sep 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Build tooling only, no runtime change:
tsdown0.22 → 0.23, which requiresdts.oxc: true→dts.generator: 'oxc'typescript-eslint8.70.typescriptstays on 6.0.3:typescript-eslintstill peers on<6.1.0, so TS 7 isn't an option yetrolldown-plugin-dts0.28 emits inlineexport declareand inlinessmol-tomlintosv-utils(index.d.mts39.9 kB → 46.9 kB). The generator also no longer leaves a blank line behind when it strips jsdocThis is groundwork for typing add-on options at the API level (
dependsOn('tailwindcss', { plugins: [] }), #1219), which needs an up-to-date dts pipeline.Checklist