Skip to content
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

chore(deps-dev): bump oxlint from 0.15.1 to 0.15.9 #305

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2025

Bumps oxlint from 0.15.1 to 0.15.9.

Release notes

Sourced from oxlint's releases.

oxlint v0.15.9

[0.15.9] - 2025-02-01

Features

  • 1a41181 linter: Implement eslint/prefer-object-spread (#8216) (tbashiyy)
  • adb8ebd linter: Implement no-useless-call rule (#8789) (keita hino)
  • 3790933 linter: Add vitest/prefer-lowercase-title rule (#8152) (Tyler Earls)
  • e8e6917 linter: Unicorn/switch-cases-braces support options (#8704) (1zumii)

Bug Fixes

  • 8ce21d1 linter: Can't disable no-nested-ternary rule anymore (#8600) (dalaoshu)
  • e929f26 linter: Output LintCommandInfo for CliRunResult::LintNoFilesFound (#8714) (Sysix)
  • 4f30a17 linter: Unicorn/switch-case-braces mangles code when applying fix (#8758) (Tyler Earls)
  • 9cc9d5f linter: ignorePatterns does not work when files are provided as command arguments (#8590) (dalaoshu)
  • 1de6f85 linter: No-lone-blocks erroring on block statements containing comments (#8720) (Tyler Earls)
  • 77ef61a linter: Fix diagnostic spans for oxc/no-async-await (#8721) (camchenry)
  • f15bdce linter: Catch Promise in typescript/array-type rule (#8702) (Rintaro Itokawa)
  • 5041cb3 vscode: Fix commands by reverting commit 259a47b (#8819) (Alexander S.)

Performance

  • d318238 linter: Remove sorting of rules in cache (#8718) (camchenry)

Documentation

  • 57b7ca8 ast: Add documentation for all remaining JS AST methods (#8820) (Cam McHenry)

Refactor

  • c2fdfc4 linter: Correctly handle loose options for eslint/eqeqeq (#8798) (dalaoshu)
  • 0aeaedd linter: Support loose options for eslint/eqeqeq (#8790) (dalaoshu)
  • 194a5ff linter: Remove LintResult (#8712) (Sysix)
  • 4a2f2a9 linter: Move default all_rules output to trait (#8710) (Sysix)
  • 741fb40 linter: Move stdout outside LintRunner (#8694) (Sysix)
  • 10e5920 linter: Move finishing default diagnostic message to GraphicalReporter (#8683) (Sysix)
  • 9731c56 oxlint: Move output from CliRunResult::InvalidOption to outside and use more Enums for different invalid options (#8778) (Sysix)
  • fe45bee oxlint: Create different CliRunResult instead of passing ExitCode to it (#8777) (Sysix)
  • 2378fef oxlint: Move ConfigFileInit output outside CliRunResult, exit code 1 when it fails (#8776) (Sysix)
  • f4cecb5 oxlint: Remove unused CliRunResult::PathNotFound (#8775) (Sysix)

Testing

  • ad35e82 linter: Use snapshot testing instead of LintResult (#8711) (Sysix)
  • bf895eb linter: Add diagnostic format test snapshots (#8696) (Alexander S.)
  • 34d3d72 linter: Add snapshot tester for cli (#8695) (Sysix)
  • 0bf2bcf oxlint: Test two real rules with same name but from different plugins (#8821) (dalaoshu)
  • 2b83b71 oxlint: Improve disabling "no-nested-ternary" tests (#8814) (Alexander S.)
  • 45648e7 oxlint: Fix InvalidOptionTsConfig tests for windows (#8791) (Alexander S.)

... (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.15.1 to 0.15.9.
- [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.15.9/npm/oxlint)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 3, 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants