Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ rollup (3.17.3 → 3.20.7) · Repo · Changelog
Release Notes
3.20.7
3.20.6
3.20.5
3.20.4
3.20.3
3.20.2
3.20.1
3.20.0
3.19.1
3.19.0
3.18.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 49 commits:
3.20.7
Support default exported classes that extend other classes (#4950)
Deoptimize right side in for-of loops (#4949)
Add a test for reserved keywords used as import/export specifiers (#4943)
Trigger tests for merge queues
3.20.6
Revert #4939 for now (#4946)
feat: add locales in vitepress config (#4914)
3.20.5
Remove Netlify deployment
Reinstate global styles (#4941)
Fixed imports/exports that are illegal identifiers in the es output (#4939)
Fix Vercel REPL action
Use Vercel for previews
3.20.4
fix: handle conditional breaks in nested switch statement cases (#4937)
3.20.3
Improve memory usage for parameter deoptimizations (#4938)
Allow shouldTransformCachedModule to return null (#4932)
docs: Update the x_google_ignorelist url (#4926)
Bump peter-evans/create-or-update-comment from 2 to 3 (#4935)
Disable puppeteer sandbox to fix Vercel deployment (#4936)
chore: repl style add scoped (#4925)
3.20.2
Do not fail if the location of a warning is outside the original source (#4922)
Handle manual chunks where the entry is not part of the module graph (#4921)
3.20.1
Only set asset names when finalizing (#4919)
Improve test stability
3.20.0
Provide synthetic namespace for dynamic imports when perserving modules (#4913)
fix: make file name deterministic in parallel emits (fix #4909) (#4912)
3.19.1
fix: set a correct node location for static blocks (#4898)
docs: fix table at `output.sanitizeFileName` section (#4900)
Avoid unnecessary graphical glitch
Add some label padding
Avoid race condition when rendering graphs
Try to fix puppeteer install
3.19.0
Only selectively deoptimize call parameters (#4892)
Retry flaky test
Pre-render mermaid graphs on website (#4897)
Fix `npm run dev` (#4890)
3.18.0
Refactor (#4887)
Add experimental logging for side effects (#4871)
feat: mark files in a `node_modules` as ignore-listed by default (#4877)
build: use @rollup/plugin-replace to replace chokidar fsevents (#4880)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands