Skip to content

Version Packages#1786

Open
tailor-platform-pr-trigger[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

Version Packages#1786
tailor-platform-pr-trigger[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@tailor-platform-pr-trigger

@tailor-platform-pr-trigger tailor-platform-pr-trigger Bot commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@tailor-platform/create-sdk@1.80.0

Minor Changes

  • #1737 e349b9e Thanks @dqn! - Add lint rules that flag the external /api prefix in HTTP adapter path patterns and permission settings that grant access unconditionally, and enable them in newly scaffolded projects.

@tailor-platform/eslint-plugin-sdk@0.1.0

Minor Changes

  • #1737 e349b9e Thanks @dqn! - Add lint rules that flag the external /api prefix in HTTP adapter path patterns and permission settings that grant access unconditionally, and enable them in newly scaffolded projects.

@tailor-platform/sdk@1.80.0

Minor Changes

  • #1800 d07a82a Thanks @toiroakr! - Machine user attribute keys now mirror the field's optionality: attributes derived from optional user fields (or optional machineUserAttributes fields) can be omitted, and null/undefined values are treated as "attribute not set" instead of being rejected at deploy time. Attributes derived from required fields remain mandatory, and undeclared attribute keys are still rejected. The generated AttributeMap type used to read user.attributes in resolvers, executors, and workflows now mirrors this same optionality, so an attribute derived from an optional field is typed as possibly absent instead of always present.

Patch Changes

  • #1741 f1cbda5 Thanks @toiroakr! - Resolve each config's files glob patterns and bundler tsconfig relative to that config file's own directory instead of the invocation cwd, so --config a/tailor.config.ts,b/tailor.config.ts no longer lets one app's file glob or path aliases bleed into another. If a files pattern matches nothing under the new directory, it falls back to resolving against cwd as before, so existing configs whose patterns were written against the invocation directory keep working.

  • #1767 c870196 Thanks @toiroakr! - Fix tsconfig paths alias resolution for dynamically loaded resolver, executor, workflow, HTTP adapter, and TailorDB type files. Previously, an import like import { foo } from "@/utils" in one of these files would fail to resolve when the file lived outside the directory tsx was registered from (e.g. in multi-app setups). Each file's paths aliases are now resolved as a fallback from its own tsconfig, based on the importing file's own directory.

  • #1781 000db7e Thanks @dqn! - Prevent concurrent multi-config deployments from mixing resolver, executor, workflow, Auth hook, HTTP adapter, and TailorDB hook or validator bundles

  • #1785 cb97bd4 Thanks @renovate! - fix(deps): update dependency tsx to v4.23.1

@tailor-platform-pr-trigger
tailor-platform-pr-trigger Bot requested review from a team as code owners July 16, 2026 05:28
@pkg-pr-new

pkg-pr-new Bot commented Jul 16, 2026

Copy link
Copy Markdown

Open in StackBlitz

pnpm add https://pkg.pr.new/@tailor-platform/create-sdk@1193f57
pnpm add https://pkg.pr.new/@tailor-platform/eslint-plugin-sdk@1193f57
pnpm add https://pkg.pr.new/@tailor-platform/sdk@1193f57

commit: 1193f57

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@tailor-platform-pr-trigger
tailor-platform-pr-trigger Bot force-pushed the changeset-release/main branch 5 times, most recently from ceb8913 to 943225f Compare July 17, 2026 02:42
@github-actions

This comment has been minimized.

@tailor-platform-pr-trigger
tailor-platform-pr-trigger Bot force-pushed the changeset-release/main branch 2 times, most recently from 144da02 to 0aa6b64 Compare July 17, 2026 05:26
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

Copy link
Copy Markdown

Code Metrics Report (packages/sdk)

main (4675aa4) #1786 (ceedef7) +/-
Coverage 74.5% 74.5% 0.0%
Code to Test Ratio 1:0.4 1:0.4 0.0
Details
  |                    | main (4675aa4) | #1786 (ceedef7) | +/-  |
  |--------------------|----------------|-----------------|------|
  | Coverage           |          74.5% |           74.5% | 0.0% |
  |   Files            |            457 |             457 |    0 |
  |   Lines            |          16953 |           16953 |    0 |
  |   Covered          |          12636 |           12636 |    0 |
  | Code to Test Ratio |          1:0.4 |           1:0.4 |  0.0 |
  |   Code             |         113445 |          113445 |    0 |
  |   Test             |          52708 |           52708 |    0 |

SDK Configure Bundle Size

main (4675aa4) #1786 (ceedef7) +/-
configure-index-size 32.17KB 32.17KB 0KB
dependency-chunks-size 29.88KB 29.88KB 0KB
total-bundle-size 62.05KB 62.05KB 0KB

Runtime Performance

main (4675aa4) #1786 (ceedef7) +/-
Generate Median 3,134ms 2,482ms -652ms
Generate Max 3,297ms 2,540ms -757ms
Apply Build Median 3,150ms 2,539ms -611ms
Apply Build Max 3,169ms 2,564ms -605ms

Type Performance (instantiations)

main (4675aa4) #1786 (ceedef7) +/-
tailordb-basic 43,881 43,881 0
tailordb-optional 4,451 4,451 0
tailordb-relation 6,220 6,220 0
tailordb-validate 753 753 0
tailordb-hooks 5,279 5,279 0
tailordb-object 12,547 12,547 0
tailordb-enum 1,486 1,486 0
resolver-basic 9,252 9,252 0
resolver-nested 26,119 26,119 0
resolver-array 18,059 18,059 0
executor-schedule 4,310 4,310 0
executor-webhook 949 949 0
executor-record 6,762 6,762 0
executor-resolver 4,090 4,090 0
executor-operation-function 937 937 0
executor-operation-gql 945 945 0
executor-operation-webhook 956 956 0
executor-operation-workflow 1,798 1,798 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