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.23.0 → 3.26.2 (minor) #332

Merged
merged 1 commit into from
Jul 27, 2023

Conversation

depfu[bot]
Copy link
Contributor

@depfu depfu bot commented Jul 13, 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.23.0 → 3.26.2) · Repo · Changelog

Release Notes

3.26.2

3.26.2

2023-07-06

Bug Fixes

  • Improve error handling when manual chunks would contain external modules (#5050)

Pull Requests

  • #5050: fix: improve error for manualChunks' modules that are resolved as an external module (@TrickyPi)

3.26.1

3.26.1

2023-07-05

Bug Fixes

  • Support hasOwnProperty as exported name in CommonJS (#5010)
  • Properly reference browser types in package file (#5051)

Pull Requests

3.26.0

3.26.0

2023-06-30

Features

  • Add --filterLogs CLI flag and ROLLUP_FILTER_LOGS environment variable for log filtering (#5035)

Pull Requests

  • #5035: Add ability to filter logs via CLI option or environment variable (@lukastaegert)
  • #5049: chore(deps): lock file maintenance minor/patch updates (@renovate[bot])

3.25.3

3.25.3

2023-06-26

Bug Fixes

  • Fix error when inlining dynamic imports that contain unused reexported variables (#5047)

Pull Requests

  • #5047: Do not add tree-shaken variables to namespaces when inlining dynamic imports (@lukastaegert)

3.25.2

3.25.2

2023-06-24

Bug Fixes

  • Handle plugin errors where code is not a string (#5042)
  • Use current transformed source when generating code frames with positions in transform hooks (#5045)

Pull Requests

3.25.1

3.25.1

2023-06-12

Bug Fixes

  • Respect __NO_SIDE_EFFECTS__ for async functions (#5031)

Pull Requests

  • #5031: fix: __NO_SIDE_EFFECTS__ annotation for async function (@antfu)

3.25.0

3.25.0

2023-06-11

Features

  • Add this.info and this.debug plugin context logging functions (#5026)
  • Add onLog option to read, map and filter logs (#5026)
  • Add logLevel option to fully suppress logs by level (#5026)
  • Support function logs in this.warn, this.info and this.debug to avoid heavy computations based on log level (#5026)
  • Add onLog plugin hook to read, filter and map logs from plugins (#5026)

Pull Requests

3.24.1

3.24.1

2023-06-10

Bug Fixes

  • Fix an issue where bundles with @rollup/plugin-commonjs were missing internal dependencies when code-splitting (#5029)
  • Do not use process.exit(0) in watch mode to avoid issues in embedded scenarios (#5027)

Pull Requests

3.24.0

3.24.0

2023-06-07

Features

  • Add new annotation /* #__NO_SIDE_EFFECTS__ */ to mark function declarations as side effect free (#5024)

Pull Requests

  • #5024: feat: support #__NO_SIDE_EFFECTS__ annotation for function declaration (@antfu)

3.23.1

3.23.1

2023-06-04

Bug Fixes

  • Ensure the last segment of sourcemapBaseUrl is never omitted (#5022)

Pull Requests

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

Commits

See the full diff on Github. The new version differs by 31 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)

@Siilwyn Siilwyn merged commit c94b75a into master Jul 27, 2023
4 checks passed
@Siilwyn Siilwyn deleted the depfu-update-npm-rollup-3.26.2 branch July 27, 2023 13:35
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.

1 participant