chore(deps): update rollup submodule for tests to v4.54.0#7630
chore(deps): update rollup submodule for tests to v4.54.0#7630graphite-app[bot] merged 1 commit intomainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the rollup submodule used for testing to version v4.54.0, moving from commit 998b5950a6ea7cea1a7b994e8dab45472c3cbe7e to 88f1430c42fe76db421623106546e50627271952. The update introduces 4 new test failures while also passing 10 additional tests, resulting in a net increase from 893 to 903 passed tests.
Key changes:
- Rollup submodule updated to v4.54.0
- Test status updated to reflect 4 new failures and 10 more passing tests
- Failed test list expanded to include 4 new failing test cases
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| rollup | Updates submodule commit hash to v4.54.0 |
| packages/rollup-tests/src/status.md | Updates test statistics summary table with new pass/fail counts |
| packages/rollup-tests/src/status.json | Updates test statistics in JSON format |
| packages/rollup-tests/src/failed-tests.json | Adds 4 new failing test case identifiers |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
✅ Deploy Preview for rolldown-rs canceled.
|
c400a53 to
f536b9b
Compare
How to use the Graphite Merge QueueAdd the label graphite: merge-when-ready 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. This stack of pull requests is managed by Graphite. Learn more about stacking. |
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 12 out of 12 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 15 out of 16 changed files in this pull request and generated no new comments.
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Merge activity
|
a116caf to
2061fe4
Compare
Updates the rollup submodule to the latest tag on master branch. ## Changes - rollup: `998b5950a6ea7cea1a7b994e8dab45472c3cbe7e` -> `88f1430c42fe76db421623106546e50627271952` (v4.54.0) ## Links - [Rollup v4.54.0 Release](https://github.com/rollup/rollup/releases/tag/v4.54.0) --- This PR was automatically generated by the [update-test-dependencies workflow](https://github.com/rolldown/rolldown/blob/main/.github/workflows/update-test-dependencies.yml).
Updates the rollup submodule to the latest tag on master branch. ## Changes - rollup: `998b5950a6ea7cea1a7b994e8dab45472c3cbe7e` -> `88f1430c42fe76db421623106546e50627271952` (v4.54.0) ## Links - [Rollup v4.54.0 Release](https://github.com/rollup/rollup/releases/tag/v4.54.0) --- This PR was automatically generated by the [update-test-dependencies workflow](https://github.com/rolldown/rolldown/blob/main/.github/workflows/update-test-dependencies.yml).
2061fe4 to
25a139d
Compare
Updates the rollup submodule to the latest tag on master branch. ## Changes - rollup: `998b5950a6ea7cea1a7b994e8dab45472c3cbe7e` -> `88f1430c42fe76db421623106546e50627271952` (v4.54.0) ## Links - [Rollup v4.54.0 Release](https://github.com/rollup/rollup/releases/tag/v4.54.0) --- This PR was automatically generated by the [update-test-dependencies workflow](https://github.com/rolldown/rolldown/blob/main/.github/workflows/update-test-dependencies.yml).
25a139d to
f415e29
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 15 out of 16 changed files in this pull request and generated no new comments.
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
## [1.0.0-beta.57] - 2025-12-24 ✨ TypeScript Project References Support - Rolldown now supports TypeScript project references when manually specifying a `tsconfig` - See more details: https://rolldown.rs/options/tsconfig 💥 Rename `__export` to `__exportAll` - Update `rolldown-plugin-dts` to the latest version for compatibility ### 💥 BREAKING CHANGES - tsconfig: enable project references support in manual mode (#7545) by @shulaoda ### 🚀 Features - add `CANNOT_CALL_NAMESPACE` warning (#7636) by @sapphi-red - add import path for unresolved import diagnostics (#7625) by @sapphi-red - optimize dynamic entry facade chunks by merging with common chunks when they are captured by common chunks (#7486) by @IWANABETHATGUY ### 🐛 Bug Fixes - rename `__export` to `__exportAll` to be compatible with `cjs-module-lexer` (#7640) by @IWANABETHATGUY - strip UTF-8 BOM when using text loader (#7635) by @sapphi-red - rolldown_plugin_replace: avoid crashing with invalid delimiters (#7621) by @sapphi-red ### 🚜 Refactor - export all filter functions (#7622) by @sxzz - allow multiple help messages in diagnostics (#7624) by @sapphi-red ### 📚 Documentation - add README.md to packages/rolldown (#7556) by @Copilot ### ⚡ Performance - use fsevents on macOS for file watching (#7596) by @sapphi-red ### 🧪 Testing - handle re-exports of external modules in CJS format (#7641) by @IWANABETHATGUY - update integration to use vite's rolldown-canary branch (#7633) by @shulaoda ### ⚙️ Miscellaneous Tasks - docs: fix Netlify ignore condition to detect docs changes across all PR commits (#7637) by @Copilot - deps: update rollup submodule for tests to v4.54.0 (#7630) by @sapphi-red - skip benchmarks for PRs with 'graphite: merge-when-ready' label (#7631) by @Boshen - deps: update esbuild for tests to 0.27.2 (#7629) by @sapphi-red - fix "update-test-dependencies" workflow (#7628) by @sapphi-red - deps: update test262 submodule for tests (#7626) by @sapphi-red - deps: update dependency oxlint to v1.35.0 (#7623) by @renovate[bot] Co-authored-by: shulaoda <[email protected]>

Updates the rollup submodule to the latest tag on master branch.
Changes
998b5950a6ea7cea1a7b994e8dab45472c3cbe7e->88f1430c42fe76db421623106546e50627271952(v4.54.0)Links
This PR was automatically generated by the update-test-dependencies workflow.