eunchurn / react-windrose-chart

Wind Rose Chart React Component
https://eunchurn.github.io/react-windrose-chart/
MIT License
14 stars 4 forks source link

chore(deps): update dependency rollup to v3.16.0 #262

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rollup (source) 3.14.0 -> 3.16.0 age adoption passing confidence

Release Notes

rollup/rollup ### [`v3.16.0`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#​3160) [Compare Source](https://togithub.com/rollup/rollup/compare/v3.15.0...v3.16.0) *2023-02-17* ##### Features - Support `output.sourcemapIgnoreList` option to mark file sources as ignored in the `x_google_ignoreList` attribute of the resulting sourcemap ([#​4848](https://togithub.com/rollup/rollup/issues/4848)) - Support sourcemaps where `sourcesContent` contains `null` entries ([#​4846](https://togithub.com/rollup/rollup/issues/4846)) - Allow explicitly passing `true` for the `cache` option to override Vite's default ([#​4859](https://togithub.com/rollup/rollup/issues/4859)) ##### Bug Fixes - Fix an issue where unrelated side effects spilled into other chunks when using the `experimentalMinChunkSize` option ([#​4851](https://togithub.com/rollup/rollup/issues/4851)) ##### Pull Requests - [#​4846](https://togithub.com/rollup/rollup/pull/4846): Update magic-string and adjust types. ([@​bmeurer](https://togithub.com/bmeurer)) - [#​4848](https://togithub.com/rollup/rollup/pull/4848): Introduce `sourcemapIgnoreList` predicate. ([@​bmeurer](https://togithub.com/bmeurer)) - [#​4851](https://togithub.com/rollup/rollup/pull/4851): Fix chunk graph update when merging chunks for minChunkSize ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​4852](https://togithub.com/rollup/rollup/pull/4852): docs: make api params more readable ([@​cunzaizhuyi](https://togithub.com/cunzaizhuyi)) - [#​4856](https://togithub.com/rollup/rollup/pull/4856): simplify code in includeStatements ([@​TrickyPi](https://togithub.com/TrickyPi)) - [#​4859](https://togithub.com/rollup/rollup/pull/4859): Allow to pass "true" to InputOptions.cache ([@​danielrentz](https://togithub.com/danielrentz)) ### [`v3.15.0`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#​3150) [Compare Source](https://togithub.com/rollup/rollup/compare/v3.14.0...v3.15.0) *2023-02-10* ##### Features - Do not consider instantiating a constructor a side effect if it adds properties to "this" and is instantiated elsewhere ([#​4842](https://togithub.com/rollup/rollup/issues/4842)) ##### Bug Fixes - Improve side effect detection in constructors ([#​4842](https://togithub.com/rollup/rollup/issues/4842)) ##### Pull Requests - [#​4842](https://togithub.com/rollup/rollup/pull/4842): fix: add this option to context.ignore ([@​TrickyPi](https://togithub.com/TrickyPi)) - [#​4843](https://togithub.com/rollup/rollup/pull/4843): fixed the logo link ([@​oMatheuss](https://togithub.com/oMatheuss)) - [#​4844](https://togithub.com/rollup/rollup/pull/4844): Update index.md ([@​cunzaizhuyi](https://togithub.com/cunzaizhuyi)) - [#​4845](https://togithub.com/rollup/rollup/pull/4845): docs: fix style ([@​TrickyPi](https://togithub.com/TrickyPi))

Configuration

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

🚦 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 Mend Renovate. View repository job log here.