bahmutov / cypress-svelte-unit-test

Unit testing Svelte components in Cypress E2E test runner
162 stars 21 forks source link

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

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rollup/plugin-commonjs 11.1.0 -> 19.0.2 age adoption passing confidence

Release Notes

rollup/plugins ### [`v19.0.2`](https://togithub.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md#v1902) *2021-07-26* ##### Bugfixes - fix convert module.exports with `__esModule` property([#​939](https://togithub.com/rollup/plugins/issues/939)) ([#​942](https://togithub.com/rollup/plugins/issues/942)) ### [`v19.0.1`](https://togithub.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md#v1901) *2021-07-15* ##### Bugfixes - fix: short-circuit to actual module entry point when using circular ref through a different entry ([#​888](https://togithub.com/rollup/plugins/issues/888)) ### [`v19.0.0`](https://togithub.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md#v1900) *2021-05-07* ##### Breaking Changes - feat!: Add support for circular dependencies ([#​658](https://togithub.com/rollup/plugins/issues/658)) ### [`v18.1.0`](https://togithub.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md#v1810) *2021-05-04* ##### Bugfixes - fix: idempotence issue ([#​871](https://togithub.com/rollup/plugins/issues/871)) ##### Features - feat: Add `defaultIsModuleExports` option to match Node.js behavior ([#​838](https://togithub.com/rollup/plugins/issues/838)) ### [`v18.0.0`](https://togithub.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md#v1800) *2021-03-26* ##### Breaking Changes - feat!: Add ignore-dynamic-requires option ([#​819](https://togithub.com/rollup/plugins/issues/819)) ##### Bugfixes - fix: `isRestorableCompiledEsm` should also trigger code transform ([#​816](https://togithub.com/rollup/plugins/issues/816)) ### [`v17.1.0`](https://togithub.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md#v1710) *2021-01-29* ##### Bugfixes - fix: correctly replace shorthand `require` ([#​764](https://togithub.com/rollup/plugins/issues/764)) ##### Features - feature: load dynamic commonjs modules from es `import` ([#​766](https://togithub.com/rollup/plugins/issues/766)) - feature: support cache/resolve access inside dynamic modules ([#​728](https://togithub.com/rollup/plugins/issues/728)) - feature: allow keeping `require` calls inside try-catch ([#​729](https://togithub.com/rollup/plugins/issues/729)) ##### Updates - chore: fix lint error ([#​719](https://togithub.com/rollup/plugins/issues/719)) ### [`v17.0.0`](https://togithub.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md#v1700) *2020-11-30* ##### Breaking Changes - feat!: reconstruct real es module from \__esModule marker ([#​537](https://togithub.com/rollup/plugins/issues/537)) ### [`v16.0.0`](https://togithub.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md#v1600) *2020-10-27* ##### Breaking Changes - feat!: Expose cjs detection and support offline caching ([#​604](https://togithub.com/rollup/plugins/issues/604)) ##### Bugfixes - fix: avoid wrapping `commonjsRegister` call in `createCommonjsModule(...)` ([#​602](https://togithub.com/rollup/plugins/issues/602)) - fix: register dynamic modules when a different loader (i.e typescript) loads the entry file ([#​599](https://togithub.com/rollup/plugins/issues/599)) - fix: fixed access to node_modules dynamic module with subfolder (i.e 'logform/json') ([#​601](https://togithub.com/rollup/plugins/issues/601)) ##### Features - feat: pass type of import to node-resolve ([#​611](https://togithub.com/rollup/plugins/issues/611)) ### [`v15.1.0`](https://togithub.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md#v1510) *2020-09-21* ##### Features - feat: inject \__esModule marker into ES namespaces and add Object prototype ([#​552](https://togithub.com/rollup/plugins/issues/552)) - feat: add requireReturnsDefault to types ([#​579](https://togithub.com/rollup/plugins/issues/579)) ### [`v15.0.0`](https://togithub.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md#v1500) *2020-08-13* ##### Breaking Changes - feat!: return the namespace by default when requiring ESM ([#​507](https://togithub.com/rollup/plugins/issues/507)) - fix!: fix interop when importing CJS that is transpiled ESM from an actual ESM ([#​501](https://togithub.com/rollup/plugins/issues/501)) ##### Bugfixes - fix: add .cjs to default file extensions. ([#​524](https://togithub.com/rollup/plugins/issues/524)) ##### Updates - chore: update dependencies ([`fe399e2`](https://togithub.com/rollup/plugins/commit/fe399e2)) ### [`v14.0.0`](https://togithub.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md#v1400) *2020-07-13* ##### Release Notes This restores the fixes from v13.0.1, but as a semver compliant major version. ### [`v13.0.2`](https://togithub.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md#v1302) *2021-07-15* ##### Bugfixes - fix: handle "package.json" being in path ([#​927](https://togithub.com/rollup/plugins/issues/927)) ### [`v13.0.1`](https://togithub.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md#v1301) *2021-07-15* ##### Updates - docs: Document how to get Node.js exports resolution ([#​884](https://togithub.com/rollup/plugins/issues/884)) ### [`v13.0.0`](https://togithub.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md#v1300) *2021-05-04* ##### Breaking Changes - fix!: mark module as external if resolved module is external ([#​799](https://togithub.com/rollup/plugins/issues/799)) ##### Features - feat: Follow up to [#​843](https://togithub.com/rollup/plugins/issues/843), refining exports and browser field interaction ([#​866](https://togithub.com/rollup/plugins/issues/866)) ### [`v12.0.0`](https://togithub.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md#v1200) *2020-05-20* ##### Breaking Changes - feat: add kill-switch for mixed es-cjs modules ([#​358](https://togithub.com/rollup/plugins/issues/358)) - feat: set syntheticNamedExports for commonjs modules ([#​149](https://togithub.com/rollup/plugins/issues/149)) ##### Bugfixes - fix: expose the virtual `require` function on mock `module`. fixes [#​307](https://togithub.com/rollup/plugins/issues/307) ([#​326](https://togithub.com/rollup/plugins/issues/326)) - fix: improved shouldWrap logic. fixes [#​304](https://togithub.com/rollup/plugins/issues/304) ([#​355](https://togithub.com/rollup/plugins/issues/355)) ##### Features - feat: support for explicit module.require calls. fixes [#​310](https://togithub.com/rollup/plugins/issues/310) ([#​325](https://togithub.com/rollup/plugins/issues/325))

Configuration

📅 Schedule: "after 10pm every weekday,every weekend,before 5am every weekday" (UTC).

🚦 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.



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