Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps oxlint from 0.16.11 to 0.16.12.

Release notes

Sourced from oxlint's releases.

oxlint v0.16.12

[0.16.12] - 2025-05-25

Features

  • 0c1f382 language_server: Watch for files inside .oxlintrc.json extends (#11226) (Sysix)
  • 1675b2c language_server: Tell clients to watch for .oxlintrc.json files (#11078) (Sysix)
  • 691416a linter: Add auto-fix to unicorn/no-static-only-class (#11249) (yefan)
  • 6a7018e linter: Generate stricter json schema for lint plugins (#11219) (camc314)
  • 66e0b1f linter: Implement unicorn/prefer-global-this (#11197) (camc314)
  • b26554b linter: Implement unicorn/no-instanceof-builtins (#11196) (camc314)
  • 699ec64 linter: Add autofix to eslint/no-unneeded-ternary (#11184) (yefan)
  • b3bbdda linter: Implement unicorn/prefer-object-from-entries (#11174) (camc314)
  • 20f9458 linter: Implement unicorn/prefer-array-find (#11170) (camc314)
  • f294c42 linter: Implement unicorn/no-array-method-this-argument (#11169) (camc314)
  • 07dac71 linter: Implement unicorn/prefer-array-index-of (#11168) (camc314)
  • cd920d3 linter: Implement unicorn/no-unnecessary-array-flat-depth (#11167) (camc314)
  • 385b84d linter: Unicorn/no-for-loop (#11154) (camc314)
  • a762038 linter: Add auto-fix to eslint/no-array-constructor (#11148) (yefan)
  • 12b0917 linter: Auto-generate docs for rule configs (#10629) (DonIsaac)

Bug Fixes

  • 0df5147 language_server: Correctly disable nested config search (#11173) (Sysix)
  • e8470d9 linter: Delay merging of oxlintrc configs (#10835) (camc314)
  • 6e9de84 linter: False positives in no-instanceof-builtins (#11210) (camc314)
  • 8e7fe03 linter: Fix panic in eslint/require-await (#11211) (camc314)
  • 4104b01 linter: Fix false positive on React in consistent-type-imports (#11171) (DonIsaac)
  • 25c6266 linter: Remove duplicate test case from no-useless-escape (#11146) (camc314)
  • 6a5911a linter: Add allow_regex_characters option to no-useless-escape (#11139) (camc314)
  • 7283f00 linter/prefer-todo: False fix for test['skip'] (#11128) (shulaoda)

Performance

  • 0c7aae4 linter: Speed up counting lines in eslint/max-lines and eslint/max-lines-per-function (#11242) (Ulrich Stark)
  • 1846b03 linter: Avoid iterating lines twice if blank lines are skipped (#11235) (Ulrich Stark)
  • e8479bf linter: Remove unnecessary codegen in jest/no-untyped-mock-factory (#11097) (shulaoda)
  • dd33e57 linter: Remove unnecessary codegen in eslint/prefer-numeric-literals (#11099) (shulaoda)
  • 49d677c linter: Remove unnecessary codegen in jest/prefer-to-have-length (#11100) (shulaoda)
  • c294447 linter: Remove unnecessary codegen in vitest/prefer-to-be-object (#11086) (shulaoda)
  • 8faf518 linter: Remove unnecessary codegen in unicorn/require-number-to-fixed-digits-argument (#11085) (shulaoda)
  • e1bbdab linter/prefer-expect-resolves: Remove unnecessary codegen (#11127) (shulaoda)
  • 6e3e37b unicorn/no-instanceof-array: Reduce memory allocations in fixer (#11109) (shulaoda)

Documentation

  • f2e3e79 linter: Fix formatting inconsistencies in rule docs (#11227) (Ulrich Stark)
  • df4cc8d linter: Update missing linter rule documentation (#11190) (Aman Desai)
  • b70c51e linter: Google_font_preconnect: linter rules (#11189) (Aman Desai)
  • 67c0b4d linter: Explanation for rule nextjs/no_sync_script (#11166) (Aman Desai)

... (truncated)

Changelog

Sourced from oxlint's changelog.

[0.16.12] - 2025-05-25

Features

  • 6a7018e linter: Generate stricter json schema for lint plugins (#11219) (camc314)

Bug Fixes

  • e8470d9 linter: Delay merging of oxlintrc configs (#10835) (camc314)

[0.15.14] - 2025-03-11

Features

  • 3fce826 linter: Add support for extends property in oxlintrc (#9217) (camchenry)

[0.15.13] - 2025-03-04

Documentation

  • 24850e7 linter: Add example of how configure rule (#9469) (Cédric DIRAND)

[0.15.11] - 2025-02-16

Features

  • 5d508a4 linter: Support env and globals in overrides configuration (#8915) (Sysix)

[0.15.8] - 2025-01-24

Features

  • 79ba9b5 linter: Added support to run in Node.JS legacy versions (#8648) (Luiz Felipe Weber)

[0.15.7] - 2025-01-19

Features

  • 538b24a linter: Format the configuration documentation correctly (#8583) (Tapan Prakash)

[0.14.0] - 2024-12-01

Features

  • 32f860d linter: Add support for ignorePatterns property within config file (#7092) (Nicholas Rayburn)

Documentation

  • a6b0100 linter: Fix config example headings (#7562) (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 0.16.11 to 0.16.12.
- [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_v0.16.12/npm/oxlint)

---
updated-dependencies:
- dependency-name: oxlint
  dependency-version: 0.16.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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 May 25, 2025
@xuxiaowei-com-cn xuxiaowei-com-cn merged commit 873abd7 into main May 26, 2025
3 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/oxlint-0.16.12 branch May 26, 2025 00:25
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