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.5 to 0.9.6 #272

Merged
merged 1 commit into from
Sep 23, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps oxlint from 0.9.5 to 0.9.6.

Release notes

Sourced from oxlint's releases.

oxlint v0.9.6

[0.9.6] - 2024-09-18

Features

  • 3bf7b24 linter: Make typescript/no-duplicate-enum-values a correctness rule (#5810) (DonIsaac)
  • 7799c06 linter/react: Implement no-danger-with-children rule (#5420) (Cam McHenry)

Bug Fixes

  • f942485 linter: Remove all* remaining "Disallow " messages (#5812) (DonIsaac)
  • b5ad518 linter: Improve diagnostic messages for various lint rules (#5808) (DonIsaac)
  • 858f7af linter: Plugin prefix name for eslint-plugin-node (#5807) (DonIsaac)
  • 737ba1d linter: Fix some cases on AssignmentExpression for unicorn/consistent-function-scoping (#5675) (Arian94)
  • 148c7a8 linter: Replace bitwise AND (&) with logical AND (&&) in explici… (#5780) (kaykdm)
  • b4ed564 linter/no-unused-vars: Writes to members triggering false positive (#5744) (Dunqing)
  • e9c084a linter/no-unused-vars: False positive when a variable used as a computed member property (#5722) (Dunqing)

Performance

  • 3725d5d linter: Make all rules share a diagnostics vec (#5806) (DonIsaac)
  • e978567 linter: Shrink size of DisableDirectives (#5798) (DonIsaac)
  • 1bfa515 linter: Remove redundant clone of diagnostics in context (#5797) (DonIsaac)
  • e413cad linter: Move shared context info to ContextHost (#5795) (DonIsaac)

Refactor

  • 6dd6f7c ast: Change Comment struct (#5783) (Boshen)
  • 7caae5b codegen: Add GetSpan requirement to Gen trait (#5772) (Boshen)
  • 026ee6a linter: Decouple module resolution from import plugin (#5829) (dalaoshu)
  • 50834bc linter: Move override_rule to OxlintRules (#5708) (DonIsaac)
  • a438743 linter: Move OxlintConfig to Oxlintrc (#5707) (DonIsaac)
  • f61e8b5 linter: Impl serde and schemars traits for LintPlugins (#5706) (DonIsaac)
  • 20a7861 linter: Shorten Option syntax (#5735) (overlookmotel)
  • d8b612c oxc_linter: Prefer pass Enum instead of str no_plus_plus (#5730) (IWANABETHATGUY)
  • cc0408b semantic: S/AstNodeId/NodeId (#5740) (Boshen)
Changelog

Sourced from oxlint's changelog.

[0.9.6] - 2024-09-18

Refactor

  • a438743 linter: Move OxlintConfig to Oxlintrc (#5707) (DonIsaac)

[0.9.4] - 2024-09-12

Features

  • 023c160 linter: Impl Serialize for OxlintConfig (#5594) (DonIsaac)

[0.9.3] - 2024-09-07

Styling

  • 694f032 Add trailing line breaks to package.json files (#5542) (overlookmotel)

[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)

[0.7.1] - 2024-08-12

Features

  • cc922f4 vscode: Provide config's schema to oxlint config files (#4826) (Don Isaac)

[0.7.0] - 2024-08-05

Bug Fixes

  • 0fba738 npm: SyntaxError caused by optional chaining in low version node (#4650) (heygsc)

[0.6.0] - 2024-07-11

Features

  • cc58614 linter: Better schemas for allow/warn/deny (#4150) (DonIsaac)

[0.4.2] - 2024-05-28

Bug Fixes

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

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 23, 2024
Bumps [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) from 0.9.5 to 0.9.6.
- [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.6/npm/oxlint)

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

Signed-off-by: dependabot[bot] <support@github.com>
@ncpa0cpl ncpa0cpl force-pushed the dependabot/npm_and_yarn/oxlint-0.9.6 branch from 624c849 to f2d7652 Compare September 23, 2024 12:27
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 23, 2024

A newer version of oxlint exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@ncpa0cpl ncpa0cpl merged commit 47315d6 into master Sep 23, 2024
3 checks passed
@ncpa0cpl ncpa0cpl deleted the dependabot/npm_and_yarn/oxlint-0.9.6 branch September 23, 2024 13:29
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