Update dependencies - #113
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Updates project tooling dependencies and adds an automated workflow to open dependency-update PRs in response to vulnerability-labeled issues.
Changes:
- Bumped
@biomejs/biome,@types/node, andoclif, and refreshedpnpm-lock.yaml. - Updated
biome.jsonschema reference to a local installed schema path and normalized indentation. - Added a new GitHub Actions workflow to trigger dependency update PRs from vulnerability issues or manual dispatch.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
package.json |
Updates devDependency version ranges for Biome, Node types, and oclif. |
pnpm-lock.yaml |
Lockfile refresh to reflect the dependency updates. |
biome.json |
Points $schema to a local Biome schema file and fixes indentation. |
.github/workflows/vulnerability-updates.yml |
Adds workflow that calls a reusable dependency-update workflow when issues are labeled vulnerability or via manual dispatch. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
gciotola
approved these changes
Apr 13, 2026
Member
Author
|
🎉 This PR is included in version 5.11.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@biomejs/biome:2.4.8→^2.4.11(also relaxed to range with^)@types/node:^25.5.0→^25.6.0oclif:^4.22.96→^4.23.0biome.json:./node_modules/@biomejs/biome/configuration_schema.json)stylerules block (tabs alignment).github/workflows/vulnerability-updates.yml— new workflow triggered by issues labeledvulnerabilityor manually viaworkflow_dispatch; runs build and check steps and opens a dependency update PR automaticallypnpm-lock.yamlaccordingly