Open renovate[bot] opened 2 months ago
The update to the @rollup/plugin-replace
dependency in the package.json
file reflects a shift from version ^2.4.2
to ^5.0.0
. This change signifies an upgrade that may introduce new features, improvements, and potentially breaking changes affecting the Rollup bundler's behavior during code processing. Understanding the implications of this update will require reviewing the specifics of the new version's changes.
File | Change Summary |
---|---|
package.json | Updated @rollup/plugin-replace from ^2.4.2 to ^5.0.0 |
sequenceDiagram
participant User
participant Rollup
participant Plugin
User->>Rollup: Initiate build
Rollup->>Plugin: Process replacements
Plugin-->>Rollup: Return modified code
Rollup-->>User: Output final bundle
🐇 In the garden of code, I hop with delight,
A plugin upgraded, oh what a sight!
From version two to five, we leap and we bound,
New features await, innovation profound.
With each joyful change, our build takes flight,
Hopping through syntax, we dance in the light! 🌼✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.
This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.
This PR contains the following updates:
^2.4.2
->^5.0.0
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))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.