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.9.3 to 0.9.5 #270

Merged
merged 1 commit into from
Sep 17, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps oxlint from 0.9.3 to 0.9.5.

Release notes

Sourced from oxlint's releases.

oxlint v0.9.5

[0.9.5] - 2024-09-12

Features

  • 4b04f65 linter: Implement no-plusplus rule (#5570) (Cam McHenry)
  • 9ca2593 linter: Eslint/sort-keys (#4845) (Na'aman Hirschfeld)
  • 023c160 linter: Impl Serialize for OxlintConfig (#5594) (DonIsaac)
  • 24d6a47 linter: Implement eslint/no-invalid-regexp (#5443) (Boshen)
  • c6bbf94 minifier: Constant fold unary expression (#5669) (Boshen)

Bug Fixes

  • af6d240 linter: Panic in consistent-function-scoping (#5613) (DonIsaac)
  • 54e2e76 linter: react/no_set_state + react/no_string_refs rules find correct parent (#5615) (overlookmotel)
  • 3b87ac4 linter: Fix no_unused_vars panic when encountering unicode (#5582) (Boshen)

Performance

  • bfe9186 linter: Use cow_replace instead of replace (#5643) (dalaoshu)
  • e3ae5db linter: Use cow_to_ascii_lowercase/uppercase (#5637) (heygsc)
  • a0370bf linter: Use cow_utils in no_script_url (#5633) (heygsc)
  • 37e922c linter: eslint/no_shadow_restricted_names use run_on_symbol (#5618) (overlookmotel)
  • 0b7fccf linter: react/no_set_state + react/no_string_refs rules reduce iteration over ancestors (#5616) (overlookmotel)
  • 2c3f3fe linter: Make jsx_key slightly faster (#5585) (Boshen)
  • cd81d12 linter: Add should_run to check path only once to nextjs/no_typos (#5584) (Boshen)
  • d18c896 rust: Use cow_utils instead (#5664) (dalaoshu)

Documentation

  • 64f9575 linter: Add plugin usage to example with configuration (Boshen)
  • 8c9179d linter: Fix typos (#5591) (Brian Donovan)

Refactor

  • 9e9435f linter: Add LintFilter (#5685) (DonIsaac)
  • 4f70fe5 linter: Start internal/external split of LintPluginOptions (#5660) (DonIsaac)
  • 5ae9b48 linter: Start internal/external split of OxlintOptions (#5659) (DonIsaac)
  • c8bc6f0 linter: Use std::ptr::eq (#5649) (overlookmotel)
  • a37c064 linter: Use ContentHash for no_duplicate_case; remove calculate_hash (#5648) (Boshen)
  • 0b3c1d7 linter: Start internal/external split of OxlintConfig (#5595) (DonIsaac)
  • 89bdf55 linter: Inline Rule trait default methods (#5619) (overlookmotel)
  • afea8d5 linter: Rename Rule trait method params (#5617) (overlookmotel)
  • 4e748b5 linter: Replace ast "compare by hash" to "compare by content" (#5602) (dalaoshu)
  • bac03e3 linter: Make fields of LintServiceOptions private (#5593) (DonIsaac)
  • 2661d8b linter: Jest prefer_strict_equal (#5588) (IWANABETHATGUY)
  • 067f9b5 semantic: Introduce IsGlobalReference trait (#5672) (Boshen)- 26d9235 Enable clippy::ref_as_ptr (#5577) (夕舞八弦)

Testing

... (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.9.4] - 2024-09-12

Features

  • 023c160 linter: Impl Serialize for OxlintConfig (#5594) (DonIsaac)
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.9.3 to 0.9.5.
- [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.5/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 Sep 16, 2024
@ncpa0cpl ncpa0cpl merged commit f76ab34 into master Sep 17, 2024
3 checks passed
@ncpa0cpl ncpa0cpl deleted the dependabot/npm_and_yarn/oxlint-0.9.5 branch September 17, 2024 10:44
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.

1 participant