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.21.4) · Repo · Changelog
Release Notes
Too many releases to show here. View the full release notes.
Commits
See the full diff on Github. The new version differs by 68 commits:
3.21.4
Update renovate config
Configure Renovate (#4972)
Handle shimming missing exports when preserving modules (#4971)
3.21.3
Reintroduce automatic force quite in rollup config until dependency update
Automatically force close Rollup when done (#4969)
test: enable typecheck for _config files (#4954)
3.21.2
Improve release script
fix: mark some known globals or their functions as impure (#4955)
Improve release script
3.21.1
Log REPL output to console (#4967)
Ensure arguments are deoptimized when arguments variable is used (#4965)
Fix REPL in dev (#4964)
Update dependencies (#4957)
3.21.0
feat: tree-shake deterministic dynamic imports (#4952)
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