Skip to content

chore(deps): update dependency pkg-pr-new to v0.0.66#783

Open
renovate[bot] wants to merge 2 commits intomainfrom
renovate/pkg-pr-new-0.x
Open

chore(deps): update dependency pkg-pr-new to v0.0.66#783
renovate[bot] wants to merge 2 commits intomainfrom
renovate/pkg-pr-new-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 18, 2026

This PR contains the following updates:

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

Release Notes

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

v0.0.66

Compare Source


Configuration

📅 Schedule: Branch creation - Between 09:00 AM and 06:59 PM, Monday through Friday ( * 9-18 * * 1-5 ) in timezone Asia/Tokyo, 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 March 18, 2026 06:53
@changeset-bot
Copy link

changeset-bot bot commented Mar 18, 2026

🦋 Changeset detected

Latest commit: 858316f

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@tailor-platform/sdk Patch
@tailor-platform/create-sdk Patch

Not sure what this means? Click here to learn what changesets are.

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

@pkg-pr-new
Copy link

pkg-pr-new bot commented Mar 18, 2026

Open in StackBlitz

npm i https://pkg.pr.new/@tailor-platform/create-sdk@783

commit: 858316f

Copy link
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 potential bugs to report.

View in Devin Review to see 1 additional finding.

Open in Devin Review

@github-actions

This comment has been minimized.

@claude
Copy link

claude bot commented Mar 18, 2026

Claude Dependency Review

Update Summary

  • Library: pkg-pr-new
  • Version: 0.0.65 to 0.0.66
  • Change Type: Patch

Release Notes

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

Main Changes

This patch release includes three bug fixes:

Bug Fixes

  • Package name delimiter change PR 474: Changed the package name delimiter from colon to slash in the API repo/commits endpoint. This affects the URL format for published packages.
  • CLI SHA logic fix PR 476: Fixed issues with SHA (commit hash) generation logic in the CLI.
  • Multipart upload SHA fix PR 480: Corrected SHA handling for multipart upload scenarios.

All changes are internal bug fixes that improve reliability and consistency of the package publishing system. No breaking changes or new features were introduced.

Impact Analysis

Usage Locations

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

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

    • Feature used: publish command with --pnpm flag
    • Impact: The bug fixes improve reliability of the publish process and URL generation. The package name delimiter change may affect URL format but should be backward compatible.
  2. .github/workflows/pkg-pr-new.yml line 67

    • Feature used: publish command with --pnpm flag
    • Impact: Same as above - improved reliability and potentially updated URL format.

Additional indirect usage:

  • packages/create-sdk/scripts/prepare-templates.js handles pkg.pr.new URLs through the TAILOR_SDK_VERSION environment variable which embeds the generated preview package URLs into template files.

Workflow dependency:

  • The workflow extracts URLs from steps.publish.outputs.urls which are used for smoke testing and template preparation

Recommended Actions

None - This is a low-risk patch update with bug fixes only.

The fixes should improve the reliability of our CI/CD preview package publishing workflow. No code changes are required. The workflow should continue to work as expected, with potentially improved SHA handling and URL generation.


@github-actions

This comment has been minimized.

@renovate renovate bot force-pushed the renovate/pkg-pr-new-0.x branch from 6e5d853 to 9ff2a89 Compare March 19, 2026 13:19
Copy link
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 found 1 new potential issue.

View 1 additional finding in Devin Review.

Open in Devin Review

@@ -0,0 +1,5 @@
---
"@tailor-platform/sdk": patch
Copy link
Contributor

Choose a reason for hiding this comment

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

🟡 Unnecessary changeset bumps @tailor-platform/sdk for a root-only devDependency change

pkg-pr-new is a root workspace devDependency (package.json:38) and is not a dependency of @tailor-platform/sdk (confirmed by checking packages/sdk/package.json). The changeset at .changeset/renovate-783.md declares "@tailor-platform/sdk": patch, which will trigger an unnecessary version bump (e.g., 1.28.0 → 1.28.1) of the published SDK package with zero actual changes to it. Per docs/changeset.md:62-67, development tooling changes should use the skip-changeset label instead of a changeset. The fixed group in .changeset/config.json:5 means @tailor-platform/create-sdk would also be unnecessarily bumped.

Prompt for agents
Remove the file .changeset/renovate-783.md and instead add the skip-changeset label to this PR. Per docs/changeset.md, development tooling changes (like updating pkg-pr-new, which is only a root devDependency) do not need a changeset. The current changeset would cause an unnecessary version bump of @tailor-platform/sdk and @tailor-platform/create-sdk.
Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

@github-actions

This comment has been minimized.

@github-actions
Copy link

Code Metrics Report (packages/sdk)

main (00590db) #783 (540c2ad) +/-
Coverage 55.6% 55.6% 0.0%
Code to Test Ratio 1:0.4 1:0.4 0.0
Details
  |                    | main (00590db) | #783 (540c2ad) | +/-  |
  |--------------------|----------------|----------------|------|
  | Coverage           |          55.6% |          55.6% | 0.0% |
  |   Files            |            322 |            322 |    0 |
  |   Lines            |          10362 |          10362 |    0 |
  |   Covered          |           5768 |           5768 |    0 |
  | Code to Test Ratio |          1:0.4 |          1:0.4 |  0.0 |
  |   Code             |          60586 |          60586 |    0 |
  |   Test             |          24442 |          24442 |    0 |

SDK Configure Bundle Size

main (00590db) #783 (540c2ad) +/-
configure-index-size 10.74KB 10.74KB 0KB
dependency-chunks-size 34KB 34KB 0KB
total-bundle-size 44.74KB 44.74KB 0KB

Runtime Performance

main (00590db) #783 (540c2ad) +/-
Generate Median 2,582ms 2,557ms -25ms
Generate Max 2,624ms 2,645ms 21ms
Apply Build Median 2,627ms 2,610ms -17ms
Apply Build Max 2,656ms 2,666ms 10ms

Type Performance (instantiations)

main (00590db) #783 (540c2ad) +/-
tailordb-basic 43,028 43,028 0
tailordb-optional 3,927 3,927 0
tailordb-relation 4,071 4,071 0
tailordb-validate 2,925 2,925 0
tailordb-hooks 5,790 5,790 0
tailordb-object 11,571 11,571 0
tailordb-enum 2,793 2,793 0
resolver-basic 9,239 9,239 0
resolver-nested 25,626 25,626 0
resolver-array 17,862 17,862 0
executor-schedule 4,244 4,244 0
executor-webhook 883 883 0
executor-record 4,847 4,847 0
executor-resolver 4,273 4,273 0
executor-operation-function 877 877 0
executor-operation-gql 879 879 0
executor-operation-webhook 898 898 0
executor-operation-workflow 2,290 2,290 0

Reported by octocov

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.

0 participants