Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 29, 2025

Bumps the linting group with 3 updates in the / directory: @types/node, eslint-plugin-oxlint and oxlint.

Updates @types/node from 24.9.1 to 24.9.2

Commits

Updates eslint-plugin-oxlint from 1.18.0 to 1.24.0

Release notes

Sourced from eslint-plugin-oxlint's releases.

v1.24.0

No significant changes

    View changes on GitHub

v1.23.0

No significant changes

    View changes on GitHub

v1.22.0

No significant changes

    View changes on GitHub

v1.21.0

No significant changes

    View changes on GitHub

v1.20.0

No significant changes

    View changes on GitHub

v1.19.0

No significant changes

    View changes on GitHub
Commits

Updates oxlint from 1.18.0 to 1.24.0

Release notes

Sourced from oxlint's releases.

oxlint v1.24.0

[1.24.0] - 2025-10-22

🚀 Features

  • dd1fdd4 linter: Add react/forbid-dom-props rule (#14365) (Mikhail Baev)
  • e3d65c3 language_server: Search both .json and .jsonc config file (#14868) (Sysix)
  • 54ec8e3 linter: Add cwd property to JS plugin Context (#14814) (magic-akari)
  • 8b02074 linter: Merge vitest/prefer-to-be rule into existing jest/prefer-to-be rule implementation (#14738) (Tyler Earls)
  • 9700a56 linter/plugins: Comment-related APIs (#14715) (Arsh)
  • ba6517b linter: Add no-warning-comments rule (#14734) (Iván Ovejero)
  • 5858641 linter: Implement constructor-super rule (#14506) (Tyler Earls)
  • 8b322d4 editor: Support oxc.fmt.configPath configuration (#14639) (Sysix)
  • 2609c74 language_server: Watch for fmt.configPath file content change (#14509) (Sysix)
  • ae2003c semantic: Add symbol_id to ts function type binding idents (#14673) (camc314)
  • bec7a7d semantic: Add scope to TSConstructorType (#14676) (camc314)
  • fec2ed9 oxfmt: Use Prettier style config key and value (#14612) (leaysgur)
  • 9cd7a67 linter/no-unused-vars: Support ignoreUsingDeclarations option (#14632) (camc314)
  • 1b58521 oxfmt,language_server: Enable JSX for all JS source type (#14605) (leaysgur)
  • b1a9a03 linter/plugins: Implement SourceCode#getAllComments (#14589) (Arsh)

🐛 Bug Fixes

  • 831974f linter: Postmessage is not called on window (#14192) (Kenzo Wada)
  • 644dfd4 language_server: Make unused directives fixable again (#14872) (Sysix)
  • 801e1d1 linter: Error on unexpected tokens when declaring lint rule (#14881) (howen)
  • dc03c3a linter/no-invalid-fetch-options: Ignore non static method (#14806) (camc314)
  • 28e76ec oxlint: Resolving JS plugin failing when extends is used (#14556) (camc314)
  • aa562f7 linter/no-unused-private-class-members: Fix false positive in default param (#14801) (camc314)
  • ad12974 linter: no-unused-vars: allow updates in for loop test/update (#14766) (camchenry)
  • 78ee7b8 linter/plugins: Handle utf16 characters within comment spans (#14768) (Arsh)
  • 47d8db1 linter/plugins: Prevent comments being accessed after file is linted (#14727) (overlookmotel)
  • c69201c linter: Copy over js plugins when applying overrides (#14542) (Arsh)
  • 6bb9902 linter: Improve jest/no_export heuristic (#14620) (Arsh)
  • c8ea37d linter: unicorn/filename-case report only on the first js block for astro, vue and svelte files (#14599) (Sysix)
  • e560cc1 language_server: Fix panic when "disable rule for this line" position is after error span (#14597) (Sysix)
  • 5238891 linter/plugins: Add comments field to TS type def for Program (#14626) (overlookmotel)
  • 84b2605 linter/plugins: Remove parent property from comments (#14624) (overlookmotel)
  • baab7eb semantic: Fix quote handling in jsdoc parser(#13776) (#14561) (Li Wei)
  • 0961c3a oxlint,oxfmt: Skip traversing .git directories (#14590) (Boshen)

🚜 Refactor

  • 1e93ceb linter/no-unwanted-polyfillio: Move NEXT_POLYFILLED_FEATURES to shared utils (#14793) (shulaoda)
  • 4520695 linter/plugins: Reorganise SourceCode methods (#14773) (overlookmotel)
  • 6942d75 linter/plugins: Shorten import of comment-related SourceCode methods (#14772) (overlookmotel)
  • b9a3f46 linter/plugins: Move scope-related SourceCode methods into separate file (#14771) (overlookmotel)
  • cd068aa linter/plugins: Move token-related SourceCode methods into separate file (#14770) (overlookmotel)
  • ec816ba linter/plugins: Move comments-related code into separate file (#14753) (overlookmotel)
  • e9c3b18 linter/plugins: Update outdated comment (#14750) (overlookmotel)

... (truncated)

Changelog

Sourced from oxlint's changelog.

[1.24.0] - 2025-10-22

🐛 Bug Fixes

  • 28e76ec oxlint: Resolving JS plugin failing when extends is used (#14556) (camc314)

[1.21.0] - 2025-10-08

🐛 Bug Fixes

  • 6e8d2f6 language_server: Ignore JS plugins (#14379) (overlookmotel)

[1.19.0] - 2025-09-29

🚀 Features

  • b4d716f linter/plugins: Move custom JS plugin config to jsPlugins (#14133) (overlookmotel)

🐛 Bug Fixes

  • 8879b5a linter/plugins: Add types export to npm/oxlint (#14219) (overlookmotel)

[1.17.0] - 2025-09-23

🚀 Features

  • 3e117c6 linter/plugins: Add defineRule API (#13945) (overlookmotel)
  • a14aa79 npm/oxlint: Convert to ES modules (#13876) (Boshen)
  • b52389a node: Bump engines field to require Node.js 20.19.0+ for ESM support (#13879) (Copilot)
  • 53d04dd linter: Convert oxlint to NAPI app (#13723) (overlookmotel)

🚜 Refactor

  • bb040bc parser, linter: Replace .mjs files with .js (#14045) (overlookmotel)
  • 7e0d736 linter/plugins: Rename --experimental-js-plugins to --js-plugins (#13860) (overlookmotel)

[1.14.0] - 2025-08-30

🚀 Features

... (truncated)

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 29, 2025
…ates

Bumps the linting group with 3 updates in the / directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [eslint-plugin-oxlint](https://github.com/oxc-project/eslint-plugin-oxlint) and [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint).


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

Updates `eslint-plugin-oxlint` from 1.18.0 to 1.24.0
- [Release notes](https://github.com/oxc-project/eslint-plugin-oxlint/releases)
- [Commits](oxc-project/eslint-plugin-oxlint@v1.18.0...v1.24.0)

Updates `oxlint` from 1.18.0 to 1.24.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.24.0/npm/oxlint)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 24.9.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: linting
- dependency-name: eslint-plugin-oxlint
  dependency-version: 1.24.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: linting
- dependency-name: oxlint
  dependency-version: 1.24.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: linting
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/linting-c0eeef77c1 branch from 94467e9 to d732c70 Compare October 29, 2025 22:10
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