Update dependencies - #8
Conversation
There was a problem hiding this comment.
Pull request overview
Updates development/tooling dependencies and adjusts Biome configuration to reference a local schema file, with the lockfile refreshed accordingly.
Changes:
- Bumped
@types/nodeto^25.6.0andoclifto^4.23.0. - Switched
biome.json$schemafrom the remote URL to a localnode_modulespath. - Regenerated
pnpm-lock.yamlto reflect updated dependency graph.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
package.json |
Updates the declared dev dependency versions for @types/node and oclif. |
biome.json |
Points Biome’s JSON schema reference to the locally installed schema file. |
pnpm-lock.yaml |
Lockfile updates matching the dependency bumps and transitive changes. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Agent-Logs-Url: https://github.com/commercelayer/commercelayer-cli-ux/sessions/08fb9dbe-322b-444a-8f2e-349818a5a350 Co-authored-by: pviti <57948342+pviti@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
🎉 This PR is included in version 1.2.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 2.0.0-oclif4.12 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@types/node:^25.5.0→^25.6.0oclif:^4.22.96→^4.23.0biome.jsonto use the local schema path (./node_modules/@biomejs/biome/configuration_schema.json) instead of the remote URLpnpm-lock.yamlaccordingly