build(deps-dev): bump picomatch from 4.0.3 to 4.0.4 in /crates/arbor-web-ui/app in the npm_and_yarn group across 1 directory#92
Conversation
Bumps the npm_and_yarn group with 1 update in the /crates/arbor-web-ui/app directory: [picomatch](https://github.com/micromatch/picomatch). Updates `picomatch` from 4.0.3 to 4.0.4 - [Release notes](https://github.com/micromatch/picomatch/releases) - [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md) - [Commits](micromatch/picomatch@4.0.3...4.0.4) --- updated-dependencies: - dependency-name: picomatch dependency-version: 4.0.4 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
Merging this PR will not alter performance
Comparing Footnotes
|
penso
left a comment
There was a problem hiding this comment.
Summary
This Dependabot PR updates the Arbor web UI lockfile to bump the transitive dev dependency picomatch from 4.0.3 to 4.0.4. I checked the stale-PR condition first: origin/main still resolves picomatch to 4.0.3, and git log origin/main did not show an equivalent bump already landed under a different commit, so this branch still represents new work.
Confidence
4/5 — lockfile-only dependency refresh with no source changes, and the diff is limited to the expected picomatch resolution plus npm metadata cleanup; low behavioral risk, but I did not run the web UI build locally in this review pass.
Changed Files
| File | Overview |
|---|---|
crates/arbor-web-ui/app/package-lock.json |
Updates the resolved picomatch package from 4.0.3 to 4.0.4 for the web UI toolchain, with minor lockfile metadata normalization (peer flags removed) from the npm re-resolution. |
Risks
None identified.
Required Fixes
None.
Optional Improvements
None.
Verdict
approve
Bumps the npm_and_yarn group with 1 update in the /crates/arbor-web-ui/app directory: picomatch.
Updates
picomatchfrom 4.0.3 to 4.0.4Release notes
Sourced from picomatch's releases.
Commits
e5474fcPublish 4.0.44516eb5Merge commit from fork5eceecdMerge commit from fork0db7dd7Run benchmark again against latest minimatch version (#161)9500377docs: clarify what brace expansion syntax is and isn't supported (#134)2661f23fix typo in globstars.js test name (#138)1798b07docs: fixmakeReexample (#143)9d76bc5chore: undocument removed options (#146)e4d718bRemove unused time-require (#160)38dffebchore(deps): pin dependencies (#158)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.