Skip to content

Conversation

@chrisbbreuer
Copy link
Member

@chrisbbreuer chrisbbreuer commented Oct 4, 2025

This PR contains the following updates:

Package Updates Summary

Type Count
📦 NPM Packages 23
🔧 System Dependencies 1
🚀 GitHub Actions 2
Total 26

📦 npm Dependencies

npm

23 packages will be updated

Package Change Age Adoption Passing Confidence
@types/bun (source) 1.2.13 -> 1.3.5 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 8.32.1 -> 8.51.0 age adoption passing confidence
@typescript-eslint/parser (source) 8.32.1 -> 8.51.0 age adoption passing confidence
@typescript-eslint/utils (source) 8.32.1 -> 8.51.0 age adoption passing confidence
@unocss/config (source) 66.1.1 -> 66.5.12 age adoption passing confidence
@unocss/core (source) 66.1.1 -> 66.5.12 age adoption passing confidence
@vitest/eslint-plugin (source) 1.1.44 -> 1.6.5 age adoption passing confidence
eslint-flat-config-utils (source) 2.0.1 -> 2.1.4 age adoption passing confidence
eslint-plugin-command (source) 3.2.0 -> 3.4.0 age adoption passing confidence
eslint-plugin-format (source) 1.0.1 -> 1.1.0 age adoption passing confidence
eslint-plugin-import-x (source) 4.11.1 -> 4.16.1 age adoption passing confidence
eslint-plugin-jsonc (source) 2.20.0 -> 2.21.0 age adoption passing confidence
eslint-plugin-n (source) 17.18.0 -> 17.23.1 age adoption passing confidence
eslint-plugin-regexp (source) 2.7.0 -> 2.10.0 age adoption passing confidence
eslint-plugin-unused-imports (source) 4.1.4 -> 4.3.0 age adoption passing confidence
eslint-plugin-vue (source) 10.1.0 -> 10.6.2 age adoption passing confidence
eslint-plugin-yml (source) 1.18.0 -> 1.19.1 age adoption passing confidence
unbuild (source) 3.5.0 -> 3.6.1 age adoption passing confidence
unocss (source) 66.1.1 -> 66.5.12 age adoption passing confidence
vue-eslint-parser (source) 10.1.3 -> 10.2.0 age adoption passing confidence
@stacksjs/path (source) 0.70.8 -> 0.70.23 age adoption passing confidence
magic-string (source) 0.30.17 -> 0.30.21 age adoption passing confidence
synckit (source) 0.11.4 -> 0.11.11 age adoption passing confidence

🔧 System Dependencies

system

Package Change Type File
bun.com ^1.2.5^1.2.20 🟢 patch pkgx.yaml

🚀 GitHub Actions

github-actions

2 actions will be updated

Action Change Type Files
shivammathur/setup-php v2v2.36.0 🟢 patch buddy-bot.yml
oven-sh/setup-bun v2v2.0.2 🟢 patch ci.yml

Release Notes

DefinitelyTyped/DefinitelyTyped (@types/bun)

1.2.13 -> 1.3.5

Compare Source

TypeScript definitions for bun

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)

8.32.1 -> 8.51.0

v8.51.0

Compare Source

8.51.0 (2025-12-29)

🚀 Features

  • eslint-plugin: expose rule name via RuleModule interface (#11719)
  • eslint-plugin: [no-useless-default-assignment] fix some cases to optional syntax (#11871)
  • eslint-plugin: add namespace to plugin meta (#11885)
  • tsconfig-utils: more informative error on parsing failures (#11888)

🩹 Fixes

  • eslint-plugin: fix crash and false positives in no-useless-default-assignment (#11845)
  • eslint-plugin: remove fixable from no-dynamic-delete rule (#11876)
  • eslint-plugin: bump ts-api-utils to 2.2.0 ([#11881](htt...

[View full release notes]

Released by JamesHenry on 12/29/2025

v8.50.1

Compare Source

8.50.1 (2025-12-22)

🩹 Fixes

  • eslint-plugin: [method-signature-style] ignore methods that return this (#11813)
  • eslint-plugin: [no-unnecessary-type-assertion] correct handling of undefined vs. void (#11826)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Released by JamesHenry on 12/22/2025

v8.50.0

Compare Source

8.50.0 (2025-12-15)

🚀 Features

  • eslint-plugin: [no-useless-default-assignment] add rule (#11720)

❤️ Thank You

  • Josh Goldberg ✨
  • Ulrich Stark

You can read about our versioning strategy and releases on our website.

Released by JamesHenry on 12/15/2025

typescript-eslint/typescript-eslint (@typescript-eslint/parser)

8.32.1 -> 8.51.0

v8.51.0

Compare Source

8.51.0 (2025-12-29)

🚀 Features

  • eslint-plugin: expose rule name via RuleModule interface (#11719)
  • eslint-plugin: [no-useless-default-assignment] fix some cases to optional syntax (#11871)
  • eslint-plugin: add namespace to plugin meta (#11885)
  • tsconfig-utils: more informative error on parsing failures (#11888)

🩹 Fixes

  • eslint-plugin: fix crash and false positives in no-useless-default-assignment (#11845)
  • eslint-plugin: remove fixable from no-dynamic-delete rule (#11876)
  • eslint-plugin: bump ts-api-utils to 2.2.0 ([#11881](htt...

[View full release notes]

Released by JamesHenry on 12/29/2025

v8.50.1

Compare Source

8.50.1 (2025-12-22)

🩹 Fixes

  • eslint-plugin: [method-signature-style] ignore methods that return this (#11813)
  • eslint-plugin: [no-unnecessary-type-assertion] correct handling of undefined vs. void (#11826)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Released by JamesHenry on 12/22/2025

v8.50.0

Compare Source

8.50.0 (2025-12-15)

🚀 Features

  • eslint-plugin: [no-useless-default-assignment] add rule (#11720)

❤️ Thank You

  • Josh Goldberg ✨
  • Ulrich Stark

You can read about our versioning strategy and releases on our website.

Released by JamesHenry on 12/15/2025

typescript-eslint/typescript-eslint (@typescript-eslint/utils)

8.32.1 -> 8.51.0

v8.51.0

Compare Source

8.51.0 (2025-12-29)

🚀 Features

  • eslint-plugin: expose rule name via RuleModule interface (#11719)
  • eslint-plugin: [no-useless-default-assignment] fix some cases to optional syntax (#11871)
  • eslint-plugin: add namespace to plugin meta (#11885)
  • tsconfig-utils: more informative error on parsing failures (#11888)

🩹 Fixes

  • eslint-plugin: fix crash and false positives in no-useless-default-assignment (#11845)
  • eslint-plugin: remove fixable from no-dynamic-delete rule (#11876)
  • eslint-plugin: bump ts-api-utils to 2.2.0 ([#11881](htt...

[View full release notes]

Released by JamesHenry on 12/29/2025

v8.50.1

Compare Source

8.50.1 (2025-12-22)

🩹 Fixes

  • eslint-plugin: [method-signature-style] ignore methods that return this (#11813)
  • eslint-plugin: [no-unnecessary-type-assertion] correct handling of undefined vs. void (#11826)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Released by JamesHenry on 12/22/2025

v8.50.0

Compare Source

8.50.0 (2025-12-15)

🚀 Features

  • eslint-plugin: [no-useless-default-assignment] add rule (#11720)

❤️ Thank You

  • Josh Goldberg ✨
  • Ulrich Stark

You can read about our versioning strategy and releases on our website.

Released by JamesHenry on 12/15/2025

unocss/unocss (@unocss/config)

66.1.1 -> 66.5.12

v66.5.12

Compare Source

   🚀 Features

   🐞 Bug Fixes

[View full release notes]

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

v66.5.11

Compare Source

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

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

v66.5.10

Compare Source

   🚀 Features

   🐞 Bug Fixes

[View full release notes]

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

unocss/unocss (@unocss/core)

66.1.1 -> 66.5.12

Compare Source

The instant on-demand Atomic CSS engine.

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

vitest-dev/eslint-plugin-vitest (@vitest/eslint-plugin)

1.1.44 -> 1.6.5

Compare Source

ESLint plugin for Vitest

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

antfu/eslint-flat-config-utils (eslint-flat-config-utils)

2.0.1 -> 2.1.4

Compare Source

Utils for managing and manipulating ESLint flat config arrays

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

antfu/eslint-plugin-command (eslint-plugin-command)

3.2.0 -> 3.4.0

Compare Source

Comment-as-command for one-off codemod with ESLint

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

antfu/eslint-plugin-format (eslint-plugin-format)

1.0.1 -> 1.1.0

Compare Source

Format various languages with formatters in ESLint

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

un-ts/eslint-plugin-import-x (eslint-plugin-import-x)

4.11.1 -> 4.16.1

Compare Source

Import with sanity.

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

ota-meshi/eslint-plugin-jsonc (eslint-plugin-jsonc)

2.20.0 -> 2.21.0

Compare Source

ESLint plugin for JSON, JSONC and JSON5 files.

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

eslint-community/eslint-plugin-n (eslint-plugin-n)

17.18.0 -> 17.23.1

Compare Source

Additional ESLint's rules for Node.js

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

ota-meshi/eslint-plugin-regexp (eslint-plugin-regexp)

2.7.0 -> 2.10.0

Compare Source

ESLint plugin for finding RegExp mistakes and RegExp style guide violations.

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

sweepline/eslint-plugin-unused-imports (eslint-plugin-unused-imports)

4.1.4 -> 4.3.0

Compare Source

Report and remove unused es6 modules

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

vuejs/eslint-plugin-vue (eslint-plugin-vue)

10.1.0 -> 10.6.2

Compare Source

Official ESLint plugin for Vue.js

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

ota-meshi/eslint-plugin-yml (eslint-plugin-yml)

1.18.0 -> 1.19.1

Compare Source

This ESLint plugin provides linting rules for YAML.

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

unjs/unbuild (unbuild)

3.5.0 -> 3.6.1

Compare Source

A unified JavaScript build system

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

unocss/unocss (unocss)

66.1.1 -> 66.5.12

Compare Source

The instant on-demand Atomic CSS engine.

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

vuejs/vue-eslint-parser (vue-eslint-parser)

10.1.3 -> 10.2.0

Compare Source

The ESLint custom parser for .vue files.

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

stacksjs/stacks (@stacksjs/path)

0.70.8 -> 0.70.23

Compare Source

The Stacks path.

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

Rich-Harris/magic-string (magic-string)

0.30.17 -> 0.30.21

Compare Source

Modify strings, generate sourcemaps

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

un-ts/synckit (synckit)

0.11.4 -> 0.11.11

Compare Source

Perform async work synchronously in Node.js using worker_threads with first-class TypeScript support.

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

bun.com

^1.2.5 → ^1.2.20

📁 File: pkgx.yaml

🔗 Release Notes: bun.sh

shivammathur/setup-php

v2 → v2.36.0

Visit shivammathur/setup-php for release notes.

oven-sh/setup-bun

v2 → v2.0.2

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


📊 Package Statistics

  • @types/bun: 2,221,043 weekly downloads
  • @typescript-eslint/eslint-plugin: 30,246,182 weekly downloads
  • @typescript-eslint/parser: 31,932,306 weekly downloads
  • @typescript-eslint/utils: 35,759,143 weekly downloads
  • @unocss/config: 366,495 weekly downloads
  • @unocss/core: 441,394 weekly downloads
  • @vitest/eslint-plugin: 981,810 weekly downloads
  • eslint-flat-config-utils: 389,703 weekly downloads
  • eslint-plugin-command: 230,825 weekly downloads
  • eslint-plugin-format: 64,975 weekly downloads
  • eslint-plugin-import-x: 935,164 weekly downloads
  • eslint-plugin-jsonc: 611,072 weekly downloads
  • eslint-plugin-n: 2,515,456 weekly downloads
  • eslint-plugin-regexp: 561,517 weekly downloads
  • eslint-plugin-unused-imports: 2,345,705 weekly downloads
  • eslint-plugin-vue: 2,017,272 weekly downloads
  • eslint-plugin-yml: 450,258 weekly downloads
  • unbuild: 89,872 weekly downloads
  • unocss: 273,814 weekly downloads
  • vue-eslint-parser: 2,651,674 weekly downloads
  • @stacksjs/path: 74,005 weekly downloads
  • magic-string: 36,797,132 weekly downloads
  • synckit: 11,421,563 weekly downloads
  • bun.com: Popular JavaScript runtime and package manager
  • shivammathur/setup-php: GitHub Action for workflow automation
  • oven-sh/setup-bun: 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 🤖

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