Skip to content

Commit

Permalink
chore(deps): upgrade @antfu/install-pkg (#6328)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Aug 12, 2024
1 parent afdcb8f commit 45a0f88
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 18 deletions.
3 changes: 0 additions & 3 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@
// Pinned because it requires "node" condition in the new version
// But we intentionally build Vitest ambiguously
"find-up",
// Pinned because we use execa, and the newer version replaces it with another pkg
// We should remove execa entirely
"@antfu/install-pkg",
// Transitive dependency that we patch
"acorn"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
"why-is-node-running": "^2.3.0"
},
"devDependencies": {
"@antfu/install-pkg": "0.3.1",
"@antfu/install-pkg": "^0.3.4",
"@edge-runtime/vm": "^4.0.1",
"@sinonjs/fake-timers": "11.1.0",
"@types/debug": "^4.1.12",
Expand Down
26 changes: 12 additions & 14 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 45a0f88

Please sign in to comment.