Skip to content

fix(ci): pkg pr new fixes#67

Merged
Adammatthiesen merged 2 commits intomainfrom
adam/fix-pkg-pr-new
Feb 28, 2026
Merged

fix(ci): pkg pr new fixes#67
Adammatthiesen merged 2 commits intomainfrom
adam/fix-pkg-pr-new

Conversation

@Adammatthiesen
Copy link
Member

@Adammatthiesen Adammatthiesen commented Feb 27, 2026

This pull request updates several dependencies and configuration files to use newer versions, particularly for the pkg-pr-new package and related GitHub Actions libraries. It also makes minor improvements to the workspace configuration. These changes help keep the project up-to-date, improve compatibility, and ensure smoother CI/CD operations.

Dependency upgrades:

  • Updated pkg-pr-new to version ^0.0.65 in both package.json and pnpm-lock.yaml, ensuring the latest features and bug fixes are used. [1] [2] [3] [4]
  • Upgraded GitHub Actions dependencies (@actions/core, @actions/exec, @actions/http-client, and @actions/io) to their latest major versions in pnpm-lock.yaml, improving reliability and security for CI workflows. [1] [2] [3]

Configuration improvements:

  • Changed the CI snapshot script in package.json to use pnpm dlx instead of pnpx, aligning with pnpm best practices.
  • Added pkg-pr-new to the minimumReleaseAgeExclude list in pnpm-workspace.yaml to prevent release delays for this package.

Cleanup and removal:

  • Removed references to deprecated or unused dependencies (@fastify/busboy and older undici versions) from pnpm-lock.yaml, streamlining the dependency tree. [1] [2] [3] [4]

Summary by CodeRabbit

  • Chores
    • Updated build tooling and dependencies to improve development workflow efficiency.
    • Updated configuration for release automation processes.

@changeset-bot
Copy link

changeset-bot bot commented Feb 27, 2026

⚠️ No Changeset found

Latest commit: 6eb73f5

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@coderabbitai
Copy link

coderabbitai bot commented Feb 27, 2026

📝 Walkthrough

Walkthrough

Updated CI snapshot script to use pnpm dlx instead of pnpx, bumped pkg-pr-new devDependency from 0.0.62 to ^0.0.65, and added pkg-pr-new to the workspace minimum release age exclusion list.

Changes

Cohort / File(s) Summary
CI Script and Dependency Updates
package.json
Updated ci:snapshot script to invoke pkg-pr-new via pnpm dlx instead of pnpx; bumped pkg-pr-new devDependency to ^0.0.65.
Workspace Configuration
pnpm-workspace.yaml
Added pkg-pr-new to the minimumReleaseAgeExclude list.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Suggested labels

ci

Suggested reviewers

  • louisescher
  • dreyfus92

Poem

🐰 A tiny hop to modernize,
From pnpx to dlx we rise!
pkg-pr-new gets a new home,
Version bumped as it roams,
Workspace breathing, CI flows free! ✨

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Title check ❓ Inconclusive The title 'fix(ci): pkg pr new fixes' is vague and doesn't clearly convey what the specific issue or improvement is; 'fixes' is a generic term that doesn't describe the actual changes. Consider a more specific title like 'fix(ci): migrate pkg-pr-new to pnpm dlx and update to 0.0.65' to better describe the actual changes made.
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch adam/fix-pkg-pr-new

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@Adammatthiesen Adammatthiesen marked this pull request as ready for review February 27, 2026 21:45
@Adammatthiesen Adammatthiesen requested a review from a team as a code owner February 27, 2026 21:45
@coderabbitai coderabbitai bot added the ci label Feb 27, 2026
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

🧹 Nitpick comments (1)
package.json (1)

26-26: Consider updating pnpx to pnpm dlx here as well for consistency.

Line 26 still uses pnpx while line 30 now uses pnpm dlx. For consistency across CI scripts, consider updating this line too.

-    "ci:version": "pnpm changeset version && pnpx `@qingshaner/jsr-release` --allowDirty version --sync",
+    "ci:version": "pnpm changeset version && pnpm dlx `@qingshaner/jsr-release` --allowDirty version --sync",
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@package.json` at line 26, Update the "ci:version" npm script so it uses pnpm
dlx instead of pnpx; locate the "ci:version" entry and replace `pnpx
`@qingshaner/jsr-release` --allowDirty version --sync` with `pnpm dlx
`@qingshaner/jsr-release` --allowDirty version --sync` to match the other CI
scripts' usage of pnpm dlx.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Nitpick comments:
In `@package.json`:
- Line 26: Update the "ci:version" npm script so it uses pnpm dlx instead of
pnpx; locate the "ci:version" entry and replace `pnpx `@qingshaner/jsr-release`
--allowDirty version --sync` with `pnpm dlx `@qingshaner/jsr-release` --allowDirty
version --sync` to match the other CI scripts' usage of pnpm dlx.

ℹ️ Review info

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 52ed01f and 6eb73f5.

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

@Adammatthiesen Adammatthiesen merged commit 46a22b1 into main Feb 28, 2026
6 checks passed
@Adammatthiesen Adammatthiesen deleted the adam/fix-pkg-pr-new branch February 28, 2026 06:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants