Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the npm group with 2 updates in the / directory: @napi-rs/cli and oxlint.

Updates @napi-rs/cli from 3.2.0 to 3.3.0

Commits

Updates oxlint from 1.15.0 to 1.20.0

Release notes

Sourced from oxlint's releases.

oxlint v1.20.0

[1.20.0] - 2025-10-06

🚀 Features

  • d16df93 linter: Support disable directives for type aware rules (#14052) (camc314)
  • f5c6acc linter: Add vue/no-export-in-script-setup rule (#14307) (Sysix)
  • 353b153 linter: Implement eslint/no-param-reassign rule (#14341) (Matthew Davis)
  • a2914fe linter/plugins: Add loc field getter to all AST nodes (#14355) (overlookmotel)
  • 07193c2 linter/plugins: Implement SourceCode#getAncestors (#14346) (overlookmotel)
  • c8de6fe linter/plugins: Add parent field to AST nodes (#14345) (overlookmotel)
  • 5505a86 linter/plugins: Include range field in AST (#14321) (overlookmotel)
  • 3656908 rust: Oxc-index-vec v4.0 (#14254) (Boshen)
  • 1347de4 linter/plugins: Accept diagnostics with loc (#14304) (overlookmotel)
  • aefc8b3 linter/plugins: Implement SourceCode#getIndexFromLoc and getLocFromIndex (#14303) (overlookmotel)
  • 93807db linter/plugins: Implement SourceCode#lines property (#14290) (overlookmotel)
  • 2f8c985 linter/plugins: Implement SourceCode#visitorKeys property (#14289) (overlookmotel)
  • b69028f linter/plugins: Implement SourceCode#ast property (#14287) (overlookmotel)
  • d8d3d18 linter: Add vue/prefer-import-from-vue rule (#14284) (Sysix)
  • f0e760b linter: Add vue/define-props-destructuring rule (#14272) (Sysix)
  • bdf9010 linter/plugins: Add SourceCode API (#14281) (overlookmotel)
  • 7f450fc linter/unicorn: Implement require-module-specifiers (#13089) (keita hino)
  • a1e7154 linter/unicorn: Implement prefer-classlist-toggle (#14262) (camc314)
  • 8217dce linter/unicorn: Implement no-unnecessary-array-splice-count (#14255) (camc314)
  • 3d5db4a linter/unicorn: Implement no-useless-error-capture-stack-trace (#14222) (camc314)
  • b3b482a linter/unicorn: Implement prefer-top-level-await (#14247) (camc314)
  • 7931be8 linter/unicorn: Implement prefer-class-fields (#14245) (camc314)
  • a39434a linter/unicorn: Implement prefer-at (#14232) (camc314)

🐛 Bug Fixes

  • e605222 linter/no-useless-undefined: Correctly respect checkArguments option (#14369) (camc314)
  • f1bc608 linter: Fix flaky import/no_cycle test (#14328) (Boshen)
  • 9a902c0 linter/plugins: Make range field non-optional on AST types (#14354) (overlookmotel)
  • 0a42d7f tsgolint: Report errors if we fail to parse tsgolint diagnostic messages (#14301) (camc314)
  • 42f8d7e linter/react-hooks: Fix diagnostic message for literal in dependency array (#14266) (camc314)
  • ece91c5 linter/react-hooks: Fix diagnostic message for duplicate dependency in array (#14265) (camc314)
  • 864fa0e linter/no-unused-expression: False positive with satisfies expressions (#14259) (camc314)
  • adff069 language_server: Don't apply "ignore this rule" fixes for fixAll code action + command (#14243) (Sysix)
  • 46cceb8 linter/rules-of-hooks: Correctly place primary span to fix disable directive (#14237) (camc314)

🚜 Refactor

  • 1489376 napi/parser, linter/plugins: Minify walker code (#14376) (overlookmotel)
  • c8eeeb5 linter/plugins: Remove build-time dependency on napi/parser (#14374) (overlookmotel)
  • fb1a067 linter/plugins: Bundle walker and AST types map (#14373) (overlookmotel)
  • 93d8164 linter/plugins: Export AST types direct from oxlint package (#14353) (overlookmotel)
  • 230d996 linter/plugins: SourceCode#getText use range (#14352) (overlookmotel)
  • 6e52bbd linter/plugins: Move location-related code into separate file (#14350) (overlookmotel)
  • 13f1003 linter/plugins: Share ast between files (#14349) (overlookmotel)

... (truncated)

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the npm group with 2 updates in the / directory: [@napi-rs/cli](https://github.com/napi-rs/napi-rs) and [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint).


Updates `@napi-rs/cli` from 3.2.0 to 3.3.0
- [Release notes](https://github.com/napi-rs/napi-rs/releases)
- [Commits](https://github.com/napi-rs/napi-rs/compare/@napi-rs/[email protected]...@napi-rs/[email protected])

Updates `oxlint` from 1.15.0 to 1.20.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.20.0/npm/oxlint)

---
updated-dependencies:
- dependency-name: "@napi-rs/cli"
  dependency-version: 3.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: oxlint
  dependency-version: 1.20.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
...

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 6, 2025
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