Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps oxlint from 1.16.0 to 1.17.0.

Release notes

Sourced from oxlint's releases.

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)
  • c75ae8c linter/plugins: Add options to Context (#13810) (overlookmotel)
  • 53d04dd linter: Convert oxlint to NAPI app (#13723) (overlookmotel)

🐛 Bug Fixes

  • 1f4be38 napi/parser: Generate .d.mts extension for types (#14038) (Daniel Roe)
  • a018756 linter/plugins: Pin tsdown dependency to 0.15.1 (#14005) (overlookmotel)
  • b8790c2 language_server: Output correct position for parser & semantic errors (#14010) (Sysix)
  • 4d3c6e1 linter: Support let-chains in codegen node type detection (#14006) (camc314)
  • a34918a linter/plugins: Avoid lint warnings compiling WASM or big-endian (#13968) (overlookmotel)
  • 27022ab linter/switch-case-braces: Add support for string including colon on case expression (#13687) (Lukinoh)
  • dd3843f linter: Set package version in package.json (#13890) (overlookmotel)
  • fa866b3 linter: Sort optimized/unoptimized diagnostics before comparison (#13850) (camc314)
  • fac7624 linter/plugins: Improve error for no JS plugins (#13858) (overlookmotel)

🚜 Refactor

  • bb040bc parser, linter: Replace .mjs files with .js (#14045) (overlookmotel)
  • b353750 linter/plugins: Remove unnecessary Serialize derives (#14031) (overlookmotel)
  • 0d48511 linter/plugins: Improve handling Context method calls in createOnce (#14032) (overlookmotel)
  • 36ac0fb language_server: Don't create mpsc channel (#14011) (Sysix)
  • 2e9ae3f linter: Make disable directives own the rule name (#13987) (camc314)
  • 6bc7664 oxlint: Run oxlint before tsgolint (#13519) (camc314)
  • 0c93f33 language_server: Use minimal text edit for ServerFormatter (#13960) (Sysix)
  • 823cb57 langauge_server: Move Backend into own file (#13955) (Sysix)
  • dc700f5 language_server: Introduce LSPFileSystem (#13731) (Sysix)
  • 42e2c1d linter: Remove Rc from DisableDirectives (#13924) (camc314)
  • ac3e9e9 napi/parser: Move JS code into src-js directory (#13899) (overlookmotel)
  • e90bfe3 linter: Remove double reference in unicorn/error-message (#13916) (camc314)
  • 83791a0 linter: Remove double reference in vue/jsx-no-undef (#13915) (camc314)
  • ebd22de linter: Remove double reference in vue/require-typed-ref (#13914) (camc314)
  • 873e231 language_server: Move needs_linter_restart to ServerLinter (#13834) (Sysix)
  • 7e0d736 linter/plugins: Rename --experimental-js-plugins to --js-plugins (#13860) (overlookmotel)
  • 6245c8c linter/plugins: Make Context properties getters (#13809) (overlookmotel)

... (truncated)

Changelog

Sourced from oxlint's 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)

[1.11.0] - 2025-08-07

🚀 Features

  • ac46347 oxlint: Add tsgolint integration (#12485) (camchenry)

... (truncated)

Commits
  • b482f7d release(oxlint): v1.17.0 (#14054)
  • bb040bc refactor(parser, linter): replace .mjs files with .js (#14045)
  • 3e117c6 feat(linter/plugins): add defineRule API (#13945)
  • a14aa79 feat(npm/oxlint): convert to ES modules (#13876)
  • b52389a feat(node): Bump engines field to require Node.js 20.19.0+ for ESM support ...
  • 7e0d736 refactor(linter/plugins): rename --experimental-js-plugins to `--js-plugins...
  • 53d04dd feat(linter): convert oxlint to NAPI app (#13723)
  • See full diff in compare view

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.16.0 to 1.17.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.17.0/npm/oxlint)

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

dependabot bot commented on behalf of github Sep 24, 2025

Superseded by #261.

@dependabot dependabot bot closed this Sep 24, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/oxlint-1.17.0 branch September 24, 2025 16:18
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