Skip to content

Chore(deps): bump tsdown from 0.21.7 to 0.22.0#268

Merged
IzumiSy merged 4 commits into
mainfrom
dependabot/npm_and_yarn/tsdown-0.22.0
May 22, 2026
Merged

Chore(deps): bump tsdown from 0.21.7 to 0.22.0#268
IzumiSy merged 4 commits into
mainfrom
dependabot/npm_and_yarn/tsdown-0.22.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 18, 2026

Copy link
Copy Markdown
Contributor

Bumps tsdown from 0.21.7 to 0.22.0.

Release notes

Sourced from tsdown's releases.

v0.22.0

   🚨 Breaking Changes

   🚀 Features

   🐞 Bug Fixes

🔄 Migration Guide

Node.js version

Upgrade to Node.js 22.18.0 or later. Bun and Deno remain supported (experimental).

unrun is no longer bundled

If your environment relies on the unrun config loader (i.e. you're on a Node version without native TypeScript support and use the default auto loader), install it manually:

npm i -D unrun
# or, alternatively, the new tsx loader:
npm i -D tsx

If you use Node.js 22.18.0+ with native TypeScript support, no change is needed — the auto loader will pick native.

dts auto-enabled from tsconfig

If your tsconfig.json has compilerOptions.declaration: true but you do not want tsdown to emit .d.ts files, opt out explicitly:

// tsdown.config.ts
export default defineConfig({
  dts: false,
})

exports.bin auto-detection

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added the dependencies Dependency updates by Renovate label May 18, 2026
@IzumiSy IzumiSy force-pushed the dependabot/npm_and_yarn/tsdown-0.22.0 branch 2 times, most recently from 33d2a61 to d317e70 Compare May 22, 2026 06:02
@pkg-pr-new

pkg-pr-new Bot commented May 22, 2026

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/@tailor-platform/app-shell@268
npm i https://pkg.pr.new/@tailor-platform/app-shell-sdk-plugin@268
npm i https://pkg.pr.new/@tailor-platform/app-shell-vite-plugin@268

commit: 7216278

@IzumiSy

IzumiSy commented May 22, 2026

Copy link
Copy Markdown
Contributor

@copilot update some package.json that still don't use pnpm catalogs to use catalogs.

Copilot AI commented May 22, 2026

Copy link
Copy Markdown
Contributor

@copilot update some package.json that still don't use pnpm catalogs to use catalogs.

Updated only the tsdown dependency to use pnpm catalog references in the remaining package manifests (packages/sdk-plugin/package.json and packages/vite-plugin/package.json) and synced pnpm-lock.yaml accordingly in 4d05030.

Copilot AI requested a review from IzumiSy May 22, 2026 06:08
dependabot Bot and others added 3 commits May 22, 2026 15:14
Bumps [tsdown](https://github.com/rolldown/tsdown) from 0.21.7 to 0.22.0.
- [Release notes](https://github.com/rolldown/tsdown/releases)
- [Commits](rolldown/tsdown@v0.21.7...v0.22.0)

---
updated-dependencies:
- dependency-name: tsdown
  dependency-version: 0.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@IzumiSy IzumiSy force-pushed the dependabot/npm_and_yarn/tsdown-0.22.0 branch from 4d05030 to 988419b Compare May 22, 2026 06:14
The test was racing against the async navigation loader. The waitFor
now retries until the sidebar link actually renders instead of passing
early when the route component text appears.
@IzumiSy IzumiSy force-pushed the dependabot/npm_and_yarn/tsdown-0.22.0 branch from c37b33c to 7216278 Compare May 22, 2026 06:30
@IzumiSy IzumiSy merged commit 1c01670 into main May 22, 2026
5 checks passed
@IzumiSy IzumiSy deleted the dependabot/npm_and_yarn/tsdown-0.22.0 branch May 22, 2026 06:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates by Renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants