From c0954a1148c19719e8864184e24dcc9fc501dd33 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 15:19:09 +0000 Subject: [PATCH] ci(repo): version packages --- .changeset/clerk-bird-rankings.md | 5 ----- .changeset/fix-pnpmfile-autoload.md | 5 ----- .changeset/user-agent-header.md | 5 ----- .changeset/whoami-linked.md | 5 ----- packages/cli/CHANGELOG.md | 14 ++++++++++++++ packages/cli/package.json | 2 +- 6 files changed, 15 insertions(+), 21 deletions(-) delete mode 100644 .changeset/clerk-bird-rankings.md delete mode 100644 .changeset/fix-pnpmfile-autoload.md delete mode 100644 .changeset/user-agent-header.md delete mode 100644 .changeset/whoami-linked.md diff --git a/.changeset/clerk-bird-rankings.md b/.changeset/clerk-bird-rankings.md deleted file mode 100644 index 870b9d42..00000000 --- a/.changeset/clerk-bird-rankings.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"clerk": patch ---- - -Add a local leaderboard to the hidden `clerk bird` easter egg: from the GAME OVER screen, press `N` to enter your name and `L` to view the top scores. On the leaderboard, use `↑`/`↓` (or `j`/`k`) to select a row and `D` to delete it (with `Y`/`N` confirmation). `k` now also flaps in-game, alongside `SPACE`, `↑`, `W`, and `ENTER`. Rankings are stored as JSON in `~/.flap-rankings.json` (top 10, ties broken by older entry). The existing `~/.flap-best` file is unchanged. Pipe-passes and the death event now emit a short bell tone (ASCII BEL) so the `+1` and the GAME OVER moment each have audio feedback; terminals with the bell disabled stay silent and the host terminal handles cross-platform behavior on Windows, macOS, Linux, and any POSIX TTY. The `bird` command is no longer hidden and now appears at the bottom of `clerk --help` (after the `help` row) so the easter egg is discoverable without cluttering the main command surface. diff --git a/.changeset/fix-pnpmfile-autoload.md b/.changeset/fix-pnpmfile-autoload.md deleted file mode 100644 index 6c36d80e..00000000 --- a/.changeset/fix-pnpmfile-autoload.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"clerk": patch ---- - -Harden the dependency-install step of `clerk init`. Previously, the package-manager spawn in attacker-controlled cwd could execute arbitrary JavaScript via pnpm's `.pnpmfile.cjs` autoload or via lifecycle scripts (`preinstall`/`install`/`postinstall`) in the project's `package.json`. The install command now passes `--ignore-pnpmfile` (pnpm) and `--ignore-scripts` (all package managers). diff --git a/.changeset/user-agent-header.md b/.changeset/user-agent-header.md deleted file mode 100644 index c3ada09d..00000000 --- a/.changeset/user-agent-header.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"clerk": patch ---- - -Identify the CLI in outbound HTTP requests with a `User-Agent` like `Clerk-CLI/ (Bun/; -)` instead of the default Bun user agent. Allow callers to override the header. diff --git a/.changeset/whoami-linked.md b/.changeset/whoami-linked.md deleted file mode 100644 index e2f71302..00000000 --- a/.changeset/whoami-linked.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"clerk": minor ---- - -Show the linked Clerk application in `clerk whoami` output, and add a `--json` flag that emits a structured payload covering email and link state. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index f75f4e4a..1cdfde20 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,19 @@ # clerk +## 1.4.0 + +### Minor Changes + +- Show the linked Clerk application in `clerk whoami` output, and add a `--json` flag that emits a structured payload covering email and link state. ([#265](https://github.com/clerk/cli/pull/265)) by [@rafa-thayto](https://github.com/rafa-thayto) + +### Patch Changes + +- Add a local leaderboard to the hidden `clerk bird` easter egg: from the GAME OVER screen, press `N` to enter your name and `L` to view the top scores. On the leaderboard, use `↑`/`↓` (or `j`/`k`) to select a row and `D` to delete it (with `Y`/`N` confirmation). `k` now also flaps in-game, alongside `SPACE`, `↑`, `W`, and `ENTER`. Rankings are stored as JSON in `~/.flap-rankings.json` (top 10, ties broken by older entry). The existing `~/.flap-best` file is unchanged. Pipe-passes and the death event now emit a short bell tone (ASCII BEL) so the `+1` and the GAME OVER moment each have audio feedback; terminals with the bell disabled stay silent and the host terminal handles cross-platform behavior on Windows, macOS, Linux, and any POSIX TTY. The `bird` command is no longer hidden and now appears at the bottom of `clerk --help` (after the `help` row) so the easter egg is discoverable without cluttering the main command surface. ([#304](https://github.com/clerk/cli/pull/304)) by [@rafa-thayto](https://github.com/rafa-thayto) + +- Harden the dependency-install step of `clerk init`. Previously, the package-manager spawn in attacker-controlled cwd could execute arbitrary JavaScript via pnpm's `.pnpmfile.cjs` autoload or via lifecycle scripts (`preinstall`/`install`/`postinstall`) in the project's `package.json`. The install command now passes `--ignore-pnpmfile` (pnpm) and `--ignore-scripts` (all package managers). ([#302](https://github.com/clerk/cli/pull/302)) by [@rafa-thayto](https://github.com/rafa-thayto) + +- Identify the CLI in outbound HTTP requests with a `User-Agent` like `Clerk-CLI/ (Bun/; -)` instead of the default Bun user agent. Allow callers to override the header. ([#301](https://github.com/clerk/cli/pull/301)) by [@rafa-thayto](https://github.com/rafa-thayto) + ## 1.3.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 793e71df..746cec80 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "clerk", - "version": "1.3.0", + "version": "1.4.0", "private": true, "description": "Clerk CLI", "keywords": [