Skip to content

Commit

Permalink
Merge branch 'rollup:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
JaCraig authored Oct 23, 2024
2 parents 65ab028 + 92daef0 commit ed766e8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 30 deletions.
8 changes: 8 additions & 0 deletions packages/pluginutils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @rollup/pluginutils ChangeLog

## v5.1.3

_2024-10-23_

### Bugfixes

- fix: upgrade picomatch (#1796)

## v5.1.2

_2024-09-23_
Expand Down
4 changes: 2 additions & 2 deletions packages/pluginutils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rollup/pluginutils",
"version": "5.1.2",
"version": "5.1.3",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -63,7 +63,7 @@
"dependencies": {
"@types/estree": "^1.0.0",
"estree-walker": "^2.0.2",
"picomatch": "^2.3.1"
"picomatch": "^4.0.2"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^23.0.0",
Expand Down
35 changes: 7 additions & 28 deletions pnpm-lock.yaml

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

0 comments on commit ed766e8

Please sign in to comment.