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.17.2 #266

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.16.0 -> 3.17.2 age adoption passing confidence

Release Notes

rollup/rollup ### [`v3.17.2`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#​3172) [Compare Source](https://togithub.com/rollup/rollup/compare/v3.17.1...v3.17.2) *2023-02-20* ##### Bug Fixes - Do not omit code if a file that only re-exports a used variable has `moduleSideEffects` set to `true` ([#​4867](https://togithub.com/rollup/rollup/issues/4867)) - Add missing `needsCodeReference` property in TypeScript for asset tree-shaking ([#​4868](https://togithub.com/rollup/rollup/issues/4868)) - Add correct side effect configuration for additional Object and Promise methods ([#​4323](https://togithub.com/rollup/rollup/issues/4323)) ##### Pull Requests - [#​4323](https://togithub.com/rollup/rollup/pull/4323): feat: add known globals ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4867](https://togithub.com/rollup/rollup/pull/4867): Include side effects of re-exporters unless they have moduleSideEffects: false ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​4868](https://togithub.com/rollup/rollup/pull/4868): Add `needsCodeReference` property to `EmittedAsset` ([@​sapphi-red](https://togithub.com/sapphi-red)) ### [`v3.17.1`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#​3171) [Compare Source](https://togithub.com/rollup/rollup/compare/v3.17.0...v3.17.1) *2023-02-18* ##### Bug Fixes - Add TypeScript types for `loadConfigFile` ([#​4853](https://togithub.com/rollup/rollup/issues/4853)) - Fix an issue that could include unused classes in the bundle if their super class was in a file with `moduleSideEffects: false` ([#​4866](https://togithub.com/rollup/rollup/issues/4866)) ##### Pull Requests - [#​4853](https://togithub.com/rollup/rollup/pull/4853): feat: export loadConfigFile type ([@​TrickyPi](https://togithub.com/TrickyPi)) - [#​4866](https://togithub.com/rollup/rollup/pull/4866): Do not mark variable access in files without side effects as TDZ ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v3.17.0`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#​3170) [Compare Source](https://togithub.com/rollup/rollup/compare/v3.16.0...v3.17.0) *2023-02-18* ##### Features - Deprecate `experimentalDeepDynamicChunkOptimization` and always run the full chunk generation algorithm ([#​4862](https://togithub.com/rollup/rollup/issues/4862)) ##### Bug Fixes - Fix an issue that caused very slow builds for projects with over 1000 dynamic imports when `experimentalDeepDynamicChunkOptimization` was enabled ([#​4862](https://togithub.com/rollup/rollup/issues/4862)) ##### Pull Requests - [#​4862](https://togithub.com/rollup/rollup/pull/4862): Improve chunking performance ([@​lukastaegert](https://togithub.com/lukastaegert))

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.