Socket
Socket
Sign inDemoInstall

rollup

Package Overview
Dependencies
18
Maintainers
5
Versions
799
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1345
80Next

4.14.2

Diff

Changelog

Source

4.14.2

2024-04-12

Bug Fixes

  • Do not create invalid code when reexporting both a namespace and the default export from that namespace (#5466)
  • Ensure ppc64 platform is properly detected (#5460)

Pull Requests

  • #5456: Add high-level architecture documentation (@lukastaegert)
  • #5460: Fix ppc64le target (@lukastaegert)
  • #5463: chore: tweak the comment about files should not be edited (@TrickyPi)
  • #5466: Ensure reexported namespaces do not prevent creation of default export helpers (@lukastaegert)
  • #5468: chore(deps): update dependency eslint-plugin-unicorn to v52 (@renovate[bot], @lukastaegert)
  • #5469: chore(deps): lock file maintenance minor/patch updates (@renovate[bot])
  • #5470: chore(deps): lock file maintenance (@renovate[bot])
lukastaegert
published 4.14.1 •

Changelog

Source

4.14.1

2024-04-07

Bug Fixes

  • Show better error when running on musl Linux where the musl build is not supported (#5454)

Pull Requests

  • #5451: chore: generate string constants from config (@TrickyPi)
  • #5452: chore(deps): lock file maintenance minor/patch updates (@renovate[bot])
  • #5453: chore(deps): lock file maintenance (@renovate[bot])
  • #5454: Improve error message when running on unsupported MUSL Linux (@lukastaegert)
  • #5455: Remove inlining logic in AST (de-)serializer (@lukastaegert)
lukastaegert
published 4.14.0 •

Changelog

Source

4.14.0

2024-04-03

Features

  • Display error causes in Rollup CLI (#5422)
  • Add basic support for explicit resource management via "using" and "await using" (#5423)

Pull Requests

  • #5422: feat: show all cause in Error (@devohda, @lukastaegert)
  • #5444: feat: support explicit-resource-management (@TrickyPi)
  • #5445: docs: add @shikiji/vitepress-twoslash (@sapphi-red)
  • #5447: chore(deps): lock file maintenance minor/patch updates ( @renovate[bot])
  • #5448: chore(deps): lock file maintenance (@renovate[bot])
lukastaegert
published 4.13.2 •

Changelog

Source

4.13.2

2024-03-28

Bug Fixes

  • Ensure accessing module info is cached after the build phase for improved performance (#5438)
  • Support powerpc64le CPUs (#5350)

Pull Requests

  • #5350: Add support for ppc64le (@pavolloffay, @lukastaegert)
  • #5438: Cache module info getters before output generation (@bluwy, @lukastaegert)
lukastaegert
published 4.13.1 •

Changelog

Source

4.13.1

2024-03-27

Bug Fixes

  • Add new linux-s390x-gnu native binary package (#5346)

Pull Requests

  • #5346: Add support for linux s390x gnu (@edlerd)
  • #5430: chore(deps): update dependency @vue/eslint-config-typescript to v13 (@renovate[bot], @lukastaegert)
  • #5431: chore(deps): lock file maintenance minor/patch updates ( @renovate[bot])
  • #5432: chore(deps): lock file maintenance minor/patch updates ( @renovate[bot])
  • #5436: chore(deps): lock file maintenance minor/patch updates ( @renovate[bot])
  • #5437: chore(deps): lock file maintenance minor/patch updates ( @renovate[bot])
lukastaegert
published 4.13.1-1 •

lukastaegert
published 4.13.0 •

Changelog

Source

4.13.0

2024-03-12

Features

  • Ensure that the location of parse errors and other logs is encoded in the error message as well (#5424)

Pull Requests

  • #5417: chore(deps): lock file maintenance minor/patch updates ( @renovate[bot])
  • #5418: chore(deps): lock file maintenance (@renovate[bot])
  • #5419: chore: fix typo (@OnlyWick)
  • #5424: Add locations to logs, warnings and error messages ( @lukastaegert)
lukastaegert
published 4.12.1 •

Changelog

Source

4.12.1

2024-03-06

Bug Fixes

  • Escape special characters in file references (#5404)

Pull Requests

  • #5398: Rename getRollupEror to getRollupError (@MrRefactoring)
  • #5399: chore(deps): lock file maintenance minor/patch updates ( @renovate[bot])
  • #5404: fix: escape ids in import.meta.ROLLUP_FILE_URL_referenceId correctly (@sapphi-red)
  • #5406: chore(deps): lock file maintenance minor/patch updates ( @renovate[bot])
  • #5407: chore(deps): lock file maintenance (@renovate[bot])
  • #5411: Chunk assignment - Fix comment line breaks and typo (@yoavweiss, @lukastaegert)
lukastaegert
published 4.12.0 •

Changelog

Source

4.12.0

2024-02-16

Features

  • Improve raw bundling performance by 10-15% when not using the cache or plugins that return an AST (#5391)

Pull Requests

  • #5391: Improve performance by directly constructing AST from buffer ( @lukastaegert)
  • #5393: chore(deps): update dependency eslint-plugin-unicorn to v51 ( @renovate[bot])
  • #5394: chore(deps): update typescript-eslint monorepo to v7 (major) ( @renovate[bot])
  • #5395: chore(deps): lock file maintenance minor/patch updates ( @renovate[bot])
lukastaegert
published 4.11.0 •

Changelog

Source

4.11.0

2024-02-15

Features

  • Add output.reexportProtoFromExternal option to disable special code for handling __proto__ reexports (#5380)

Bug Fixes

  • Ensure namespace reexport code can be parsed by cjs-module-lexer (#5380)
  • Throw when trying to reassing const variables (#5388)

Pull Requests

  • #5380: fix: separately export __proto__ for compatibility with CJS Transpiler Re-exports (@TrickyPi)
  • #5388: Add const reassign rule (@TrickyPi)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc