Skip to content

Bump bunosh from 0.4.14 to 0.6.1#600

Closed
dependabot[bot] wants to merge 1 commit into
docsfrom
dependabot/npm_and_yarn/docs/bunosh-0.6.1
Closed

Bump bunosh from 0.4.14 to 0.6.1#600
dependabot[bot] wants to merge 1 commit into
docsfrom
dependabot/npm_and_yarn/docs/bunosh-0.6.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown

Bumps bunosh from 0.4.14 to 0.6.1.

Release notes

Sourced from bunosh's releases.

0.6.1

🚀 Bunosh Release 0.6.1

Single Executables (No Runtime Required)

  • Linux x64: bunosh-linux-x64.tar.gz
  • macOS ARM64: bunosh-darwin-arm64.tar.gz
  • Windows x64: bunosh-windows-x64.exe.zip

Installation

Single Executable:

# Linux
curl -fsSL https://github.com/DavertMik/bunosh/releases/latest/download/bunosh-linux-x64.tar.gz | tar -xz
sudo mv bunosh-linux-x64 /usr/local/bin/bunosh
macOS
curl -fsSL https://github.com/DavertMik/bunosh/releases/latest/download/bunosh-darwin-arm64.tar.gz | tar -xz
sudo mv bunosh-darwin-arm64 /usr/local/bin/bunosh
Windows (PowerShell)
Invoke-WebRequest -Uri "https://github.com/DavertMik/bunosh/releases/latest/download/bunosh-windows-x64.exe.zip" -OutFile "bunosh.zip"
Expand-Archive -Path "bunosh.zip" -DestinationPath .
Move-Item "bunosh-windows-x64.exe" "bunosh.exe"

NPM Package:

npm install -g bunosh
# or
bun add -g bunosh

Upgrade

Single Executable:

bunosh upgrade

NPM Package:

npm update -g bunosh

What's New

  • ✅ Shell auto-completion with bunosh setup-completion
  • ✅ Self-upgrade with bunosh upgrade (single executables only)
  • ✅ Enhanced cross-platform compatibility

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for bunosh since your current version.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 15, 2026
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jun 15, 2026

Copy link
Copy Markdown

Deploying docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 03b3c63
Status: ✅  Deploy successful!
Preview URL: https://ad233c34.docs-c7r.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-docs-rybj.docs-c7r.pages.dev

View logs

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 15, 2026
Bumps [bunosh](https://github.com/DavertMik/bunosh) from 0.4.14 to 0.6.1.
- [Release notes](https://github.com/DavertMik/bunosh/releases)
- [Commits](https://github.com/DavertMik/bunosh/commits/0.6.1)

---
updated-dependencies:
- dependency-name: bunosh
  dependency-version: 0.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/docs/bunosh-0.6.1 branch from 427d46a to 03b3c63 Compare June 16, 2026 21:15

@Arhell Arhell left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Close

@Arhell Arhell closed this Jun 20, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 20, 2026

Copy link
Copy Markdown
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/docs/bunosh-0.6.1 branch June 20, 2026 04:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant