From 4aa7044fe8bd81f8be99b04fe7c7aeec75cc75cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 18:25:24 +0100 Subject: [PATCH] fix(deps): update dependency @rollup/pluginutils to v5.1.2 (#11616) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
rollup/plugins (@​rollup/pluginutils) ### [`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` ([#​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 ([#​1753](https://redirect.github.com/rollup/plugins/issues/1753))
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/storybook/package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/storybook/package.json b/packages/storybook/package.json index 7505dca221a1..91369f87e7f9 100644 --- a/packages/storybook/package.json +++ b/packages/storybook/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 9e39ec79f638..a810abfbd2f6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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" @@ -8939,7 +8939,7 @@ __metadata: peerDependenciesMeta: rollup: optional: true - checksum: 10c0/c7bed15711f942d6fdd3470fef4105b73991f99a478605e13d41888963330a6f9e32be37e6ddb13f012bc7673ff5e54f06f59fd47109436c1c513986a8a7612d + checksum: 10c0/30f4a98e91a8699b6666b64ecdc665439bd53dddbe964bbeca56da81ff889cfde3a3e059144b80c5a2d9b48aa158df18a45e9a847a33b757d3e8336b278b8836 languageName: node linkType: hard @@ -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"