Version Packages#1786
Open
tailor-platform-pr-trigger[bot] wants to merge 1 commit into
Open
Conversation
commit: |
This comment has been minimized.
This comment has been minimized.
tailor-platform-pr-trigger
Bot
force-pushed
the
changeset-release/main
branch
from
July 16, 2026 12:09
f120861 to
ba1578a
Compare
This comment has been minimized.
This comment has been minimized.
tailor-platform-pr-trigger
Bot
force-pushed
the
changeset-release/main
branch
from
July 16, 2026 12:29
ba1578a to
e77cf43
Compare
This comment has been minimized.
This comment has been minimized.
tailor-platform-pr-trigger
Bot
force-pushed
the
changeset-release/main
branch
from
July 16, 2026 12:32
e77cf43 to
dfbbfe9
Compare
This comment has been minimized.
This comment has been minimized.
tailor-platform-pr-trigger
Bot
force-pushed
the
changeset-release/main
branch
from
July 16, 2026 15:55
dfbbfe9 to
cfb7810
Compare
This comment has been minimized.
This comment has been minimized.
tailor-platform-pr-trigger
Bot
force-pushed
the
changeset-release/main
branch
5 times, most recently
from
July 17, 2026 02:42
ceb8913 to
943225f
Compare
This comment has been minimized.
This comment has been minimized.
tailor-platform-pr-trigger
Bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
July 17, 2026 05:26
144da02 to
0aa6b64
Compare
This comment has been minimized.
This comment has been minimized.
tailor-platform-pr-trigger
Bot
force-pushed
the
changeset-release/main
branch
from
July 17, 2026 11:59
0aa6b64 to
6fb0089
Compare
This comment has been minimized.
This comment has been minimized.
tailor-platform-pr-trigger
Bot
force-pushed
the
changeset-release/main
branch
from
July 17, 2026 12:29
6fb0089 to
1193f57
Compare
Code Metrics Report (packages/sdk)
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
Runtime Performance
Type Performance (instantiations)
Reported by octocov |
20 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
e349b9eThanks @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
e349b9eThanks @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
d07a82aThanks @toiroakr! - Machine user attribute keys now mirror the field's optionality: attributes derived from optional user fields (or optionalmachineUserAttributesfields) can be omitted, andnull/undefinedvalues 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 generatedAttributeMaptype used to readuser.attributesin 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
f1cbda5Thanks @toiroakr! - Resolve each config'sfilesglob patterns and bundlertsconfigrelative to that config file's own directory instead of the invocationcwd, so--config a/tailor.config.ts,b/tailor.config.tsno longer lets one app's file glob or path aliases bleed into another. If afilespattern matches nothing under the new directory, it falls back to resolving againstcwdas before, so existing configs whose patterns were written against the invocation directory keep working.#1767
c870196Thanks @toiroakr! - Fix tsconfigpathsalias resolution for dynamically loaded resolver, executor, workflow, HTTP adapter, and TailorDB type files. Previously, an import likeimport { 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'spathsaliases are now resolved as a fallback from its own tsconfig, based on the importing file's own directory.#1781
000db7eThanks @dqn! - Prevent concurrent multi-config deployments from mixing resolver, executor, workflow, Auth hook, HTTP adapter, and TailorDB hook or validator bundles#1785
cb97bd4Thanks @renovate! - fix(deps): update dependency tsx to v4.23.1