Skip to content

chore(deps): upgrade skills-package-manager to v0.9.0#52

Merged
SoonIter merged 1 commit intomainfrom
copilot/upgrade-latest-skills-package-manager
Apr 24, 2026
Merged

chore(deps): upgrade skills-package-manager to v0.9.0#52
SoonIter merged 1 commit intomainfrom
copilot/upgrade-latest-skills-package-manager

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 23, 2026

This updates the repository to the current skills-package-manager release 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

    • Bump skills-package-manager from ^0.7.0 to ^0.9.0 in the workspace root.
    • Refresh pnpm-lock.yaml to capture the new resolved version.
  • Manifest/schema alignment

    • Update skills.json to point at the 0.9.0 schema URL so local validation matches the installed CLI behavior.
  • Regenerated skill metadata

    • Reinstall skills with the upgraded package manager and commit the resulting skills-lock.yaml output.
    • Keep the existing linked skill setup intact; only the lock metadata changes to match 0.9.0 semantics.
{
  "$schema": "https://unpkg.com/skills-package-manager@0.9.0/skills.schema.json",
  "devDependencies": {
    "skills-package-manager": "^0.9.0"
  }
}

@SoonIter SoonIter changed the title chore: upgrade skills-package-manager to v0.9.0 chore(deps): upgrade skills-package-manager to v0.9.0 Apr 23, 2026
@SoonIter SoonIter marked this pull request as ready for review April 23, 2026 08:23
Copilot AI review requested due to automatic review settings April 23, 2026 08:23
@SoonIter SoonIter enabled auto-merge (squash) April 23, 2026 08:23
@SoonIter SoonIter requested a review from Timeless0911 April 23, 2026 08:24
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

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-manager from ^0.7.0 to ^0.9.0 in package.json and pnpm-lock.yaml.
  • Update skills.json $schema reference to @0.9.0.
  • Regenerate skills-lock.yaml for 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.

Comment thread skills-lock.yaml
@SoonIter SoonIter merged commit a2d9b45 into main Apr 24, 2026
8 checks passed
@SoonIter SoonIter deleted the copilot/upgrade-latest-skills-package-manager branch April 24, 2026 03:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants