Skip to content

Commit

Permalink
build(deps): update dependency @rollup/plugin-replace to v6 (#10604)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@rollup/plugin-replace](https://redirect.github.com/rollup/plugins/tree/master/packages/replace#readme)
([source](https://redirect.github.com/rollup/plugins/tree/HEAD/packages/replace))
| [`5.0.7` ->
`6.0.1`](https://renovatebot.com/diffs/npm/@rollup%2fplugin-replace/5.0.7/6.0.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@rollup%2fplugin-replace/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@rollup%2fplugin-replace/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@rollup%2fplugin-replace/5.0.7/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@rollup%2fplugin-replace/5.0.7/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>rollup/plugins (@&#8203;rollup/plugin-replace)</summary>

###
[`v6.0.1`](https://redirect.github.com/rollup/plugins/blob/HEAD/packages/replace/CHANGELOG.md#v601)

*2024-09-23*

##### Bugfixes

- fix: The `preventAssignment` option is treated as a value to replace
([#&#8203;1768](https://redirect.github.com/rollup/plugins/issues/1768))

###
[`v6.0.0`](https://redirect.github.com/rollup/plugins/blob/HEAD/packages/replace/CHANGELOG.md#v600)

*2024-09-23*

##### Breaking Changes

- fix!: objectGuards doesn't take effects
([#&#8203;1764](https://redirect.github.com/rollup/plugins/issues/1764))

</details>

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2IiwibGFiZWxzIjpbImNob3JlIiwiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 24, 2024
1 parent ce6ba48 commit 6fa1678
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@octokit/webhooks-types": "7.6.1",
"@prettier/sync": "0.5.2",
"@rollup/plugin-node-resolve": "15.3.0",
"@rollup/plugin-replace": "5.0.7",
"@rollup/plugin-replace": "6.0.1",
"@rollup/plugin-typescript": "11.1.6",
"@storybook/addon-a11y": "8.2.9",
"@storybook/addon-controls": "8.2.9",
Expand Down

0 comments on commit 6fa1678

Please sign in to comment.