Skip to content

fix(deps): update dependency @tailor-platform/function-types to v0.8.4#910

Merged
toiroakr merged 2 commits intomainfrom
renovate/tailor-platform-function-types-0.x
Apr 8, 2026
Merged

fix(deps): update dependency @tailor-platform/function-types to v0.8.4#910
toiroakr merged 2 commits intomainfrom
renovate/tailor-platform-function-types-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 6, 2026

This PR contains the following updates:

Package Change Age Confidence
@tailor-platform/function-types (source) 0.8.30.8.4 age confidence

Release Notes

tailor-platform/function (@​tailor-platform/function-types)

v0.8.4

Patch Changes

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 April 6, 2026 00:37
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Apr 6, 2026

🦋 Changeset detected

Latest commit: cf80512

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 Apr 6, 2026

Open in StackBlitz

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

commit: cf80512

@github-actions

This comment has been minimized.

@claude
Copy link
Copy Markdown

claude bot commented Apr 6, 2026

🤖 Claude Dependency Review

📦 Update Summary

  • Library: @tailor-platform/function-types
  • Version: 0.8.30.8.4
  • Change Type: Patch

📝 Release Notes

✨ Main Changes

🐛 Bug Fixes / Enhancements

  • Enhanced password reset email customization: Added optional fromName and subject parameters to SendPasswordResetEmailInput type, allowing developers to customize the sender name and subject line when triggering password reset emails through the IdP service.

Technical Details:

  • The new optional fields provide greater flexibility for email customization without breaking existing implementations
  • Since these are optional parameters added to an input type, there are no breaking changes

🔍 Impact Analysis

📁 Usage Locations

@tailor-platform/function-types is referenced in 4 locations:

  1. packages/sdk/src/configure/index.ts#L1
    ```typescript
    ///
    ```

    • Feature used: Triple-slash directive for ambient type definitions
    • Impact: ✅ No impact - only provides type definitions to TypeScript compiler
  2. packages/sdk/tsconfig.json#L13
    ```json
    "types": ["@tailor-platform/function-types"]
    ```

    • Feature used: TypeScript compiler types configuration
    • Impact: ✅ No impact - configuration only
  3. packages/sdk/tsdown.config.ts#L44
    ```typescript
    banner: {
    dts: '/// ',
    }
    ```

    • Feature used: Build configuration banner for generated type definitions
    • Impact: ✅ No impact - build-time configuration only
  4. llm-challenge/shared/mocks.ts#L91
    ```typescript
    // tailor is declared as a required namespace by @tailor-platform/function-types
    delete (GlobalThis as { tailor?: typeof GlobalThis.tailor }).tailor;
    ```

    • Feature used: Comment reference explaining mock cleanup behavior
    • Impact: ✅ No impact - comment only

🔎 Specific API Analysis

Search for `SendPasswordResetEmailInput`: No direct usage found in the codebase.

  • The modified type `SendPasswordResetEmailInput` is not currently used anywhere in this SDK
  • This library primarily provides ambient type definitions that are consumed by the TypeScript compiler
  • The update prepares the type definitions for future use of password reset email customization features

✅ Recommended Actions

None - This is a safe update:

  • ✅ No breaking changes (patch version with optional parameters only)
  • ✅ No direct usage of the modified `SendPasswordResetEmailInput` type in the current codebase
  • ✅ All references are build-time or type-time only
  • ✅ The update provides new optional capabilities without affecting existing functionality

Auto-merge recommendation: ✅ Safe to auto-merge


@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 6, 2026

Code Metrics Report (packages/sdk)

main (0be43dd) #910 (4db886a) +/-
Coverage 57.0% 57.0% 0.0%
Code to Test Ratio 1:0.4 1:0.4 0.0
Details
  |                    | main (0be43dd) | #910 (4db886a) | +/-  |
  |--------------------|----------------|----------------|------|
  | Coverage           |          57.0% |          57.0% | 0.0% |
  |   Files            |            337 |            337 |    0 |
  |   Lines            |          11035 |          11035 |    0 |
  |   Covered          |           6292 |           6292 |    0 |
  | Code to Test Ratio |          1:0.4 |          1:0.4 |  0.0 |
  |   Code             |          67220 |          67220 |    0 |
  |   Test             |          27489 |          27489 |    0 |

SDK Configure Bundle Size

main (0be43dd) #910 (4db886a) +/-
configure-index-size 12.69KB 12.69KB 0KB
dependency-chunks-size 33.36KB 33.36KB 0KB
total-bundle-size 46.04KB 46.04KB 0KB

Runtime Performance

main (0be43dd) #910 (4db886a) +/-
Generate Median 2,683ms 2,599ms -84ms
Generate Max 2,775ms 2,654ms -121ms
Apply Build Median 2,702ms 2,655ms -47ms
Apply Build Max 2,815ms 2,696ms -119ms

Type Performance (instantiations)

main (0be43dd) #910 (4db886a) +/-
tailordb-basic 42,484 42,484 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

@toiroakr toiroakr merged commit 93f931f into main Apr 8, 2026
58 checks passed
@toiroakr toiroakr deleted the renovate/tailor-platform-function-types-0.x branch April 8, 2026 02:51
@tailor-pr-trigger tailor-pr-trigger bot mentioned this pull request Apr 8, 2026
@devin-ai-integration devin-ai-integration bot mentioned this pull request Apr 9, 2026
@tailor-pr-trigger tailor-pr-trigger bot mentioned this pull request Apr 9, 2026
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