Skip to content

Comments

release: v1.0.0-beta.44#6640

Merged
shulaoda merged 1 commit intomainfrom
release-v1.0.0-beta.44-1760937765
Oct 20, 2025
Merged

release: v1.0.0-beta.44#6640
shulaoda merged 1 commit intomainfrom
release-v1.0.0-beta.44-1760937765

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Oct 20, 2025

[1.0.0-beta.44] - 2025-10-20

💥 Breaking Changes

  • Top-level jsx removed, use transform.jsx instead
  • output.minifyInternalExports now enabled by default

🎯 Enhanced Tree-Shaking

  • JSON default imports are now tree-shakeable
// config.json
{
"apiUrl": "[https://api.example.com](https://api.example.com/)",
"timeout": 5000,
"retries": 3,
"debug": false
}

// main.js
// Before: Entire JSON was included in bundle
import config from './config.json';
console.log(config.apiUrl);

// After: Only the used property is included
// Bundle now contains just the apiUrl value
  • Built-in typed array constructors (new Uint8Array(), new Int32Array(), etc.) marked as pure

⚙️ Configuration Improvements

  • Support output.cleanDir option
  • Deprecated some top-level options
    • definetransform.define
    • injecttransform.inject
    • dropLabelstransform.dropLabels
    • keepNamesoutput.keepNames
    • profilerNamesoutput.generatedCode.profilerNames

💥 BREAKING CHANGES

🚀 Features

🐛 Bug Fixes

🚜 Refactor

📚 Documentation

⚡ Performance

🧪 Testing

⚙️ Miscellaneous Tasks

❤️ New Contributors

@graphite-app
Copy link
Contributor

graphite-app bot commented Oct 20, 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.

@socket-security
Copy link

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addedutil-deprecate@​1.0.21001008377100
Addedunified@​11.0.510010010080100
Addedtinyexec@​1.0.19910010080100
Addedtypescript@​5.9.3100100909990

View full report

@netlify
Copy link

netlify bot commented Oct 20, 2025

Deploy Preview for rolldown-rs ready!

Name Link
🔨 Latest commit b5394a5
🔍 Latest deploy log https://app.netlify.com/projects/rolldown-rs/deploys/68f5c72fe11c14000843bf8d
😎 Deploy Preview https://deploy-preview-6640--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 merged commit 3040a73 into main Oct 20, 2025
9 checks passed
@shulaoda shulaoda deleted the release-v1.0.0-beta.44-1760937765 branch October 20, 2025 06:20
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