Skip to content

build(deps-dev): bump oxlint from 0.6.1 to 0.9.6 #42

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps oxlint from 0.6.1 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)

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

... (truncated)

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)

Bumps [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) from 0.6.1 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-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 23, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 30, 2024

Superseded by #44.

@dependabot dependabot bot closed this Sep 30, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/oxlint-0.9.6 branch September 30, 2024 02:47
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.

0 participants