Skip to content

chore(dependencies): update dependency oxlint to ~1.12.0#583

Closed
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/oxlint-monorepo
Closed

chore(dependencies): update dependency oxlint to ~1.12.0#583
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/oxlint-monorepo

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 22, 2025

This PR contains the following updates:

Package Change Age Confidence
oxlint (source) ~1.8.0 -> ~1.12.0 age confidence

Release Notes

oxc-project/oxc (oxlint)

v1.12.0: oxlint v1.12.0

Compare Source

[1.12.0] - 2025-08-17

Announcing Oxlint Type-Aware Preview

🚀 Features
  • 09b597f linter: Handle help message from tsgolint (#​13143) (Boshen)
  • aecacae linter: Support ignorePatterns for nested configs (#​12210) (Sysix)
  • c661bac linter: Add eslint/prefer-template rule (#​13117) (yefan)
  • 920e06f linter: Implement fixer for jsx_curly_brace_presence (#​13005) (RoelGo)
  • 1c79d02 linter: Add react/jsx-fragments rule (#​12988) (Peter Cardenas)
  • a799982 linter/consistent-type-specifier-style: Add fixer for top-level style config (#​13023) (Li Wei)
  • 61112a3 linter: Add 36 new TypeScript ESLint rules with comprehensive test fixtures (#​12893) (Copilot)
  • 4ce252c linter: Add dangerous suggestion for jsx-a11y/tabindex-no-positive (#​12963) (Sysix)
🐛 Bug Fixes
  • 66a350e oxlint: Should type linting files after ignore (#​13149) (Boshen)
  • 81b0162 linter: Preserve json key order for oxlint --init (#​13121) (Boshen)
  • f97791a linter/no-this-alias: Update NoThisAliasConfig default config (#​13095) (camc314)
  • 43b1c5a linter: Do not count type-aware rules, when not enabled (#​13062) (Sysix)
  • 618ee87 linter/array-callback-return: Fix handling of default case in switch statements for array-callback-return rule (#​13081) (Li Wei)
  • c211d32 linter: Fix whitespace handling in disable directives (#​13083) (Li Wei)
  • a0ccada tsgolint: Handle non-zero exit status from tsgolint process (#​13087) (camc314)
  • b0558a4 linter: Prevent unsound use of Allocator across threads (#​13032) (overlookmotel)
  • 2d287d0 linter/no-unused-private-class-members: False positive with private member in compound assignments (#​13053) (yefan)
🚜 Refactor
  • 700b412 linter: Add impl for TsGoLintDiagnostic into Message (#​13144) (Sysix)
  • 437a63d linter: message_to_message_with_position helper function (#​13140) (Sysix)
  • 8459a12 linter: Pass paths to TsGoLintState.lint method (#​13131) (Sysix)
  • 0dd7908 linter: Fix dead code warnings when compiling napi/oxlint2 (#​13132) (overlookmotel)
  • f0a517f linter: Pass cwd instead of LintServiceOptions into TsGoLintState (#​13127) (Sysix)
  • b638371 language_server: Do not check twice for supported extension (#​13130) (Sysix)
  • 34ae2f0 linter: Move tsgolint.rs to oxc_linter crate (#​13126) (Sysix)
  • 9f924f6 linter: Always explicitly initialize Rayon thread pool (#​13122) (overlookmotel)
  • 6c5b8be linter: Create AllocatorPool in Runtime::new (#​13106) (overlookmotel)
  • cc2a85b linter: Remove CliRunResult from TsGoLintState (#​13119) (Sysix)
  • 23e5642 linter: Move TsGoLintInput creation into own function (#​13118) (Sysix)
  • 0453ee3 linter: Rename var for consistency (#​13074) (overlookmotel)
  • 5783df2 linter: Dereference Allocator from AllocatorGuard (#​13073) (overlookmotel)
  • 1d77d92 linter: Avoid unnecessary var initialization (#​13072) (overlookmotel)
  • 1c15288 linter: Extract duplicated is_jsx_fragment function to shared utils (#​13093) (Copilot)
  • 0b61338 linter/jsx-curly-brace-presence: Iter over chars rather than using regex (#​13094) (Copilot)
  • 74fb6c9 linter: Reduce repeated code (#​13070) (overlookmotel)
⚡ Performance
  • 3bfb235 linter: Implement streaming diagnostics for tsgolint instead of waiting for output to finish (#​13098) (copilot-swe-agent)

v1.11.2: oxlint v1.11.2

Compare Source

[1.11.2] - 2025-08-12

🐛 Bug Fixes
  • c461a86 oxlint: Fix type-aware linting crash when Vue files are present (#​13007) (Copilot)
  • 42de3d1 linter: Update warn_correctness to correctly warn when using vitest plugin (#​12991) (camc314)
  • 1b0136e linter/exhaustive-deps: Use codegen in fixer rather than manual string manipulation (#​12987) (camc314)
  • 2936545 linter/tsgolint: Report an error if tsgolint executable failed to spawn (#​12984) (camc314)
  • 166f5cc linter: Fix no-fallthrough rule, when the default condition is not last (#​12927) (Li Wei)
  • d7e1ddb linter/config: Ensure that overrides correctly replace base rules (#​12941) (camc314)
  • a13b3ee oxlint: Run tsgolint.CMD under windows (#​12932) (Sysix)
🚜 Refactor
  • 69303de oxlint: Pass DiagnosticService as a parameter for TsGoLintState.lint() (#​13004) (Sysix)
🧪 Testing
  • fb8cbbf oxlint: Enable tsgolint test with config parameter for windows (#​13001) (Alexander S.)
  • d59f3bb oxlint: Match x.ys when replacing var (#​12990) (camc314)
  • 6b054b6 linter/expect-expect: Add test case for calling expect as return arg (#​12983) (camc314)
  • d7cca12 linter: Add test for extended configs and overrides for tsgolint (#​12924) (camchenry)

v1.11.1

Compare Source

🐛 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)

v1.11.0

Compare Source

🚀 Features

v1.10.0

Compare Source

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

v1.9.0

Compare Source

🚜 Refactor

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from EDM115 July 22, 2025 19:52
@github-actions github-actions bot added the PR: draft PR is draft. label Jul 22, 2025
@deepsource-io
Copy link
Contributor

deepsource-io bot commented Jul 22, 2025

Here's the code health analysis summary for commits 10beeac..ca1d2b1. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource Shell LogoShell✅ SuccessView Check ↗
DeepSource Secrets LogoSecrets✅ SuccessView Check ↗
DeepSource JavaScript LogoJavaScript✅ SuccessView Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

@renovate renovate bot changed the title chore(dependencies): update dependency oxlint to ~1.8.0 chore(dependencies): update dependency oxlint to ~1.8.0 - autoclosed Jul 23, 2025
@renovate renovate bot closed this Jul 23, 2025
@renovate renovate bot deleted the renovate/oxlint-monorepo branch July 23, 2025 15:54
@renovate renovate bot changed the title chore(dependencies): update dependency oxlint to ~1.8.0 - autoclosed chore(dependencies): update dependency oxlint to ~1.8.0 Jul 30, 2025
@renovate renovate bot reopened this Jul 30, 2025
@renovate renovate bot force-pushed the renovate/oxlint-monorepo branch from cb5f40c to 116d4b7 Compare July 30, 2025 10:10
@renovate renovate bot changed the title chore(dependencies): update dependency oxlint to ~1.8.0 chore(dependencies): update dependency oxlint to ~1.9.0 Jul 30, 2025
@renovate renovate bot force-pushed the renovate/oxlint-monorepo branch from 116d4b7 to 5c41ede Compare July 30, 2025 17:31
@renovate renovate bot changed the title chore(dependencies): update dependency oxlint to ~1.9.0 chore(dependencies): update dependency oxlint to ~1.10.0 Aug 6, 2025
@renovate renovate bot force-pushed the renovate/oxlint-monorepo branch from 5c41ede to 63694d8 Compare August 6, 2025 13:32
@renovate renovate bot changed the title chore(dependencies): update dependency oxlint to ~1.10.0 chore(dependencies): update dependency oxlint to ~1.11.0 Aug 7, 2025
@renovate renovate bot force-pushed the renovate/oxlint-monorepo branch 5 times, most recently from 4407a76 to 168af78 Compare August 13, 2025 17:06
@renovate renovate bot force-pushed the renovate/oxlint-monorepo branch from 168af78 to 55f9bb1 Compare August 17, 2025 04:45
@renovate renovate bot changed the title chore(dependencies): update dependency oxlint to ~1.11.0 chore(dependencies): update dependency oxlint to ~1.12.0 Aug 17, 2025
| datasource | package | from  | to     |
| ---------- | ------- | ----- | ------ |
| npm        | oxlint  | 1.8.0 | 1.12.0 |
@renovate renovate bot force-pushed the renovate/oxlint-monorepo branch from 55f9bb1 to ca1d2b1 Compare August 19, 2025 13:54
@EDM115 EDM115 closed this Aug 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant