Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ updates:
directory: "/"
schedule:
interval: "monthly"
groups:
undici:
patterns:
- "undici"
- "undici-types"
ignore:
- dependency-name: "@types/node"
versions:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"undici": "^7.28.0"
},
"overrides": {
"undici-types": "^7.28.0"
"undici-types": "$undici"
},
Comment on lines 55 to 57

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📣 note: This syntax is used to match earlier versions:

// BEST, the override is defined as a reference to the dependency
// the referenced package does not need to match the overridden one

🔗 https://docs.npmjs.com/cli/v12/configuring-npm/package-json#overrides

"devDependencies": {
"@biomejs/biome": "^2.5.4",
Expand Down
Loading