Update rollup: 2.34.2 → 2.39.0 (minor) #380
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 (2.34.2 → 2.39.0) · 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 53 commits:
2.39.0
Update changelog
Make sure system exports are valid JavaScript (#3960)
Allow overriding individual exports of reexported external namespaces (#3959)
implement `validate` output option and `--validate` CLI option (#3952)
Make sure uninitialised exports turn up via .hasOwnProperty for non-ES formats (#3957)
Update dependencies, fix fsevents issue (#3956)
2.38.5
Update changelog
Wrap simplified assignments if necessary (#3951)
2.38.4
Do not tear apart declarations in loop or if bodies (#3947)
2.38.3
Update changelog
Make sure default exports snapshot synthetic named exports (#3946)
Upgrade chokidar and fsevents for Apple M1 compatibility (#3945)
2.38.2
Update changelog
Correctly include functions with side effects from side-effect-free modules (#3944)
Do not partially tree-shake unused declarations in for loops (#3943)
2.38.1
Update changelog
fix: remove isolated resolve() for compat with browser distribution (#3935)
Update changelog
Ensure test after() callback is always executed (#3936)
Modernize references to other software (#3937)
2.38.0
Update changelog
Tree-shake unused declarations while keeping initializer side-effects (#3933)
2.37.1
Update changelog
Deduplicate acorn import (#3929)
2.37.0
Update changelog
Improve circular dependency execution order (#3840)
Always respect synthetic namespaces in namespace reexports (#3894)
2.36.2
Update changelog
Correctly simplify assignments with parentheses (#3926)
2.36.1
Update changelog
Prevent invalid code when removing assignment target of side-effectful object expression (#3921)
2.36.0
Update changelog
Treeshake chained assignment expressions (#3919)
2.35.1
Update changelog
Forward bundle through watch error events (#3909)
Fix documentation links
Slightly extend docs
2.35.0
Update changelog
feat: bundle closing (#3883)
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