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

chore(deps): update dependency @rollup/plugin-commonjs to v25 - autoclosed #158

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 28, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

rollup/plugins (@​rollup/plugin-commonjs)

v25.0.8

2024-05-22

Bugfixes
  • fix: preserve the class body property keys even if they are special keywords (#​1688)

v25.0.7

Compare Source

2023-10-15

Bugfixes
  • fix: bump magic-string version #​1596

v25.0.6

Compare Source

2023-10-15

Bugfixes
  • fix: Keep the shebang at the top of the file content #​1610

v25.0.5

Compare Source

2023-10-05

Bugfixes
  • fix: ensure rollup 4 compatibility #​1595

v25.0.4

Compare Source

2023-08-11

Updates

v25.0.3

Compare Source

2023-07-15

Bugfixes
  • fix: preserve this reference in the child class #​1537

v25.0.2

Compare Source

2023-06-19

Bugfixes

v25.0.1

Compare Source

2023-06-10

Bugfixes
  • fix: change dynamicRequireRoot to normalizedDynamicRequireRoot && tweak related tests #​1508

v25.0.0

Compare Source

2023-05-12

Breaking Changes
  • fix: dynamic require root check was broken in some cases #​1461

v24.1.0

Compare Source

2023-04-11

Features
  • feat: Do not use getters for module.exports #​1455

v24.0.1

Compare Source

2023-01-20

Bugfixes
  • fix: types should come first in exports #​1403

v24.0.0

Compare Source

2022-12-18

Breaking Changes
  • fix: check if defaultIsModuleExports is auto for getDefaultExportFromCjs #​1358

v23.0.7

Compare Source

2022-12-17

Bugfixes
  • fix: produce code which works when __esModule is already defined #​1379

v23.0.6

Compare Source

2022-12-17

Bugfixes

v23.0.5

Compare Source

2022-12-15

Bugfixes
  • fix: resolve export exports not found #​1363

v23.0.4

Compare Source

2022-12-07

Bugfixes

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)

v17.1.0

2021-01-29

Bugfixes
  • fix: correctly replace shorthand require (#​764)
Features
  • feature: load dynamic commonjs modules from es import (#​766)
  • feature: support cache/resolve access inside dynamic modules (#​728)
  • feature: allow keeping require calls inside try-catch (#​729)
Updates

v17.0.0

2020-11-30

Breaking Changes
  • feat!: reconstruct real es module from __esModule marker (#​537)

v16.0.0

2020-10-27

Breaking Changes
  • feat!: Expose cjs detection and support offline caching (#​604)
Bugfixes
  • fix: avoid wrapping commonjsRegister call in createCommonjsModule(...) (#​602)
  • fix: register dynamic modules when a different loader (i.e typescript) loads the entry file (#​599)
  • fix: fixed access to node_modules dynamic module with subfolder (i.e 'logform/json') (#​601)
Features
  • feat: pass type of import to node-resolve (#​611)

v15.1.0

2020-09-21

Features
  • feat: inject __esModule marker into ES namespaces and add Object prototype (#​552)
  • feat: add requireReturnsDefault to types (#​579)

v15.0.0

2020-08-13

Breaking Changes
  • feat!: return the namespace by default when requiring ESM (#​507)
  • fix!: fix interop when importing CJS that is transpiled ESM from an actual ESM (#​501)
Bugfixes
  • fix: add .cjs to default file extensions. (#​524)
Updates
  • chore: update dependencies (fe399e2)

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 PR becomes conflicted, or you tick the rebase/retry checkbox.

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


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from momentiris May 28, 2023 12:26
@renovate renovate bot force-pushed the renovate/rollup-plugin-commonjs-25.x branch from 07f7370 to f03a947 Compare June 10, 2023 05:04
@renovate renovate bot force-pushed the renovate/rollup-plugin-commonjs-25.x branch from f03a947 to 540e876 Compare June 19, 2023 17:06
@renovate renovate bot force-pushed the renovate/rollup-plugin-commonjs-25.x branch from 540e876 to 617a581 Compare July 15, 2023 12:58
@renovate renovate bot force-pushed the renovate/rollup-plugin-commonjs-25.x branch from 617a581 to 4fce846 Compare August 11, 2023 20:17
@renovate
Copy link
Author

renovate bot commented Aug 11, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: sapper/package-lock.json
ERROR: npm v10.2.0 is known not to run on Node.js v14.21.3.  This version of npm supports the following node versions: `^18.17.0 || >=20.5.0`. You can find the latest version at https://nodejs.org/.

ERROR:
/opt/containerbase/tools/npm/10.2.0/node_modules/npm/node_modules/@npmcli/agent/lib/agents.js:105
    options.lookup ??= this.#options.lookup
                   ^^^

SyntaxError: Unexpected token '??='
    at wrapSafe (internal/modules/cjs/loader.js:1029:16)
    at Module._compile (internal/modules/cjs/loader.js:1078:27)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1143:10)
    at Module.load (internal/modules/cjs/loader.js:979:32)
    at Function.Module._load (internal/modules/cjs/loader.js:819:12)
    at Module.require (internal/modules/cjs/loader.js:1003:19)
    at require (internal/modules/cjs/helpers.js:107:18)
    at Object.<anonymous> (/opt/containerbase/tools/npm/10.2.0/node_modules/npm/node_modules/@npmcli/agent/lib/index.js:7:15)
    at Module._compile (internal/modules/cjs/loader.js:1114:14)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1143:10)
ERROR: npm v10.2.0 is known not to run on Node.js v14.21.3.  This version of npm supports the following node versions: `^18.17.0 || >=20.5.0`. You can find the latest version at https://nodejs.org/.

ERROR:
/opt/containerbase/tools/npm/10.2.0/node_modules/npm/node_modules/@npmcli/agent/lib/agents.js:105
    options.lookup ??= this.#options.lookup
                   ^^^

SyntaxError: Unexpected token '??='
    at wrapSafe (internal/modules/cjs/loader.js:1029:16)
    at Module._compile (internal/modules/cjs/loader.js:1078:27)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1143:10)
    at Module.load (internal/modules/cjs/loader.js:979:32)
    at Function.Module._load (internal/modules/cjs/loader.js:819:12)
    at Module.require (internal/modules/cjs/loader.js:1003:19)
    at require (internal/modules/cjs/helpers.js:107:18)
    at Object.<anonymous> (/opt/containerbase/tools/npm/10.2.0/node_modules/npm/node_modules/@npmcli/agent/lib/index.js:7:15)
    at Module._compile (internal/modules/cjs/loader.js:1114:14)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1143:10)

@renovate renovate bot force-pushed the renovate/rollup-plugin-commonjs-25.x branch from 4fce846 to 57b3485 Compare October 5, 2023 14:39
@renovate renovate bot force-pushed the renovate/rollup-plugin-commonjs-25.x branch from 57b3485 to 6108787 Compare October 15, 2023 15:55
@renovate renovate bot force-pushed the renovate/rollup-plugin-commonjs-25.x branch from 6108787 to b6d9883 Compare May 22, 2024 20:00
@renovate renovate bot changed the title chore(deps): update dependency @rollup/plugin-commonjs to v25 chore(deps): update dependency @rollup/plugin-commonjs to v25 - autoclosed Jun 5, 2024
@renovate renovate bot closed this Jun 5, 2024
@renovate renovate bot deleted the renovate/rollup-plugin-commonjs-25.x branch June 5, 2024 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
0 participants