chore(dependencies): update dependency oxlint to ~1.12.0#583
Closed
renovate[bot] wants to merge 1 commit intomasterfrom
Closed
chore(dependencies): update dependency oxlint to ~1.12.0#583renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
Contributor
|
Here's the code health analysis summary for commits Analysis Summary
|
cb5f40c to
116d4b7
Compare
116d4b7 to
5c41ede
Compare
5c41ede to
63694d8
Compare
4407a76 to
168af78
Compare
168af78 to
55f9bb1
Compare
| datasource | package | from | to | | ---------- | ------- | ----- | ------ | | npm | oxlint | 1.8.0 | 1.12.0 |
55f9bb1 to
ca1d2b1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
~1.8.0->~1.12.0Release Notes
oxc-project/oxc (oxlint)
v1.12.0: oxlint v1.12.0Compare Source
[1.12.0] - 2025-08-17
Announcing Oxlint Type-Aware Preview
🚀 Features
09b597flinter: Handle help message from tsgolint (#13143) (Boshen)aecacaelinter: SupportignorePatternsfor nested configs (#12210) (Sysix)c661baclinter: Add eslint/prefer-template rule (#13117) (yefan)920e06flinter: Implement fixer for jsx_curly_brace_presence (#13005) (RoelGo)1c79d02linter: Add react/jsx-fragments rule (#12988) (Peter Cardenas)a799982linter/consistent-type-specifier-style: Add fixer fortop-levelstyle config (#13023) (Li Wei)61112a3linter: Add 36 new TypeScript ESLint rules with comprehensive test fixtures (#12893) (Copilot)4ce252clinter: Add dangerous suggestion forjsx-a11y/tabindex-no-positive(#12963) (Sysix)🐛 Bug Fixes
66a350eoxlint: Should type linting files after ignore (#13149) (Boshen)81b0162linter: Preserve json key order foroxlint --init(#13121) (Boshen)f97791alinter/no-this-alias: Update NoThisAliasConfig default config (#13095) (camc314)43b1c5alinter: Do not count type-aware rules, when not enabled (#13062) (Sysix)618ee87linter/array-callback-return: Fix handling of default case in switch statements for array-callback-return rule (#13081) (Li Wei)c211d32linter: Fix whitespace handling in disable directives (#13083) (Li Wei)a0ccadatsgolint: Handle non-zero exit status from tsgolint process (#13087) (camc314)b0558a4linter: Prevent unsound use ofAllocatoracross threads (#13032) (overlookmotel)2d287d0linter/no-unused-private-class-members: False positive with private member in compound assignments (#13053) (yefan)🚜 Refactor
700b412linter: Add impl forTsGoLintDiagnosticintoMessage(#13144) (Sysix)437a63dlinter:message_to_message_with_positionhelper function (#13140) (Sysix)8459a12linter: Pass paths toTsGoLintState.lintmethod (#13131) (Sysix)0dd7908linter: Fix dead code warnings when compilingnapi/oxlint2(#13132) (overlookmotel)f0a517flinter: Pass cwd instead ofLintServiceOptionsintoTsGoLintState(#13127) (Sysix)b638371language_server: Do not check twice for supported extension (#13130) (Sysix)34ae2f0linter: Movetsgolint.rstooxc_lintercrate (#13126) (Sysix)9f924f6linter: Always explicitly initialize Rayon thread pool (#13122) (overlookmotel)6c5b8belinter: CreateAllocatorPoolinRuntime::new(#13106) (overlookmotel)cc2a85blinter: RemoveCliRunResultfromTsGoLintState(#13119) (Sysix)23e5642linter: MoveTsGoLintInputcreation into own function (#13118) (Sysix)0453ee3linter: Rename var for consistency (#13074) (overlookmotel)5783df2linter: DereferenceAllocatorfromAllocatorGuard(#13073) (overlookmotel)1d77d92linter: Avoid unnecessary var initialization (#13072) (overlookmotel)1c15288linter: Extract duplicatedis_jsx_fragmentfunction to shared utils (#13093) (Copilot)0b61338linter/jsx-curly-brace-presence: Iter over chars rather than using regex (#13094) (Copilot)74fb6c9linter: Reduce repeated code (#13070) (overlookmotel)⚡ Performance
3bfb235linter: Implement streaming diagnostics for tsgolint instead of waiting for output to finish (#13098) (copilot-swe-agent)v1.11.2: oxlint v1.11.2Compare Source
[1.11.2] - 2025-08-12
🐛 Bug Fixes
c461a86oxlint: Fix type-aware linting crash when Vue files are present (#13007) (Copilot)42de3d1linter: Update warn_correctness to correctly warn when using vitest plugin (#12991) (camc314)1b0136elinter/exhaustive-deps: Use codegen in fixer rather than manual string manipulation (#12987) (camc314)2936545linter/tsgolint: Report an error if tsgolint executable failed to spawn (#12984) (camc314)166f5cclinter: Fix no-fallthrough rule, when the default condition is not last (#12927) (Li Wei)d7e1ddblinter/config: Ensure that overrides correctly replace base rules (#12941) (camc314)a13b3eeoxlint: Runtsgolint.CMDunder windows (#12932) (Sysix)🚜 Refactor
69303deoxlint: PassDiagnosticServiceas a parameter forTsGoLintState.lint()(#13004) (Sysix)🧪 Testing
fb8cbbfoxlint: Enable tsgolint test with config parameter for windows (#13001) (Alexander S.)d59f3bboxlint: Matchx.yswhen replacing var (#12990) (camc314)6b054b6linter/expect-expect: Add test case for calling expect as return arg (#12983) (camc314)d7cca12linter: Add test for extended configs and overrides for tsgolint (#12924) (camchenry)v1.11.1Compare Source
🐛 Bug Fixes
8c57153npm/oxlint: Fixoxlint-tsgolintversion range for yarn (Boshen)🚜 Refactor
238b183linter: Usefast-globinstead ofglobsetforGlobSet(#12870) (shulaoda)v1.11.0Compare Source
🚀 Features
ac46347oxlint: Addtsgolintintegration (#12485) (camchenry)v1.10.0Compare Source
🚀 Features
9b35600linter/jsx-a11y: Add support for mapped attributes in label association checks (#12805) (camc314)v1.9.0Compare Source
🚜 Refactor
bea652flinter: AddvueandregextoBuiltinLintPlugins(#12542) (Sysix)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.
This PR was generated by Mend Renovate. View the repository job log.