Skip to content

chore: remove deprecated packages#209

Merged
rqbazan merged 1 commit into
mainfrom
chore/remove-deprecated-packages
May 12, 2026
Merged

chore: remove deprecated packages#209
rqbazan merged 1 commit into
mainfrom
chore/remove-deprecated-packages

Conversation

@rqbazan
Copy link
Copy Markdown
Member

@rqbazan rqbazan commented May 12, 2026

Summary

Removes the source for the three packages deprecated and republished in #206:

  • @vlandoss/biome-config (last published: 0.0.9)
  • @vlandoss/localproxy (last published: 0.2.3)
  • @vlandoss/starter (last published: 0.4.2)

The deprecation notice + migration paths live on at the tag URLs (tree/%40vlandoss%2F<pkg>%40<ver>/...) pinned in each package's homepage field on npm. Consumers visiting the npm page or installing get the deprecation message and a working link to the README at the moment it was published. npm deprecate has been applied to all versions (*), so:

  • npm view @vlandoss/biome-config deprecated → "Deprecated. Use @vlandoss/config/biome instead. ..."
  • npm view @vlandoss/localproxy deprecated → "Deprecated. Use Portless instead. ..."
  • npm view @vlandoss/starter deprecated → "Deprecated. Use @vlandoss/vland instead. ..."

After this lands main is clean and unblocks the upcoming clibuddy refactor (zx → tinyexec).

Test plan

  • pnpm install --frozen-lockfile succeeds
  • pnpm test and pnpm test:types are green for the remaining packages
  • CI green
  • No leftover references to the deleted packages (verified locally with grep over *.json|*.yml|*.toml|*.ts|*.md, only matches were within the deleted dirs themselves)

🤖 Generated with Claude Code

Removes the source for three packages that were deprecated and
republished with `[!CAUTION]` notes + permalink homepages in
@vlandoss/biome-config@0.0.9, @vlandoss/localproxy@0.2.3,
@vlandoss/starter@0.4.2. The deprecation notice + migration path live
on at the tag URLs, so npm consumers still see them on the package
page.

Note: depends on the deprecate PR being merged AND `npm deprecate`
having been run on each package — see the deprecate PR for the
post-publish commands.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 12, 2026

⚠️ No Changeset found

Latest commit: dbfea7c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@rqbazan rqbazan merged commit a1ebddf into main May 12, 2026
3 checks passed
@rqbazan rqbazan deleted the chore/remove-deprecated-packages branch May 12, 2026 01:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant