Skip to content

feat(infra): migrate to tsdown - #7513

Open
arndom wants to merge 10 commits into
refinedev:mainfrom
arndom:feat/infra/tsdown-migration
Open

feat(infra): migrate to tsdown#7513
arndom wants to merge 10 commits into
refinedev:mainfrom
arndom:feat/infra/tsdown-migration

Conversation

@arndom

@arndom arndom commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

PR Checklist

Please check if your PR fulfills the following requirements:

Bugs / Features

What is the current behavior?

N/A

What is the new behavior?

N/A

resolves #6969

Notes for reviewers

  • All packages were built successsfully and I ran some examples that spun up localhost without issue
    • I did face an issue where I had to run an example like this
       NODE_OPTIONS="--max-old-space-size=8192" pnpm dev --scope base-antd   
    • I am unsure if the issue is with my system or some underlying problem after the migration.
  • Aside from the above, to the best of my knowledge, the triggered GH actions would be the next test to verify the migration's success.

arndom added 5 commits July 30, 2026 17:07
…uild

- rolldown enforces isolated module transpilation
- put explicit type in re-exports
- put explicit type in entrypoint re-exports
- handle css bundling
- ensure declaration sourcemaps are generated in some pkgs
- prevent dayjs dependency from being bundled
@changeset-bot

changeset-bot Bot commented Jul 31, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 2722cc5

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 35 packages
Name Type
create-refine-app Minor
@refinedev/devtools-internal Minor
@refinedev/devtools-server Minor
@refinedev/devtools-shared Minor
@refinedev/react-hook-form Minor
@refinedev/nextjs-router Minor
@refinedev/nestjs-query Minor
@refinedev/nestjsx-crud Minor
@refinedev/react-router Minor
@refinedev/remix-router Minor
@refinedev/devtools-ui Minor
@refinedev/react-table Minor
@refinedev/simple-rest Minor
@refinedev/inferencer Minor
@refinedev/chakra-ui Minor
@refinedev/refine-ui Minor
@refinedev/strapi-v4 Minor
@refinedev/airtable Minor
@refinedev/appwrite Minor
@refinedev/devtools Major
@refinedev/supabase Minor
@refinedev/ui-tests Minor
@refinedev/ui-types Minor
@refinedev/graphql Minor
@refinedev/mantine Minor
@refinedev/hasura Minor
@refinedev/medusa Minor
@refinedev/strapi Minor
@refinedev/ably Minor
@refinedev/antd Minor
@refinedev/core Minor
@refinedev/kbar Minor
@refinedev/rest Minor
@refinedev/cli Minor
@refinedev/mui Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

arndom added 5 commits July 31, 2026 15:01
cy.vist resets auth0 cache, causing auth check to fail
- chakra avatar component doesnt render with src attribute while image loads
- headless is optimised so not enough time for image to load
- For details, see: `ignoreFallback Prop` docs: https://v2.chakra-ui.com/docs/components/avatar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Infra] Migrate to tsdown

1 participant