Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 4, 2026

Bumps the minor group with 3 updates in the / directory: oxfmt, oxlint and oxlint-tsgolint.

Updates oxfmt from 0.20.0 to 0.21.0

Changelog

Sourced from oxfmt's changelog.

[0.21.0] - 2025-12-29

🐛 Bug Fixes

  • 0a39cba oxfmt: Update wrong doc comment (#17288) (leaysgur)
Commits

Updates oxlint from 1.35.0 to 1.36.0

Release notes

Sourced from oxlint's releases.

oxlint v1.27.0 && oxfmt v0.12.0

Oxlint v1.27.0

🚀 Features

  • 222a8f0 linter/plugins: Implement SourceCode#isSpaceBetween (#15498) (overlookmotel)
  • 2f9735d linter/plugins: Implement context.languageOptions (#15486) (overlookmotel)
  • bc731ff linter/plugins: Stub out all Context APIs (#15479) (overlookmotel)
  • 5822cb4 linter/plugins: Add extend method to FILE_CONTEXT (#15477) (overlookmotel)
  • 7b1e6f3 apps: Add pure rust binaries and release to github (#15469) (Boshen)
  • 2a89b43 linter: Introduce debug assertions after fixes to assert validity (#15389) (camc314)
  • ad3c45a editor: Add oxc.path.node option (#15040) (Sysix)

🐛 Bug Fixes

  • 6f3cd77 linter/no-var: Incorrect warning for blocks (#15504) (Hamir Mahal)
  • 6957fb9 linter/plugins: Do not allow access to Context#id in createOnce (#15489) (overlookmotel)
  • 7409630 linter/plugins: Allow access to cwd in createOnce in ESLint interop mode (#15488) (overlookmotel)
  • 732205e parser: Reject using / await using in a switch case / default clause (#15225) (sapphi-red)
  • a17ca32 linter/plugins: Replace Context class (#15448) (overlookmotel)
  • ecf2f7b language_server: Fail gracefully when tsgolint executable not found (#15436) (camc314)
  • 3c8d3a7 lang-server: Improve logging in failure case for tsgolint (#15299) (camc314)
  • ef71410 linter: Use jsx if source type is JS in fix debug assertion (#15434) (camc314)
  • e32bbf6 linter/no-var: Handle TypeScript declare keyword in fixer (#15426) (camc314)
  • 6565dbe linter/switch-case-braces: Skip comments when searching for : token (#15425) (camc314)
  • 85bd19a linter/prefer-class-fields: Insert value after type annotation in fixer (#15423) (camc314)
  • fde753e linter/plugins: Block access to context.settings in createOnce (#15394) (overlookmotel)
  • ddd9f9f linter/forward-ref-uses-ref: Dont suggest removing wrapper in invalid positions (#15388) (camc314)
  • dac2a9c linter/no-template-curly-in-string: Remove fixer (#15387) (camc314)
  • 989b8e3 linter/no-var: Only fix to const if the var has an initializer (#15385) (camc314)
  • cc403f5 linter/plugins: Return empty object for unimplemented parserServices (#15364) (magic-akari)

⚡ Performance

  • 25d577e language_server: Start tools in parallel (#15500) (Sysix)
  • 3c57291 linter/plugins: Optimize loops (#15449) (overlookmotel)
  • 3166233 linter/plugins: Remove Arcs (#15431) (overlookmotel)
  • 9de1322 linter/plugins: Lazily deserialize settings JSON (#15395) (overlookmotel)
  • 3049ec2 linter/plugins: Optimize deepFreezeSettings (#15392) (overlookmotel)
  • 444ebfd linter/plugins: Use single object for parserServices (#15378) (overlookmotel)

📚 Documentation

  • 97d2104 linter: Update comment in lint.rs about default value for tsconfig path (#15530) (Connor Shea)
  • 2c6bd9e linter: Always refer as "ES2015" instead of "ES6" (#15411) (sapphi-red)
  • a0c5203 linter/import/named: Update "ES7" comment in examples (#15410) (sapphi-red)
  • 3dc24b5 linter,minifier: Always refer as "ES Modules" instead of "ES6 Modules" (#15409) (sapphi-red)
  • 2ad77fb linter/no-this-before-super: Correct "Why is this bad?" section (#15408) (sapphi-red)
  • 57f0ce1 linter: Add backquotes where appropriate (#15407) (sapphi-red)

Oxfmt v0.12.0

... (truncated)

Changelog

Sourced from oxlint's changelog.

Changelog

All notable changes to this package will be documented in this file.

The format is based on Keep a Changelog.

Commits

Updates oxlint-tsgolint from 0.10.0 to 0.10.1

Release notes

Sourced from oxlint-tsgolint's releases.

v0.10.1

What's Changed

New Contributors

Full Changelog: oxc-project/tsgolint@v0.10.0...v0.10.1

Commits
  • d433412 feat(only-throw-error): add allowRethrowing option (#552)
  • 4e81bf6 chore(deps): update crate-ci/typos action to v1.41.0 (#550)
  • 3116a00 Change "Implemented Rules" without the numbers
  • a23e937 fix: defer debug logging to prevent nil pointer access (#547)
  • 18cb10c chore(deps): update crate-ci/typos action to v1.40.1 (#546)
  • c6c6ade chore(deps): update typescript-go digest to 1611cc9 (#545)
  • f1555e0 chore(deps): update typescript-go digest to aee6f7f (#544)
  • 02a16d4 chore(deps): update npm packages (#543)
  • 3b3d4a0 chore(deps): update github-actions (#542)
  • 968c1d1 chore(ci): skip GO test on windows (only run e2e) (#541)
  • Additional commits viewable in compare view

Updates @eslint-community/eslint-utils from 4.9.0 to 4.9.1

Release notes

Sourced from @​eslint-community/eslint-utils's releases.

v4.9.1

4.9.1 (2025-12-31)

Bug Fixes

Commits
  • 3123493 fix: fix ESLint v9 compatibility (#292)
  • 85e05cb chore(deps): bump actions/stale from 9 to 10 (#284)
  • 1b35249 chore(deps): bump actions/checkout from 4 to 6 (#283)
  • 0730e0a chore(deps): bump codecov/codecov-action from 4 to 5 (#282)
  • 3cd1a72 chore(deps): bump actions/setup-node from 4 to 6 (#281)
  • f83b829 chore(deps): bump cycjimmy/semantic-release-action from 5 to 6 (#280)
  • 873d813 chore(deps): bump actions/upload-pages-artifact from 3 to 4 (#279)
  • 1da21d4 chore: flow-up for trusted publishing (#266)
  • 1a66ae7 ci: trusted publishing (#264)
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​eslint-community/eslint-utils since your current version.


Updates @oxfmt/darwin-arm64 from 0.20.0 to 0.21.0

Changelog

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

[0.21.0] - 2025-12-29

🐛 Bug Fixes

  • 0a39cba oxfmt: Update wrong doc comment (#17288) (leaysgur)
Commits

Updates @oxfmt/darwin-x64 from 0.20.0 to 0.21.0

Changelog

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

[0.21.0] - 2025-12-29

🐛 Bug Fixes

  • 0a39cba oxfmt: Update wrong doc comment (#17288) (leaysgur)
Commits

Updates @oxfmt/linux-arm64-gnu from 0.20.0 to 0.21.0

Changelog

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

[0.21.0] - 2025-12-29

🐛 Bug Fixes

  • 0a39cba oxfmt: Update wrong doc comment (#17288) (leaysgur)
Commits

Updates @oxfmt/linux-arm64-musl from 0.20.0 to 0.21.0

Changelog

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

[0.21.0] - 2025-12-29

🐛 Bug Fixes

  • 0a39cba oxfmt: Update wrong doc comment (#17288) (leaysgur)
Commits

Updates @oxfmt/linux-x64-gnu from 0.20.0 to 0.21.0

Changelog

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

[0.21.0] - 2025-12-29

🐛 Bug Fixes

  • 0a39cba oxfmt: Update wrong doc comment (#17288) (leaysgur)
Commits

Updates @oxfmt/linux-x64-musl from 0.20.0 to 0.21.0

Changelog

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

[0.21.0] - 2025-12-29

🐛 Bug Fixes

  • 0a39cba oxfmt: Update wrong doc comment (#17288) (leaysgur)
Commits

Updates @oxfmt/win32-arm64 from 0.20.0 to 0.21.0

Changelog

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

[0.21.0] - 2025-12-29

🐛 Bug Fixes

  • 0a39cba oxfmt: Update wrong doc comment (#17288) (leaysgur)
Commits

Updates @oxfmt/win32-x64 from 0.20.0 to 0.21.0

Changelog

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

[0.21.0] - 2025-12-29

🐛 Bug Fixes

  • 0a39cba oxfmt: Update wrong doc comment (#17288) (leaysgur)
Commits

Updates @oxlint-tsgolint/darwin-arm64 from 0.10.0 to 0.10.1

Release notes

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

v0.10.1

What's Changed

New Contributors

Full Changelog: oxc-project/tsgolint@v0.10.0...v0.10.1

Commits
  • d433412 feat(only-throw-error): add allowRethrowing option (#552)
  • 4e81bf6 chore(deps): update crate-ci/typos action to v1.41.0 (#550)
  • 3116a00 Change "Implemented Rules" without the numbers
  • a23e937 fix: defer debug logging to prevent nil pointer access (#547)
  • 18cb10c chore(deps): update crate-ci/typos action to v1.40.1 (#546)
  • c6c6ade chore(deps): update typescript-go digest to 1611cc9 (#545)
  • f1555e0 chore(deps): update typescript-go digest to aee6f7f (#544)
  • 02a16d4 chore(deps): update npm packages (#543)
  • 3b3d4a0 chore(deps): update github-actions (#542)
  • 968c1d1 chore(ci): skip GO test on windows (only run e2e) (#541)
  • Additional commits viewable in compare view

Updates @oxlint-tsgolint/darwin-x64 from 0.10.0 to 0.10.1

Release notes

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

v0.10.1

What's Changed

New Contributors

Full Changelog: oxc-project/tsgolint@v0.10.0...v0.10.1

Commits
  • d433412 feat(only-throw-error): add allowRethrowing option (#552)
  • 4e81bf6 chore(deps): update crate-ci/typos action to v1.41.0 (#550)
  • 3116a00 Change "Implemented Rules" without the numbers
  • a23e937 fix: defer debug logging to prevent nil pointer access (#547)
  • 18cb10c chore(deps): update crate-ci/typos action to v1.40.1 (#546)
  • c6c6ade chore(deps): update typescript-go digest to 1611cc9 (#545)
  • f1555e0 chore(deps): update typescript-go digest to aee6f7f (#544)
  • 02a16d4 chore(deps): update npm packages (#543)
  • 3b3d4a0 chore(deps): update github-actions (#542)
  • 968c1d1 chore(ci): skip GO test on windows (only run e2e) (#541)
  • Additional commits viewable in compare view

Updates @oxlint-tsgolint/linux-arm64 from 0.10.0 to 0.10.1

Release notes

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

v0.10.1

What's Changed

New Contributors

Full Changelog: oxc-project/tsgolint@v0.10.0...v0.10.1

Commits
  • d433412 feat(only-throw-error): add allowRethrowing option (#552)
  • 4e81bf6 chore(deps): update crate-ci/typos action to v1.41.0 (#550)
  • 3116a00 Change "Implemented Rules" without the numbers
  • a23e937 fix: defer debug logging to prevent nil pointer access (#547)
  • 18cb10c chore(deps): update crate-ci/typos action to v1.40.1 (#546)
  • c6c6ade chore(deps): update typescript-go digest to 1611cc9 (#545)
  • f1555e0 chore(deps): update typescript-go digest to aee6f7f (#544)
  • 02a16d4 chore(deps): update npm packages (#543)
  • 3b3d4a0 chore(deps): update github-actions (#542)
  • 968c1d1 chore(ci): skip GO test on windows (only run e2e) (#541)
  • Additional commits viewable in compare view

Updates @oxlint-tsgolint/linux-x64 from 0.10.0 to 0.10.1

Release notes

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

v0.10.1

What's Changed

New Contributors

Full Changelog: oxc-project/tsgolint@v0.10.0...v0.10.1

Commits
  • d433412 feat(only-throw-error): add allowRethrowing option (#552)
  • 4e81bf6 chore(deps): update crate-ci/typos action to v1.41.0 (#550)
  • 3116a00 Change "Implemented Rules" without the numbers
  • a23e937 fix: defer debug logging to prevent nil pointer access (#547)
  • 18cb10c chore(deps): update crate-ci/typos action to v1.40.1 (#546)
  • c6c6ade chore(deps): update typescript-go digest to 1611cc9 (#545)
  • f1555e0 chore(deps): update typescript-go digest to aee6f7f (#544)
  • 02a16d4 chore(deps): update npm packages (#543)
  • 3b3d4a0 chore(deps): update github-actions (#542)
  • 968c1d1 chore(ci): skip GO test on windows (only run e2e) (#541)
  • Additional commits viewable in compare view

Updates @oxlint-tsgolint/win32-arm64 from 0.10.0 to 0.10.1

Release notes

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

v0.10.1

What's Changed

New Contributors

Full Changelog: oxc-project/tsgolint@v0.10.0...v0.10.1

Commits
  • d433412 feat(only-throw-error): add allowRethrowing option (#552)
  • 4e81bf6 chore(deps): update crate-ci/typos action to v1.41.0 (#550)
  • 3116a00 Change "Implemented Rules" without the numbers
  • a23e937 fix: defer debug logging to prevent nil pointer access (#547)
  • 18cb10c chore(deps): update crate-ci/typos action to v1.40.1 (#546)
  • c6c6ade chore(deps): update typescript-go digest to 1611cc9 (#545)
  • f1555e0 chore(deps): update typescript-go digest to aee6f7f (#544)
  • 02a16d4 chore(deps): update npm packages (#543)
  • 3b3d4a0 chore(deps): update github-actions (#542)
  • 968c1d1 chore(ci): skip GO test on windows (only run e2e) (#541)
  • Additional commits viewable in compare view

Updates @oxlint-tsgolint/win32-x64 from 0.10.0 to 0.10.1

Release notes

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

v0.10.1

What's Changed

New Contributors

Full Changelog:

Bumps the minor group with 3 updates in the / directory: [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt), [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) and [oxlint-tsgolint](https://github.com/oxc-project/tsgolint).


Updates `oxfmt` from 0.20.0 to 0.21.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.21.0/npm/oxfmt)

Updates `oxlint` from 1.35.0 to 1.36.0
- [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.36.0/npm/oxlint)

Updates `oxlint-tsgolint` from 0.10.0 to 0.10.1
- [Release notes](https://github.com/oxc-project/tsgolint/releases)
- [Commits](oxc-project/tsgolint@v0.10.0...v0.10.1)

Updates `@eslint-community/eslint-utils` from 4.9.0 to 4.9.1
- [Release notes](https://github.com/eslint-community/eslint-utils/releases)
- [Commits](eslint-community/eslint-utils@v4.9.0...v4.9.1)

Updates `@oxfmt/darwin-arm64` from 0.20.0 to 0.21.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.21.0/npm/oxfmt)

Updates `@oxfmt/darwin-x64` from 0.20.0 to 0.21.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.21.0/npm/oxfmt)

Updates `@oxfmt/linux-arm64-gnu` from 0.20.0 to 0.21.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.21.0/npm/oxfmt)

Updates `@oxfmt/linux-arm64-musl` from 0.20.0 to 0.21.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.21.0/npm/oxfmt)

Updates `@oxfmt/linux-x64-gnu` from 0.20.0 to 0.21.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.21.0/npm/oxfmt)

Updates `@oxfmt/linux-x64-musl` from 0.20.0 to 0.21.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.21.0/npm/oxfmt)

Updates `@oxfmt/win32-arm64` from 0.20.0 to 0.21.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.21.0/npm/oxfmt)

Updates `@oxfmt/win32-x64` from 0.20.0 to 0.21.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.21.0/npm/oxfmt)

Updates `@oxlint-tsgolint/darwin-arm64` from 0.10.0 to 0.10.1
- [Release notes](https://github.com/oxc-project/tsgolint/releases)
- [Commits](oxc-project/tsgolint@v0.10.0...v0.10.1)

Updates `@oxlint-tsgolint/darwin-x64` from 0.10.0 to 0.10.1
- [Release notes](https://github.com/oxc-project/tsgolint/releases)
- [Commits](oxc-project/tsgolint@v0.10.0...v0.10.1)

Updates `@oxlint-tsgolint/linux-arm64` from 0.10.0 to 0.10.1
- [Release notes](https://github.com/oxc-project/tsgolint/releases)
- [Commits](oxc-project/tsgolint@v0.10.0...v0.10.1)

Updates `@oxlint-tsgolint/linux-x64` from 0.10.0 to 0.10.1
- [Release notes](https://github.com/oxc-project/tsgolint/releases)
- [Commits](oxc-project/tsgolint@v0.10.0...v0.10.1)

Updates `@oxlint-tsgolint/win32-arm64` from 0.10.0 to 0.10.1
- [Release notes](https://github.com/oxc-project/tsgolint/releases)
- [Commits](oxc-project/tsgolint@v0.10.0...v0.10.1)

Updates `@oxlint-tsgolint/win32-x64` from 0.10.0 to 0.10.1
- [Release notes](https://github.com/oxc-project/tsgolint/releases)
- [Commits](oxc-project/tsgolint@v0.10.0...v0.10.1)

Updates `@oxlint/darwin-arm64` from 1.35.0 to 1.36.0
- [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/apps_v1.36.0/npm/oxlint)

Updates `@oxlint/darwin-x64` from 1.35.0 to 1.36.0
- [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/apps_v1.36.0/npm/oxlint)

Updates `@oxlint/linux-arm64-gnu` from 1.35.0 to 1.36.0
- [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/apps_v1.36.0/npm/oxlint)

Updates `@oxlint/linux-arm64-musl` from 1.35.0 to 1.36.0
- [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/apps_v1.36.0/npm/oxlint)

Updates `@oxlint/linux-x64-gnu` from 1.35.0 to 1.36.0
- [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/apps_v1.36.0/npm/oxlint)

Updates `@oxlint/linux-x64-musl` from 1.35.0 to 1.36.0
- [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/apps_v1.36.0/npm/oxlint)

Updates `@oxlint/win32-arm64` from 1.35.0 to 1.36.0
- [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/apps_v1.36.0/npm/oxlint)

Updates `@oxlint/win32-x64` from 1.35.0 to 1.36.0
- [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/apps_v1.36.0/npm/oxlint)

Updates `esquery` from 1.6.0 to 1.7.0
- [Commits](https://github.com/estools/esquery/commits)

---
updated-dependencies:
- dependency-name: oxfmt
  dependency-version: 0.21.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: oxlint
  dependency-version: 1.36.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: oxlint-tsgolint
  dependency-version: 0.10.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@eslint-community/eslint-utils"
  dependency-version: 4.9.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@oxfmt/darwin-arm64"
  dependency-version: 0.21.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxfmt/darwin-x64"
  dependency-version: 0.21.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxfmt/linux-arm64-gnu"
  dependency-version: 0.21.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxfmt/linux-arm64-musl"
  dependency-version: 0.21.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxfmt/linux-x64-gnu"
  dependency-version: 0.21.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxfmt/linux-x64-musl"
  dependency-version: 0.21.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxfmt/win32-arm64"
  dependency-version: 0.21.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxfmt/win32-x64"
  dependency-version: 0.21.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxlint-tsgolint/darwin-arm64"
  dependency-version: 0.10.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@oxlint-tsgolint/darwin-x64"
  dependency-version: 0.10.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@oxlint-tsgolint/linux-arm64"
  dependency-version: 0.10.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@oxlint-tsgolint/linux-x64"
  dependency-version: 0.10.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@oxlint-tsgolint/win32-arm64"
  dependency-version: 0.10.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@oxlint-tsgolint/win32-x64"
  dependency-version: 0.10.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@oxlint/darwin-arm64"
  dependency-version: 1.36.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxlint/darwin-x64"
  dependency-version: 1.36.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxlint/linux-arm64-gnu"
  dependency-version: 1.36.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxlint/linux-arm64-musl"
  dependency-version: 1.36.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxlint/linux-x64-gnu"
  dependency-version: 1.36.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxlint/linux-x64-musl"
  dependency-version: 1.36.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxlint/win32-arm64"
  dependency-version: 1.36.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@oxlint/win32-x64"
  dependency-version: 1.36.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: esquery
  dependency-version: 1.7.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 4, 2026
@github-actions github-actions bot merged commit 15f729a into main Jan 4, 2026
1 check passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor-d8b45e861b branch January 4, 2026 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant