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 - #64

Closed
chrisbbreuer wants to merge 16 commits into
mainfrom
buddy-bot/update-non-major-updates-1758211345665
Closed

chore(deps): update all non-major dependencies#64
chrisbbreuer wants to merge 16 commits into
mainfrom
buddy-bot/update-non-major-updates-1758211345665

Conversation

@chrisbbreuer

@chrisbbreuer chrisbbreuer commented Sep 18, 2025

Copy link
Copy Markdown
Member

This PR contains the following updates:

Package Updates Summary

Type Count
📦 NPM Packages 28
🔧 System Dependencies 1
🚀 GitHub Actions 3
Total 32

📦 npm Dependencies

npm

28 packages will be updated

Package Change Age Adoption Passing Confidence
@typescript-eslint/eslint-plugin (source) 8.32.1 -> 8.45.0 age adoption passing confidence
@typescript-eslint/parser (source) 8.32.1 -> 8.45.0 age adoption passing confidence
@typescript-eslint/utils (source) 8.32.1 -> 8.45.0 age adoption passing confidence
@unocss/config (source) 66.1.1 -> 66.5.2 age adoption passing confidence
@unocss/core (source) 66.1.1 -> 66.5.2 age adoption passing confidence
@vitest/eslint-plugin (source) 1.1.44 -> 1.3.15 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.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.1 age adoption passing confidence
eslint-plugin-perfectionist (source) 4.13.0 -> 4.15.0 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.2.0 age adoption passing confidence
eslint-plugin-vue (source) 10.1.0 -> 10.5.0 age adoption passing confidence
eslint-plugin-yml (source) 1.18.0 -> 1.19.0 age adoption passing confidence
unbuild (source) 3.5.0 -> 3.6.1 age adoption passing confidence
unocss (source) 66.1.1 -> 66.5.2 age adoption passing confidence
vitest (source) 3.1.3 -> 3.2.4 age adoption passing confidence
vue-eslint-parser (source) 10.1.3 -> 10.2.0 age adoption passing confidence
@stacksjs/bumpx (source) 0.1.17 -> 0.1.84 age adoption passing confidence
@stacksjs/logsmith (source) 0.1.8 -> 0.1.18 age adoption passing confidence
@stacksjs/path (source) 0.70.8 -> 0.70.23 age adoption passing confidence
@types/bun (source) 1.2.13 -> 1.2.23 age adoption passing confidence
eslint-plugin-format (source) 1.0.1 -> 1.0.2 age adoption passing confidence
eslint-vitest-rule-tester (source) 2.2.0 -> 2.2.2 age adoption passing confidence
magic-string (source) 0.30.17 -> 0.30.19 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

3 actions will be updated

Action Change Type Files
actions/cache v4v4.3.0 🟢 patch ci.yml
shivammathur/setup-php v2v2.35.5 🟢 patch buddy-bot.yml
oven-sh/setup-bun v2v2.0.2 🟢 patch ci.yml

Release Notes

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

8.32.1 -> 8.45.0

v8.45.0

Compare Source

8.45.0 (2025-09-29)

🚀 Features

  • eslint-plugin: expose rule name via RuleModule interface (#11616)

🩹 Fixes

  • disable generating declaration maps (#11627)
  • ast-spec: narrow ArrowFunctionExpression.generator to false (#11636)
  • eslint-plugin: [no-base-to-string] check if superclass is ignored (#11617)
  • eslint-plugin: [prefer-nullish-coalescing] ignoreBooleanCoercion should not apply to top-level ternary expressions (#11614)

❤️ Thank You

  • Bjorn Lu
  • Josh Goldberg ✨
  • mdm317
  • Moses Odutusin thebolarin
  • Yukihiro Hasegawa y-hsgw

You can read about ...

[View full release notes]

Released by JamesHenry on 9/29/2025

v8.44.1

Compare Source

8.44.1 (2025-09-22)

🩹 Fixes

  • eslint-plugin: [no-base-to-string] make ignoredTypeNames match type names without generics (#11597)
  • eslint-plugin: [no-unsafe-enum-comparison] support unions of literals (#11599)
  • eslint-plugin: [await-thenable] should not report passing values to promise aggregators which may be a promise in an array literal (#11611)
  • typescript-estree: forbid class property with name constructor (#11590)

❤️ Thank You

You can read about our versioning strategy and [release...

[View full release notes]

Released by JamesHenry on 9/22/2025

v8.44.0

Compare Source

8.44.0 (2025-09-15)

🚀 Features

  • eslint-plugin: [await-thenable] report invalid (non-promise) values passed to promise aggregator methods (#11267)

🩹 Fixes

  • deps: update dependency eslint-community/eslint-utils to v4.8.0 (#11589)
  • eslint-plugin: [no-unnecessary-type-conversion] ignore enum members (#11490)

❤️ Thank You

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

Released by JamesHenry on 9/15/2025

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

8.32.1 -> 8.45.0

v8.45.0

Compare Source

8.45.0 (2025-09-29)

🚀 Features

  • eslint-plugin: expose rule name via RuleModule interface (#11616)

🩹 Fixes

  • disable generating declaration maps (#11627)
  • ast-spec: narrow ArrowFunctionExpression.generator to false (#11636)
  • eslint-plugin: [no-base-to-string] check if superclass is ignored (#11617)
  • eslint-plugin: [prefer-nullish-coalescing] ignoreBooleanCoercion should not apply to top-level ternary expressions (#11614)

❤️ Thank You

  • Bjorn Lu
  • Josh Goldberg ✨
  • mdm317
  • Moses Odutusin thebolarin
  • Yukihiro Hasegawa y-hsgw

You can read about ...

[View full release notes]

Released by JamesHenry on 9/29/2025

v8.44.1

Compare Source

8.44.1 (2025-09-22)

🩹 Fixes

  • eslint-plugin: [no-base-to-string] make ignoredTypeNames match type names without generics (#11597)
  • eslint-plugin: [no-unsafe-enum-comparison] support unions of literals (#11599)
  • eslint-plugin: [await-thenable] should not report passing values to promise aggregators which may be a promise in an array literal (#11611)
  • typescript-estree: forbid class property with name constructor (#11590)

❤️ Thank You

You can read about our versioning strategy and [release...

[View full release notes]

Released by JamesHenry on 9/22/2025

v8.44.0

Compare Source

8.44.0 (2025-09-15)

🚀 Features

  • eslint-plugin: [await-thenable] report invalid (non-promise) values passed to promise aggregator methods (#11267)

🩹 Fixes

  • deps: update dependency eslint-community/eslint-utils to v4.8.0 (#11589)
  • eslint-plugin: [no-unnecessary-type-conversion] ignore enum members (#11490)

❤️ Thank You

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

Released by JamesHenry on 9/15/2025

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

8.32.1 -> 8.45.0

v8.45.0

Compare Source

8.45.0 (2025-09-29)

🚀 Features

  • eslint-plugin: expose rule name via RuleModule interface (#11616)

🩹 Fixes

  • disable generating declaration maps (#11627)
  • ast-spec: narrow ArrowFunctionExpression.generator to false (#11636)
  • eslint-plugin: [no-base-to-string] check if superclass is ignored (#11617)
  • eslint-plugin: [prefer-nullish-coalescing] ignoreBooleanCoercion should not apply to top-level ternary expressions (#11614)

❤️ Thank You

  • Bjorn Lu
  • Josh Goldberg ✨
  • mdm317
  • Moses Odutusin thebolarin
  • Yukihiro Hasegawa y-hsgw

You can read about ...

[View full release notes]

Released by JamesHenry on 9/29/2025

v8.44.1

Compare Source

8.44.1 (2025-09-22)

🩹 Fixes

  • eslint-plugin: [no-base-to-string] make ignoredTypeNames match type names without generics (#11597)
  • eslint-plugin: [no-unsafe-enum-comparison] support unions of literals (#11599)
  • eslint-plugin: [await-thenable] should not report passing values to promise aggregators which may be a promise in an array literal (#11611)
  • typescript-estree: forbid class property with name constructor (#11590)

❤️ Thank You

You can read about our versioning strategy and [release...

[View full release notes]

Released by JamesHenry on 9/22/2025

v8.44.0

Compare Source

8.44.0 (2025-09-15)

🚀 Features

  • eslint-plugin: [await-thenable] report invalid (non-promise) values passed to promise aggregator methods (#11267)

🩹 Fixes

  • deps: update dependency eslint-community/eslint-utils to v4.8.0 (#11589)
  • eslint-plugin: [no-unnecessary-type-conversion] ignore enum members (#11490)

❤️ Thank You

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

Released by JamesHenry on 9/15/2025

unocss/unocss (@unocss/config)

66.1.1 -> 66.5.2

v66.5.2

Compare Source

   🐞 Bug Fixes

    View changes on GitHub

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

v66.5.1

Compare Source

   🐞 Bug Fixes

    View changes on GitHub

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

v66.5.0

Compare Source

   🚀 Features

   🐞 Bug Fixes

[View full release notes]

Released by github-actions[bot] on 8/31/2025

unocss/unocss (@unocss/core)

66.1.1 -> 66.5.2

v66.5.2

Compare Source

   🐞 Bug Fixes

    View changes on GitHub

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

v66.5.1

Compare Source

   🐞 Bug Fixes

    View changes on GitHub

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

v66.5.0

Compare Source

   🚀 Features

   🐞 Bug Fixes

[View full release notes]

Released by github-actions[bot] on 8/31/2025

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

1.1.44 -> 1.3.15

v1.3.5

Compare Source

Bug Fixes

  • docs: fix incorrect rule name in vitest/require-mock-type-parameters example (#740) (d48741a)

Features

  • prefer-describe-function-title: Check for unnecessary .name (#744) (5f1fe04)

What's Changed

[View full release notes]

Released by github-actions[bot] on 8/31/2025

v1.3.4

Compare Source

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

v1.3.0

Compare Source

What's Changed

[View full release notes]

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

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

2.0.1 -> 2.1.4

v2.1.4

Compare Source

No significant changes

    View changes on GitHub

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

v2.1.1

Compare Source

   🐞 Bug Fixes

    View changes on GitHub

Released by github-actions[bot] on 7/29/2025

v2.1.0

Compare Source

   🚀 Features

    View changes on GitHub

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

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

3.2.0 -> 3.3.1

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

v3.2.1

Compare Source

   🐞 Bug Fixes

    View changes on GitHub

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

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


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 Oct 4, 2025
@github-actions
github-actions Bot deleted the buddy-bot/update-non-major-updates-1758211345665 branch October 4, 2025 04:02
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