Skip to content

fix: bump @workos/skills to 0.6.0#151

Merged
nicknisi merged 1 commit into
mainfrom
nicknisi/skills-update
May 13, 2026
Merged

fix: bump @workos/skills to 0.6.0#151
nicknisi merged 1 commit into
mainfrom
nicknisi/skills-update

Conversation

@nicknisi
Copy link
Copy Markdown
Member

@nicknisi nicknisi commented May 13, 2026

Summary

  • Bumps @workos/skills from 0.5.0 to 0.6.0

Test plan

  • pnpm build passes
  • pnpm test passes
  • pnpm typecheck passes

Open in Devin Review

Summary by CodeRabbit

  • Chores
    • Updated @workos/skills dependency to version 0.6.0.

Review Change Stack

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 13, 2026

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 14d5c55a-ee47-4ba1-9a41-9c590896e9a6

📥 Commits

Reviewing files that changed from the base of the PR and between 948a7e8 and f1593c8.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (1)
  • package.json

Disabled knowledge base sources:

  • Linear integration is disabled

You can enable these sources in your CodeRabbit configuration.


📝 Walkthrough

Walkthrough

This PR updates the @workos/skills package dependency from version 0.5.0 to 0.6.0 in package.json. The change is a single-line version bump with no impact on exported entities or public API contracts.

Changes

Dependency Update

Layer / File(s) Summary
@workos/skills dependency bump
package.json
The @workos/skills package is updated from 0.5.0 to 0.6.0.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch nicknisi/skills-update

Comment @coderabbitai help to get the list of available commands and usage tips.

@nicknisi nicknisi force-pushed the nicknisi/skills-update branch from ca98c1f to f1593c8 Compare May 13, 2026 22:44
@nicknisi nicknisi changed the title chore: bump @workos/skills to 0.6.0 fix: bump @workos/skills to 0.6.0 May 13, 2026
@nicknisi nicknisi merged commit bded17e into main May 13, 2026
10 of 11 checks passed
@nicknisi nicknisi deleted the nicknisi/skills-update branch May 13, 2026 22:45
Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration Bot left a comment

Choose a reason for hiding this comment

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

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented May 13, 2026

Greptile Summary

This PR bumps the @workos/skills dependency from 0.5.0 to 0.6.0, updating both package.json and the corresponding pnpm-lock.yaml entry with the new integrity hash.

  • package.json: Exact version pin changed from 0.5.00.6.0; no other dependencies touched.
  • pnpm-lock.yaml: Resolution and snapshot entries updated; the transitive yaml@2.8.3 sub-dependency remains the same.

Confidence Score: 5/5

Minimal, low-risk change — only the @workos/skills version pin and lockfile integrity hash are updated.

The change is a single internal package bump with no logic modifications. The transitive dependency (yaml) is unchanged, and the lockfile correctly reflects the new resolution hash.

No files require special attention.

Important Files Changed

Filename Overview
package.json Bumps @workos/skills from exact pin 0.5.0 to 0.6.0; no other changes.
pnpm-lock.yaml Lockfile updated to reflect the new @workos/skills@0.6.0 resolution with updated integrity hash; sub-dependency yaml@2.8.3 is unchanged.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["workos/cli"] -->|depends on| B["@workos/skills 0.6.0\n(was 0.5.0)"]
    B -->|sub-dependency| C["yaml 2.8.3\n(unchanged)"]
Loading

Reviews (1): Last reviewed commit: "fix: bump @workos/skills to 0.6.0" | Re-trigger Greptile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant