Skip to content

Conversation

@chrisbbreuer
Copy link
Member

This PR contains the following updates:

Package Updates Summary

Type Count
📦 NPM Packages 4
🚀 GitHub Actions 5
Total 9

📦 npm Dependencies

npm

4 packages will be updated

Package Change Age Adoption Passing Confidence
esbuild (source) 0.21.5 -> 0.27.1 age adoption passing confidence
typescript (source) =5.0.0 -> 5.9.3 age adoption passing confidence
@types/bun (source) 1.3.3 -> 1.3.4 age adoption passing confidence
unocss (source) 66.5.9 -> 66.5.10 age adoption passing confidence

🚀 GitHub Actions

github-actions

5 actions will be updated

Action Change Type Files
shivammathur/setup-php 2.35.52.36.0 🟡 minor buddy-bot.yml
actions/checkout v6.0.0v6.0.1 🟢 patch ci.yml
actions/checkout v6v6.0.1 🟢 patch buddy-bot.yml
oven-sh/setup-bun v2v2.0.2 🟢 patch buddy-bot.yml
stacksjs/action-releaser v1.2.7v1.2.6 🟢 patch release.yml

Release Notes

evanw/esbuild (esbuild)

0.21.5 -> 0.27.1

v0.27.1

Compare Source

  • Fix bundler bug with var nested inside if (#4348)

    This release fixes a bug with the bundler that happens when importing an ES module using require (which causes it to be wrapped) and there's a top-level var inside an if statement without being wrapped in a { ... } block (and a few other conditions). The bundling transform needed to hoist these var declarations outside of the lazy ES module wrapper for correctness. See the issue for details.

  • Fix minifier bug with for inside try inside label (#4351)

    This fixes an old regression from version v0.21.4. Some code was introduced to move the label inside the try statement to address a problem with transforming labeled for await loops to avoid the await (the transformation involves converting the for await loop into a for loop and wrapping it in a try st...

[View full release notes]

Released by github-actions[bot] on 12/3/2025

v0.27.0

Compare Source

This release deliberately contains backwards-incompatible changes. To avoid automatically picking up releases like this, you should either be pinning the exact version of esbuild in your package.json file (recommended) or be using a version range syntax that only accepts patch upgrades such as ^0.26.0 or ~0.26.0. See npm's documentation about semver for more information.

  • Use Uint8Array.fromBase64 if available (#4286)

    With this release, esbuild's binary loader will now use the new Uint8Array.fromBase64 function unless it's unavailable in the configured target environment. If it's unavailable, esbuild's previous code for this will be used as a fallback. Note that this means you may now need to specify target when using this feature with Node (for example `--t...

[View full release notes]

Released by github-actions[bot] on 11/9/2025

v0.26.0

Compare Source

  • Enable trusted publishing (#4281)

    GitHub and npm are recommending that maintainers for packages such as esbuild switch to trusted publishing. With this release, a VM on GitHub will now build and publish all of esbuild's packages to npm instead of me. In theory.

    Unfortunately there isn't really a way to test that this works other than to do it live. So this release is that live test. Hopefully this release is uneventful and is exactly the same as the previous one (well, except for the green provenance attestation checkmark on npm that happens with trusted publishing).

Released by github-actions[bot] on 11/9/2025

microsoft/TypeScript (typescript)

=5.0.0 -> 5.9.3

v5.9.3

Compare Source

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

Released by jakebailey on 10/1/2025

DefinitelyTyped/DefinitelyTyped (@types/bun)

1.3.3 -> 1.3.4

Compare Source

TypeScript definitions for bun

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

unocss/unocss (unocss)

66.5.9 -> 66.5.10

v66.5.10

Compare Source

   🚀 Features

   🐞 Bug Fixes

[View full release notes]

Released by github-actions[bot] on 12/2/2025

shivammathur/setup-php

2.35.5 → 2.36.0

Visit shivammathur/setup-php for release notes.

actions/checkout

v6.0.0 → v6.0.1

Visit actions/checkout for release notes.

actions/checkout

v6 → v6.0.1

Visit actions/checkout for release notes.

oven-sh/setup-bun

v2 → v2.0.2

Visit oven-sh/setup-bun for release notes.

stacksjs/action-releaser

v1.2.7 → v1.2.6

Visit stacksjs/action-releaser for release notes.


📊 Package Statistics

  • esbuild: 80,856,205 weekly downloads
  • typescript: 111,135,888 weekly downloads
  • @types/bun: 3,229,165 weekly downloads
  • unocss: 455,186 weekly downloads
  • shivammathur/setup-php: GitHub Action for workflow automation
  • actions/checkout: GitHub Action for workflow automation
  • actions/checkout: GitHub Action for workflow automation
  • oven-sh/setup-bun: GitHub Action for workflow automation
  • stacksjs/action-releaser: GitHub Action for workflow automation

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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


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

This PR was generated by Buddy 🤖

@netlify
Copy link

netlify bot commented Dec 8, 2025

Deploy Preview for dtsx failed. Why did it fail? →

Name Link
🔨 Latest commit 4c1cf85
🔍 Latest deploy log https://app.netlify.com/projects/dtsx/deploys/69361cb587236b00083fcd4e

@pkg-pr-new
Copy link

pkg-pr-new bot commented Dec 8, 2025

Open in StackBlitz

npm i https://pkg.pr.new/stacksjs/dtsx/bun-plugin-dtsx@545
npm i https://pkg.pr.new/stacksjs/dtsx/@stacksjs/dtsx@545

commit: 4c1cf85

@chrisbbreuer
Copy link
Member Author

🤖 Auto-closing obsolete PR

This PR was automatically closed because the dependency files it references are no longer present in the project.

Removed files:

  • [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/esbuild/0.27.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [=5.0.0->5.9.3](https://renovatebot.com/diffs/npm/typescript/=5.0.0/5.9.3)
  • [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/%40types%2Fbun/1.3.3/1.3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [![age](https://developer.mend.io/api/mc/badges/age/npm/unocss/66.5.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [shivammathur/setup-php](https://github.com/shivammathur/setup-php)
  • [actions/checkout](https://github.com/actions/checkout)
  • [oven-sh/setup-bun](https://github.com/oven-sh/setup-bun)
  • [stacksjs/action-releaser](https://github.com/stacksjs/action-releaser)

If this was closed in error, please reopen the PR and update the dependency files accordingly.

@github-actions github-actions bot deleted the buddy-bot/update-non-major-updates-1765153966073 branch December 8, 2025 00:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants