Skip to content

chore(deps): (deps): bump the patch group with 17 updates #281

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 11, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 11, 2025

Bumps the patch group with 17 updates:

Package From To
@types/node 24.2.0 24.2.1
oxlint 1.11.0 1.11.1
@oxlint-tsgolint/darwin-arm64 0.0.0-10 0.0.1
@oxlint-tsgolint/darwin-x64 0.0.0-10 0.0.1
@oxlint-tsgolint/linux-arm64 0.0.0-10 0.0.1
@oxlint-tsgolint/linux-x64 0.0.0-10 0.0.1
@oxlint-tsgolint/win32-arm64 0.0.0-10 0.0.1
@oxlint-tsgolint/win32-x64 0.0.0-10 0.0.1
@oxlint/darwin-arm64 1.11.0 1.11.1
@oxlint/darwin-x64 1.11.0 1.11.1
@oxlint/linux-arm64-gnu 1.11.0 1.11.1
@oxlint/linux-arm64-musl 1.11.0 1.11.1
@oxlint/linux-x64-gnu 1.11.0 1.11.1
@oxlint/linux-x64-musl 1.11.0 1.11.1
@oxlint/win32-arm64 1.11.0 1.11.1
@oxlint/win32-x64 1.11.0 1.11.1
oxlint-tsgolint 0.0.0-10 0.0.1

Updates @types/node from 24.2.0 to 24.2.1

Commits

Updates oxlint from 1.11.0 to 1.11.1

Release notes

Sourced from oxlint's releases.

oxlint v1.11.1

[1.11.1] - 2025-08-09

🐛 Bug Fixes

  • 8c57153 npm/oxlint: Fix oxlint-tsgolint version range for yarn (Boshen)
  • 7fc907f linter: Resolve configured rules for every file linted by tsgolint (#12886) (camchenry)
  • c8e200c linter: react/jsx-curly-brace-presence report for JSXAttributeItem with quote char inside (#12888) (Sysix)
  • dac0f33 linter: react/jsx-curly-brace-presence report for JSXAttributeItem with padding space (#12887) (Sysix)

🚜 Refactor

  • 51aaafd rust: Enable unnecessary_unwrap lint (#12908) (camc314)
  • 106e7a7 linter/expect-expect: Use visitor pattern to detect expect calls (#12906) (camc314)
  • 238b183 linter: Use fast-glob instead of globset for GlobSet (#12870) (shulaoda)
  • c072e01 all: Add missing lifetimes in function return types (#12895) (overlookmotel)
  • 9e3963f linter: Allow marking rule as a tsgolint rule (#12890) (Cam McHenry)
  • 6437a3b linter/label-has-associated-control: Remove unnecessary globset (#12863) (shulaoda)
  • 78c311c linter/no-unassigned-import: Use fast-glob instead of globset (#12867) (shulaoda)
  • fcdb91d linter/no-restricted-imports: Use fast-glob instead of globset (#12868) (shulaoda)

⚡ Performance

  • d94209b linter/new-cap: Remove unneeded clone (#12883) (camc314)

🧪 Testing

  • 9d946aa oxlint: Skip --type--aware test for big-endian (#12911) (Sysix)
  • 695fbdd oxlint: Fix --type-aware test on big-endian and skip for windows (#12910) (Sysix)
  • 38118ab oxlint: Fix --type-aware snapshot + add non tsgolint rule (#12909) (Sysix)
  • 281f939 linter/expect-expect: Add test case for expect call in for loop (#12907) (camc314)
Changelog

Sourced from oxlint's changelog.

[1.11.1] - 2025-08-09

🐛 Bug Fixes

  • 8c57153 npm/oxlint: Fix oxlint-tsgolint version range for yarn (Boshen)

🚜 Refactor

  • 238b183 linter: Use fast-glob instead of globset for GlobSet (#12870) (shulaoda)
Commits

Updates @oxlint-tsgolint/darwin-arm64 from 0.0.0-10 to 0.0.1

Commits

Updates @oxlint-tsgolint/darwin-x64 from 0.0.0-10 to 0.0.1

Commits

Updates @oxlint-tsgolint/linux-arm64 from 0.0.0-10 to 0.0.1

Commits

Updates @oxlint-tsgolint/linux-x64 from 0.0.0-10 to 0.0.1

Commits

Updates @oxlint-tsgolint/win32-arm64 from 0.0.0-10 to 0.0.1

Commits

Updates @oxlint-tsgolint/win32-x64 from 0.0.0-10 to 0.0.1

Commits

Updates @oxlint/darwin-arm64 from 1.11.0 to 1.11.1

Release notes

Sourced from @​oxlint/darwin-arm64's releases.

oxlint v1.11.1

[1.11.1] - 2025-08-09

🐛 Bug Fixes

  • 8c57153 npm/oxlint: Fix oxlint-tsgolint version range for yarn (Boshen)
  • 7fc907f linter: Resolve configured rules for every file linted by tsgolint (#12886) (camchenry)
  • c8e200c linter: react/jsx-curly-brace-presence report for JSXAttributeItem with quote char inside (#12888) (Sysix)
  • dac0f33 linter: react/jsx-curly-brace-presence report for JSXAttributeItem with padding space (#12887) (Sysix)

🚜 Refactor

  • 51aaafd rust: Enable unnecessary_unwrap lint (#12908) (camc314)
  • 106e7a7 linter/expect-expect: Use visitor pattern to detect expect calls (#12906) (camc314)
  • 238b183 linter: Use fast-glob instead of globset for GlobSet (#12870) (shulaoda)
  • c072e01 all: Add missing lifetimes in function return types (#12895) (overlookmotel)
  • 9e3963f linter: Allow marking rule as a tsgolint rule (#12890) (Cam McHenry)
  • 6437a3b linter/label-has-associated-control: Remove unnecessary globset (#12863) (shulaoda)
  • 78c311c linter/no-unassigned-import: Use fast-glob instead of globset (#12867) (shulaoda)
  • fcdb91d linter/no-restricted-imports: Use fast-glob instead of globset (#12868) (shulaoda)

⚡ Performance

  • d94209b linter/new-cap: Remove unneeded clone (#12883) (camc314)

🧪 Testing

  • 9d946aa oxlint: Skip --type--aware test for big-endian (#12911) (Sysix)
  • 695fbdd oxlint: Fix --type-aware test on big-endian and skip for windows (#12910) (Sysix)
  • 38118ab oxlint: Fix --type-aware snapshot + add non tsgolint rule (#12909) (Sysix)
  • 281f939 linter/expect-expect: Add test case for expect call in for loop (#12907) (camc314)
Changelog

Sourced from @​oxlint/darwin-arm64's changelog.

[1.11.1] - 2025-08-09

🐛 Bug Fixes

  • 8c57153 npm/oxlint: Fix oxlint-tsgolint version range for yarn (Boshen)

🚜 Refactor

  • 238b183 linter: Use fast-glob instead of globset for GlobSet (#12870) (shulaoda)
Commits

Updates @oxlint/darwin-x64 from 1.11.0 to 1.11.1

Release notes

Sourced from @​oxlint/darwin-x64's releases.

oxlint v1.11.1

[1.11.1] - 2025-08-09

🐛 Bug Fixes

  • 8c57153 npm/oxlint: Fix oxlint-tsgolint version range for yarn (Boshen)
  • 7fc907f linter: Resolve configured rules for every file linted by tsgolint (#12886) (camchenry)
  • c8e200c linter: react/jsx-curly-brace-presence report for JSXAttributeItem with quote char inside (#12888) (Sysix)
  • dac0f33 linter: react/jsx-curly-brace-presence report for JSXAttributeItem with padding space (#12887) (Sysix)

🚜 Refactor

  • 51aaafd rust: Enable unnecessary_unwrap lint (#12908) (camc314)
  • 106e7a7 linter/expect-expect: Use visitor pattern to detect expect calls (#12906) (camc314)
  • 238b183 linter: Use fast-glob instead of globset for GlobSet (#12870) (shulaoda)
  • c072e01 all: Add missing lifetimes in function return types (#12895) (overlookmotel)
  • 9e3963f linter: Allow marking rule as a tsgolint rule (#12890) (Cam McHenry)
  • 6437a3b linter/label-has-associated-control: Remove unnecessary globset (#12863) (shulaoda)
  • 78c311c linter/no-unassigned-import: Use fast-glob instead of globset (#12867) (shulaoda)
  • fcdb91d linter/no-restricted-imports: Use fast-glob instead of globset (#12868) (shulaoda)

⚡ Performance

  • d94209b linter/new-cap: Remove unneeded clone (#12883) (camc314)

🧪 Testing

  • 9d946aa oxlint: Skip --type--aware test for big-endian (#12911) (Sysix)
  • 695fbdd oxlint: Fix --type-aware test on big-endian and skip for windows (#12910) (Sysix)
  • 38118ab oxlint: Fix --type-aware snapshot + add non tsgolint rule (#12909) (Sysix)
  • 281f939 linter/expect-expect: Add test case for expect call in for loop (#12907) (camc314)
Changelog

Sourced from @​oxlint/darwin-x64's changelog.

[1.11.1] - 2025-08-09

🐛 Bug Fixes

  • 8c57153 npm/oxlint: Fix oxlint-tsgolint version range for yarn (Boshen)

🚜 Refactor

  • 238b183 linter: Use fast-glob instead of globset for GlobSet (#12870) (shulaoda)
Commits

Updates @oxlint/linux-arm64-gnu from 1.11.0 to 1.11.1

Release notes

Sourced from @​oxlint/linux-arm64-gnu's releases.

oxlint v1.11.1

[1.11.1] - 2025-08-09

🐛 Bug Fixes

  • 8c57153 npm/oxlint: Fix oxlint-tsgolint version range for yarn (Boshen)
  • 7fc907f linter: Resolve configured rules for every file linted by tsgolint (#12886) (camchenry)
  • c8e200c linter: react/jsx-curly-brace-presence report for JSXAttributeItem with quote char inside (#12888) (Sysix)
  • dac0f33 linter: react/jsx-curly-brace-presence report for JSXAttributeItem with padding space (#12887) (Sysix)

🚜 Refactor

  • 51aaafd rust: Enable unnecessary_unwrap lint (#12908) (camc314)
  • 106e7a7 linter/expect-expect: Use visitor pattern to detect expect calls (#12906) (camc314)
  • 238b183 linter: Use fast-glob instead of globset for GlobSet (#12870) (shulaoda)
  • c072e01 all: Add missing lifetimes in function return types (#12895) (overlookmotel)
  • 9e3963f linter: Allow marking rule as a tsgolint rule (#12890) (Cam McHenry)
  • 6437a3b linter/label-has-associated-control: Remove unnecessary globset (#12863) (shulaoda)
  • 78c311c linter/no-unassigned-import: Use fast-glob instead of globset (#12867) (shulaoda)
  • fcdb91d linter/no-restricted-imports: Use fast-glob instead of globset (#12868) (shulaoda)

⚡ Performance

  • d94209b linter/new-cap: Remove unneeded clone (#12883) (camc314)

🧪 Testing

  • 9d946aa oxlint: Skip --type--aware test for big-endian (#12911) (Sysix)
  • 695fbdd oxlint: Fix --type-aware test on big-endian and skip for windows (#12910) (Sysix)
  • 38118ab oxlint: Fix --type-aware snapshot + add non tsgolint rule (#12909) (Sysix)
  • 281f939 linter/expect-expect: Add test case for expect call in for loop (#12907) (camc314)
Changelog

Sourced from @​oxlint/linux-arm64-gnu's changelog.

[1.11.1] - 2025-08-09

🐛 Bug Fixes

  • 8c57153 npm/oxlint: Fix oxlint-tsgolint version range for yarn (Boshen)

🚜 Refactor

  • 238b183 linter: Use fast-glob instead of globset for GlobSet (#12870) (shulaoda)
Commits

Updates @oxlint/linux-arm64-musl from 1.11.0 to 1.11.1

Release notes

Sourced from @​oxlint/linux-arm64-musl's releases.

oxlint v1.11.1

[1.11.1] - 2025-08-09

🐛 Bug Fixes

  • 8c57153 npm/oxlint: Fix oxlint-tsgolint version range for yarn (Boshen)
  • 7fc907f linter: Resolve configured rules for every file linted by tsgolint (#12886) (camchenry)
  • c8e200c linter: react/jsx-curly-brace-presence report for JSXAttributeItem with quote char inside (#12888) (Sysix)
  • dac0f33 linter: react/jsx-curly-brace-presence report for JSXAttributeItem with padding space (#12887) (Sysix)

🚜 Refactor

  • 51aaafd rust: Enable unnecessary_unwrap lint (#12908) (camc314)
  • 106e7a7 linter/expect-expect: Use visitor pattern to detect expect calls (#12906) (camc314)
  • 238b183 linter: Use fast-glob instead of globset for GlobSet (#12870) (shulaoda)
  • c072e01 all: Add missing lifetimes in function return types (#12895) (overlookmotel)
  • 9e3963f linter: Allow marking rule as a tsgolint rule (#12890) (Cam McHenry)
  • 6437a3b linter/label-has-associated-control: Remove unnecessary globset (#12863) (shulaoda)
  • 78c311c linter/no-unassigned-import: Use fast-glob instead of globset (#12867) (shulaoda)
  • fcdb91d linter/no-restricted-imports: Use fast-glob instead of globset (#12868) (shulaoda)

⚡ Performance

  • d94209b linter/new-cap: Remove unneeded clone (#12883) (camc314)

🧪 Testing

  • 9d946aa oxlint: Skip --type--aware test for big-endian (#12911) (Sysix)
  • 695fbdd oxlint: Fix --type-aware test on big-endian and skip for windows (#12910) (Sysix)
  • 38118ab oxlint: Fix --type-aware snapshot + add non tsgolint rule (#12909) (Sysix)
  • 281f939 linter/expect-expect: Add test case for expect call in for loop (#12907) (camc314)
Changelog

Sourced from @​oxlint/linux-arm64-musl's changelog.

[1.11.1] - 2025-08-09

🐛 Bug Fixes

  • 8c57153 npm/oxlint: Fix oxlint-tsgolint version range for yarn (Boshen)

🚜 Refactor

  • 238b183 linter: Use fast-glob instead of globset for GlobSet (#12870) (shulaoda)
Commits

Updates @oxlint/linux-x64-gnu from 1.11.0 to 1.11.1

Release notes

Sourced from @​oxlint/linux-x64-gnu's releases.

oxlint v1.11.1

[1.11.1] - 2025-08-09

🐛 Bug Fixes

  • 8c57153 npm/oxlint: Fix oxlint-tsgolint version range for yarn (Boshen)
  • 7fc907f linter: Resolve configured rules for every file linted by tsgolint (#12886) (camchenry)
  • c8e200c linter: react/jsx-curly-brace-presence report for JSXAttributeItem with quote char inside (#12888) (Sysix)
  • dac0f33 linter: react/jsx-curly-brace-presence report for JSXAttributeItem with padding space (#12887) (Sysix)

🚜 Refactor

  • 51aaafd rust: Enable unnecessary_unwrap lint (#12908) (camc314)
  • 106e7a7 linter/expect-expect: Use visitor pattern to detect expect calls (#12906) (camc314)
  • 238b183 linter: Use fast-glob instead of globset for GlobSet (#12870) (shulaoda)
  • c072e01 all: Add missing lifetimes in function return types (#12895) (overlookmotel)
  • 9e3963f linter: Allow marking rule as a tsgolint rule (#12890) (Cam McHenry)
  • 6437a3b linter/label-has-associated-control: Remove unnecessary globset (#12863) (shulaoda)
  • 78c311c linter/no-unassigned-import: Use fast-glob instead of globset (#12867) (shulaoda)
  • fcdb91d linter/no-restricted-imports: Use fast-glob instead of globset (#12868) (shulaoda)

⚡ Performance

  • d94209b linter/new-cap: Remove unneeded clone (#12883) (camc314)

🧪 Testing

  • 9d946aa oxlint: Skip --type--aware test for big-endian (#12911) (Sysix)
  • 695fbdd oxlint: Fix --type-aware test on big-endian and skip for windows (#12910) (Sysix)
  • 38118ab oxlint: Fix --type-aware snapshot + add non tsgolint rule (#12909) (Sysix)
  • 281f939 linter/expect-expect: Add test case for expect call in for loop (#12907) (camc314)
Changelog

Sourced from @​oxlint/linux-x64-gnu's changelog.

[1.11.1] - 2025-08-09

🐛 Bug Fixes

  • 8c57153 npm/oxlint: Fix oxlint-tsgolint version range for yarn (Boshen)

🚜 Refactor

  • 238b183 linter: Use fast-glob instead of globset for GlobSet (#12870) (shulaoda)
Commits

Updates @oxlint/linux-x64-musl from 1.11.0 to 1.11.1

Release notes

Sourced from @​oxlint/linux-x64-musl's releases.

oxlint v1.11.1

[1.11.1] - 2025-08-09

🐛 Bug Fixes

  • 8c57153 npm/oxlint: Fix oxlint-tsgolint version range for yarn (Boshen)
  • 7fc907f linter: Resolve configured rules for every file linted by tsgolint (#12886) (camchenry)
  • c8e200c linter: react/jsx-curly-brace-presence report for JSXAttributeItem with quote char inside (#12888) (Sysix)
  • dac0f33 linter: react/jsx-curly-brace-presence report for JSXAttributeItem with padding space (#12887) (Sysix)

🚜 Refactor

  • 51aaafd rust: Enable unnecessary_unwrap lint (#12908) (camc314)
  • 106e7a7 linter/expect-expect: Use visitor pattern to detect expect calls (#12906) (camc314)
  • 238b183 linter: Use fast-glob instead of globset for GlobSet (#12870) (shulaoda)
  • c072e01 all: Add missing lifetimes in function return types (#12895) (overlookmotel)
  • 9e3963f linter: Allow marking rule as a tsgolint rule (#12890) (Cam McHenry)
  • 6437a3b linter/label-has-associated-control: Remove unnecessary globset (#12863) (shulaoda)
  • 78c311c linter/no-unassigned-import: Use fast-glob instead of globset (#12867) (shulaoda)
  • fcdb91d linter/no-restricted-imports: Use fast-glob instead of globset (#12868) (shulaoda)

⚡ Performance

  • d94209b linter/new-cap: Remove unneeded clone (#12883) (camc314)

🧪 Testing

  • 9d946aa oxlint: Skip --type--aware test for big-endian (#12911) (Sysix)
  • 695fbdd oxlint: Fix --type-aware test on big-endian and skip for windows (#12910) (Sysix)
  • 38118ab oxlint: Fix --type-aware snapshot + add non tsgolint rule (#12909) (Sysix)
  • 281f939 linter/expect-expect: Add test case for expect call in for loop (#12907) (camc314)
Changelog

Sourced from @​oxlint/linux-x64-musl's changelog.

[1.11.1] - 2025-08-09

🐛 Bug Fixes

  • 8c57153 npm/oxlint: Fix oxlint-tsgolint version range for yarn (Boshen)

🚜 Refactor

  • 238b183 linter: Use fast-glob instead of globset for GlobSet (#12870) (shulaoda)
Commits

Updates @oxlint/win32-arm64 from 1.11.0 to 1.11.1

Release notes

Sourced from @​oxlint/win32-arm64's releases.

oxlint v1.11.1

[1.11.1] - 2025-08-09

🐛 Bug Fixes

  • 8c57153 npm/oxlint: Fix oxlint-tsgolint version range for yarn (Boshen)
  • 7fc907f linter: Resolve configured rules for every file linted by tsgolint (#12886) (camchenry)
  • c8e200c linter: react/jsx-curly-brace-presence report for JSXAttributeItem with quote char inside (#12888) (Sysix)
  • dac0f33 linter: react/jsx-curly-brace-presence report for JSXAttributeItem with padding space (#12887) (Sysix)

🚜 Refactor

  • 51aaafd rust: Enable unnecessary_unwrap lint (#12908) (camc314)
  • 106e7a7 linter/expect-expect: Use visitor pattern to detect expect calls (#12906) (camc314)
  • 238b183 linter: Use fast-glob instead of globset for GlobSet (#12870) (shulaoda)
  • c072e01 all: Add missing lifetimes in function return types (#12895) (overlookmotel)
  • 9e3963f linter: Allow marking rule as a tsgolint rule (#12890) (Cam McHenry)
  • 6437a3b linter/label-has-associated-control: Remove unnecessary globset (#12863) (shulaoda)
  • 78c311c linter/no-unassigned-import: Use fast-glob instead of globset (#12867) (shulaoda)
  • fcdb91d linter/no-restricted-imports: Use fast-glob instead of globset (#12868) (shulaoda)

⚡ Performance

  • d94209b linter/new-cap: Remove unneeded clone (#12883) (camc314)

🧪 Testing

  • 9d946aa oxlint: Skip --type--aware test for big-endian (#12911) (Sysix)
  • 695fbdd oxlint: Fix --type-aware test on big-endian and skip for windows (#12910) (Sysix)
  • 38118ab oxlint: Fix --type-aware snapshot + add non tsgolint rule (#12909) (Sysix)
  • 281f939 linter/expect-expect: Add test case for expect call in for loop (#12907) (camc314)
Changelog

Sourced from @​oxlint/win32-arm64's changelog.

[1.11.1] - 2025-08-09

🐛 Bug Fixes

  • 8c57153 npm/oxlint: Fix oxlint-tsgolint version range for yarn (Boshen)

🚜 Refactor

  • 238b183 linter: Use fast-glob instead of globset for GlobSet (#12870) (shulaoda)
Commits

Updates @oxlint/win32-x64 from 1.11.0 to 1.11.1

Release notes

Sourced from @​oxlint/win32-x64's releases.

oxlint v1.11.1

[1.11.1] - 2025-08-09

🐛 Bug Fixes

  • 8c57153 npm/oxlint: Fix oxlint-tsgolint version range for yarn (Boshen)
  • 7fc907f linter: Resolve configured rules for every file linted by tsgolint (#12886) (camchenry)
  • c8e200c linter: react/jsx-curly-brace-presence report for JSXAttributeItem with quote char inside (#12888) (Sysix)
  • dac0f33 linter: react/jsx-curly-brace-presence report for JSXAttributeItem with padding space (#12887) (Sysix)

🚜 Refactor

  • 51aaafd rust: Enable unnecessary_unwrap lint (#12908) (camc314)
  • 106e7a7 linter/expect-expect: Use visitor pattern to detect expect calls (#12906) (camc314)
  • 238b183 linter: Use fast-glob instead of globset for GlobSet (#12870) (shulaoda)
  • c072e01 all: Add missing lifetimes in function return types (#12895) (overlookmotel)
  • 9e3963f linter: Allow marking rule as a tsgolint rule (#12890) (Cam McHenry)
  • 6437a3b linter/label-has-associated-control: Remove unnecessary globset (#12863) (shulaoda)
  • 78c311c linter/no-unassigned-import: Use fast-glob instead of globset (#12867) (shulaoda)
  • fcdb91d linter/no-restricted-imports: Use fast-glob instead of globset (#12868) (shulaoda)

⚡ Performance

  • d94209b linter/new-cap: Remove unneeded clone (#12883) (camc314)

🧪 Testing

  • 9d946aa oxlint: Skip --type--aware test for big-endian (#12911) (Sysix)
  • 695fbdd oxlint: Fix --type-aware test on big-endian and skip for windows (#12910) (Sysix)
  • 38118ab oxlint: Fix --type-aware snapshot + add non tsgolint rule (#12909) (Sysix)
  • 281f939 linter/expect-expect: Add test case for expect call in for loop (#12907) (camc314)
Changelog

Sourced from @​oxlint/win32-x64's changelog.

[1.11.1] - 2025-08-09

🐛 Bug Fixes

  • 8c57153 npm/oxlint: Fix oxlint-tsgolint version range for yarn (Boshen)

🚜 Refactor

  • 238b183 linter: Use fast-glob instead of globset for GlobSet (#12870) (shulaoda)
Commits

Updates oxlint-tsgolint from 0.0.0-10 to 0.0.1

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the patch group with 17 updates:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.2.0` | `24.2.1` |
| [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) | `1.11.0` | `1.11.1` |
| [@oxlint-tsgolint/darwin-arm64](https://github.com/oxc-project/tsgolint) | `0.0.0-10` | `0.0.1` |
| [@oxlint-tsgolint/darwin-x64](https://github.com/oxc-project/tsgolint) | `0.0.0-10` | `0.0.1` |
| [@oxlint-tsgolint/linux-arm64](https://github.com/oxc-project/tsgolint) | `0.0.0-10` | `0.0.1` |
| [@oxlint-tsgolint/linux-x64](https://github.com/oxc-project/tsgolint) | `0.0.0-10` | `0.0.1` |
| [@oxlint-tsgolint/win32-arm64](https://github.com/oxc-project/tsgolint) | `0.0.0-10` | `0.0.1` |
| [@oxlint-tsgolint/win32-x64](https://github.com/oxc-project/tsgolint) | `0.0.0-10` | `0.0.1` |
| [@oxlint/darwin-arm64](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) | `1.11.0` | `1.11.1` |
| [@oxlint/darwin-x64](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) | `1.11.0` | `1.11.1` |
| [@oxlint/linux-arm64-gnu](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) | `1.11.0` | `1.11.1` |
| [@oxlint/linux-arm64-musl](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) | `1.11.0` | `1.11.1` |
| [@oxlint/linux-x64-gnu](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) | `1.11.0` | `1.11.1` |
| [@oxlint/linux-x64-musl](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) | `1.11.0` | `1.11.1` |
| [@oxlint/win32-arm64](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) | `1.11.0` | `1.11.1` |
| [@oxlint/win32-x64](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) | `1.11.0` | `1.11.1` |
| [oxlint-tsgolint](https://github.com/oxc-project/tsgolint) | `0.0.0-10` | `0.0.1` |


Updates `@types/node` from 24.2.0 to 24.2.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `oxlint` from 1.11.0 to 1.11.1
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v1.11.1/npm/oxlint)

Updates `@oxlint-tsgolint/darwin-arm64` from 0.0.0-10 to 0.0.1
- [Commits](https://github.com/oxc-project/tsgolint/commits)

Updates `@oxlint-tsgolint/darwin-x64` from 0.0.0-10 to 0.0.1
- [Commits](https://github.com/oxc-project/tsgolint/commits)

Updates `@oxlint-tsgolint/linux-arm64` from 0.0.0-10 to 0.0.1
- [Commits](https://github.com/oxc-project/tsgolint/commits)

Updates `@oxlint-tsgolint/linux-x64` from 0.0.0-10 to 0.0.1
- [Commits](https://github.com/oxc-project/tsgolint/commits)

Updates `@oxlint-tsgolint/win32-arm64` from 0.0.0-10 to 0.0.1
- [Commits](https://github.com/oxc-project/tsgolint/commits)

Updates `@oxlint-tsgolint/win32-x64` from 0.0.0-10 to 0.0.1
- [Commits](https://github.com/oxc-project/tsgolint/commits)

Updates `@oxlint/darwin-arm64` from 1.11.0 to 1.11.1
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v1.11.1/npm/oxlint)

Updates `@oxlint/darwin-x64` from 1.11.0 to 1.11.1
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v1.11.1/npm/oxlint)

Updates `@oxlint/linux-arm64-gnu` from 1.11.0 to 1.11.1
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v1.11.1/npm/oxlint)

Updates `@oxlint/linux-arm64-musl` from 1.11.0 to 1.11.1
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v1.11.1/npm/oxlint)

Updates `@oxlint/linux-x64-gnu` from 1.11.0 to 1.11.1
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v1.11.1/npm/oxlint)

Updates `@oxlint/linux-x64-musl` from 1.11.0 to 1.11.1
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v1.11.1/npm/oxlint)

Updates `@oxlint/win32-arm64` from 1.11.0 to 1.11.1
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v1.11.1/npm/oxlint)

Updates `@oxlint/win32-x64` from 1.11.0 to 1.11.1
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v1.11.1/npm/oxlint)

Updates `oxlint-tsgolint` from 0.0.0-10 to 0.0.1
- [Commits](https://github.com/oxc-project/tsgolint/commits)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 24.2.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: oxlint
  dependency-version: 1.11.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: "@oxlint-tsgolint/darwin-arm64"
  dependency-version: 0.0.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: "@oxlint-tsgolint/darwin-x64"
  dependency-version: 0.0.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: "@oxlint-tsgolint/linux-arm64"
  dependency-version: 0.0.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: "@oxlint-tsgolint/linux-x64"
  dependency-version: 0.0.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: "@oxlint-tsgolint/win32-arm64"
  dependency-version: 0.0.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: "@oxlint-tsgolint/win32-x64"
  dependency-version: 0.0.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: "@oxlint/darwin-arm64"
  dependency-version: 1.11.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: "@oxlint/darwin-x64"
  dependency-version: 1.11.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: "@oxlint/linux-arm64-gnu"
  dependency-version: 1.11.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: "@oxlint/linux-arm64-musl"
  dependency-version: 1.11.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: "@oxlint/linux-x64-gnu"
  dependency-version: 1.11.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: "@oxlint/linux-x64-musl"
  dependency-version: 1.11.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: "@oxlint/win32-arm64"
  dependency-version: 1.11.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: "@oxlint/win32-x64"
  dependency-version: 1.11.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: oxlint-tsgolint
  dependency-version: 0.0.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added automerge dependencies Pull requests that update a dependency file labels Aug 11, 2025
@cb1kenobi cb1kenobi merged commit 5e7742a into main Aug 11, 2025
5 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/patch-ac6f2eede6 branch August 11, 2025 03:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant