Skip to content

chore(deps): update dependency pkg-pr-new to v0.0.67#1105

Merged
toiroakr merged 1 commit intomainfrom
renovate/pkg-pr-new-0.x
Apr 30, 2026
Merged

chore(deps): update dependency pkg-pr-new to v0.0.67#1105
toiroakr merged 1 commit intomainfrom
renovate/pkg-pr-new-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 30, 2026

This PR contains the following updates:

Package Change Age Confidence
pkg-pr-new (source) 0.0.660.0.67 age confidence

Release Notes

stackblitz-labs/pkg.pr.new (pkg-pr-new)

v0.0.67

Compare Source


Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • Between 09:00 AM and 06:59 PM, Monday through Friday (* 9-18 * * 1-5)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested review from remiposo and toiroakr as code owners April 30, 2026 00:44
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Apr 30, 2026

⚠️ No Changeset found

Latest commit: e641551

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

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 30, 2026

⚡ pkg.pr.new

@tailor-platform/sdk

pnpm add https://pkg.pr.new/@tailor-platform/sdk@e641551
pnpm dlx https://pkg.pr.new/@tailor-platform/sdk@e641551 --help

@tailor-platform/create-sdk

pnpm add https://pkg.pr.new/@tailor-platform/create-sdk@e641551
pnpm dlx https://pkg.pr.new/@tailor-platform/create-sdk@e641551 my-app

commit: e641551

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

@claude
Copy link
Copy Markdown

claude Bot commented Apr 30, 2026

🤖 Claude Dependency Review

📦 Update Summary

  • Library: pkg-pr-new
  • Version: 0.0.66 → 0.0.67
  • Change Type: Patch

📝 Release Notes

stackblitz-labs/pkg.pr.new@v0.0.66...v0.0.67

✨ Main Changes

This patch release includes 10 commits with bug fixes, optimizations, and a security patch:

🐛 Bug Fixes

  • Bun monorepo support: Fixed an issue where tarballs were not created in the expected directory in monorepos when using Bun (#483)
  • Comment with SHA: Fixed initial comment generation when using the --commentWithSha flag (#487)
  • Private packages: Skip name validation checks for private packages (#491)
  • SSR page payload: Fixed localhost handling in server-side rendering page payload (#493)

🔒 Security Fix

  • CVE-2026-34950: Patched fast-jwt dependency in the app to address a security vulnerability (#492)

⚡ Performance & Refactoring

  • Tarball optimization: Unified tarball resolution logic and optimized download latency (#468)

🔧 Maintenance

  • Whitelisted larksuite/cli (#484)
  • Updated pnpm configuration (#488)
  • Documentation updates (#494)

🔍 Impact Analysis

📁 Usage Locations

pkg-pr-new is used in the following 2 files:

  1. .github/workflows/pkg-pr-new.yml

    - name: Publish SDK to pkg.pr.new
      run: pnpm dlx pkg-pr-new publish --pnpm --comment=off --json /tmp/sdk-output.json "packages/sdk"
    
    - name: Publish create-sdk to pkg.pr.new
      run: pnpm dlx pkg-pr-new publish --pnpm --comment=off --json /tmp/create-sdk-output.json ./packages/create-sdk
    • Feature used: CLI tool via pnpm dlx to publish packages to pkg.pr.new for PR previews
    • Impact: ✅ Positive - The bug fixes for Bun monorepo support and tarball optimization directly benefit this workflow. The security patch improves CI/CD safety.
  2. packages/create-sdk/scripts/prepare-templates.js

    // If TAILOR_SDK_VERSION is set, use it (can be version string or pkg-pr-new URL)
    • Feature used: Documentation reference to pkg-pr-new URL format
    • Impact: ✅ None - This is only a code comment explaining the feature; no functional changes required.

✅ Recommended Actions

No action required. This is a safe patch update with:

  • Bug fixes that improve reliability, particularly for Bun and monorepo scenarios (relevant to this project)
  • Security patch addressing CVE-2026-34950
  • Performance optimizations for tarball downloads
  • No breaking changes or API modifications

The update should be merged once CI passes.


@github-actions
Copy link
Copy Markdown

Code Metrics Report (packages/sdk)

main (5fbdceb) #1105 (4363474) +/-
Coverage 60.6% 60.6% 0.0%
Code to Test Ratio 1:0.4 1:0.4 0.0
Details
  |                    | main (5fbdceb) | #1105 (4363474) | +/-  |
  |--------------------|----------------|-----------------|------|
  | Coverage           |          60.6% |           60.6% | 0.0% |
  |   Files            |            356 |             356 |    0 |
  |   Lines            |          12104 |           12104 |    0 |
  |   Covered          |           7339 |            7339 |    0 |
  | Code to Test Ratio |          1:0.4 |           1:0.4 |  0.0 |
  |   Code             |          79598 |           79598 |    0 |
  |   Test             |          32624 |           32624 |    0 |

SDK Configure Bundle Size

main (5fbdceb) #1105 (4363474) +/-
configure-index-size 17.78KB 17.78KB 0KB
dependency-chunks-size 33.56KB 33.56KB 0KB
total-bundle-size 51.34KB 51.34KB 0KB

Runtime Performance

main (5fbdceb) #1105 (4363474) +/-
Generate Median 2,594ms 2,557ms -37ms
Generate Max 2,620ms 2,767ms 147ms
Apply Build Median 2,631ms 2,617ms -14ms
Apply Build Max 2,691ms 2,630ms -61ms

Type Performance (instantiations)

main (5fbdceb) #1105 (4363474) +/-
tailordb-basic 35,130 35,130 0
tailordb-optional 3,841 3,841 0
tailordb-relation 7,428 7,428 0
tailordb-validate 2,566 2,566 0
tailordb-hooks 5,767 5,767 0
tailordb-object 12,136 12,136 0
tailordb-enum 2,462 2,462 0
resolver-basic 9,424 9,424 0
resolver-nested 26,111 26,111 0
resolver-array 18,187 18,187 0
executor-schedule 4,234 4,234 0
executor-webhook 873 873 0
executor-record 8,166 8,166 0
executor-resolver 4,369 4,369 0
executor-operation-function 869 869 0
executor-operation-gql 869 869 0
executor-operation-webhook 888 888 0
executor-operation-workflow 1,714 1,714 0

Reported by octocov

@toiroakr toiroakr merged commit ad2516d into main Apr 30, 2026
56 checks passed
@toiroakr toiroakr deleted the renovate/pkg-pr-new-0.x branch April 30, 2026 05:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant