folke / polydock

✨ A shiny and hackable application dock
Apache License 2.0
193 stars 8 forks source link

chore(deps): update dependency @rollup/plugin-replace to v5 #50

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rollup/plugin-replace (source) 2.3.3 -> 5.0.7 age adoption passing confidence

Release Notes

rollup/plugins (@​rollup/plugin-replace) ### [`v5.0.7`](https://togithub.com/rollup/plugins/blob/HEAD/packages/replace/CHANGELOG.md#v507) *2024-06-05* ##### Bugfixes - fix: add missing sourceMap documentation ([#​1698](https://togithub.com/rollup/plugins/issues/1698)) ### [`v5.0.6`](https://togithub.com/rollup/plugins/blob/HEAD/packages/replace/CHANGELOG.md#v506) *2024-06-05* ##### Bugfixes - fix: ternary operator replacement ([#​1712](https://togithub.com/rollup/plugins/issues/1712)) ### [`v5.0.5`](https://togithub.com/rollup/plugins/blob/HEAD/packages/replace/CHANGELOG.md#v505) *2023-10-29* ##### Bugfixes - fix: prevent variable before colons from being replaced when preventAssigment is true ([#​1609](https://togithub.com/rollup/plugins/issues/1609)) ### [`v5.0.4`](https://togithub.com/rollup/plugins/blob/HEAD/packages/replace/CHANGELOG.md#v504) [Compare Source](https://togithub.com/rollup/plugins/compare/f579f68c5719f44861f8f4b28dbdb54dc82f6bf9...563d83a5294299f40ad1ed18c4124f5a01435d8d) *2023-10-15* ##### Bugfixes - fix: bump magic-string version [#​1596](https://togithub.com/rollup/plugins/pull/1596) ### [`v5.0.3`](https://togithub.com/rollup/plugins/blob/HEAD/packages/replace/CHANGELOG.md#v503) [Compare Source](https://togithub.com/rollup/plugins/compare/ec974f2b2894ede07fffd12d8bdfd01a08e5b8e9...f579f68c5719f44861f8f4b28dbdb54dc82f6bf9) *2023-10-05* ##### Bugfixes - fix: ensure rollup 4 compatibility [#​1595](https://togithub.com/rollup/plugins/pull/1595) ### [`v5.0.2`](https://togithub.com/rollup/plugins/blob/HEAD/packages/replace/CHANGELOG.md#v502) [Compare Source](https://togithub.com/rollup/plugins/compare/8791470de938716884b4c4b932d32a6a80226922...ec974f2b2894ede07fffd12d8bdfd01a08e5b8e9) *2022-12-17* ##### Bugfixes - fix: update magic-string [#​1373](https://togithub.com/rollup/plugins/pull/1373) ### [`v5.0.1`](https://togithub.com/rollup/plugins/blob/HEAD/packages/replace/CHANGELOG.md#v501) [Compare Source](https://togithub.com/rollup/plugins/compare/692446ca30a824919afac91c494d9b5f84ac9ca5...8791470de938716884b4c4b932d32a6a80226922) *2022-10-21* ##### Updates - chore: update rollup dependencies ([3038271](https://togithub.com/rollup/plugins/commit/303827191ede6b2e4eade96c6968ed16a587683f)) ### [`v5.0.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/replace/CHANGELOG.md#v500) *2022-10-10* ##### Breaking Changes - fix: prepare for Rollup 3 [#​1286](https://togithub.com/rollup/plugins/pull/1286) ### [`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)) ### [`v3.1.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/replace/CHANGELOG.md#v310) *2022-02-11* ##### Features - feat: typeofReplacements option ([#​1084](https://togithub.com/rollup/plugins/issues/1084)) ### [`v3.0.1`](https://togithub.com/rollup/plugins/blob/HEAD/packages/replace/CHANGELOG.md#v301) *2021-12-28* ##### Bugfixes - fix: add types for `sourceMap` option ([#​1066](https://togithub.com/rollup/plugins/issues/1066)) ##### Updates - docs: clarify delimiters typing ([#​1013](https://togithub.com/rollup/plugins/issues/1013)) ### [`v3.0.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/replace/CHANGELOG.md#v300) *2021-07-16* ##### Breaking Changes - fix!: issues with nested objects replacements ([#​903](https://togithub.com/rollup/plugins/issues/903)) ### [`v2.4.2`](https://togithub.com/rollup/plugins/blob/HEAD/packages/replace/CHANGELOG.md#v242) *2021-03-26* ##### Updates - docs: document the `values` option ([#​814](https://togithub.com/rollup/plugins/issues/814)) ### [`v2.4.1`](https://togithub.com/rollup/plugins/blob/HEAD/packages/replace/CHANGELOG.md#v241) *2021-02-22* ##### Bugfixes - fix: add missing types for new `preventAssignment` option ([#​813](https://togithub.com/rollup/plugins/issues/813)) ### [`v2.4.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/replace/CHANGELOG.md#v240) *2021-02-22* ##### Features - feat: prevent accidental replacement within assignment ([#​798](https://togithub.com/rollup/plugins/issues/798)) ##### Updates - docs: clarify replacement. fixes [#​737](https://togithub.com/rollup/plugins/issues/737) ([#​785](https://togithub.com/rollup/plugins/issues/785)) ### [`v2.3.4`](https://togithub.com/rollup/plugins/blob/HEAD/packages/replace/CHANGELOG.md#v234) *2020-10-27* ##### Updates - docs: describe process.env.NODE_ENV case ([#​589](https://togithub.com/rollup/plugins/issues/589)) - chore: update dependencies ([`53e2b73`](https://togithub.com/rollup/plugins/commit/53e2b73)) - docs: linting update in readme ([`aef7dbc`](https://togithub.com/rollup/plugins/commit/aef7dbc))

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 was generated by Mend Renovate. View the repository job log.