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.15.10 to 0.15.11 #1268

Merged
merged 1 commit into from
Feb 17, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 17, 2025

Bumps oxlint from 0.15.10 to 0.15.11.

Release notes

Sourced from oxlint's releases.

oxlint v0.15.11

[0.15.11] - 2025-02-16

Features

  • d93bf0e linter: Implement func-style rule (#8977) (yefan)
  • a870526 linter: Add vitest/no-standalone-expect rule (#8986) (Tyler Earls)
  • addaa8e linter: Support es2025 env (#8985) (Sysix)
  • 5d508a4 linter: Support env and globals in overrides configuration (#8915) (Sysix)
  • 41ad42a linter: Add init-declarations rule (#8909) (yefan)
  • 125d610 minifier: Fold String::charAt / String::charCodeAt more precisely (#9082) (sapphi-red)

Bug Fixes

  • 47c1649 linter: Output line/column for --format=stylish instead of offset + length (#9136) (Sysix)
  • b68e240 linter: Rule unicorn/new-for-builtins do not look into globals (#9146) (Sysix)
  • 490c77d linter: Rule no-constant-binary-expression do not look into globals (#9145) (Sysix)
  • b36734c linter: Rule promise/avoid-new do not look into globals (#9144) (Sysix)
  • 091a5c1 linter: Rule no-new-native-nonconstructor do not look into globals (#9143) (Sysix)
  • 1c1d2e6 linter: Rule symbol-description do not look into globals (#9142) (Sysix)
  • 6d15153 linter: Rule prefer-object-spreads do not look into globals (#9141) (Sysix)
  • 9214661 linter: Rule valid-typeof do not check for globals (#9140) (Sysix)
  • 29141d6 linter: Rule no-restricted-globals: do not check for globals entries (#9139) (Sysix)
  • 23d0d95 linter: Report no-console when the globals.console is off (#9138) (Sysix)
  • 157e1a1 linter: False positive in jest/no-conditional-expect (#9053) (dalaoshu)
  • 28b5990 linter: Rule no-restricted-imports: improve diagnostics (#8113) (Alexander S.)
  • b191390 linter: no-global-assign look into globals config (#8963) (Sysix)
  • 44d985b linter: Correct the is_reference_to_global_variable (#8920) (dalaoshu)

Documentation

  • 02cb45b linter: Add prettier-ignore where formatting ruins code (#8978) (camchenry)

Refactor

  • 9ca22f4 linter: Improve jsx-a11y/heading-has-content (#9089) (dalaoshu)
Changelog

Sourced from oxlint's changelog.

[0.15.11] - 2025-02-16

Features

  • 5d508a4 linter: Support env and globals in overrides configuration (#8915) (Sysix)

[0.15.8] - 2025-01-24

Features

  • 79ba9b5 linter: Added support to run in Node.JS legacy versions (#8648) (Luiz Felipe Weber)

[0.15.7] - 2025-01-19

Features

  • 538b24a linter: Format the configuration documentation correctly (#8583) (Tapan Prakash)

[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

... (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.15.10 to 0.15.11.
- [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.15.11/npm/oxlint)

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

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 Feb 17, 2025
@github-actions github-actions bot merged commit cb3ecf5 into master Feb 17, 2025
1 of 2 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/oxlint-0.15.11 branch February 17, 2025 23:08
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