Conversation
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.
Bumps the
@platforma-sdk/workflow-tengocatalog entry to 6.10.5. Catalog + lockfile + changeset only — no workflow source changes.What the bump picks up (superset; a block already past some of these skips them):
pframes-rs-nodeaddon drops its debug info: 208 MB → ~28 MB download. The TMPDIR compatibility layer for pre-contract backends now also works on Windows.pl-tengo importsreplaces the clean-imports shell script. Unused-import detection moves into the builder's own parser, so it understands comments, respects word boundaries, and covers the tengo standard library too.Verification
pnpm build:dev-no-software— all tasks green, including the tengo build and everychecktask (tsc, oxlint, oxfmt).The lockfile diff carries a little churn beyond workflow-tengo (peer-graph reshuffles under caret-ranged dev dependencies). That drift is pre-existing — a plain
pnpm installonmainproduces it too — and is not caused by this bump.Part of a sweep applying the same bump across blocks.
Also in this PR: toolchain bump
CI's
preflight (require-latest)gate demands the newest build toolchain, and this repo was behind it, so the same branch also moves:@platforma-sdk/block-tools→ 2.16.0@platforma-sdk/tengo-builder→ 4.1.0Both are build-time only and carry no block behaviour. Re-verified with
pnpm build:dev-no-softwareafter the bump — all tasks green, the new tengo unused-import check included.