chore: deprecate @vlandoss/biome-config, localproxy, starter#206
Merged
Conversation
Add a `[!CAUTION]` to localproxy README (biome-config and starter already have one) and a single changeset entry that bumps the three packages with patch bumps. The publish bot will tag each at: - @vlandoss/biome-config@0.0.9 → superseded by @vlandoss/config/biome - @vlandoss/localproxy@0.2.3 → superseded by Portless (port1355.dev) - @vlandoss/starter@0.4.2 → superseded by @vlandoss/vland Each package's `homepage` is repinned to its upcoming tag URL so the deprecation README stays reachable on npm even after the source dirs are removed from the repo in a follow-up PR. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
🦋 Changeset detectedLatest commit: 257ce54 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
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
Final-pass deprecation for three packages, paving the way to remove their source from the monorepo in a follow-up PR.
@vlandoss/biome-config→ superseded by@vlandoss/config(use@vlandoss/config/biome). Caution note already in README.@vlandoss/localproxy→ superseded by Portless. Caution note added in this PR.@vlandoss/starter→ superseded by@vlandoss/vland. Caution note already in README; bumping a patch so the deprecation note ships under thelatesttag.Each package's
homepageis repinned to its upcoming tag URL so the deprecation README stays reachable on npm even after the source dirs are removed:@vlandoss/biome-config@0.0.9→tree/%40vlandoss%2Fbiome-config%400.0.9/dotfiles/biome-config#readme@vlandoss/localproxy@0.2.3→tree/%40vlandoss%2Flocalproxy%400.2.3/packages/localproxy#readme@vlandoss/starter@0.4.2→tree/%40vlandoss%2Fstarter%400.4.2/packages/starter#readmeAfter merge
pnpm changeset publish→ tags@vlandoss/<pkg>@<ver>get created → homepage URLs resolve.npm deprecate× 3:chore/remove-deprecated-packages; opens once this lands).Test plan
npm view @vlandoss/<pkg> versionshows the new version underlatestgit tag -l '@vlandoss/<pkg>@<ver>'shows each tag existsnpm deprecate,npm view @vlandoss/<pkg> deprecatedreturns the message🤖 Generated with Claude Code