Skip to content

chore(deps): lock file maintenance#860

Merged
toiroakr merged 2 commits intomainfrom
renovate/lock-file-maintenance
Mar 29, 2026
Merged

chore(deps): lock file maintenance#860
toiroakr merged 2 commits intomainfrom
renovate/lock-file-maintenance

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 29, 2026

This PR contains the following updates:

Update Change
lockFileMaintenance All locks refreshed

🔧 This Pull Request updates lock files to use the latest dependency versions.


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 29, 2026 17:31
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Mar 29, 2026

🦋 Changeset detected

Latest commit: 20ce9ac

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
Copy Markdown

pkg-pr-new Bot commented Mar 29, 2026

Open in StackBlitz

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

commit: 20ce9ac

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

@github-actions

This comment has been minimized.

@github-actions
Copy link
Copy Markdown

Code Metrics Report (packages/sdk)

main (ad0fa2b) #860 (eb8634d) +/-
Coverage 57.7% 57.6% -0.1%
Code to Test Ratio 1:0.4 1:0.4 0.0
Details
  |                    | main (ad0fa2b) | #860 (eb8634d) |  +/-  |
  |--------------------|----------------|----------------|-------|
- | Coverage           |          57.7% |          57.6% | -0.1% |
  |   Files            |            329 |            329 |     0 |
  |   Lines            |          10793 |          10792 |    -1 |
- |   Covered          |           6229 |           6224 |    -5 |
  | Code to Test Ratio |          1:0.4 |          1:0.4 |   0.0 |
  |   Code             |          66023 |          66023 |     0 |
  |   Test             |          27220 |          27220 |     0 |

Code coverage of files in pull request scope (81.6% → 80.0%)

Files Coverage +/- Status
packages/sdk/src/cli/services/workflow/ast-utils.ts 80.0% +1.7% affected
packages/sdk/src/configure/services/tailordb/schema.ts 80.9% -1.4% affected
packages/sdk/src/configure/services/workflow/job.ts 50.0% -33.4% affected

SDK Configure Bundle Size

main (ad0fa2b) #860 (eb8634d) +/-
configure-index-size 12.61KB 12.61KB 0KB
dependency-chunks-size 33.66KB 33.66KB 0KB
total-bundle-size 46.27KB 46.27KB 0KB

Runtime Performance

main (ad0fa2b) #860 (eb8634d) +/-
Generate Median 2,515ms 2,688ms 173ms
Generate Max 2,582ms 2,710ms 128ms
Apply Build Median 2,538ms 2,730ms 192ms
Apply Build Max 2,554ms 2,791ms 237ms

Type Performance (instantiations)

main (ad0fa2b) #860 (eb8634d) +/-
tailordb-basic 42,234 42,234 0
tailordb-optional 3,826 3,826 0
tailordb-relation 3,970 3,970 0
tailordb-validate 2,824 2,824 0
tailordb-hooks 5,689 5,689 0
tailordb-object 11,470 11,470 0
tailordb-enum 2,720 2,720 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,746 4,746 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

@claude
Copy link
Copy Markdown

claude Bot commented Mar 29, 2026

Claude Dependency Review

Update Summary

This PR updates lock files, refreshing transitive dependencies. Two main packages have been updated:

vite: 7.3.1 to 8.0.3 (Major) - Transitive dependency via vitest
yaml: 2.8.2 to 2.8.3 (Patch) - Transitive dependency

Release Notes

Vite 8.0.0 - 8.0.3

BREAKING CHANGES in v8.0.0:

  1. Removed import.meta.hot.accept resolution fallback
  2. Updated default browser target to baseline-widely-available
  3. Rolldown bundler integration (replacing Rollup)

Main Changes in 8.0.3:

  • Updated rolldown to 1.0.0-rc.12
  • Fixed HTML caching of CSS lists
  • Fixed non-ASCII character handling in sourcemaps
  • Fixed SSR transform incorrectly rewriting meta identifiers
  • Bumped picomatch 4.0.3 to 4.0.4

YAML 2.8.3

Impact Analysis

Vite Usage: No direct usage locations were found.

  • vite is a transitive dependency of vitest (test runner)
  • 9 vitest.config.ts files exist but use standard configurations
  • No import.meta.hot usage found (key breaking change does not apply)
  • No direct vite imports or API usage detected

Assessment: Low risk - Vite is only used indirectly through Vitest

YAML Usage: No direct usage locations were found.

  • yaml is not listed in any package.json dependencies
  • This is a transitive dependency used internally by another package

Assessment: Minimal risk - patch version with bug fixes only

Recommended Actions

Before Merging:

  1. Run full test suite: pnpm exec turbo run test
  2. Verify build process: pnpm exec turbo run build
  3. Check test execution, build outputs, and development server

Post-Merge Monitoring:

  • Watch for test flakiness in CI
  • Monitor build times
  • Check for sourcemap or error reporting issues

Risk Assessment

vite 8.0.3: Low - Transitive dependency via Vitest; no direct usage of affected APIs
yaml 2.8.3: Minimal - Patch version; transitive dependency with no direct usage

Overall Risk: Low

@toiroakr toiroakr merged commit 577515f into main Mar 29, 2026
57 checks passed
@toiroakr toiroakr deleted the renovate/lock-file-maintenance branch March 29, 2026 23:49
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.

1 participant