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.2 to 0.8.0 #116

Merged
merged 1 commit into from
Aug 26, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 26, 2024

Bumps oxlint from 0.7.2 to 0.8.0.

Release notes

Sourced from oxlint's releases.

oxlint v0.8.0

[0.8.0] - 2024-08-23

Features

  • 2292606 linter: Typescript-eslint/no-wrapper-object-types (#5022) (camc314)
  • a0effab linter: Support more flexible config.globals values (#4990) (Don Isaac)
  • cdbfcfb linter: Start import fixer for eslint/no-unused-vars (#4849) (DonIsaac)
  • 915cb4d linter: Add dangerous fixer for oxc only used in recursion (#4805) (camc314)
  • 3f28c77 linter/eslint: Improve no-dupe-keys (#4943) (DonIsaac)
  • e1582a5 linter/eslint: Improve no-duplicate-case rule (#4942) (DonIsaac)
  • f1e4611 linter/eslint-plugin-vitest: Implement no-conditional-in-test (#4971) (dalaoshu)
  • 14bf5d5 linter/eslint-plugin-vitest: Implement no-restricted-vi-methods (#4956) (dalaoshu)
  • ed9a1c4 linter/eslint-plugin-vitest: Implement require-local-test-context-for-concurrent-snapshots (#4951) (dalaoshu)
  • 7859f58 linter/eslint-plugin-vitest: Implement no-conditional-tests (#4955) (dalaoshu)
  • 841174f linter/no-unused-vars: Delete non-root arrows, skip await (#5083) (Don Isaac)

Bug Fixes

  • 86d0c0c linter: Change consistent-function-scoping to suspicious (#5010) (DonIsaac)
  • 7b99386 linter: Missing closing ticks in some example blocks (#4994) (DonIsaac)
  • 9c64b12 linter: Improve no-zero-fractions rule for member expressions and scientific notation (#4793) (Burlin)
  • c43945c linter/consistent-function-scoping: Allow functions passed as arguments (#5011) (Don Isaac)
  • 9354779 linter/no-unused-vars: Give argsIgnorePattern the same default behavior as varsIgnorePattern (#5018) (DonIsaac)
  • 5a55dcf linter/no-unused-vars: type specifier not deleted for type imports (#5029) (DonIsaac)
  • 4081293 linter/no-unused-vars: Panic in fixer when removing destructures (#4923) (Don Isaac)
  • ddf83ff linter/react: Fixed false positive with missing key inside React.Children.toArray() (#4945) (Earl Chase)
  • 508644a linter/tree-shaking: Correct the calculation of >>, << and >>> (#4932) (mysteryven)
  • e99836d linter/unicorn: Allow set spreading in no-useless-spread (#4944) (Don Isaac)
  • 5f8a7c2 oxlint: Rules in the configuration file are not being correctly … (#4949) (dalaoshu)

Documentation

  • e331ca0 linter: Improve documentation for several rules (#4997) (DonIsaac)
  • cd9f1cd linter/consistent-function-scoping: Improve rule documentation (#5015) (DonIsaac)

Refactor

  • eca6fdb linter: Move plugin options into separate struct (#5100) (DonIsaac)
  • 06f2d81 linter: Avoid unnecessary temp Vecs (#4963) (overlookmotel)
  • 4cb8c37 linter: Move default_true to utils (#4947) (Don Isaac)
  • ca70cc7 linter, mangler, parser, semantic, transformer, traverse, wasm: Rename various flag vars to flags (#5028) (overlookmotel)

Testing

  • c21d735 linter/no-unused-vars: Add ignored destructuring test cases (#4922) (Don Isaac)
Changelog

Sourced from oxlint's changelog.

[0.8.0] - 2024-08-23

Features

  • a0effab linter: Support more flexible config.globals values (#4990) (Don Isaac)
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.7.2 to 0.8.0.
- [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.8.0/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 Aug 26, 2024
@goto-bus-stop goto-bus-stop merged commit 4f4276b into default Aug 26, 2024
4 checks passed
@goto-bus-stop goto-bus-stop deleted the dependabot/npm_and_yarn/oxlint-0.8.0 branch August 26, 2024 05:17
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