Skip to content

build(deps-dev): bump oxlint from 0.16.10 to 0.16.11 #103

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps oxlint from 0.16.10 to 0.16.11.

Release notes

Sourced from oxlint's releases.

oxlint v0.16.11

[0.16.11] - 2025-05-16

Features

  • 078bf0b language_server: Better fallback handling when passing invalid Options values (#10930) (Sysix)
  • be7f7e1 language_server/editor: Support multi workspace folders (#10875) (Sysix)
  • eef93b4 linter: Add import/no-unassigned-import (#10970) (yefan)
  • cc0112f linter: No-unused-vars add setting for reportVarsOnlyUsedAsTypes (#11009) (camc314)
  • 17e49c3 linter: Implement configuration and checking loops for eslint/no_constant_condition (#10949) (Ulrich Stark)
  • 21117ac linter: Implement react/forbid-elements (#10928) (Thomas BOCQUEZ)
  • 466c24a linter: Add gitlab reporter output format (#10927) (Connor Pearson)
  • a064082 linter: Add import/consistent-type-specifier-style rule (#10858) (yefan)
  • 4733b52 linter/no-extraneous-class: Add conditional fixer (#10798) (DonIsaac)

Bug Fixes

  • 87bf2a8 editor: Send only workspace/didChangeConfiguration when some workspace configuration is effected (#11017) (Sysix)
  • ed5708d editor: Detect all workspaces config path changes (#11016) (Sysix)
  • 89cc21b language_server: Normalize oxlintrc config path (#10982) (Sysix)
  • c52a9ba linter: Fix plugins inside overrides not being applied (#11057) (camc314)
  • b12bd48 linter: Fix rule config not being correctly applied (#11055) (camc314)
  • 9a368be linter: False negative in no-restriced-imports with patterns and side effects (#11027) (camc314)
  • 8c2cfbc linter: False negative in no-restricted-imports (#11026) (camc314)
  • 8956870 linter: False positive in no-unused-vars (#11002) (camc314)
  • 33a60d2 linter: Skip eslint/no-redeclare when running on modules (#11004) (camc314)
  • 39063ce linter: Reword diagnostic message for no-control-regex (#10993) (camc314)
  • 9eedb58 linter: False positive with negative matches in no-restricted-imports (#10976) (camc314)
  • 10e77d7 linter: Improve diagnostics for no-control-regex (#10959) (camc314)
  • 0961296 linter: Add gitlab to linter --help docs (#10932) (camc314)
  • 82889ae linter/no-extraneous-class: Improve docs, reporting and code refactor (#10797) (DonIsaac)
  • 11c34e7 linter/no-img-element: Improve diagnostic and docs (#10908) (DonIsaac)
  • 584d8b9 napi: Enable mimalloc no_opt_arch feature on linux aarch64 (#11053) (Boshen)
  • 126ae75 semantic: Distinguish class private elements (#11044) (magic-akari)
  • 773d0de semantic: Correctly handle nested brackets in jsdoc parsing (#10922) (camc314)
  • b215b6c semantic: Dont parse @ as jsdoc tags inside [/] (#10919) (camc314)

Documentation

  • db6afb9 linter: Improve docs of no-debugger (#11033) (camc314)
  • 16541de linter: Improve docs of default-param-last (#11032) (camc314)
  • 2c2f3c4 linter: Improve docs of default-case-last (#11031) (camc314)
  • 56bb9ce linter: Improve docs of array-callback-return (#11030) (camc314)
  • 13dbcc6 linter: Correct docs for default config for no-redeclare (#10995) (camc314)
  • a86cbb3 linter: Fix incorrect backticks of fenced code blocks (#10947) (Ulrich Stark)

Refactor

  • 3cc1466 language_server: New configuration structure for initialize and workspace/didChangeConfiguration (#10890) (Sysix)
  • bd2ef7d language_server: Use Arc for diagnostic_report_map (#10940) (Sysix)

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

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 19, 2025

Labels

The following labels could not be found: automerge, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Bumps [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) from 0.16.10 to 0.16.11.
- [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.11/npm/oxlint)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/oxlint-0.16.11 branch from 86bce3b to fb78024 Compare May 19, 2025 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants