Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency bun to v1.1.45 #86

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 31, 2024

This PR contains the following updates:

Package Update Change
bun patch 1.1.32 -> 1.1.45

Release Notes

oven-sh/bun (bun)

v1.1.45: Bun v1.1.45

Compare Source

To install Bun v1.1.45

curl -fsSL https://bun.sh/install | bash

### or you can use npm
### npm install -g bun

Windows:

powershell -c "irm bun.sh/install.ps1|iex"

To upgrade to Bun v1.1.45:

bun upgrade
Read Bun v1.1.45's release notes on Bun's blog
Thanks to 5 contributors!

v1.1.44: Bun v1.1.44

Compare Source

To install Bun v1.1.44

curl -fsSL https://bun.sh/install | bash

### or you can use npm
### npm install -g bun

Windows:

powershell -c "irm bun.sh/install.ps1|iex"

To upgrade to Bun v1.1.44:

bun upgrade
Read Bun v1.1.44's release notes on Bun's blog
Thanks to 21 contributors!

v1.1.43: Bun v1.1.43

Compare Source

To install Bun v1.1.43

curl -fsSL https://bun.sh/install | bash

### or you can use npm
### npm install -g bun

Windows:

powershell -c "irm bun.sh/install.ps1|iex"

To upgrade to Bun v1.1.43:

bun upgrade
Read Bun v1.1.43's release notes on Bun's blog
Thanks to 22 contributors!

v1.1.42: Bun v1.1.42

Compare Source

To install Bun v1.1.42

curl -fsSL https://bun.sh/install | bash

### or you can use npm
### npm install -g bun

Windows:

powershell -c "irm bun.sh/install.ps1|iex"

To upgrade to Bun v1.1.42:

bun upgrade
Read Bun v1.1.42's release notes on Bun's blog

v1.1.41: Bun v1.1.41

Compare Source

To install Bun v1.1.41

curl -fsSL https://bun.sh/install | bash

### or you can use npm
### npm install -g bun

Windows:

powershell -c "irm bun.sh/install.ps1|iex"

To upgrade to Bun v1.1.41:

bun upgrade
Read Bun v1.1.41's release notes on Bun's blog
Thanks to 6 contributors!

v1.1.40: Bun v1.1.40

Compare Source

To install Bun v1.1.40

curl -fsSL https://bun.sh/install | bash

### or you can use npm
### npm install -g bun

Windows:

powershell -c "irm bun.sh/install.ps1|iex"

To upgrade to Bun v1.1.40:

bun upgrade
Read Bun v1.1.40's release notes on Bun's blog
Thanks to 4 contributors!

v1.1.39: Bun v1.1.39

Compare Source

To install Bun v1.1.39

curl -fsSL https://bun.sh/install | bash

### or you can use npm
### npm install -g bun

Windows:

powershell -c "irm bun.sh/install.ps1|iex"

To upgrade to Bun v1.1.39:

bun upgrade
Read Bun v1.1.39's release notes on Bun's blog
Thanks to 20 contributors!

v1.1.38: Bun v1.1.38

Compare Source

To install Bun v1.1.38

curl -fsSL https://bun.sh/install | bash

### or you can use npm
### npm install -g bun

Windows:

powershell -c "irm bun.sh/install.ps1|iex"

To upgrade to Bun v1.1.38:

bun upgrade
Read Bun v1.1.38's release notes on Bun's blog
Thanks to 11 contributors!

v1.1.37: Bun v1.1.37

Compare Source

To install:

curl -fsSL https://bun.sh/install | bash

### or you can use npm
### npm install -g bun

Windows:

powershell -c "irm bun.sh/install.ps1|iex"

To upgrade to Bun v1.1.37:

bun upgrade
Read Bun v1.1.37's release notes on Bun's blog
Thanks to 14 contributors!

v1.1.36: Bun v1.1.36

Compare Source

Bun v1.1.36 addresses a release process issue in Bun v1.1.35 that caused the Bun v1.1.35 binary to be published as a canary release instead of a stable release.

To install:

curl -fsSL https://bun.sh/install | bash

### or you can use npm
### npm install -g bun

Windows:

powershell -c "irm bun.sh/install.ps1|iex"

To upgrade to Bun v1.1.35:

bun upgrade
Read Bun v1.1.35's release notes on Bun's blog

v1.1.35: Bun v.1.1.35

Compare Source

To install:

curl -fsSL https://bun.sh/install | bash

### or you can use npm
### npm install -g bun

Windows:

powershell -c "irm bun.sh/install.ps1|iex"

To upgrade to Bun v1.1.35:

bun upgrade
Read Bun v1.1.35's release notes on Bun's blog
Thanks to 16 contributors!

v1.1.34: Bun v1.1.34

Compare Source

To install:

curl -fsSL https://bun.sh/install | bash

### or you can use npm
### npm install -g bun

Windows:

powershell -c "irm bun.sh/install.ps1|iex"

To upgrade to Bun v1.1.34:

bun upgrade
Read Bun v1.1.34's release notes on Bun's blog
Thanks to 14 contributors!

v1.1.33: Bun v1.1.33

Compare Source

To install:

curl -fsSL https://bun.sh/install | bash

### or you can use npm
### npm install -g bun

Windows:

powershell -c "irm bun.sh/install.ps1|iex"

To upgrade to Bun v1.1.33:

bun upgrade
Read Bun v1.1.33's release notes on Bun's blog
Thanks to 10 contributors!

Configuration

📅 Schedule: Branch creation - "after 3am and before 5am on the first day of the month" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

cloudflare-workers-and-pages bot commented Oct 31, 2024

Deploying younagidev with  Cloudflare Pages  Cloudflare Pages

Latest commit: 83a60d1
Status: ✅  Deploy successful!
Preview URL: https://58ce4ccf.my-astro-blog-4xp.pages.dev
Branch Preview URL: https://renovate-bun-1-x.my-astro-blog-4xp.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/bun-1.x branch from b8c324d to f01a78f Compare November 2, 2024 07:34
@renovate renovate bot changed the title chore(deps): update dependency bun to v1.1.33 chore(deps): update dependency bun to v1.1.34 Nov 2, 2024
@renovate renovate bot changed the title chore(deps): update dependency bun to v1.1.34 chore(deps): update dependency bun to v1.1.35 Nov 19, 2024
@renovate renovate bot force-pushed the renovate/bun-1.x branch 2 times, most recently from 1ae1adc to 5372c9a Compare November 20, 2024 02:14
@renovate renovate bot changed the title chore(deps): update dependency bun to v1.1.35 chore(deps): update dependency bun to v1.1.36 Nov 20, 2024
@renovate renovate bot changed the title chore(deps): update dependency bun to v1.1.36 chore(deps): update dependency bun to v1.1.37 Nov 26, 2024
@renovate renovate bot force-pushed the renovate/bun-1.x branch from 5372c9a to 06c6fd3 Compare November 26, 2024 03:29
@renovate renovate bot changed the title chore(deps): update dependency bun to v1.1.37 chore(deps): update dependency bun to v1.1.38 Nov 29, 2024
@renovate renovate bot force-pushed the renovate/bun-1.x branch from 06c6fd3 to af6dd52 Compare November 29, 2024 12:55
@renovate renovate bot changed the title chore(deps): update dependency bun to v1.1.38 chore(deps): update dependency bun to v1.1.39 Dec 17, 2024
@renovate renovate bot force-pushed the renovate/bun-1.x branch from af6dd52 to 5e15db7 Compare December 17, 2024 15:31
@renovate renovate bot changed the title chore(deps): update dependency bun to v1.1.39 chore(deps): update dependency bun to v1.1.40 Dec 18, 2024
@renovate renovate bot force-pushed the renovate/bun-1.x branch from 5e15db7 to 2cafa94 Compare December 18, 2024 08:19
@renovate renovate bot changed the title chore(deps): update dependency bun to v1.1.40 chore(deps): update dependency bun to v1.1.41 Dec 20, 2024
@renovate renovate bot force-pushed the renovate/bun-1.x branch from 2cafa94 to 8179a65 Compare December 20, 2024 17:38
@renovate renovate bot changed the title chore(deps): update dependency bun to v1.1.41 chore(deps): update dependency bun to v1.1.42 Dec 21, 2024
@renovate renovate bot force-pushed the renovate/bun-1.x branch from 8179a65 to 8aa722c Compare December 21, 2024 06:56
@renovate renovate bot changed the title chore(deps): update dependency bun to v1.1.42 chore(deps): update dependency bun to v1.1.43 Jan 8, 2025
@renovate renovate bot force-pushed the renovate/bun-1.x branch from 8aa722c to 659fdf4 Compare January 8, 2025 18:40
@renovate renovate bot changed the title chore(deps): update dependency bun to v1.1.43 chore(deps): update dependency bun to v1.1.44 Jan 17, 2025
@renovate renovate bot force-pushed the renovate/bun-1.x branch from 659fdf4 to d343608 Compare January 17, 2025 05:49
@renovate renovate bot force-pushed the renovate/bun-1.x branch from d343608 to 83a60d1 Compare January 19, 2025 09:19
@renovate renovate bot changed the title chore(deps): update dependency bun to v1.1.44 chore(deps): update dependency bun to v1.1.45 Jan 19, 2025
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.

0 participants