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.7.1 to 0.9.2 #1148

Merged
merged 1 commit into from
Sep 3, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps oxlint from 0.7.1 to 0.9.2.

Release notes

Sourced from oxlint's releases.

oxlint v0.9.2

[0.9.2] - 2024-09-02

Features

  • f81e8a1 linter: Add oxc/no-async-endpoint-handlers (#5364) (DonIsaac)
  • b103737 linter: Improve no-accumulating-spread (#5302) (camc314)
  • 9c22ce9 linter: Add hyperlinks to diagnostic messages (#5318) (DonIsaac)
  • 1967c67 linter/eslint: Implement no-new-func (#5360) (dalaoshu)
  • b867e5f linter/eslint-plugin-promise: Implement catch-or-return (#5121) (Jelle van der Waa)
  • 8d781e7 linter/oxc: Differentiate between array/object in no-accumulating-spread loop diagnostic (#5375) (camc314)
  • db55444 linter/oxc: Add fixer for double-comparisons (#5378) (camc314)
  • e5c755a linter/promise: Add spec-only rule (#5124) (Jelle van der Waa)
  • 4c0861f linter/unicorn: Add fixer for prefer-type-error (#5311) (camc314)
  • 084c2d1 linter/vitest: Implement prefer-to-be-object (#5321) (dalaoshu)

Bug Fixes

  • 11b93af linter/unicorn: Consistent-function-scoping false positive on assignment expression (#5312) (Arian94)

Performance

  • f052a6d linter: react/jsx_no_undef faster check for unbound references (#5349) (overlookmotel)
  • 05636b7 linter: Avoid unnecessary work in jsx_a11y/anchor_is_valid rule (#5341) (overlookmotel)

Refactor

  • afb038e linter: react/jsx_no_undef use loop instead of recursion (#5347) (overlookmotel)
  • fe62687 linter: Simplify skipping JSX elements in unicorn/consistent_function_scoping (#5351) (overlookmotel)
  • 381d9fe linter: Shorten code in react/jsx_no_useless_fragment (#5350) (overlookmotel)
  • 83b9a82 linter: Fix indentation in nextjs/no_script_component_in_head rule (#5338) (overlookmotel)
  • 89f0188 linter: Improve docs for react/jsx_no_target_blank rule (#5342) (overlookmotel)
  • 57050ab linter: Shorten code in jsx_a11y/aria_activedescendant_has_tabindex rule (#5340) (overlookmotel)
  • ed31d67 linter/jest: Fix indentation in code comment (#5372) (camc314)
  • 2499cb9 linter/oxc: Update rule docs for erasing-op (#5376) (camc314)
  • 69493d2 linter/oxc: Improve diagnostic for no-accumulating-spread in loops (#5374) (camc314)
  • 024b585 linter/oxc: Improve code comment for no-accumulating-spread (#5373) (camc314)

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

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

[0.8.0] - 2024-08-23

Features

  • a0effab linter: Support more flexible config.globals values (#4990) (Don Isaac)

[0.7.2] - 2024-08-15

Features

  • 4d28d03 task/website: Support render subschemas.all_of (#4800) (mysteryven)
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 will merge this PR once it's up-to-date and CI passes on it, as requested by @ffflorian.


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 dependabot bot added dependencies javascript Pull requests that update Javascript code labels Sep 3, 2024
@ffflorian
Copy link
Owner

@dependabot squash and merge

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/oxlint-0.9.2 branch from 4697fb3 to 30f49c7 Compare September 3, 2024 15:28
Bumps [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) from 0.7.1 to 0.9.2.
- [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.2/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 force-pushed the dependabot/npm_and_yarn/oxlint-0.9.2 branch from 30f49c7 to 0f5e8db Compare September 3, 2024 15:32
@dependabot dependabot bot merged commit 14103e6 into main Sep 3, 2024
3 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/oxlint-0.9.2 branch September 3, 2024 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant