Skip to content

Commit 48cbaef

Browse files
chore(deps): upgrade rolldown to 1.0.0 and tsdown to 0.22.0 (#15788)
* chore(deps): upgrade rolldown to 1.0.0 and tsdown to 0.22.0 Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> * chore(deps): add temporary comment for minimumReleaseAgeExclude entries Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> * fix(deps): update generator-migrations build.mjs for tsdown 0.22.0 / rolldown 1.0.0 Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent dc12989 commit 48cbaef

3 files changed

Lines changed: 246 additions & 181 deletions

File tree

packages/generator-migrations/build.mjs

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,13 @@ async function buildPackage(config = {}) {
2424
sourcemap: true,
2525
clean: true,
2626
// Bundle all dependencies (including workspace dependencies) into the output
27-
noExternal: [/.*/],
28-
inlineOnly: false
27+
deps: {
28+
alwaysBundle: [/.*/]
29+
},
30+
// Shim type-only imports that rolldown cannot resolve as value exports
31+
inputOptions: {
32+
shimMissingExports: true
33+
}
2934
});
3035

3136
const outputPackageJson = {

0 commit comments

Comments
 (0)