bitbar / finka-js

Finka.js - Handy tool in nowadays JavaScript jungle
MIT License
2 stars 7 forks source link

Update rollup: 3.17.3 → 3.20.6 (minor) #268

Closed depfu[bot] closed 1 year ago

depfu[bot] commented 1 year ago

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.6) · Repo · Changelog

Release Notes

3.20.6

3.20.6

2023-04-18

Bug Fixes

  • Revert handling of non-JS import and export names due to regressions (#4914)

Pull Requests

3.20.5

3.20.5

2023-04-18

Bug Fixes

  • Handle import and export names that are not valid JavaScript identifiers (#4939)

Pull Requests

3.20.4

3.20.4

2023-04-17

Bug Fixes

  • Do not remove breaks statements after switch statements with conditional breaks (#4937)

Pull Requests

3.20.3

3.20.3

2023-04-16

Bug Fixes

  • Reduce memory consumption for function call parameter analysis (#4938)
  • Fix types for shouldTransformCachedModule (#4932)

Pull Requests

3.20.2

3.20.2

2023-03-24

Bug Fixes

  • Fix a crash when using a manual chunk entry that is not already included in the module graph (#4921)
  • Fix a crash when reporting a warning with incorrect sourcemap information (#4922)

Pull Requests

  • #4921: Handle manual chunks where the entry is not part of the module graph (@lukastaegert)
  • #4922: Do not fail if the location of a warning is outside the original source (@lukastaegert)

3.20.1

3.20.1

2023-03-23

Bug Fixes

  • Fix returned file name from this.getFileName when assets are deduplicated (#4919)

Pull Requests

3.20.0

3.20.0

2023-03-20

Features

  • Allow dynamically imported files to have synthetic named exports when preserving modules (#4913)

Bug Fixes

  • Use deterministic file name when emitting several files with same source (#4912)
  • Fix a crash when dynamically importing a file with synthetic named exports when preserving modules (#4913)

Pull Requests

3.19.1

3.19.1

2023-03-10

Bug Fixes

  • Produce valid code when the first statement in aclass static block is tree-shaken (#4898)

Pull Requests

  • #4898: fix: set a correct node location for static blocks (@TrickyPi)
  • #4900: docs: fix table at output.sanitizeFileName section (@0x009922)

3.19.0

3.19.0

2023-03-09

Features

  • Make reassignment tracking of call parameters more specific to no lose information when an object is passed to a function (#4892)

Pull Requests

3.18.0

3.18.0

2023-03-01

Features

  • Add experimentalLogSideEffects to log the first detected side effect in every module (#4871)
  • Ignore-list sourcemaps of files inside node_modules by default (#4877)

Pull Requests

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

Commits

See the full diff on Github. The new version differs by 44 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 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[bot] commented 1 year ago

Closed in favor of #269.

depfu[bot] commented 1 year ago

Closed in favor of #269.