Skip to content

Update dependency @rollup/plugin-commonjs to v23

Kevin Cox requested to merge renovate/rollup-plugin-commonjs-23.x into master

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
@rollup/plugin-commonjs (source) ^17.0.0 -> ^23.0.0 age adoption passing confidence

Release Notes

rollup/plugins

v23.0.3

Compare Source

2022-11-27

Bugfixes
  • fix: correctly wrap a default class export from cjs module #​1350

v23.0.2

Compare Source

2022-10-21

Updates
  • chore: update rollup dependencies (3038271)

v23.0.1

Compare Source

Skipped for repo rebase

v23.0.0

Compare Source

2022-10-09

Breaking Changes

v22.0.2

Compare Source

2022-08-05

Bugfixes
  • fix: Exclude multi-line template strings from indent (#​1229)

v22.0.1

2022-06-24

Bugfixes
  • fix: Only proxy detected commonjs entry points (#​1180)

v22.0.0

2022-04-24

Breaking Changes
  • fix: add heuristic to deoptimize requires after calling imported function (requires rollup@2.68.0) (#​1038)
  • feat: reimplement dynamic import handling (requires Node 12, no longer supports require.cache) (#​1038)
Bugfixes
  • fix: support CJS modules re-exporting transpiled ESM modules (#​1165)
  • fix: Warn when plugins do not pass options to resolveId (#​1038)
  • fix: Do not change semantics when removing requires in if statements (#​1038)
  • fix: handle external dependencies when using the cache (#​1038)
  • fix: proxy all entries to not break legacy polyfill plugins (#​1038)
  • fix: use correct version and add package exports (#​1038)
  • fix: validate node-resolve peer version (#​1038)
  • fix: inject module name into dynamic require function (#​1038)
  • fix: do not transform "typeof exports" for mixed modules (#​1038)
  • fix: attach correct plugin meta-data to commonjs modules (#​1038)
Features
  • feat: expose plugin version (#​1038)
  • feat: throw for dynamic requires from outside the configured root (#​1038)
  • feat: add dynamicRequireRoot option (#​1038)
  • feat: auto-detect conditional requires (#​1038)
  • feat: limit ignoreTryCatch to external requires (#​1038)
  • feat: make namespace callable when requiring ESM with function default (#​1038)
  • feat: Infer type for unidentified modules (#​1038)
  • feat: automatically wrap cyclic modules (#​1038)
  • feat: add strictRequires option to wrap modules (#​1038)
Updates
  • refactor: deconflict helpers only once globals are known (#​1038)

v21.1.0

2022-04-15

Features
  • feat: make defaultIsModuleExports as funtion to config defaultIsModuleExports for each source (#​1052)

v21.0.3

2022-03-27

Updates
  • docs: sync required rollup version (#​1118)

v21.0.2

2022-02-23

Updates
  • chore: transpile dynamic helper to ES5 (#​1082)

v21.0.1

2021-10-19

Bugfixes
  • fix: pass on isEntry and custom resolve options (#​1018)

v21.0.0

2021-10-01

Breaking Changes
  • fix: use safe default value for ignoreTryCatch (#​1005)

v20.0.0

2021-07-30

Breaking Changes
  • fix: Correctly infer module name for any separator (#​924)

v19.0.2

2021-07-26

Bugfixes
  • fix convert module.exports with __esModule property(#​939) (#​942)

v19.0.1

2021-07-15

Bugfixes
  • fix: short-circuit to actual module entry point when using circular ref through a different entry (#​888)

v19.0.0

2021-05-07

Breaking Changes
  • feat!: Add support for circular dependencies (#​658)

v18.1.0

2021-05-04

Bugfixes
Features
  • feat: Add defaultIsModuleExports option to match Node.js behavior (#​838)

v18.0.0

2021-03-26

Breaking Changes
  • feat!: Add ignore-dynamic-requires option (#​819)
Bugfixes
  • fix: isRestorableCompiledEsm should also trigger code transform (#​816)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by Kevin Cox

Merge request reports