Skip to content

Commit 5ff6a8d

Browse files
fix(deps): update dependency @rollup/pluginutils to v5.1.4 (#11816)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@rollup/pluginutils](https://redirect.github.com/rollup/plugins/tree/master/packages/pluginutils#readme) ([source](https://redirect.github.com/rollup/plugins/tree/HEAD/packages/pluginutils)) | [`5.1.2` -> `5.1.4`](https://renovatebot.com/diffs/npm/@rollup%2fpluginutils/5.1.2/5.1.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@rollup%2fpluginutils/5.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@rollup%2fpluginutils/5.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@rollup%2fpluginutils/5.1.2/5.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@rollup%2fpluginutils/5.1.2/5.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>rollup/plugins (@&#8203;rollup/pluginutils)</summary> ### [`v5.1.4`](https://redirect.github.com/rollup/plugins/blob/HEAD/packages/pluginutils/CHANGELOG.md#v514) *2024-12-15* ##### Updates - refactor: replace `test` with `includes` ([#&#8203;1787](https://redirect.github.com/rollup/plugins/issues/1787)) ### [`v5.1.3`](https://redirect.github.com/rollup/plugins/blob/HEAD/packages/pluginutils/CHANGELOG.md#v513) *2024-10-23* ##### Bugfixes - fix: upgrade picomatch ([#&#8203;1796](https://redirect.github.com/rollup/plugins/issues/1796)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/redwoodjs/redwood). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44MC4wIiwidXBkYXRlZEluVmVyIjoiMzkuODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0c6748f commit 5ff6a8d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

packages/storybook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"dependencies": {
5151
"@joshwooding/vite-plugin-react-docgen-typescript": "0.4.2",
5252
"@redwoodjs/testing": "workspace:*",
53-
"@rollup/pluginutils": "5.1.2",
53+
"@rollup/pluginutils": "5.1.4",
5454
"@storybook/addon-essentials": "7.6.17",
5555
"@storybook/builder-vite": "7.6.17",
5656
"@storybook/react": "7.6.17",

yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -9090,19 +9090,19 @@ __metadata:
90909090
languageName: node
90919091
linkType: hard
90929092

9093-
"@rollup/pluginutils@npm:5.1.2, @rollup/pluginutils@npm:^5.0.1, @rollup/pluginutils@npm:^5.1.0":
9094-
version: 5.1.2
9095-
resolution: "@rollup/pluginutils@npm:5.1.2"
9093+
"@rollup/pluginutils@npm:5.1.4, @rollup/pluginutils@npm:^5.0.1, @rollup/pluginutils@npm:^5.1.0":
9094+
version: 5.1.4
9095+
resolution: "@rollup/pluginutils@npm:5.1.4"
90969096
dependencies:
90979097
"@types/estree": "npm:^1.0.0"
90989098
estree-walker: "npm:^2.0.2"
9099-
picomatch: "npm:^2.3.1"
9099+
picomatch: "npm:^4.0.2"
91009100
peerDependencies:
91019101
rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0
91029102
peerDependenciesMeta:
91039103
rollup:
91049104
optional: true
9105-
checksum: 10c0/30f4a98e91a8699b6666b64ecdc665439bd53dddbe964bbeca56da81ff889cfde3a3e059144b80c5a2d9b48aa158df18a45e9a847a33b757d3e8336b278b8836
9105+
checksum: 10c0/6d58fbc6f1024eb4b087bc9bf59a1d655a8056a60c0b4021d3beaeec3f0743503f52467fd89d2cf0e7eccf2831feb40a05ad541a17637ea21ba10b21c2004deb
91069106
languageName: node
91079107
linkType: hard
91089108

@@ -27869,7 +27869,7 @@ __metadata:
2786927869
dependencies:
2787027870
"@joshwooding/vite-plugin-react-docgen-typescript": "npm:0.4.2"
2787127871
"@redwoodjs/testing": "workspace:*"
27872-
"@rollup/pluginutils": "npm:5.1.2"
27872+
"@rollup/pluginutils": "npm:5.1.4"
2787327873
"@storybook/addon-essentials": "npm:7.6.17"
2787427874
"@storybook/builder-vite": "npm:7.6.17"
2787527875
"@storybook/react": "npm:7.6.17"

0 commit comments

Comments
 (0)