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

build(deps-dev): bump oxlint from 0.9.10 to 0.11.0 #21

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2024

Bumps oxlint from 0.9.10 to 0.11.0.

Release notes

Sourced from oxlint's releases.

oxlint v0.11.0

[0.11.0] - 2024-11-03

  • 9fd9f4f linter: [BREAKING] Sync sindresorhus/globals; removed Object.prototype properties from builtin and es* globals (#6991) (Boshen)

Features

  • 6b619da editor: Listen to config file changes and trigger a didChangeConfiguration update (#6964) (Nicholas Rayburn)
  • 7872927 editor/vscode: Support window/showMessage event (#7085) (Nicholas Rayburn)
  • 2184588 linter: Do not bail for unmatched rules yet (#7093) (Boshen)
  • a6fcd81 linter: Add import/no-commonjs rule (#6978) (Dmitry Zakharov)
  • 1691cab linter: Support user-configurable secrets for oxc-security/api-keys (#5938) (DonIsaac)
  • 610621c linter: Implement react/style-prop-object (#6342) (Albert Kaaman)
  • 1e2f012 linter: Add oxc/no-map-spread (#6751) (DonIsaac)
  • 1c66473 linter: Implement eslint/prefer-object-has-own (#6905) (tomoya yanagibashi)

Bug Fixes

  • ebf3753 editor: Fix onConfigChange to send the correct config for didChangeConfiguration notification (#6962) (Nicholas Rayburn)
  • 79bf74a linter: Check is_reference_to_global_variable in no-array-constructor (#7067) (Naoya Yoshizawa)
  • 38d1f78 linter: Remove confusing help text for now (#7081) (Cam McHenry)
  • 147e2e4 linter: Allow replacing rule when none are enabled yet (#7014) (camchenry)
  • 7aa496a linter: Remove unsafe fixer of no-useless-spread (#6655) (dalaoshu)
  • f5a7134 linter/no-unused-vars: False positive for discarded reads within sequences (#6907) (DonIsaac)

Documentation

  • 4551baa linter: Document rules (#6983) (Boshen)

Refactor

  • a8dc75d linter: Remove unused CLI result types (#7088) (camchenry)
  • 8f1460e linter: Move LintPlugins from LintOptions to LintConfig (#6932) (DonIsaac)

Testing

  • c35d3f2 linter: Improve test failure output (#6975) (camchenry)

oxlint v0.10.3

[0.10.3] - 2024-10-26

This release warns unmatched rules, for example

  ! The following rules do not match the currently supported rules:
  | no-test-callback
  | prefer-rest-params
  | no-danger

... (truncated)

Changelog

Sourced from oxlint's changelog.

[0.11.0] - 2024-11-03

Documentation

  • 4551baa linter: Document rules (#6983) (Boshen)

[0.10.3] - 2024-10-26

Documentation

  • 3923e63 linter: Add schema to config examples (#6838) (Dmitry Zakharov)

[0.10.0] - 2024-10-18

Features

  • 6e3224d linter: Configure by category in config files (#6120) (DonIsaac)

[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

... (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.9.10 to 0.11.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.11.0/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 Nov 4, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 11, 2024

Superseded by #23.

@dependabot dependabot bot closed this Nov 11, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/oxlint-0.11.0 branch November 11, 2024 23:53
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