Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rollup 3.21.0 → 3.23.0 (minor) #11303

Merged
merged 1 commit into from May 29, 2023
Merged

Conversation

depfu[bot]
Copy link
Contributor

@depfu depfu bot commented May 29, 2023

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.21.0 → 3.23.0) · Repo · Changelog

Release Notes

3.23.0

3.23.0

2023-05-22

Features

  • Support emitting "prebuilt chunks" from plugins (#4990)

Bug Fixes

  • Mark Sets and Maps as pure when they receive an array literal as argument (#5005)

Pull Requests

  • #4990: feat: this.emitFile support prebuilt-chunk type (@TrickyPi)
  • #5005: feat: mark Set, Map, WeakSet and WeakMap with array arguments as pure (@TrickyPi)

3.22.1

3.22.1

2023-05-21

Bug Fixes

  • Remove force quit again as it caused some issues (#5004)

Pull Requests

  • #5001: chore(deps): update dependency @rollup/plugin-commonjs to v25 (@renovate[bot])
  • #5002: chore(deps): update dependency eslint-plugin-unicorn to v47 (@renovate[bot])
  • #5003: chore(deps): lock file maintenance minor/patch updates (@renovate[bot])
  • #5004: Do not force quit Rollup or close stdout (@lukastaegert)

3.22.0

3.22.0

2023-05-17

Features

  • Prevent empty non-facade chunks by merging them into other suitable chunks (#4989)
  • Avoid facade chunks in some situations involving reexports (#4989)
  • Improve algorithm for best merge target when using experimentalMinChunkSize to take tree-shaking into account (#4989)

Bug Fixes

  • Take side effects of external dependencies into account when merging chunks for experimentalMinChunkSize (#4989)

Pull Requests

  • #4989: Prevent empty chunks and thoroughly improve experimentalMinChunkSize (@lukastaegert)

3.21.8

3.21.8

2023-05-16

Bug Fixes

  • Allow a namespace to properly contain itself as a named export (#4991)

Pull Requests

3.21.7

3.21.7

2023-05-13

Bug Fixes

  • Show correct error on uncaught exceptions in watch mode (#4987)

Pull Requests

3.21.6

3.21.6

2023-05-09

Bug Fixes

  • Ensure Rollup CLI prints everything to stdout before exiting (#4980)

Pull Requests

3.21.5

3.21.5

2023-05-05

Bug Fixes

  • Keep all consecutive lines at the top of each module that start with a comment (#4975)
  • Ensure that declarations inside switch cases do not use the same scope as the discriminator (#4979)

Pull Requests

3.21.4

3.21.4

2023-05-03

Bug Fixes

  • Resolve crash when shimming a missing export in an otherwise non-included module when preserving modules (#4971)

Pull Requests

3.21.3

3.21.3

2023-05-02

Bug Fixes

  • Run process.exit() when Rollup CLI finishes successfully to solve issues on some systems (#4969)

Pull Requests

3.21.2

3.21.2

2023-04-30

Bug Fixes

  • Mark global functions that trigger iterators as impure for now (#4955)

Pull Requests

  • #4955: fix: mark some known globals or their functions as impure (@TrickyPi)

3.21.1

3.21.1

2023-04-29

Bug Fixes

  • Make sure call arguments are properly deoptimized when a function uses the arguments variable (#4965)

Pull Requests

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 48 commits:


Depfu Status

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 cancel merge
Cancels automatic merging of this PR
@​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)

@depfu depfu bot added the depfu label May 29, 2023
@depfu depfu bot merged commit 8719be3 into master May 29, 2023
10 checks passed
@depfu depfu bot deleted the depfu/update/npm/rollup-3.23.0 branch May 29, 2023 06:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants