Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps oxlint from 1.22.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 compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) from 1.22.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: oxlint
  dependency-version: 1.24.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 27, 2025
@github-actions github-actions bot merged commit 71d43ed into main Oct 27, 2025
7 checks passed
@github-actions github-actions bot deleted the dependabot/bun/oxlint-1.24.0 branch October 27, 2025 23:50
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.

2 participants