Skip to content

Commit

Permalink
fix(deps): update dependency @rollup/pluginutils to v5.1.2 (#11616)
Browse files Browse the repository at this point in the history
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.0` ->
`5.1.2`](https://renovatebot.com/diffs/npm/@rollup%2fpluginutils/5.1.0/5.1.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@rollup%2fpluginutils/5.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@rollup%2fpluginutils/5.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@rollup%2fpluginutils/5.1.0/5.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@rollup%2fpluginutils/5.1.0/5.1.2?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.2`](https://redirect.github.com/rollup/plugins/blob/HEAD/packages/pluginutils/CHANGELOG.md#v512)

*2024-09-23*

##### Bugfixes

- fix: optimize `createFilter` and `normalizePath`
([#&#8203;1750](https://redirect.github.com/rollup/plugins/issues/1750))

###
[`v5.1.1`](https://redirect.github.com/rollup/plugins/blob/HEAD/packages/pluginutils/CHANGELOG.md#v511)

*2024-09-22*

##### Bugfixes

- fix: improve regex performance
([#&#8203;1753](https://redirect.github.com/rollup/plugins/issues/1753))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and Josh-Walker-GM committed Sep 24, 2024
1 parent 4eb1692 commit 4aa7044
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"dependencies": {
"@joshwooding/vite-plugin-react-docgen-typescript": "0.4.0",
"@redwoodjs/testing": "workspace:*",
"@rollup/pluginutils": "5.1.0",
"@rollup/pluginutils": "5.1.2",
"@storybook/addon-essentials": "7.6.17",
"@storybook/builder-vite": "7.6.17",
"@storybook/react": "7.6.17",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8927,9 +8927,9 @@ __metadata:
languageName: node
linkType: hard

"@rollup/pluginutils@npm:5.1.0, @rollup/pluginutils@npm:^5.0.1, @rollup/pluginutils@npm:^5.1.0":
version: 5.1.0
resolution: "@rollup/pluginutils@npm:5.1.0"
"@rollup/pluginutils@npm:5.1.2, @rollup/pluginutils@npm:^5.0.1, @rollup/pluginutils@npm:^5.1.0":
version: 5.1.2
resolution: "@rollup/pluginutils@npm:5.1.2"
dependencies:
"@types/estree": "npm:^1.0.0"
estree-walker: "npm:^2.0.2"
Expand All @@ -8939,7 +8939,7 @@ __metadata:
peerDependenciesMeta:
rollup:
optional: true
checksum: 10c0/c7bed15711f942d6fdd3470fef4105b73991f99a478605e13d41888963330a6f9e32be37e6ddb13f012bc7673ff5e54f06f59fd47109436c1c513986a8a7612d
checksum: 10c0/30f4a98e91a8699b6666b64ecdc665439bd53dddbe964bbeca56da81ff889cfde3a3e059144b80c5a2d9b48aa158df18a45e9a847a33b757d3e8336b278b8836
languageName: node
linkType: hard

Expand Down Expand Up @@ -27628,7 +27628,7 @@ __metadata:
dependencies:
"@joshwooding/vite-plugin-react-docgen-typescript": "npm:0.4.0"
"@redwoodjs/testing": "workspace:*"
"@rollup/pluginutils": "npm:5.1.0"
"@rollup/pluginutils": "npm:5.1.2"
"@storybook/addon-essentials": "npm:7.6.17"
"@storybook/builder-vite": "npm:7.6.17"
"@storybook/react": "npm:7.6.17"
Expand Down

0 comments on commit 4aa7044

Please sign in to comment.