Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps oxlint from 1.18.0 to 1.19.0.

Release notes

Sourced from oxlint's releases.

oxlint v1.19.0

[1.19.0] - 2025-09-29

🚀 Features

  • eb6345f linter/unicorn: Implement no-array-callback-reference (#14230) (camc314)
  • c64fa61 linter: Add import/no-named-export rule (#14229) (yefan)
  • d30159b linter: Fix for unsorted keys (#14225) (Hamir Mahal)
  • acd1266 linter/plugins: oxlint export types (#14163) (overlookmotel)
  • c0e461f linter: Add unicorn/no-array-sort rule (#14117) (Cason Kervis)
  • 00954de linter/plugins: Remove --js-plugins CLI option (#14134) (overlookmotel)
  • b4d716f linter/plugins: Move custom JS plugin config to jsPlugins (#14133) (overlookmotel)
  • 60f0b3f linter: Add fix for preserve-caught-error (#14104) (Cam McHenry)
  • 2d74c17 linter/no-multiple-resolved: Implement promise rule no-multiple-resolved (#13420) (Li Wei)
  • 5e05d1b semantic: Put jsdoc behind linter feature, remove runtime flag (#14140) (Boshen)
  • 71af1aa semantic: Add "linter" feature (#14139) (Boshen)
  • 1a6d7ae linter: Add vue/max-props rule (#14039) (yefan)
  • 9c3afea linter/plugins: Support fixes (#14094) (overlookmotel)
  • 1472147 linter: Move no-unused-expressions to correctness (#14099) (camchenry)
  • 8b7c784 linter: Add react/jsx-pascal-case rule (#12165) (Mikhail Baev)
  • c796966 linter/plugins: Add meta property to rules (#14089) (overlookmotel)

🐛 Bug Fixes

  • 39a171e linter: Get cli args on JS side, to avoid runtime inconsistencies (#14223) (camc314)
  • e045391 linter/plugins: Error on JS plugin with reserved name (#14226) (overlookmotel)
  • 6005015 linter: Correctly handle CRLF when inserting disable comments in framework files (#14228) (shulaoda)
  • 37f6b09 linter/plugins: Make null a valid value for meta.fixable (#14204) (overlookmotel)
  • 8879b5a linter/plugins: Add types export to npm/oxlint (#14219) (overlookmotel)
  • e37c435 language_server: Correct position for "ignore this rule for this file" in vue/astro/svelte files (#14187) (Sysix)
  • f8abab2 editor: Stricter path validation for oxc.path.server (#14202) (Sysix)
  • e9a14d1 linter/plugins: Allow fix function to return undefined (#14182) (overlookmotel)
  • ee9ecbe linter/plugins: Fix TS type for fixer methods (#14166) (overlookmotel)
  • 03d1684 linter/plugins: Output warning on first JS plugin load (#14165) (overlookmotel)
  • 9716f7c linter/plugins: Fix TS types (#14162) (overlookmotel)
  • d36d227 language_server: Don't lint file on code action when it is already ignored (#13976) (Sysix)
  • 353bfe7 language_server: Check if tsconfig path is a file before starting the LintService (#14126) (Sysix)
  • fc7026d linter: Add missing NODE_TYPES, cfg_id method for no-multiple-resolved (#14147) (camc314)
  • 180c790 linter: Fix false positive in no-restricted-globals (#14135) (yefan)
  • 4a4fce8 linter: Fix cli argument parsing (#14112) (camc314)
  • 9f3e2bc linter/plugins: Output errors thrown in JS plugins (#14096) (overlookmotel)
  • 357a2d3 linter: Add support for tsgolint.exe on Windows (#14101) (camchenry)
  • 2604b28 linter: Fix lint errors building oxlint (#14095) (overlookmotel)
  • d8e9cc5 linter/plugins: Validate type of before and after hooks (#14086) (overlookmotel)

🚜 Refactor

  • 4c3f1ac linter: Move BUILT_IN_ERRORS to utils file (#14221) (camc314)
  • 61ec0a7 linter/plugins: Simplify creation of context in defineRule ESLint shim (#14206) (overlookmotel)
  • 7a0eb57 language_server: Refactor ignore code action logic as a linter fix (#14183) (Sysix)

... (truncated)

Changelog

Sourced from oxlint's changelog.

[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

  • 7fc4aef npm/oxlint: 'oxlint-tsgolint': '>=0.1.4' (Boshen)

[1.13.0] - 2025-08-26

🐛 Bug Fixes

  • 02c779f npm/oxlint: Make oxlint-tsgolint truly optional (#13153) (Boshen)

[1.11.1] - 2025-08-09

🐛 Bug Fixes

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

... (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.18.0 to 1.19.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.19.0/npm/oxlint)

---
updated-dependencies:
- dependency-name: oxlint
  dependency-version: 1.19.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 Sep 29, 2025
@xuxiaowei-com-cn xuxiaowei-com-cn merged commit 1fcbc68 into main Sep 30, 2025
3 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/oxlint-1.19.0 branch September 30, 2025 03: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.

2 participants