fix: unblock changepacks publishing - #646
Merged
Merged
Conversation
Contributor
Changepacks@devup-ui/wasm@1.0.78 → 1.0.79 - bindings/devup-ui-wasm/package.jsonPatch
@devup-ui/bun-plugin@1.0.15 → 1.0.16 - packages/bun-plugin/package.jsonPatch
@devup-ui/components@0.1.53 → 0.1.54 - packages/components/package.jsonPatch
@devup-ui/eslint-plugin@1.0.18 → 1.0.19 - packages/eslint-plugin/package.jsonPatch
@devup-ui/next-plugin@1.0.83 → 1.0.84 - packages/next-plugin/package.jsonPatch
@devup-ui/plugin-utils@1.0.13 → 1.0.14 - packages/plugin-utils/package.jsonPatch
@devup-ui/react@1.0.40 → 1.0.41 - packages/react/package.jsonPatch
@devup-ui/reset-css@1.0.27 → 1.0.28 - packages/reset-css/package.jsonPatch
@devup-ui/rsbuild-plugin@1.0.61 → 1.0.62 - packages/rsbuild-plugin/package.jsonPatch
@devup-ui/vite-plugin@1.0.67 → 1.0.68 - packages/vite-plugin/package.jsonPatch
@devup-ui/webpack-plugin@1.0.66 → 1.0.67 - packages/webpack-plugin/package.jsonPatch
|
Codecov Report✅ All modified and coverable lines are covered by tests. 🚀 New features to boost your workflow:
|
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.
Summary
changepacks/actionswitches release commitsRoot cause
The coverage step formats Rust sources with a temporary wide rustfmt configuration. Running default rustfmt afterward is not a reversible round trip, so
libs/extractor/src/extractor/extract_global_style_from_expression.rsremained modified.changepacks/actionthen failed when checking out the previous release commit.Validation
git restore --source=HEAD --staged --worktree -- .returns the checkout to an exact clean statecargo fmt --all -- --checkbun run lintbun run changepacks check --format json: all 11 packages arechanged: truewith patchnextVersionbun.lockunchangedAfter merge, changepacks should create/update the version PR. Merging that version PR triggers the actual npm publication.