ivangabriele / postgrester

Isomorphic PostgREST API Client for Javascript and Typescript.
Apache License 2.0
50 stars 7 forks source link

chore(dev-deps): update dependency @rollup/plugin-commonjs to v22 #238

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

rollup/plugins ### [`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))

Configuration

πŸ“… Schedule: "before 3am on Monday" in timezone Europe/Paris.

🚦 Automerge: Enabled.

β™» 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.

codecov[bot] commented 2 years ago

Codecov Report

Merging #238 (6f6a012) into main (62056a2) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #238   +/-   ##
=======================================
  Coverage   99.56%   99.56%           
=======================================
  Files           2        2           
  Lines         232      232           
  Branches       70       70           
=======================================
  Hits          231      231           
  Misses          1        1           

Continue to review full report at Codecov.

Legend - Click here to learn more Ξ” = absolute <relative> (impact), ΓΈ = not affected, ? = missing data Powered by Codecov. Last update 62056a2...6f6a012. Read the comment docs.