chore(deps): upgrade skills-package-manager to v0.9.0#52
Merged
Conversation
Copilot created this pull request from a session on behalf of
SoonIter
April 23, 2026 07:51
View session
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repo’s skills toolchain to skills-package-manager@0.9.0 and refreshes generated artifacts so the manifest/schema and lockfiles align with the upgraded installer.
Changes:
- Bump
skills-package-managerfrom^0.7.0to^0.9.0inpackage.jsonandpnpm-lock.yaml. - Update
skills.json$schemareference to@0.9.0. - Regenerate
skills-lock.yamlfor the updated package manager.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| skills.json | Updates schema URL to skills-package-manager@0.9.0. |
| skills-lock.yaml | Regenerated skill lock metadata for the updated tool. |
| pnpm-lock.yaml | Updates resolved version to skills-package-manager@0.9.0. |
| package.json | Bumps dev dependency to skills-package-manager@^0.9.0. |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Timeless0911
approved these changes
Apr 24, 2026
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.
This updates the repository to the current
skills-package-managerrelease so the checked-in manifest, lockfiles, and schema reference stay aligned with the installed toolchain. It refreshes the generated artifacts produced by the newer package manager without changing the project’s skill definitions.Dependency update
skills-package-managerfrom^0.7.0to^0.9.0in the workspace root.pnpm-lock.yamlto capture the new resolved version.Manifest/schema alignment
skills.jsonto point at the0.9.0schema URL so local validation matches the installed CLI behavior.Regenerated skill metadata
skills-lock.yamloutput.0.9.0semantics.{ "$schema": "https://unpkg.com/skills-package-manager@0.9.0/skills.schema.json", "devDependencies": { "skills-package-manager": "^0.9.0" } }