Skip to content

build(deps-dev): bump oxlint from 0.6.1 to 0.9.9 #44

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 30, 2024

Bumps oxlint from 0.6.1 to 0.9.9.

Release notes

Sourced from oxlint's releases.

oxlint v0.9.8

[0.9.8] - 2024-09-24

Bug Fixes

  • e3c8a12 linter: Fix panic in sort-keys (#6017) (Boshen)
  • 4771492 linter: Fix import/no_cycle with ignoreTypes (#5995) (Boshen)

Performance

  • 5ae3f36 linter: no-fallthrough: Use string matching instead of Regex for default comment pattern (#6008) (camchenry)
  • 65d8f9e linter, ast-tools, coverage: Use FxHashSet instead of std::collections::HashSet (#6001) (Cam McHenry)
  • 2b17003 linter, prettier, diagnostics: Use FxHashMap instead of std::collections::HashMap (#5993) (camchenry)

oxlint v0.9.7

[0.9.7] - 2024-09-23

Features

  • d24985e linter: Add oxc-security/api-keys (#5906) (DonIsaac)
  • f9b44c5 linter: Add unicode sets support to no-useless-escape rule (#5974) (camchenry)
  • 0f19848 linter: Implement no-unexpected-multiline rule (#5911) (camchenry)
  • 16fe383 linter: Implement no-extend-native rule (#5867) (Cam McHenry)

Bug Fixes

  • eed9ac7 linter: Include actual span size in no-regex-spaces diagnostic (#5957) (camchenry)
  • 40c89c2 linter: Move promise/avoid-new to style category (#5961) (DonIsaac)

Performance

  • 608d637 linter: Use aho-corasick instead of regex for string matching in jsx-a11y/img-redundant-alt (#5892) (camchenry)
  • 3148d4b linter: Check file path after checking node kind for nextjs/no-head-element (#5868) (Cam McHenry)

Refactor

  • 0a5a4a9 linter: Use parsed patterns for unicorn/no-hex-escape (#5985) (camchenry)
  • 2cf2edd linter: Use parsed patterns in no-empty-character-class rule (#5980) (camchenry)
  • a9a8e2a linter: Use regex parser in eslint/no-regex-spaces (#5952) (camchenry)
  • 05f592b linter: Use parsed patterns in unicorn/prefer-string-starts-ends-with (#5949) (camchenry)
  • 3273b64 linter: Use parsed patterns for unicorn/prefer-string-replace-all rule (#5943) (camchenry)
  • ba7b01f linter: Add LinterBuilder (#5714) (DonIsaac)
  • db4f16a semantic: Call with_trivias before build_with_jsdoc (#5875) (Boshen)
  • 3d13c6d semantic: Impl IntoIterator for &AstNodes (#5873) (DonIsaac)

Testing

  • b681c9a linter: Import test cases for no-empty-character-class (#5981) (camchenry)
  • 767602b linter: Add regression test for #5227 (#5975) (camchenry)

... (truncated)

Changelog

Sourced from oxlint's changelog.

[0.9.9] - 2024-09-27

Bug Fixes

  • 01b9c4b npm/oxlint: Make bin/oxc_language_server an executable (#6066) (Boshen)

[0.9.7] - 2024-09-23

Refactor

  • ba7b01f linter: Add LinterBuilder (#5714) (DonIsaac)

[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

... (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.9.
- [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/HEAD/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 30, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 14, 2024

Superseded by #48.

@dependabot dependabot bot closed this Oct 14, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/oxlint-0.9.9 branch October 14, 2024 03:13
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