Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 27, 2025

Bumps oxlint from 1.12.0 to 1.13.0.

Release notes

Sourced from oxlint's releases.

oxlint v1.13.0

[1.13.0] - 2025-08-26

💥 BREAKING CHANGES

  • 63abd7c oxlint: [BREAKING] Do not ignore hidden dot directories by default (#13194) (Sysix)

🚀 Features

  • 47aefa8 editor: Add oxc.typeAware option for workspaces (#13147) (Sysix)
  • faee1a4 language_server: Add typeAware option (#13146) (Sysix)
  • 70f0143 linter: Add jest/padding-around-test-blocks rule (#12985) (Peter Cardenas)
  • a56f0da linter: Add profiling support for tsgolint via environment variables (#13238) (no-yan)
  • cc7f088 linter: Add react/jsx-handler-names rule (#13079) (Takuji Shimokawa)
  • c6c5075 linter/always-return: Implement promise rule always-return (#13178) (Li Wei)

🐛 Bug Fixes

  • fd14b39 linter/array-callback-return: False postive with throw stmt in callback (#13264) (camc314)
  • 648e939 linter: Parse ignorePatterns with gitignore syntax (#13221) (Sysix)
  • a1b52c8 linter/no-unused-private-class-members: Fix false positive with await expression (#13249) (camc314)
  • d80c07c linter/explicit-module-boundary-types: False positve with arrow fn in exported fn body (#13232) (camc314)
  • 06ec43c linter: Enhance handling of disable directives for next-line and line spans (#13157) (camc314)
  • 163dbea linter/prefer-for-of: False positive with diff member expression (#13201) (camc314)
  • ada4e84 linter/prefer-await-to-then: False positive with Promise call as return arg (#13189) (camc314)
  • 63d12d3 linter: Handle arrow function expressions in static blocks for no-unused-private-class-members (#13181) (camc314)
  • 02c779f npm/oxlint: Make oxlint-tsgolint truly optional (#13153) (Boshen)

🚜 Refactor

  • 2f9a6ac linter: Move lsp relevant code into own file (#13243) (Sysix)
  • 2761300 linter: Include tsgolint suggestion for Message::from_tsgo_lint_diagnostic (#13255) (Sysix)
  • c138fad linter: Avoid fs reads in TsGoLintState when --silent is used (#13199) (Sysix)
  • 845c6de linter: Store source_text of already opened files for TsGoLintState (#13197) (Sysix)

📚 Documentation

  • 7fcc51e linter: Fix doc code block in eslint/func-style rule (#13171) (leaysgur)
  • deddc8c linter/no-console: Correct typo in correct code example (#13182) (camc314)

🧪 Testing

  • 30c54a3 linter: Add test for Message::from_tsgo_lint_diagnostic (#13254) (Sysix)
Changelog

Sourced from oxlint's changelog.

[1.13.0] - 2025-08-26

🐛 Bug Fixes

  • 02c779f npm/oxlint: Make oxlint-tsgolint truly optional (#13153) (Boshen)

[1.11.1] - 2025-08-09

🐛 Bug Fixes

  • 8c57153 npm/oxlint: Fix oxlint-tsgolint version range for yarn (Boshen)

🚜 Refactor

  • 238b183 linter: Use fast-glob instead of globset for GlobSet (#12870) (shulaoda)

[1.11.0] - 2025-08-07

🚀 Features

  • ac46347 oxlint: Add tsgolint integration (#12485) (camchenry)

[1.10.0] - 2025-08-06

🚀 Features

  • 9b35600 linter/jsx-a11y: Add support for mapped attributes in label association checks (#12805) (camc314)

[1.9.0] - 2025-07-29

🚜 Refactor

  • bea652f linter: Add vue and regex to BuiltinLintPlugins (#12542) (Sysix)

[1.7.0] - 2025-07-16

🚀 Features

  • a4dae73 linter: Introduce LintPlugins to store builtin + custom plugins (#12117) (camc314)

... (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 1.12.0 to 1.13.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_v1.13.0/npm/oxlint)

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

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 Aug 27, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 31, 2025

Superseded by #225.

@dependabot dependabot bot closed this Aug 31, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/oxlint-1.13.0 branch August 31, 2025 16:03
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