Skip to content

Version Rebrand and Upgrade Feature#1

Merged
chlewtf merged 2 commits intomainfrom
version-rebrand-and-upgrade-feature-14503190140834137906
Feb 16, 2026
Merged

Version Rebrand and Upgrade Feature#1
chlewtf merged 2 commits intomainfrom
version-rebrand-and-upgrade-feature-14503190140834137906

Conversation

@chlewtf
Copy link
Member

@chlewtf chlewtf commented Feb 16, 2026

This PR updates the project version to v1.1.1 across the codebase and introduces new features to support npm distribution and automated updates.

Key changes:

  1. Version Rebranding: All instances of v1.1.0 have been updated to v1.1.1.
  2. NPM Support: A root-level package.json has been added with the name pun.js. A Node.js shim has been created in bin/pun to facilitate binary execution when installed via npm.
  3. Version Check: Whenever the Pun CLI is used in an interactive terminal, it will now check for updates by fetching the latest version from https://github.com/red-creators/pun-release-version/. A warning is displayed if a newer version is found.
  4. Upgrade Command: A new pun upgrade command has been added, which automates the update process by running the official installation script.

Tests have been run, and the CLI changes have been verified manually.


PR created automatically by Jules for task 14503190140834137906 started by @chlewtf

…upgrade

- Updated version from 1.1.0 to 1.1.1 in Cargo.toml, install.sh, and src/runtime/init.js.
- Added package.json for npm publishing as pun.js.
- Added a Node.js shim in bin/pun for npm distribution.
- Implemented a background version check that warns if a newer version is available.
- Added a `pun upgrade` command to update to the latest version.
- Added `atty` dependency for TTY detection.

Co-authored-by: chlewtf <234900867+chlewtf@users.noreply.github.com>
@google-labs-jules
Copy link
Contributor

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@vercel
Copy link

vercel bot commented Feb 16, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
pun Ready Ready Preview, Comment Feb 16, 2026 2:48pm

Co-authored-by: chlewtf <234900867+chlewtf@users.noreply.github.com>
@chlewtf chlewtf merged commit 73643c6 into main Feb 16, 2026
8 checks passed
@chlewtf chlewtf deleted the version-rebrand-and-upgrade-feature-14503190140834137906 branch February 16, 2026 16:16
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

Comments