Skip to content

Releases: rollup/rollup

v4.9.6

21 Jan 05:52
Compare
Choose a tag to compare

4.9.6

2024-01-21

Bug Fixes

  • Detect side effects when an element that was pushed into an array is modified via the array (#5352)

Pull Requests

v4.9.5

12 Jan 06:16
Compare
Choose a tag to compare

4.9.5

2024-01-12

Bug Fixes

  • Fix issue where on Windows, Rollup would not load due to problems with the MSVC executable (#5335)

Pull Requests

v4.9.4

06 Jan 06:39
Compare
Choose a tag to compare

4.9.4

2024-01-06

Bug Fixes

  • Use quotes for keys in namespaces that are only numbers but are not valid integers (#5328)
  • Allow to have comments between pure annotations and the annoted node (#5332)

Pull Requests

v4.9.3

05 Jan 06:21
Compare
Choose a tag to compare

4.9.3

2024-01-05

Bug Fixes

  • Support __proto__ as export/import name (#5313)
  • Use ESTree AST type over custom type in user-facing types (#5323)

Pull Requests

v4.9.2

30 Dec 06:23
Compare
Choose a tag to compare

4.9.2

2023-12-30

Bug Fixes

  • Extend support for arbitrary namespace identifiers in SystemJS (#5321)
  • Do not wrongly flag functions without side effects as side effects if moduleSideEffects is false (#5322)

Pull Requests

v4.9.1

17 Dec 06:26
Compare
Choose a tag to compare

4.9.1

2023-12-17

Bug Fixes

  • Fix an issue where break statements could include the wrong label (#5297)

Pull Requests

  • #5297: fix: use a new includedLabels in the body of the LabeledStatement (@TrickyPi)
  • #5300: chore(deps): lock file maintenance minor/patch updates (@renovate[bot])

v4.9.0

13 Dec 09:24
Compare
Choose a tag to compare

4.9.0

2023-12-13

Features

  • Fully support arbitrary strings as import and export identifiers (#5298)

Pull Requests

v4.8.0

11 Dec 06:25
Compare
Choose a tag to compare

4.8.0

2023-12-11

Features

  • Improve experimentalMinChunkSize to take already loaded modules from dynamic imports into account (#5294)

Pull Requests

v4.7.0

08 Dec 07:58
Compare
Choose a tag to compare

4.7.0

2023-12-08

Features

  • Add build for Linux riscv64 architecture (#5288)

Bug Fixes

  • Improve error message when native Windows build does not start (#5284)

Pull Requests

  • #5278: chore(deps): lock file maintenance minor/patch updates (@renovate[bot])
  • #5281: Add logs and experimentalLogSideEffects to REPL (@lukastaegert)
  • #5284: Add friendly error for missing MSVC redistributable (@sapphi-red)
  • #5285: chore(deps): update dependency vite to v5.0.5 [security] (@renovate[bot])
  • #5288: Add support for linux riscv64 gnu (@kxxt)
  • #5290: chore(deps): lock file maintenance minor/patch updates (@renovate[bot])

v4.6.1

30 Nov 05:23
Compare
Choose a tag to compare

4.6.1

2023-11-30

Bug Fixes

  • Resolve a situation where declaring the same var several times was considered a conflict (#5276)

Pull Requests