chore(tooling): update web standard to v0.4.4 - #28
Closed
WillieCubed wants to merge 1 commit into
Closed
WillieCubed wants to merge 1 commit into
WillieCubed wants to merge 1 commit into
Conversation
Labs was pinned to the untagged v0.4.2 commit. It now uses the published v0.4.4 release, which also makes standards:update plan every consumer change before writing and limits the Astro sync rule to packages with their own astro.config. The contribution plugin moves from v0.3.5 to v0.4.4. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
Preview deployments
|
Contributor
Author
|
Replaced by #29, the same update rebased onto the v0.4.2 pin that landed on main. |
This branch was successfully deployed
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.
TL;DR
Labs moves from the untagged v0.4.2 commit it was pinned to onto the published repository standard v0.4.4. Nothing in Labs' own files changes apart from the contribution plugin's version.
Overview of Changes
Why this update
#26 put Labs on repository-tooling's v0.4.2 release commit before that release was tagged, so
.lvbt/web-platform.jsonrecordedrelease: null. v0.4.2, v0.4.3 and v0.4.4 are now tagged and published, and this update records Labs on the latest one.What the newer standard changes
v0.4.3 lets
pnpm bootstrap --productionrun again without changing a finished setup. v0.4.4 makespnpm standards:updatework out every change to a repository's own files before writing any, recognise ignore rules written another way, and limit the Astrosyncrule to packages with their ownastro.config.*. The updater found nothing to change in Labs' own files this time, so the diff is the vendored snapshot under.lvbt/web-platform/and its provenance record.Plugin source
.claude/settings.jsonstill loaded the contribution plugin from v0.3.5. It now loads from v0.4.4, matching the vendored standard.Follow-ups
None.
🤖 Generated with Claude Code