Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .changeset/deprecate-packages.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion dotfiles/biome-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/localproxy/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/localproxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
Loading