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

Bump the oxlint group with 2 updates #13863

Merged
merged 1 commit into from
Dec 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2024

Bumps the oxlint group with 2 updates: eslint-plugin-oxlint and oxlint.

Updates eslint-plugin-oxlint from 0.13.1 to 0.14.0

Release notes

Sourced from eslint-plugin-oxlint's releases.

v0.14.0

No significant changes

    View changes on GitHub

v0.13.2

No significant changes

    View changes on GitHub
Commits

Updates oxlint from 0.13.1 to 0.14.0

Release notes

Sourced from oxlint's releases.

oxlint v0.14.0

[0.14.0] - 2024-12-01

Features

  • 32f860d linter: Add support for ignorePatterns property within config file (#7092) (Nicholas Rayburn)
  • 053bc08 linter: Implement typescript/no-unused-expressions (#7498) (camc314)
  • 60b28fc linter: Implement typescript/consistent-generic-constructors (#7497) (camc314)
  • bd0693b linter: Allow lint rules with the same name (#7496) (camc314)
  • 2ac9f96 linter: Typescript/no-inferrable-types (#7438) (camc314)
  • 8d89fdc linter: Add eslint/prefer-spread (#7112) (tbashiyy)

Bug Fixes

  • 123b5b7 linter: False positive in typescript/consistent-type-definitions (#7560) (dalaoshu)
  • cc078d6 linter: Add missing error message prefix to eslint/no-const-assign (Boshen)
  • 17c0dd8 linter: Fix jsx_no_script_url doc failed to build (Boshen)

Performance

  • 6cc7a48 linter: Use OsString for module cache hash (#7558) (Boshen)
  • 6655345 linter: Use FxDashMap for module cache (#7522) (overlookmotel)

Documentation

  • a6b0100 linter: Fix config example headings (#7562) (Boshen)

Refactor

  • 0f3f67a linter: Add capability of adding semantic data to module record (#7561) (Boshen)
  • 8392177 linter: Clean up the runtime after the module record change (#7557) (Boshen)
  • 823353a linter: Clean up APIs for ModuleRecord (#7556) (Boshen)
  • f847d0f linter: Call str::ends_with with array not slice (#7526) (overlookmotel)
  • 2077ff9 linter: Remove once_cell (#7510) (Boshen)
  • 169b8bf linter, syntax: Introduce type alias FxDashMap (#7520) (overlookmotel)

oxlint v0.13.2

[0.13.2] - 2024-11-26

  • b04041d vscode: [BREAKING] Use .oxlintrc.json as default value for oxc.configPath (#7442) (Alexander S.)

Features

  • 7236d14 eslint/jsx_a11y: Implement anchor_ambiguous_text (#5729) (Jelle van der Waa)
  • 79ab8cc lint-unicorn: Add rule prefer set has (#7075) (jordan boyer)
  • 87c893f linter: Add the eslint/no_duplicate_imports rule (#7309) (Guillaume Piedigrossi)
  • 0b9da38 linter: Implement unicorn/prefer-negative-index (#6920) (Brian Liu)
  • f0643c4 linter: Implement jsx-no-script-url (#6995) (Radu Baston)
  • 00060ca linter: Implement eslint/no-object-constructor (#7345) (Naoya Yoshizawa)

... (truncated)

Changelog

Sourced from oxlint's changelog.

[0.14.0] - 2024-12-01

Features

  • 32f860d linter: Add support for ignorePatterns property within config file (#7092) (Nicholas Rayburn)

Documentation

  • a6b0100 linter: Fix config example headings (#7562) (Boshen)

[0.13.0] - 2024-11-21

Documentation

  • df143ca linter: Add docs for config settings (#4827) (DonIsaac)

[0.12.0] - 2024-11-20

Features

  • 2268a0e linter: Support overrides config field (#6974) (DonIsaac)

[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

... (truncated)

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the oxlint group with 2 updates: [eslint-plugin-oxlint](https://github.com/oxc-project/eslint-plugin-oxlint) and [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint).


Updates `eslint-plugin-oxlint` from 0.13.1 to 0.14.0
- [Release notes](https://github.com/oxc-project/eslint-plugin-oxlint/releases)
- [Commits](oxc-project/eslint-plugin-oxlint@v0.13.1...v0.14.0)

Updates `oxlint` from 0.13.1 to 0.14.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.14.0/npm/oxlint)

---
updated-dependencies:
- dependency-name: eslint-plugin-oxlint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: oxlint
- dependency-name: oxlint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: oxlint
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added Dependencies Pull requests that update a dependency file JavaScript Pull requests that update JavaScript code. labels Dec 1, 2024
@swissspidy swissspidy merged commit fd8dc73 into main Dec 1, 2024
41 of 43 checks passed
@swissspidy swissspidy deleted the dependabot/npm_and_yarn/oxlint-b2551880d3 branch December 1, 2024 22:34
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.

1 participant