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.2 age adoption passing confidence
typescript (source) =5.0.0 -> 5.9.3 age adoption passing confidence
@types/bun (source) 1.3.3 -> 1.3.5 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.2

v0.27.2

Compare Source

  • Allow import path specifiers starting with #/ (#4361)

    Previously the specification for package.json disallowed import path specifiers starting with #/, but this restriction has recently been relaxed and support for it is being added across the JavaScript ecosystem. One use case is using it for a wildcard pattern such as mapping #/* to ./src/* (previously you had to use another character such as #_* instead, which was more confusing). There is some more context in nodejs/node#49182.

    This change was contributed by [hybrist](https://github.com/hybrist).

  • Automatically add the -webkit-mask prefix (#4357, #4358)

    This release automatically adds the -webkit- vendor prefix for the [mask](https://de...

[View full release notes]

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

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

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.5

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: 73,548,732 weekly downloads
  • typescript: 93,149,440 weekly downloads
  • @types/bun: 3,153,819 weekly downloads
  • unocss: 358,676 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 🤖

@pkg-pr-new
Copy link

pkg-pr-new bot commented Dec 24, 2025

Open in StackBlitz

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

commit: aa58f63

@netlify
Copy link

netlify bot commented Dec 24, 2025

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

Name Link
🔨 Latest commit aa58f63
🔍 Latest deploy log https://app.netlify.com/projects/dtsx/deploys/694c33004a1fca0008be350c

@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.2?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.5?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-1766601464848 branch December 24, 2025 18:56
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