Skip to content

Bump oxlint from 1.11.1 to 1.14.0 - #52

Merged
vvenv merged 1 commit into
mainfrom
dependabot/npm_and_yarn/oxlint-1.14.0
Sep 11, 2025
Merged

Bump oxlint from 1.11.1 to 1.14.0#52
vvenv merged 1 commit into
mainfrom
dependabot/npm_and_yarn/oxlint-1.14.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2025

Copy link
Copy Markdown
Contributor

Bumps oxlint from 1.11.1 to 1.14.0.

Release notes

Sourced from oxlint's releases.

oxlint v1.14.0

[1.14.0] - 2025-08-30

Type-Aware Linting

Type-aware linting should now perform well in large monorepos. Please update your oxlint-tsgolint version to latest.

🚀 Features

  • 9c9f80d linter/grouped-accessor-pairs: Add enforceForTSTypes option (#13296) (Copilot)
  • 5b91f3c linter: Add vue/valid-define-emits (#12545) (Sysix)

🐛 Bug Fixes

  • c215619 linter: Parse globalThis.RegExp for regexp rules (#13395) (Sysix)
  • 3c34767 linter: Handle errors from tsgolint (#13252) (camc314)
  • 902b39b language_server: Split run logic for oxlint and tsgolint (#13332) (Sysix)
  • 2a910c5 language_server: Disable tsgolint test on big endian (#13313) (camc314)

🚜 Refactor

  • d499400 linter/jsx-handler-names: Simplify option checks for inline functions and local variables (#13405) (camc314)
  • 62da550 linter/no-done-callback: Remove nested if-let stmts (#13400) (camc314)
  • c9cb2a4 eslint/arrow-body-style: Clean up implementation and improve documentation (#13389) (Antoine Zanardi)
  • 53de36e linter: ContextSubHost hold owned Semantic (#13338) (overlookmotel)
  • e871dab linter: Run linter with ContextSubHost (#12769) (Sysix)
  • 077abdf linter: Introduce ContextSubHost for cross script block analyse (#12724) (Sysix)
  • 6431033 linter: Move ignore logic to LintIgnoreMatcher (#13222) (Sysix)

📚 Documentation

  • 51d3840 linter: Update oxlint CLI help message on .oxlintrc.json config file (#13334) (0xCLARITY)

⚡ Performance

  • 827fe1c linter: Use Cell instead of RefCell (#13330) (overlookmotel)

🧪 Testing

  • 13470b2 oxc_linter: Run from_tsgo_lint_diagnostic tests only with lsp feature flag (#13396) (Sysix)
  • 6eeeb67 oxlint: Add test for ignore patterns referenced by symlink file (#13356) (Sysix)
  • 33e0e8b language_server: Dont run tsgolint related test on big-edian (#13342) (Sysix)

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)

... (truncated)

Changelog

Sourced from oxlint's changelog.

[1.14.0] - 2025-08-30

🚀 Features

  • 7fc4aef npm/oxlint: 'oxlint-tsgolint': '>=0.1.4' (Boshen)

[1.13.0] - 2025-08-26

🐛 Bug Fixes

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

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for oxlint since your current version.


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)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 1, 2025
@vvenv

vvenv commented Sep 11, 2025

Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Sep 11, 2025

Copy link
Copy Markdown
Contributor Author

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@vvenv

vvenv commented Sep 11, 2025

Copy link
Copy Markdown
Owner

@dependabot recreate

Bumps [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) from 1.11.1 to 1.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_v1.14.0/npm/oxlint)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/oxlint-1.14.0 branch from d863c04 to 1c8a5b3 Compare September 11, 2025 13:42
@vvenv
vvenv merged commit 59ed241 into main Sep 11, 2025
3 checks passed
@vvenv
vvenv deleted the dependabot/npm_and_yarn/oxlint-1.14.0 branch September 11, 2025 13:44
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