Skip to content

docs(en): merge rollup/master into rollup-docs-cn/master @ d96ed956#211

Open
docschina-bot wants to merge 10 commits into
masterfrom
sync-d96ed956
Open

docs(en): merge rollup/master into rollup-docs-cn/master @ d96ed956#211
docschina-bot wants to merge 10 commits into
masterfrom
sync-d96ed956

Conversation

@docschina-bot

Copy link
Copy Markdown
Collaborator

此 PR 自动生成。

合并 rollup/rollup 的修改至本仓库(@ d96ed95

以下文件存在冲突,可能需要重新翻译:

请解决所有冲突后提交到此 pull request,可直接在 Github 修改、切换到 sync-d96ed956 分支进行修改或者使用 Github Desktop 拉取此 pr 修改并提交。

禁止使用 Squash Merge 来合并此 Pull Request!

使用该操作会导致上游仓库的内容丢失,并致使下一次合并产生冲突。

lukastaegert and others added 10 commits June 4, 2026 06:38
* Improve documentation for manualPureFunctions

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
…ing PTR lookups (#6404)

* fix: set report.excludeNetwork=true before getReport() to avoid blocking PTR lookups

* test: skip excludeNetwork test on Windows where getReport() runs in a child process

---------

Co-authored-by: Lukas Taegert-Atkinson <lukastaegert@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* chore(deps): update dependency concurrently to v10

* Pin previous concurrently

We need to update our NodeJS baseline first.

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lukas Taegert-Atkinson <lukas.taegert-atkinson@tngtech.com>
…te chunks (#6374)

* Add a test

* Extract the static dependencies imported by manual chunks into separate chunks

* Adjust the log info

* Update the code according to Copilot’s review

* fix: use some instead of find for boolean check

* test: add test for shared static dependency between manual chunks

* Avoid unnecessary array

Initially, we are only collection single modules with their dependent entries.

* Avoid full iteration by gathering entry information

* Treat manual chunks as entry points for chunk assignment

This will effectively avoid cycles where manual chunks import back from entry
chunks. The price, though, is that it might create more chunks.
For the longer term, it would be nice to replace the current logic where
non-explicit manual chunks try to include as many static dependencies as
possible with a logic where they behave as any entry points and just include all
dependencies not shared with another entry.

* Reduce number of chunks by treating all manual chunk members as dependencies

Basically for the purpose of analysis, all explicit members of a manual chunk
are treated as the same module, meaning dependencies are shared in the chunk.
This mirrors what will happen in the output and reduces generated chunks.

* Refactor manual chunk assembly

* Track if we already added a manual chunk

* Update codecov action as it is failing

---------

Co-authored-by: Lukas Taegert-Atkinson <lukas.taegert-atkinson@tngtech.com>
@vercel

vercel Bot commented Jun 8, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
rollup-docs-cn Error Error Jun 8, 2026 11:10pm

Request Review

@netlify

netlify Bot commented Jun 8, 2026

Copy link
Copy Markdown

Deploy Preview for relaxed-alfajores-47dd1b failed.

Name Link
🔨 Latest commit 6308c2c
🔍 Latest deploy log https://app.netlify.com/projects/relaxed-alfajores-47dd1b/deploys/6a274bc1c021bc000925f248

@codecov-commenter

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 98.30508% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 98.75%. Comparing base (6e818f0) to head (6308c2c).
⚠️ Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
native.js 83.33% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master     #211   +/-   ##
=======================================
  Coverage   98.74%   98.75%           
=======================================
  Files         274      274           
  Lines       10787    10808   +21     
  Branches     2883     2883           
=======================================
+ Hits        10652    10673   +21     
  Misses         92       92           
  Partials       43       43           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

5 participants