Skip to content

Bump oxlint from 0.16.12 to 1.23.0#129

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/oxlint-1.23.0
Closed

Bump oxlint from 0.16.12 to 1.23.0#129
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/oxlint-1.23.0

Conversation

@dependabot
Copy link
Contributor

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

Bumps oxlint from 0.16.12 to 1.23.0.

Release notes

Sourced from oxlint's releases.

oxlint v1.23.0

[1.23.0] - 2025-10-13

🚀 Features

  • 452d128 linter: Node/no_process_env (#14536) (Kenneth Skovhus)
  • a9e1261 linter: Implement react-refresh/only-export-components (#14122) (Rintaro Itokawa)
  • a8d542b linter/no-duplicate-imports: Support allowSeparateTypeImports option (#14527) (camc314)
  • 75a529c linter: Add run info about what functions rules implement (#13839) (camchenry)
  • 4fbdef2 language_server: Support fmt.configPath configuration (#14502) (Sysix)
  • 4d3ce2e language_server: Autodetect root .oxfmtrc.json (#14466) (Sysix)

🐛 Bug Fixes

  • fb4a20d language_server: Add whitespace for // oxlint-disable-next-line fix (#14356) (Sysix)
  • 6fce7f4 oxlint/changelog: Remove duplicate changelog entries (#14528) (camc314)
  • 74e52f3 linter/plugins: Resolve JS plugins with ESM condition names (#14541) (magic-akari)
  • 9965676 linter/exhaustive-deps: Ignore empty strings passed to additionalHooks option (#14464) (Redas)
  • d0a8e3e linter: vue/no_required_prop_with_default called Option::unwrap() on a None value (#14491) (Sysix)
  • 1192ea2 linter: Correct nextjs/no-typos path handling (#14480) (shulaoda)
  • 2796b16 tsgolint: Pipe tsgolints stderr (#14477) (camc314)

🚜 Refactor

  • 6440cde linter: Remove lifetime of Message (#14481) (Sysix)
  • f599bef language_server: Move Message to DiagnosticReport transformation to one place (#14447) (Sysix)
  • 4f301de napi/parser, linter/plugins: Improve formatting of generated code (#14554) (overlookmotel)
  • 68c0252 napi/parser, linter/plugins: Shorten generated raw transfer deserializer code (#14553) (overlookmotel)
  • 20e884e linter: Store LintService in LintRunner (#14471) (Sysix)
  • 9e9c5ba linter: Simplify built-in lint plugin checks (#14518) (camchenry)
  • 1986e0f linter/no-ex-assign: Use let-else chain (#14526) (camc314)
  • ce9bcf0 linter/no-func-assign: Use let-else chain (#14525) (camc314)
  • a9cea7c language_server: Use FxHashSet for ServerLinter::extended_paths (#14517) (Sysix)
  • ea5838e linter/no-import-assign: Use let-else chain (#14524) (camc314)
  • f977700 language_server: Pass LintOptions to Worker::refresh_server_linter (#14510) (Sysix)
  • 54b001f linter/no-new-require: Improve diagnostic message clarity (#14511) (shulaoda)
  • 650ea68 linter: Improve nextjs/no-typos rule (#14476) (shulaoda)

📚 Documentation

  • 198f2e9 linter: Fix code example for branches-sharing-code (#14514) (camc314)
  • d776a17 linter: Improve nextjs/no-typos rule documentation (#14470) (shulaoda)

⚡ Performance

  • b44a30e language_server: Transform Message to DiagnosticReport with one call (#14448) (Sysix)
  • 31766fd linter/plugins: Provide loc via prototype (#14552) (overlookmotel)
  • aec0c08 linter: Allow analyzing node types in match blocks with guards (#14459) (camchenry)
  • 9044187 linter: Skip running node-specific rule if file contains no relevant nodes (#14457) (camchenry)
  • 422f54e linter: Only run rule run functions if implemented (#14454) (camchenry)

... (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.

[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

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

... (truncated)

Commits
Maintainer changes

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


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 0.16.12 to 1.23.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.23.0/npm/oxlint)

---
updated-dependencies:
- dependency-name: oxlint
  dependency-version: 1.23.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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 Oct 14, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 23, 2025

Superseded by #132.

@dependabot dependabot bot closed this Oct 23, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/oxlint-1.23.0 branch October 23, 2025 09:17
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.

0 participants