Skip to content
This repository was archived by the owner on Feb 7, 2026. It is now read-only.

chore(deps): update all non-major dependencies#198

Closed
chrisbbreuer wants to merge 1 commit intomainfrom
buddy-bot/update-non-major-updates-1770360621792
Closed

chore(deps): update all non-major dependencies#198
chrisbbreuer wants to merge 1 commit intomainfrom
buddy-bot/update-non-major-updates-1770360621792

Conversation

@chrisbbreuer
Copy link
Member

This PR contains the following updates:

Package Updates Summary

Type Count
📦 NPM Packages 22
🔧 System Dependencies 1
🚀 GitHub Actions 2
Total 25

📦 npm Dependencies

npm

22 packages will be updated

Package Change Age Adoption Passing Confidence
@eslint-community/eslint-plugin-eslint-comments (source) 4.5.0 -> 4.6.0 age adoption passing confidence
@types/bun (source) 1.2.13 -> 1.3.8 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 8.32.1 -> 8.54.0 age adoption passing confidence
@typescript-eslint/parser (source) 8.32.1 -> 8.54.0 age adoption passing confidence
@typescript-eslint/utils (source) 8.32.1 -> 8.54.0 age adoption passing confidence
@unocss/config (source) 66.1.1 -> 66.6.0 age adoption passing confidence
@unocss/core (source) 66.1.1 -> 66.6.0 age adoption passing confidence
@vitest/eslint-plugin (source) 1.1.44 -> 1.6.6 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.3.1 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.2 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.7.0 age adoption passing confidence
unbuild (source) 3.5.0 -> 3.6.1 age adoption passing confidence
unocss (source) 66.1.1 -> 66.6.0 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
eslint-plugin-antfu (source) 3.1.1 -> 3.1.3 age adoption passing confidence
magic-string (source) 0.30.17 -> 0.30.21 age adoption passing confidence
synckit (source) 0.11.4 -> 0.11.12 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
oven-sh/setup-bun v2v2.1.2 🟢 patch ci.yml
shivammathur/setup-php v2v2.36.0 🟢 patch buddy-bot.yml

Release Notes

eslint-community/eslint-plugin-eslint-comments (@eslint-community/eslint-plugin-eslint-comments)

4.5.0 -> 4.6.0

v4.6.0

Compare Source

4.6.0 (2026-01-14)

Features

Released by github-actions[bot] on 1/14/2026

v5.0.0-alpha.1

Compare Source

5.0.0-alpha.1 (2026-01-11)

BREAKING CHANGES

  • Requires ESLint@^8.57.0 || ^9.0.0
  • Requires Node@^18.18.0 || ^20.9.0 || >=21.1.0

Released by github-actions[bot] on 1/11/2026

DefinitelyTyped/DefinitelyTyped (@types/bun)

1.2.13 -> 1.3.8

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

v8.54.0

Compare Source

8.54.0 (2026-01-26)

🚀 Features

  • eslint-plugin-internal: add prefer-tsutils-methods rule (#11974, #11625)
  • scope-manager: support ScopeManager#addGlobals (#11914)
  • typescript-estree: add shortcut methods to ParserServicesWithTypeInformation (#11965, #11955)

🩹 Fixes

  • eslint-plugin: [no-unused-private-class-members] private destructured class member is defined but used (#11785)
  • eslint-plugin: [no-unnecessary-type-assertion] check both base constraint and actual type for non-null assertions ([#11967](https://github.com/typescript-eslint/...

[View full release notes]

Released by JamesHenry on 1/26/2026

v8.53.1

Compare Source

8.53.1 (2026-01-19)

🩹 Fixes

  • eslint-plugin: [consistent-indexed-object-style] skip fixer if interface is a default export (#11951)
  • utils: make RuleCreator root defaultOptions optional (#11956)

❤️ Thank You

  • Cameron
  • Yukihiro Hasegawa y-hsgw

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

Released by JamesHenry on 1/19/2026

v8.53.0

Compare Source

8.53.0 (2026-01-12)

🚀 Features

  • eslint-plugin: [no-unused-vars] add a fixer to remove unused imports (#11922)
  • eslint-plugin: add rule [strict-void-return] (#9707)
  • project-service: allow passing Partial<ts.server.ServerHost> to project service (#11932)

🩹 Fixes

  • eslint-plugin: replace unclear "error typed" with more helpful description (#11704)
  • eslint-plugin: [no-useless-default-assignment] fix false positive for parameters corresponding to a rest parameter (#11916)
  • typescript-estree: forbid type-only import with both default and named specifiers ([#11930](https://github.com/typescript-eslint/typ...

[View full release notes]

Released by JamesHenry on 1/12/2026

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

8.32.1 -> 8.54.0

v8.54.0

Compare Source

8.54.0 (2026-01-26)

🚀 Features

  • eslint-plugin-internal: add prefer-tsutils-methods rule (#11974, #11625)
  • scope-manager: support ScopeManager#addGlobals (#11914)
  • typescript-estree: add shortcut methods to ParserServicesWithTypeInformation (#11965, #11955)

🩹 Fixes

  • eslint-plugin: [no-unused-private-class-members] private destructured class member is defined but used (#11785)
  • eslint-plugin: [no-unnecessary-type-assertion] check both base constraint and actual type for non-null assertions ([#11967](https://github.com/typescript-eslint/...

[View full release notes]

Released by JamesHenry on 1/26/2026

v8.53.1

Compare Source

8.53.1 (2026-01-19)

🩹 Fixes

  • eslint-plugin: [consistent-indexed-object-style] skip fixer if interface is a default export (#11951)
  • utils: make RuleCreator root defaultOptions optional (#11956)

❤️ Thank You

  • Cameron
  • Yukihiro Hasegawa y-hsgw

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

Released by JamesHenry on 1/19/2026

v8.53.0

Compare Source

8.53.0 (2026-01-12)

🚀 Features

  • eslint-plugin: [no-unused-vars] add a fixer to remove unused imports (#11922)
  • eslint-plugin: add rule [strict-void-return] (#9707)
  • project-service: allow passing Partial<ts.server.ServerHost> to project service (#11932)

🩹 Fixes

  • eslint-plugin: replace unclear "error typed" with more helpful description (#11704)
  • eslint-plugin: [no-useless-default-assignment] fix false positive for parameters corresponding to a rest parameter (#11916)
  • typescript-estree: forbid type-only import with both default and named specifiers ([#11930](https://github.com/typescript-eslint/typ...

[View full release notes]

Released by JamesHenry on 1/12/2026

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

8.32.1 -> 8.54.0

v8.54.0

Compare Source

8.54.0 (2026-01-26)

🚀 Features

  • eslint-plugin-internal: add prefer-tsutils-methods rule (#11974, #11625)
  • scope-manager: support ScopeManager#addGlobals (#11914)
  • typescript-estree: add shortcut methods to ParserServicesWithTypeInformation (#11965, #11955)

🩹 Fixes

  • eslint-plugin: [no-unused-private-class-members] private destructured class member is defined but used (#11785)
  • eslint-plugin: [no-unnecessary-type-assertion] check both base constraint and actual type for non-null assertions ([#11967](https://github.com/typescript-eslint/...

[View full release notes]

Released by JamesHenry on 1/26/2026

v8.53.1

Compare Source

8.53.1 (2026-01-19)

🩹 Fixes

  • eslint-plugin: [consistent-indexed-object-style] skip fixer if interface is a default export (#11951)
  • utils: make RuleCreator root defaultOptions optional (#11956)

❤️ Thank You

  • Cameron
  • Yukihiro Hasegawa y-hsgw

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

Released by JamesHenry on 1/19/2026

v8.53.0

Compare Source

8.53.0 (2026-01-12)

🚀 Features

  • eslint-plugin: [no-unused-vars] add a fixer to remove unused imports (#11922)
  • eslint-plugin: add rule [strict-void-return] (#9707)
  • project-service: allow passing Partial<ts.server.ServerHost> to project service (#11932)

🩹 Fixes

  • eslint-plugin: replace unclear "error typed" with more helpful description (#11704)
  • eslint-plugin: [no-useless-default-assignment] fix false positive for parameters corresponding to a rest parameter (#11916)
  • typescript-estree: forbid type-only import with both default and named specifiers ([#11930](https://github.com/typescript-eslint/typ...

[View full release notes]

Released by JamesHenry on 1/12/2026

unocss/unocss (@unocss/config)

66.1.1 -> 66.6.0

v66.6.0

Compare Source

   🚀 Features

   🐞 Bug Fixes

[View full release notes]

Released by github-actions[bot] on 1/14/2026

v66.6.0-beta.1

Compare Source

   🚀 Features

   🐞 Bug Fixes

[View full release notes]

Released by github-actions[bot] on 1/14/2026

v66.5.12

Compare Source

   🚀 Features

   🐞 Bug Fixes

[View full release notes]

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

unocss/unocss (@unocss/core)

66.1.1 -> 66.6.0

v66.6.0

Compare Source

   🚀 Features

   🐞 Bug Fixes

[View full release notes]

Released by github-actions[bot] on 1/14/2026

v66.6.0-beta.1

Compare Source

   🚀 Features

   🐞 Bug Fixes

[View full release notes]

Released by github-actions[bot] on 1/14/2026

v66.5.12

Compare Source

   🚀 Features

   🐞 Bug Fixes

[View full release notes]

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

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

1.1.44 -> 1.6.6

v1.6.6

Compare Source

   🚀 Features

    View changes on GitHub

Released by github-actions[bot] on 1/7/2026

v1.6.5

Compare Source

   🚀 Features

   🐞 Bug Fixes

[View full release notes]

Released by github-actions[bot] on 1/2/2026

v1.6.4

Compare Source

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

What's Changed

[View full release notes]

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

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

3.2.0 -> 3.4.0

v3.4.0

Compare Source

   🐞 Bug Fixes

    View changes on GitHub

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

v3.3.1

Compare Source

   🐞 Bug Fixes

    View changes on GitHub

Released by github-actions[bot] on 6/23/2025

v3.3.0

Compare Source

   🚀 Features

    View changes on GitHub

Released by github-actions[bot] on 6/20/2025

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

1.0.1 -> 1.3.1

v1.3.1

Compare Source

   🚀 Features

    View changes on GitHub

Released by github-actions[bot] on 1/14/2026

v1.3.0

Compare Source

   🚀 Features

    View changes on GitHub

Released by github-actions[bot] on 1/13/2026

v1.2.0

Compare Source

   🚀 Features

    View changes on GitHub

Released by github-actions[bot] on 1/6/2026

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

4.11.1 -> 4.16.1

v4.16.1

Compare Source

Patch Changes

Full Changelog: un-ts/eslint-plugin-import-x@v4.16.0...v4.16.1

Released by github-actions[bot] on 6/27/2025

v4.16.0

Compare Source

Minor Changes

Patch Changes

[View full release notes]

Released by github-actions[bot] on 6/25/2025

v4.15.2

Compare Source

Patch Changes

New Contributors

[View full release notes]

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

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

2.20.0 -> 2.21.0

v2.21.0

Compare Source

Minor Changes

Released by github-actions[bot] on 10/4/2025

v2.20.1

Compare Source

Patch Changes

  • #404 22b1700 Thanks JounQin! - fix(deps): update dependency synckit to ^0.6.2 || ^0.7.3 || ^0.11.5

Full Changelog: ota-meshi/eslint-plugin-jsonc@v2.20.0...v2.20.1

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

v2.9.0

Compare Source

Minor Changes

Released by github-actions[bot] on 6/13/2023

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

17.18.0 -> 17.23.2

v17.23.2

Compare Source

17.23.2 (2026-01-13)

🩹 Fixes

[View full release notes]

Released by github-actions[bot] on 1/13/2026

v17.23.1

Compare Source

17.23.1 (2025-09-18)

🩹 Fixes

  • node-builtins-modules/tls.js: Update minimal version (#484) (fe94432)

📚 Documentation

  • improve clarity of no-missing-import and no-missing-require (#455) (92ea876)

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

v17.23.0

Compare Source

17.23.0 (2025-09-15)

🌟 Features

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

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

Compare Source

Official ESLint plugin for Vue.js

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog


Note: This PR body was truncated due to GitHub's character limit. View the full details in the individual commits.

This PR was generated by Buddy 🤖

@github-actions github-actions bot closed this Feb 6, 2026
@github-actions github-actions bot deleted the buddy-bot/update-non-major-updates-1770360621792 branch February 6, 2026 06:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant