Skip to content

Bump oxlint from 0.16.12 to 1.18.0#122

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

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

Conversation

@dependabot
Copy link
Contributor

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

Bumps oxlint from 0.16.12 to 1.18.0.

Release notes

Sourced from oxlint's releases.

oxlint v1.18.0

[1.18.0] - 2025-09-24

This release should fix a critical memory leak when import plugin is enabled in IDEs.

🚀 Features

  • 2481964 linter/exhaustive-deps: Add support for useEffectEvent (#14041) (Cody Olsen)

🐛 Bug Fixes

  • 444fcf0 linter: Fix false positive in vue/no-required-prop-with-default (#14066) (yefan)
  • 2186b28 linter: Fix Arc memory leak and lifecycle issues (#14049) (Boshen)
  • 314c27d linter/plugins: definePlugin apply defineRule to rules (#14065) (overlookmotel)
  • 7bd01ed linter/plugins: defineRule call createOnce lazily (#14062) (overlookmotel)
  • fb3e7e3 linter/plugins: defineRule accept visitor with no before / after hooks (#14060) (overlookmotel)

🚜 Refactor

  • 56db8fa linter: Move imports (#14085) (overlookmotel)
  • a7dd0c7 linter: Reduce scope of clippy attr (#14081) (overlookmotel)
  • 3a706a7 linter: Rename LintRunner to CliRunner (#14050) (camc314)

⚡ Performance

  • ce538c7 linter/plugins: Load methods of globals into local vars (#14073) (overlookmotel)
  • c2f7459 language_server: Avoid cloning on message conversion (#14058) (Sysix)

🧪 Testing

  • 2fd4b1e linter/plugins: Rename test (#14064) (overlookmotel)
  • f2b3934 linter/plugins: Test returning false from before hook skips visitation in ESLint (#14061) (overlookmotel)
  • b109419 linter/plugins: Align ESLint plugin with Oxlint (#14059) (overlookmotel)

oxlint v1.17.0

[1.17.0] - 2025-09-23

🚀 Features

  • f47f978 linter/plugins: Add definePlugin API (#14008) (overlookmotel)
  • 3e117c6 linter/plugins: Add defineRule API (#13945) (overlookmotel)
  • 2dc8adb linter/plugins: Add createOnce API (#13944) (overlookmotel)
  • bef8753 linter/plugins: ESTree-compatible AST for JS plugins (#13942) (overlookmotel)
  • 55c2e11 editor: Add oxc.fmt.experimental flag (#13923) (Sysix)
  • a21ff54 language_server: Introduce ServerFormatter (#13700) (Sysix)
  • a14aa79 npm/oxlint: Convert to ES modules (#13876) (Boshen)
  • 15eb326 linter: Add vue/no-required-prop-with-default rule (#13613) (yefan)
  • 5d3ba00 linter: Add vue/require-typed-ref rule (#13857) (yefan)
  • b52389a node: Bump engines field to require Node.js 20.19.0+ for ESM support (#13879) (Copilot)
  • 8221a01 linter: Add eslint/no-misleading-character-class (#13365) (Sysix)

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

🚜 Refactor

  • 238b183 linter: Use fast-glob instead of globset for GlobSet (#12870) (shulaoda)

... (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.18.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.18.0/npm/oxlint)

---
updated-dependencies:
- dependency-name: oxlint
  dependency-version: 1.18.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 Sep 25, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 29, 2025

Superseded by #123.

@dependabot dependabot bot closed this Sep 29, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/oxlint-1.18.0 branch September 29, 2025 11:48
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

Comments