Skip to content

Comments

release: v1.0.0-beta.48#6920

Merged
shulaoda merged 1 commit intomainfrom
release-v1.0.0-beta.48-1762785878
Nov 10, 2025
Merged

release: v1.0.0-beta.48#6920
shulaoda merged 1 commit intomainfrom
release-v1.0.0-beta.48-1762785878

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Nov 10, 2025

[1.0.0-beta.48] - 2025-11-10

💥 Breaking Changes

  • this.emitFile now respects chunkFileNames for chunk type
// rolldown.config.js
export default {
  output: {
    chunkFileNames: 'chunks/[name]-[hash].js'
  }
}

// In plugin
this.emitFile({
  type: 'chunk',
  id: './my-module.js'
});

// Before: Output might not follow chunkFileNames pattern
// After: Output follows 'chunks/[name]-[hash].js' pattern

Note: If you're using rolldown-plugin-dts, please upgrade to version >=0.17.5 to ensure compatibility with this change.

  • Deprecated top-level options removed

    • definetransform.define
    • injecttransform.inject
    • dropLabelstransform.dropLabels
    • keepNamesoutput.keepNames
    • profilerNamesoutput.generatedCode.profilerNames
  • Stable plugins moved from experimental

// Before
import { replacePlugin, esmExternalRequirePlugin } from 'rolldown/experimental';

// After
import { replacePlugin, esmExternalRequirePlugin } from 'rolldown/plugins';
  • RolldownBuild#scan is removed, now only available from rolldown/experimental
// Before: scan was a method on RolldownBuild
const build = await rolldown(config);
await build.scan();

// After: import scan from rolldown/experimental
import { scan } from 'rolldown/experimental';
await scan(config);

💥 BREAKING CHANGES

🚀 Features

🐛 Bug Fixes

🚜 Refactor

📚 Documentation

⚡ Performance

🧪 Testing

⚙️ Miscellaneous Tasks

@graphite-app
Copy link
Contributor

graphite-app bot commented Nov 10, 2025

How to use the Graphite Merge Queue

Add the label graphite: merge to this PR to add it to the merge queue.

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

@netlify
Copy link

netlify bot commented Nov 10, 2025

Deploy Preview for rolldown-rs ready!

Name Link
🔨 Latest commit e56b3c6
🔍 Latest deploy log https://app.netlify.com/projects/rolldown-rs/deploys/6911fa603664e300089e4694
😎 Deploy Preview https://deploy-preview-6920--rolldown-rs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@shulaoda shulaoda marked this pull request as draft November 10, 2025 14:47
@shulaoda shulaoda marked this pull request as ready for review November 10, 2025 15:02
@shulaoda shulaoda merged commit 6241d45 into main Nov 10, 2025
8 checks passed
@shulaoda shulaoda deleted the release-v1.0.0-beta.48-1762785878 branch November 10, 2025 15:03
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.

2 participants