resoai / TileBoard

A simple yet highly configurable Dashboard for HomeAssistant
MIT License
1.63k stars 277 forks source link

chore(deps): update dependency @rollup/plugin-commonjs to v25 #873

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rollup/plugin-commonjs (source) ^22.0.1 -> ^25.0.7 age adoption passing confidence

Release Notes

rollup/plugins (@​rollup/plugin-commonjs) ### [`v25.0.7`](https://togithub.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2507) [Compare Source](https://togithub.com/rollup/plugins/compare/042736d99c46b6b413ce5abe66bc39216585ce86...ad406ba364bc39b4f1f5517292ee722a5862b97d) *2023-10-15* ##### Bugfixes - fix: bump magic-string version [#​1596](https://togithub.com/rollup/plugins/pull/1596) ### [`v25.0.6`](https://togithub.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2506) [Compare Source](https://togithub.com/rollup/plugins/compare/99fd13f4ac4ef8fa16aef02dd94699301c295cca...042736d99c46b6b413ce5abe66bc39216585ce86) *2023-10-15* ##### Bugfixes - fix: Keep the shebang at the top of the file content [#​1610](https://togithub.com/rollup/plugins/pull/1610) ### [`v25.0.5`](https://togithub.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2505) [Compare Source](https://togithub.com/rollup/plugins/compare/579f41d173635232f13a5e954521c7aaefaeab50...99fd13f4ac4ef8fa16aef02dd94699301c295cca) *2023-10-05* ##### Bugfixes - fix: ensure rollup 4 compatibility [#​1595](https://togithub.com/rollup/plugins/pull/1595) ### [`v25.0.4`](https://togithub.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2504) [Compare Source](https://togithub.com/rollup/plugins/compare/a5985b70b709d1746d196fff15612bb2450eb0ed...579f41d173635232f13a5e954521c7aaefaeab50) *2023-08-11* ##### Updates - docs: update docs [#​1545](https://togithub.com/rollup/plugins/pull/1545) ### [`v25.0.3`](https://togithub.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2503) [Compare Source](https://togithub.com/rollup/plugins/compare/b9cbbb4a138d81e27b868136c80a6306db327e43...a5985b70b709d1746d196fff15612bb2450eb0ed) *2023-07-15* ##### Bugfixes - fix: preserve `this` reference in the child class [#​1537](https://togithub.com/rollup/plugins/pull/1537) ### [`v25.0.2`](https://togithub.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2502) [Compare Source](https://togithub.com/rollup/plugins/compare/45680a892a13c18d42a490de9fbc1d312cc59fc0...b9cbbb4a138d81e27b868136c80a6306db327e43) *2023-06-19* ##### Bugfixes - fix: add classBodyDepth flag [#​1507](https://togithub.com/rollup/plugins/pull/1507) ### [`v25.0.1`](https://togithub.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2501) [Compare Source](https://togithub.com/rollup/plugins/compare/5ed6eec92abb4e2429c2c9b950b924ab2cef47ef...45680a892a13c18d42a490de9fbc1d312cc59fc0) *2023-06-10* ##### Bugfixes - fix: change dynamicRequireRoot to normalizedDynamicRequireRoot && tweak related tests [#​1508](https://togithub.com/rollup/plugins/pull/1508) ### [`v25.0.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2500) [Compare Source](https://togithub.com/rollup/plugins/compare/1d085dc4bc003f43f42f1d0f0d149e779e19784c...5ed6eec92abb4e2429c2c9b950b924ab2cef47ef) *2023-05-12* ##### Breaking Changes - fix: dynamic require root check was broken in some cases [#​1461](https://togithub.com/rollup/plugins/pull/1461) ### [`v24.1.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2410) [Compare Source](https://togithub.com/rollup/plugins/compare/e62c880e6b18ae5a220caf133e9dd5285fac4feb...1d085dc4bc003f43f42f1d0f0d149e779e19784c) *2023-04-11* ##### Features - feat: Do not use getters for module.exports [#​1455](https://togithub.com/rollup/plugins/pull/1455) ### [`v24.0.1`](https://togithub.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2401) [Compare Source](https://togithub.com/rollup/plugins/compare/c4c26a55f07a434d6d9c276709526d18bf736c72...e62c880e6b18ae5a220caf133e9dd5285fac4feb) *2023-01-20* ##### Bugfixes - fix: types should come first in exports [#​1403](https://togithub.com/rollup/plugins/pull/1403) ### [`v24.0.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2400) [Compare Source](https://togithub.com/rollup/plugins/compare/62d68273ac2a28e09117c78deef925d424e6fef7...c4c26a55f07a434d6d9c276709526d18bf736c72) *2022-12-18* ##### Breaking Changes - fix: check if defaultIsModuleExports is auto for getDefaultExportFromCjs [#​1358](https://togithub.com/rollup/plugins/pull/1358) ### [`v23.0.7`](https://togithub.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2307) [Compare Source](https://togithub.com/rollup/plugins/compare/18e6c31a555bfec0b1d0381fbddb38ab1b5b18f8...62d68273ac2a28e09117c78deef925d424e6fef7) *2022-12-17* ##### Bugfixes - fix: produce code which works when \__esModule is already defined [#​1379](https://togithub.com/rollup/plugins/pull/1379) ### [`v23.0.6`](https://togithub.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2306) [Compare Source](https://togithub.com/rollup/plugins/compare/35802f15561615727396fd15384b7bc2b845f0e5...18e6c31a555bfec0b1d0381fbddb38ab1b5b18f8) *2022-12-17* ##### Bugfixes - fix: update magic-string [#​1373](https://togithub.com/rollup/plugins/pull/1373) ### [`v23.0.5`](https://togithub.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2305) [Compare Source](https://togithub.com/rollup/plugins/compare/2fa3c8f135424ac8fa674c94d801831f07b6bfd2...35802f15561615727396fd15384b7bc2b845f0e5) *2022-12-15* ##### Bugfixes - fix: resolve export exports not found [#​1363](https://togithub.com/rollup/plugins/pull/1363) ### [`v23.0.4`](https://togithub.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2304) [Compare Source](https://togithub.com/rollup/plugins/compare/2114cf7c1ce269100c692cb06377d90cecd73fdb...2fa3c8f135424ac8fa674c94d801831f07b6bfd2) *2022-12-07* ##### Bugfixes - fix: declaration tag [@​default](https://togithub.com/default) for ignoreTryCatch + fix some typos [#​1370](https://togithub.com/rollup/plugins/pull/1370) ### [`v23.0.3`](https://togithub.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2303) [Compare Source](https://togithub.com/rollup/plugins/compare/2eba65cb0efa5c1696b91a0aabba3ca5ffc3106d...2114cf7c1ce269100c692cb06377d90cecd73fdb) *2022-11-27* ##### Bugfixes - fix: correctly wrap a default class export from cjs module [#​1350](https://togithub.com/rollup/plugins/pull/1350) ### [`v23.0.2`](https://togithub.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2302) [Compare Source](https://togithub.com/rollup/plugins/compare/4b816253dd43656cd7e078b488d921c7e31baec6...2eba65cb0efa5c1696b91a0aabba3ca5ffc3106d) *2022-10-21* ##### Updates - chore: update rollup dependencies ([3038271](https://togithub.com/rollup/plugins/commit/303827191ede6b2e4eade96c6968ed16a587683f)) ### [`v23.0.1`](https://togithub.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2301) [Compare Source](https://togithub.com/rollup/plugins/compare/7a150cb52a7da9ee656d6072aa681c028e333eb5...4b816253dd43656cd7e078b488d921c7e31baec6) *Skipped for repo rebase* ### [`v23.0.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/commonjs/CHANGELOG.md#v2300) [Compare Source](https://togithub.com/rollup/plugins/compare/031e9c39fad7a42e93e64b0b97e5b4643a2e6188...7a150cb52a7da9ee656d6072aa681c028e333eb5) *2022-10-09* ##### Breaking Changes - fix: prepare for Rollup 3 [#​1300](https://togithub.com/rollup/plugins/pull/1300) ### [`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))

Configuration

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

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