chore: block @dependabot updates to @types/node@26#2634
Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2634 +/- ##
=======================================
Coverage 88.90% 88.90%
=======================================
Files 63 63
Lines 10256 10256
Branches 452 452
=======================================
Hits 9118 9118
Misses 1117 1117
Partials 21 21
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
79ba99b to
21a7db2
Compare
zimeg
left a comment
There was a problem hiding this comment.
🤓 A note on current changes but I think we can follow up with better documented updating paths!
| ignore: | ||
| - dependency-name: "@types/node" | ||
| versions: | ||
| - "25.x" | ||
| - "26.x" |
There was a problem hiding this comment.
📝 note: Included examples don't use @types/node at the moment but we hope to capture our version patterns with this addition!
|
@mwbrooks Let's celebrate ongoing stable versions with this merge 🎁 ✨ |
Summary
This pull request caps
@types/nodefor the Node Slack SDK so Dependabot won't bump it to v26.@types/nodeDependabot ignore rules across all packages to also block26.x(framework packages stay on the v18 line; examples on v24).The Node 26 CI matrix addition was split out into #2635 so it can land independently.
Requirements