From 257ce5489f88c1fde7d483c424866c014e9409b2 Mon Sep 17 00:00:00 2001 From: "Ricardo Q. Bazan" Date: Mon, 11 May 2026 19:53:13 -0500 Subject: [PATCH] chore: deprecate @vlandoss/biome-config, localproxy, starter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- .changeset/deprecate-packages.md | 13 +++++++++++++ dotfiles/biome-config/package.json | 2 +- packages/localproxy/README.md | 9 +++++++++ packages/localproxy/package.json | 2 +- packages/starter/package.json | 2 +- 5 files changed, 25 insertions(+), 3 deletions(-) create mode 100644 .changeset/deprecate-packages.md diff --git a/.changeset/deprecate-packages.md b/.changeset/deprecate-packages.md new file mode 100644 index 0000000..e0682b9 --- /dev/null +++ b/.changeset/deprecate-packages.md @@ -0,0 +1,13 @@ +--- +"@vlandoss/biome-config": patch +"@vlandoss/localproxy": patch +"@vlandoss/starter": patch +--- + +Deprecate package — final published version with notice. + +- `@vlandoss/biome-config` is superseded by [`@vlandoss/config`](https://github.com/variableland/dx/tree/main/packages/config) (use `@vlandoss/config/biome`). +- `@vlandoss/localproxy` is superseded by [Portless](https://port1355.dev). +- `@vlandoss/starter` is superseded by [`@vlandoss/vland`](https://github.com/variableland/dx/tree/main/packages/vland). + +Each package's `homepage` is repinned to a tag URL so the deprecation README stays reachable after the source is removed from the monorepo. diff --git a/dotfiles/biome-config/package.json b/dotfiles/biome-config/package.json index 1c5b3f4..aecac88 100644 --- a/dotfiles/biome-config/package.json +++ b/dotfiles/biome-config/package.json @@ -2,7 +2,7 @@ "name": "@vlandoss/biome-config", "version": "0.0.8", "description": "Biome configuration file for @variableland", - "homepage": "https://github.com/variableland/dx/tree/main/dotfiles/biome-config#readme", + "homepage": "https://github.com/variableland/dx/tree/%40vlandoss%2Fbiome-config%400.0.9/dotfiles/biome-config#readme", "bugs": { "url": "https://github.com/variableland/dx/issues" }, diff --git a/packages/localproxy/README.md b/packages/localproxy/README.md index 89bc593..abc3704 100644 --- a/packages/localproxy/README.md +++ b/packages/localproxy/README.md @@ -1,5 +1,14 @@ # 🛠️ localproxy +> [!CAUTION] +> **Deprecated.** This package is no longer maintained. Use [Portless](https://port1355.dev) instead — it provides the same `*.localhost` mapping with automatic HTTPS and a smoother setup. This package will not receive further updates and will be removed from the registry shortly. +> +> ```sh +> # Migration: install Portless and remove localproxy +> # See https://port1355.dev for setup +> pnpm remove -g @vlandoss/localproxy +> ``` + **Simple local development proxy automation with Caddy + hosts management** Stop remembering ports! localproxy automatically maps your projects to clean `.localhost` domains with automatic HTTPS and hosts file management. diff --git a/packages/localproxy/package.json b/packages/localproxy/package.json index 035a1be..2331b41 100644 --- a/packages/localproxy/package.json +++ b/packages/localproxy/package.json @@ -2,7 +2,7 @@ "name": "@vlandoss/localproxy", "version": "0.2.2", "description": "Simple local development proxy automation", - "homepage": "https://github.com/variableland/dx/tree/main/packages/localproxy#readme", + "homepage": "https://github.com/variableland/dx/tree/%40vlandoss%2Flocalproxy%400.2.3/packages/localproxy#readme", "bugs": { "url": "https://github.com/variableland/dx/issues" }, diff --git a/packages/starter/package.json b/packages/starter/package.json index 953c7fb..0ea0791 100644 --- a/packages/starter/package.json +++ b/packages/starter/package.json @@ -2,7 +2,7 @@ "name": "@vlandoss/starter", "version": "0.4.1", "description": "The CLI to init a new project in Variable Land", - "homepage": "https://github.com/variableland/dx/tree/main/packages/starter#readme", + "homepage": "https://github.com/variableland/dx/tree/%40vlandoss%2Fstarter%400.4.2/packages/starter#readme", "bugs": { "url": "https://github.com/variableland/dx/issues" },