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

Bump oxlint from 0.8.0 to 0.9.1 #203

Merged
merged 1 commit into from
Sep 2, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2024

Bumps oxlint from 0.8.0 to 0.9.1.

Release notes

Sourced from oxlint's releases.

oxlint v0.9.1

[0.9.1] - 2024-08-29

Features

  • 6633972 linter: Add fixer for no-empty (#5276) (camc314)
  • a58e448 linter/eslint: Add fixer to no-var (#5144) (camc314)
  • a6e9769 linter/jsx-a11y: Add label-has-associated-control (#5163) (Billy Levin)
  • c8e8532 linter/unicorn: Add fixer to throw-new-error (#5275) (camc314)
  • 7ccde4b linter/unicorn: Add fixer to prefer-date-now (#5147) (camc314)

Bug Fixes

  • fdef8ae linter: Jest/vitest rule compat (#4797) (cinchen)
  • 76e86f8 linter: Eslint-plugin-unicorn prefer-spread wrong linter suggestion on variables of type string (#5265) (Arian94)
  • b39544e linter/jest: Fixer for prefer-jest-mocked creates invalid LHS expressions (#5243) (camc314)
  • 9953fa5 linter/no-null: Incorrect fixer for NullLiteral within ReturnStatement (#5247) (Dunqing)
  • 318479e linter/no-unused-vars: Mark the class/function in the new expression as used (#5306) (magic-akari)

Refactor

  • fa1d460 linter: Clean up Fixer and Message (#5308) (DonIsaac)

oxlint v0.9.0

[0.9.0] - 2024-08-26

This release introduces no-unused-vars as a correctness rule and parsing regular expressions for syntax errors, both may produce false positives. Feel free to submit an issue.

  • 5946748 linter: [BREAKING] Parse and display syntax errors for regular expressions (#5214) (Boshen)

image

  • b894d3b linter: [BREAKING] Make no-unused-vars correctness (#5081) (DonIsaac)

Features

  • 1ce9630 linter/config: Implement FromIterator for LintPluginOptions (#5102) (DonIsaac)
  • 34bfaf6 linter/react: Add fixer to jsx-props-no-spread-multi (#5145) (camc314)
  • 982bd6e linter/unicorn: Add fixer to require-array-join-separator (#5152) (camc314)
  • a6704bd linter/unicorn: Add fixer to prefer-set-size (#5149) (camc314)
  • ac7edcc linter/unicorn: Add fixer to prefer-array-some (#5153) (camc314)
  • 1d01aa3 linter/unicorn: Add partial fixer for prefer-array-flat (#5143) (camc314)
  • 22d57f9 linter/unicorn: Add fixer to prefer-string-slice (#5150) (Cameron)
  • 2fe4415 linter/unicorn: Add fixer to no-redundant-roles (#5146) (Cameron)
  • d35c6f5 linter/unicorn: Add fixer to prefer-regexp-test (#5151) (Cameron)
  • 27db769 linter/unicorn: Add fixer to text-encoding-identifier-case (#5154) (Cameron)
  • f7958c4 linter/unicorn: Add prefer-structured-clone (#5095) (Jelle van der Waa)
  • 004ffa0 linter/vitest: Implement prefer-each (#5203) (dalaoshu)

Bug Fixes

... (truncated)

Changelog

Sourced from oxlint's changelog.

Changelog

All notable changes to this package will be documented in this file.

The format is based on Keep a Changelog, and this project does not adhere to Semantic Versioning until v1.0.0.

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.8.0 to 0.9.1.
- [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.9.1/npm/oxlint)

---
updated-dependencies:
- dependency-name: oxlint
  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 2, 2024
@goto-bus-stop goto-bus-stop merged commit 3f79386 into default Sep 2, 2024
4 checks passed
@goto-bus-stop goto-bus-stop deleted the dependabot/npm_and_yarn/oxlint-0.9.1 branch September 2, 2024 05:34
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