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 oxlint from 0.15.13 to 0.15.14 in the dev-dependencies group #130

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 12, 2025

Bumps the dev-dependencies group with 1 update: oxlint.

Updates oxlint from 0.15.13 to 0.15.14

Release notes

Sourced from oxlint's releases.

oxlint v0.15.14

[0.15.14] - 2025-03-11

Features

  • 0815fe8 linter: Add promise/no-return-wrap (#9537) (therewillbecode)
  • ae7bb75 linter: Add react/jsx-filename-extension rule (#9474) (Cédric DIRAND)
  • 50327f3 linter: Add import/exports-last (#9578) (yefan)
  • 75e4b8d linter: Add import/no-anonymous-default-export rule (#9481) (yefan)
  • 2f08b16 linter: Add promise/prefer-catch (#9488) (therewillbecode)
  • 41f32ea linter: Allow adding more overrides via extends configs (#9475) (camchenry)
  • fb7cf10 linter: Allowing plugins to be extended with extends (#9473) (camchenry)
  • fc74849 linter: Inherit rules via the extended config files (#9308) (camchenry)
  • 3fce826 linter: Add support for extends property in oxlintrc (#9217) (camchenry)
  • 6b95d25 parser: Disallow TSInstantiationExpression in SimpleAssignmentTarget (#9586) (Boshen)

Bug Fixes

  • 2d42569 linter: Rule eslint/no-unsafe-optional-chaining (#9632) (therewillbecode)
  • a9d7df9 linter: False positive in unicorn/escape-case (#9638) (shulaoda)
  • 3831819 linter: Fix example lint declaration and macro syntax (#9626) (Uli)
  • 4ca62ab linter: Output right file line and column for .vue, .astro and .svelte files (#9484) (Sysix)
  • 3105159 linter: Do not output number of rules with nested configs (#9476) (camchenry)
  • 5ecda01 linter: Support nested extending (#9472) (camchenry)

Documentation

  • b7c61e9 linter: Improve docs for eslint-guard-for-in (#9658) (therewillbecode)
  • 1cc43f7 linter: Improve the documentation of eslint-no-console (#9612) (therewillbecode)
  • 608bb77 linter: Improve the docs and add test case for typescript-no-extra-non-null-assertion (#9609) (therewillbecode)
  • 43add5d linter: Better docs for typescript-no-non-null-asserted-nullish-coalescing rule (#9610) (therewillbecode)
  • bd90ce6 linter: Improve the docs and add test cases for eslint-no-shadow-restricted-names (#9597) (therewillbecode)
  • a0c9f7c linter: Improve the documentation of eslint-no-func-assign (#9596) (therewillbecode)
  • ec922e9 linter: Improve the documentation of typescript-consistent-type-definitions (#9575) (therewillbecode)
  • 165c89d linter: Improve the documentation of typescript-no-namespace (#9545) (therewillbecode)

Refactor

  • c174600 linter: Improve eslint/no-duplicate-imports (#9627) (therewillbecode)
  • 31ba425 linter: Improve eslint/no-self-assign (#9635) (therewillbecode)
  • 03a40df linter: Access scoping from ctx directly (#9624) (Boshen)
  • be5e5dc linter: Improve unicorn/escape-case (#9568) (shulaoda)
  • b7f82fc linter: Improve unicorn/error-message (#9560) (shulaoda)
  • 069ef2d linter: Improve promise/no-nesting (#9544) (therewillbecode)

Testing

  • 934a387 linter: Remove test dependency on oxlint (#9513) (camchenry)
Changelog

Sourced from oxlint's changelog.

[0.15.14] - 2025-03-11

Features

  • 3fce826 linter: Add support for extends property in oxlintrc (#9217) (camchenry)
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 <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 dev-dependencies group with 1 update: [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint).


Updates `oxlint` from 0.15.13 to 0.15.14
- [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.14/npm/oxlint)

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

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 Mar 12, 2025
@github-actions github-actions bot merged commit c28a330 into main Mar 12, 2025
6 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev-dependencies-97c9ffd3fd branch March 12, 2025 03:52
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