camunda / camunda-dmn-js

Embeddable Camunda modeling distributions based on dmn-js
MIT License
6 stars 2 forks source link

chore: update rollup* dependencies (major) #40

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rollup/plugin-commonjs (source) ^17.1.0 -> ^22.0.0 age adoption passing confidence
@rollup/plugin-node-resolve (source) ^11.2.1 -> ^14.0.0 age adoption passing confidence
@rollup/plugin-replace (source) ^3.1.0 -> ^4.0.0 age adoption passing confidence

Release Notes

rollup/plugins (@​rollup/plugin-commonjs) ### [`v22.0.2`](https://togithub.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2202) [Compare Source](https://togithub.com/rollup/plugins/compare/59d8ac281d35bfbd57a369a1eecb820a0cf534d8...031e9c39fad7a42e93e64b0b97e5b4643a2e6188) *2022-08-05* ##### Bugfixes - fix: Exclude multi-line template strings from indent ([#​1229](https://togithub.com/rollup/plugins/issues/1229)) ### [`v22.0.1`](https://togithub.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2201) *2022-06-24* ##### Bugfixes - fix: Only proxy detected commonjs entry points ([#​1180](https://togithub.com/rollup/plugins/issues/1180)) ### [`v22.0.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2200) *2022-04-24* ##### Breaking Changes - fix: add heuristic to deoptimize requires after calling imported function (requires rollup@2.68.0) ([#​1038](https://togithub.com/rollup/plugins/issues/1038)) - feat: reimplement dynamic import handling (requires Node 12, no longer supports require.cache) ([#​1038](https://togithub.com/rollup/plugins/issues/1038)) ##### Bugfixes - fix: support CJS modules re-exporting transpiled ESM modules ([#​1165](https://togithub.com/rollup/plugins/issues/1165)) - fix: Warn when plugins do not pass options to resolveId ([#​1038](https://togithub.com/rollup/plugins/issues/1038)) - fix: Do not change semantics when removing requires in if statements ([#​1038](https://togithub.com/rollup/plugins/issues/1038)) - fix: handle external dependencies when using the cache ([#​1038](https://togithub.com/rollup/plugins/issues/1038)) - fix: proxy all entries to not break legacy polyfill plugins ([#​1038](https://togithub.com/rollup/plugins/issues/1038)) - fix: use correct version and add package exports ([#​1038](https://togithub.com/rollup/plugins/issues/1038)) - fix: validate node-resolve peer version ([#​1038](https://togithub.com/rollup/plugins/issues/1038)) - fix: inject module name into dynamic require function ([#​1038](https://togithub.com/rollup/plugins/issues/1038)) - fix: do not transform "typeof exports" for mixed modules ([#​1038](https://togithub.com/rollup/plugins/issues/1038)) - fix: attach correct plugin meta-data to commonjs modules ([#​1038](https://togithub.com/rollup/plugins/issues/1038)) ##### Features - feat: expose plugin version ([#​1038](https://togithub.com/rollup/plugins/issues/1038)) - feat: throw for dynamic requires from outside the configured root ([#​1038](https://togithub.com/rollup/plugins/issues/1038)) - feat: add dynamicRequireRoot option ([#​1038](https://togithub.com/rollup/plugins/issues/1038)) - feat: auto-detect conditional requires ([#​1038](https://togithub.com/rollup/plugins/issues/1038)) - feat: limit ignoreTryCatch to external requires ([#​1038](https://togithub.com/rollup/plugins/issues/1038)) - feat: make namespace callable when requiring ESM with function default ([#​1038](https://togithub.com/rollup/plugins/issues/1038)) - feat: Infer type for unidentified modules ([#​1038](https://togithub.com/rollup/plugins/issues/1038)) - feat: automatically wrap cyclic modules ([#​1038](https://togithub.com/rollup/plugins/issues/1038)) - feat: add strictRequires option to wrap modules ([#​1038](https://togithub.com/rollup/plugins/issues/1038)) ##### Updates - refactor: deconflict helpers only once globals are known ([#​1038](https://togithub.com/rollup/plugins/issues/1038)) ### [`v21.1.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2110) *2022-04-15* ##### Features - feat: make defaultIsModuleExports as funtion to config defaultIsModuleExports for each source ([#​1052](https://togithub.com/rollup/plugins/issues/1052)) ### [`v21.0.3`](https://togithub.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2103) *2022-03-27* ##### Updates - docs: sync required rollup version ([#​1118](https://togithub.com/rollup/plugins/issues/1118)) ### [`v21.0.2`](https://togithub.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2102) *2022-02-23* ##### Updates - chore: transpile dynamic helper to ES5 ([#​1082](https://togithub.com/rollup/plugins/issues/1082)) ### [`v21.0.1`](https://togithub.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2101) *2021-10-19* ##### Bugfixes - fix: pass on isEntry and custom resolve options ([#​1018](https://togithub.com/rollup/plugins/issues/1018)) ### [`v21.0.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2100) *2021-10-01* ##### Breaking Changes - fix: use safe default value for ignoreTryCatch ([#​1005](https://togithub.com/rollup/plugins/issues/1005)) ### [`v20.0.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2000) *2021-07-30* ##### Breaking Changes - fix: Correctly infer module name for any separator ([#​924](https://togithub.com/rollup/plugins/issues/924)) ### [`v19.0.2`](https://togithub.com/rollup/plugins/blob/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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))
rollup/plugins (@​rollup/plugin-node-resolve) ### [`v14.1.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1410) [Compare Source](https://togithub.com/rollup/plugins/compare/3dce792aa1dcb453555fc5efa214d6f034598563...509d0310ff12f6dec78df59585b55b4f0209af9a) *2022-09-12* ##### Features - feat: add new option, modulePaths ([#​1104](https://togithub.com/rollup/plugins/issues/1104)) ### [`v14.0.1`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1401) [Compare Source](https://togithub.com/rollup/plugins/compare/608ad1001b4da5f97dad2c8ed18af4cdb49f0902...3dce792aa1dcb453555fc5efa214d6f034598563) *2022-09-08* ##### Bugfixes - fix: handle circular commonjs ([#​1259](https://togithub.com/rollup/plugins/issues/1259)) ### [`v14.0.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1400) *2022-09-06* ##### Breaking Changes - fix: preserve moduleSideEffects when re-resolving files ([#​1245](https://togithub.com/rollup/plugins/issues/1245)) ### [`v13.3.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1330) *2022-05-02* ##### Features - feat: support `node:` protocol ([#​1124](https://togithub.com/rollup/plugins/issues/1124)) ### [`v13.2.2`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1322) *2022-05-02* ##### Bugfixes - fix: Respect if other plugins resolve the resolution to a different id ([#​1181](https://togithub.com/rollup/plugins/issues/1181)) - fix: Revert respect if other plugins resolve the resolution to a different id ([`ae59ceb`](https://togithub.com/rollup/plugins/commit/ae59ceb)) - fix: Respect if other plugins resolve the resolution to a different id ([`f8d4c44`](https://togithub.com/rollup/plugins/commit/f8d4c44)) ### [`v13.2.1`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1321) *2022-04-15* ##### Bugfixes - fix: update side effects logic to be deep when glob doesn’t contain `/` ([#​1148](https://togithub.com/rollup/plugins/issues/1148)) ### [`v13.2.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1320) *2022-04-11* ##### Features - feat: Add the ability to pass a function into resolveOnly ([#​1152](https://togithub.com/rollup/plugins/issues/1152)) ### [`v13.1.3`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1313) *2022-01-05* ##### Bugfixes - fix: use correct version when published ([#​1063](https://togithub.com/rollup/plugins/issues/1063)) ### [`v13.1.2`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1312) *2021-12-31* ##### Bugfixes - fix: forward meta-information from other plugins ([#​1062](https://togithub.com/rollup/plugins/issues/1062)) ### [`v13.1.1`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1311) *2021-12-13* ##### Updates - test: add tests for mixing custom `exportConditions` with `browser: true` ([#​1043](https://togithub.com/rollup/plugins/issues/1043)) ### [`v13.1.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1310) *2021-12-13* ##### Features - feat: expose plugin version ([#​1050](https://togithub.com/rollup/plugins/issues/1050)) ### [`v13.0.6`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1306) *2021-10-19* ##### Bugfixes - fix: pass on isEntry flag ([#​1016](https://togithub.com/rollup/plugins/issues/1016)) ### [`v13.0.5`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1305) *2021-09-21* ##### Updates - docs: fix readme heading depth ([#​999](https://togithub.com/rollup/plugins/issues/999)) ### [`v13.0.4`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1304) *2021-07-24* ##### Bugfixes - fix: Fix bug where JS import was converted to a TS import, resulting in an error when using export maps ([#​921](https://togithub.com/rollup/plugins/issues/921)) ### [`v13.0.3`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1303) *2021-07-24* ##### Bugfixes - fix: handle browser-mapped paths correctly in nested contexts ([#​920](https://togithub.com/rollup/plugins/issues/920)) ### [`v13.0.2`](https://togithub.com/rollup/plugins/blob/HEAD/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/HEAD/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/HEAD/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))
rollup/plugins (@​rollup/plugin-replace) ### [`v4.0.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/replace/CHANGELOG.md#v400) *2022-02-22* ##### Breaking Changes - fix: do not escape delimiters ([#​1088](https://togithub.com/rollup/plugins/issues/1088))

Configuration

📅 Schedule: Branch creation - "before 2am on monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



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