Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 22, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rolldown (source) 1.0.0-beta.4 -> 1.0.0-beta.19 age adoption passing confidence

Release Notes

rolldown/rolldown (rolldown)

v1.0.0-beta.19

Compare Source

🚀 Features
🐛 Bug Fixes
🚜 Refactor
📚 Documentation
⚙️ Miscellaneous Tasks
❤️ New Contributors

v1.0.0-beta.18

Compare Source

🚀 Features
🐛 Bug Fixes
🚜 Refactor
  • debug: remove extra mechanism for passing session_id and unnecessary passing of spans (#​5001) by @​hyf0
📚 Documentation
⚙️ Miscellaneous Tasks

v1.0.0-beta.17

Compare Source

🚀 Features
  • binding: feat(binding): always use the same BindingBundler to create BindingBundlerImpl for the same RolldownBuild by @​hyf0 in #​4985
  • debug: feat(debug): cache large string by @​hyf0 in #​4882
  • feat: make require('./foo.json') work as expected even if the json is transformed to JS by a custom plugin by @​IWANABETHATGUY in #​4984
  • feat: add diagnostic for multiple entries with UMD/IIFE formats by @​shulaoda in #​4954
🐛 Bug Fixes
💼 Other
🚜 Refactor
  • binding: refactor(binding): rename Bundler to BindingBundleImpl by @​hyf0 in #​4983
  • rolldown: refactor(rolldown): migrate to ESM package by @​sxzz in #​4959
📚 Documentation
🧪 Testing
  • test: place empty package.json to prevent all files to be treated as node mode by @​sapphi-red in #​4979
⚙️ Miscellaneous Tasks
❤️ New Contributors

v1.0.0-beta.16

Compare Source

🚀 Features
🐛 Bug Fixes
🚜 Refactor
📚 Documentation
🧪 Testing
⚙️ Miscellaneous Tasks

v1.0.0-beta.15

Compare Source

🚀 Features
🐛 Bug Fixes
🧪 Testing
⚙️ Miscellaneous Tasks

v1.0.0-beta.14

Compare Source

💥 BREAKING CHANGES
🚀 Features
  • strictExecutionOrder: feat(strictExecutionOrder): no need to generate plain chunk imports for addressing side effects by @​hyf0 in #​4890
  • feat: make wasm fallback plugin callable in node by @​shulaoda in #​4885
  • rolldown_plugin_module_preload_polyfill: feat(rolldown_plugin_module_preload_polyfill): align with rolldown-vite by @​shulaoda in #​4884
  • attachDebugInfo: feat(attachDebugInfo): improve format and distinguish dynamic entries by @​hyf0 in #​4861
🐛 Bug Fixes
🚜 Refactor
📚 Documentation
🧪 Testing
⚙️ Miscellaneous Tasks
◀️ Revert
  • revert: "refactor(rolldown_plugin_load_fallback): align with rolldown-vite" by @​shulaoda in #​4868

v1.0.0-beta.13

Compare Source

🚀 Features
🐛 Bug Fixes
  • ci: disable generate_release_notes by @​Boshen
📚 Documentation
  • docs: add MAINTENANCE.md; remove rolldown.rs/contrib-guide/release by @​Boshen in #​4854
⚙️ Miscellaneous Tasks
  • add input description to prepare-release.yml by @​Boshen
  • fix prepare-release.yml by @​Boshen
  • CHANGELOG.md: ci(CHANGELOG.md): use git-cliff to generate changelogs by @​Boshen in #​4858

v1.0.0-beta.12

Compare Source

Features
Bug Fixes

v1.0.0-beta.11

Compare Source

Features
Bug Fixes

v1.0.0-beta.10

Compare Source

⚠ BREAKING CHANGES
  • "feat!: always make the default value of platform as browser" (#​4720)
  • resolve: add module to resolve conditions by default (#​4703)
  • types/resolve: use literal 'import-statement' to refer to static import statements instead of 'import' (#​4689)
  • rust: merge target option into transform (#​4665)
  • rust: merge jsx option into transform (#​4654)
  • always make the default value of platform as browser (#​4611)
Features
Bug Fixes
Performance Improvements
Reverts
  • "feat!: always make the default value of platform as browser" (#​4720) (4021325), closes rolldown/rolldown#4611
  • "refactor(rolldown_sourcemap): remove unused SourceJoiner[#prepend](https://redirect.github.com/rolldown/rolldown/issues/prepend)_source" (#​4632) (719ec89), closes rolldown/rolldown#4431
  • feat(on_demand_wrapping): don't wrap modules that don't rely on others and have side effect [#​4670](https://redirect.github.com/rolldown/rolldown/issues/4670) (#​4686) (8a77ce9)

v1.0.0-beta.9

Compare Source

⚠ BREAKING CHANGES
  • rolldown: update to [email protected] to refine printing comments (#​4562)
  • align directive rendering with esbuild (#​4557)
  • don't expose And class in pluginutils (#​4537)
  • add OutputOptions#legalComments and remove OutputOptions#comments (#​4528)
  • expose withFilter function via rolldown/filter instead of rolldown (#​4369)
  • allows users to specify filter expressions directly using an array syntax instead of an object with a "custom" key (#​4368)
  • use camel cases for package.json#exports field (#​4366)
  • filter expr binding conversion (#​4343)
Features
  • add OutputOptions[#legal](https://redirect.github.com/rolldown/rolldown/issues/legal)Comments and remove OutputOptions[#comments](https://redirect.github.com/rolldown/rolldown/issues/comments) (#​4528) (aa7e253)
  • add watcher.off method to remove event listener (#​4388) (ca23f2d), closes #​4382
  • allow to preserve legal comments with minify: true (#​4591) (9a837fc)
  • allows users to specify filter expressions directly using an array syntax instead of an object with a "custom" key (#​4368) (4a50b6d)
  • better error message for manualChunks (#​4530) (5b8c925)
  • builtin-plugin: expose webWorkerPostPlugin (#​4594) (d89470c)
  • cleanUrl rust interpreter (#​4480) (1988c3d)
  • debug: add call_id to load and transform events (#​4296) (432acb3)
  • debug: distinguish if `reso

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the Type: Dependency Dependencies fixes label Jun 22, 2025
@coderabbitai
Copy link

coderabbitai bot commented Jun 22, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Join our Discord community for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@pkg-pr-new
Copy link

pkg-pr-new bot commented Jun 22, 2025

Open in StackBlitz

@intlify/core

npm i https://pkg.pr.new/@intlify/core@2211

@intlify/core-base

npm i https://pkg.pr.new/@intlify/core-base@2211

@intlify/devtools-types

npm i https://pkg.pr.new/@intlify/devtools-types@2211

@intlify/message-compiler

npm i https://pkg.pr.new/@intlify/message-compiler@2211

petite-vue-i18n

npm i https://pkg.pr.new/petite-vue-i18n@2211

@intlify/shared

npm i https://pkg.pr.new/@intlify/shared@2211

vue-i18n

npm i https://pkg.pr.new/vue-i18n@2211

@intlify/vue-i18n-core

npm i https://pkg.pr.new/@intlify/vue-i18n-core@2211

commit: 98449fa

@cloudflare-workers-and-pages
Copy link

Deploying vue-i18n-next with  Cloudflare Pages  Cloudflare Pages

Latest commit: e9a1cc2
Status: ✅  Deploy successful!
Preview URL: https://7e2b9262.vue-i18n-next.pages.dev
Branch Preview URL: https://renovate-rolldown-1-x.vue-i18n-next.pages.dev

View logs

@github-actions
Copy link

Size Report

Bundles

File Size Gzip Brotli
core.esm-browser.prod.js 38.05 kB 11.62 kB 10.39 kB
core.global.prod.js 31.11 kB 10.78 kB 9.67 kB
core.runtime.esm-browser.prod.js 23.77 kB 7.71 kB 6.90 kB
core.runtime.global.prod.js 18.08 kB 7.04 kB 6.32 kB
message-compiler.esm-browser.prod.js 19.29 kB 5.76 kB 5.14 kB
message-compiler.global.prod.js 17.32 kB 5.55 kB 4.98 kB
petite-vue-i18n-core.esm-browser.prod.js 20.70 kB 6.98 kB 6.27 kB
petite-vue-i18n-core.global.prod.js 15.66 kB 6.08 kB 5.51 kB
petite-vue-i18n.esm-browser.prod.js 37.01 kB 11.36 kB 10.19 kB
petite-vue-i18n.global.prod.js 29.87 kB 10.21 kB 9.22 kB
petite-vue-i18n.runtime.esm-browser.prod.js 22.58 kB 7.35 kB 6.64 kB
petite-vue-i18n.runtime.global.prod.js 16.86 kB 6.42 kB 5.82 kB
vue-i18n.esm-browser.prod.js 50.71 kB 15.17 kB 13.56 kB
vue-i18n.global.prod.js 40.57 kB 13.63 kB 12.25 kB
vue-i18n.runtime.esm-browser.prod.js 36.28 kB 11.17 kB 10.03 kB
vue-i18n.runtime.global.prod.js 27.56 kB 9.88 kB 8.91 kB

Usages

Name Size Gzip Brotli
packages/size-check-core (@intlify/core) 9.22 kB 3.82 kB 3.46 kB
packages/size-check-petite-vue-i18n (petite-vue-i18n) 77.63 kB 30.24 kB 27.28 kB
packages/size-check-vue-i18n (vue-i18n) 82.85 kB 31.74 kB 28.64 kB

@renovate renovate bot merged commit 835cbb0 into master Jun 23, 2025
31 checks passed
@renovate renovate bot deleted the renovate/rolldown-1.x branch June 23, 2025 02:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Type: Dependency Dependencies fixes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant