-
Notifications
You must be signed in to change notification settings - Fork 8
chore(deps): update oxlint to ~1.14.0 #83
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
Open
Conversation
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
@renovate
renovate
bot
force-pushed
the
renovate/oxlint
branch
from
August 26, 2025 06:11
cc4190d
to
067b716
Compare
@renovate
renovate
bot
changed the title
(削除) chore(deps): update oxlint to ~1.12.0 (削除ここまで)
(追記) chore(deps): update oxlint to ~1.13.0 (追記ここまで)
Aug 26, 2025
@renovate
renovate
bot
force-pushed
the
renovate/oxlint
branch
from
August 31, 2025 10:37
067b716
to
80e0c45
Compare
@renovate
renovate
bot
changed the title
(削除) chore(deps): update oxlint to ~1.13.0 (削除ここまで)
(追記) chore(deps): update oxlint to ~1.14.0 (追記ここまで)
Aug 31, 2025
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.
Uh oh!
There was an error while loading. Please reload this page.
This PR contains the following updates:
~1.11.0
->~1.14.0
~1.11.0
->~1.14.0
Release Notes
oxc-project/eslint-plugin-oxlint (eslint-plugin-oxlint)
v1.14.0
Compare Source
No significant changes
View changes on GitHub
v1.13.0
Compare Source
No significant changes
View changes on GitHub
v1.12.0
Compare Source
No significant changes
View changes on GitHub
oxc-project/oxc (oxlint)
v1.14.0
Compare Source
🚀 Features
7fc4aef
npm/oxlint: 'oxlint-tsgolint': '>=0.1.4' (Boshen)v1.13.0
Compare Source
🐛 Bug Fixes
02c779f
npm/oxlint: Makeoxlint-tsgolint
truly optional (#13153) (Boshen)v1.12.0
: oxlint v1.12.0Compare Source
[1.12.0] - 2025年08月17日
Announcing Oxlint Type-Aware Preview
🚀 Features
09b597f
linter: Handle help message from tsgolint (#13143) (Boshen)aecacae
linter: SupportignorePatterns
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 fortop-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 forjsx-a11y/tabindex-no-positive
(#12963) (Sysix)🐛 Bug Fixes
66a350e
oxlint: Should type linting files after ignore (#13149) (Boshen)81b0162
linter: Preserve json key order foroxlint --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 ofAllocator
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 forTsGoLintDiagnostic
intoMessage
(#13144) (Sysix)437a63d
linter:message_to_message_with_position
helper function (#13140) (Sysix)8459a12
linter: Pass paths toTsGoLintState.lint
method (#13131) (Sysix)0dd7908
linter: Fix dead code warnings when compilingnapi/oxlint2
(#13132) (overlookmotel)f0a517f
linter: Pass cwd instead ofLintServiceOptions
intoTsGoLintState
(#13127) (Sysix)b638371
language_server: Do not check twice for supported extension (#13130) (Sysix)34ae2f0
linter: Movetsgolint.rs
tooxc_linter
crate (#13126) (Sysix)9f924f6
linter: Always explicitly initialize Rayon thread pool (#13122) (overlookmotel)6c5b8be
linter: CreateAllocatorPool
inRuntime::new
(#13106) (overlookmotel)cc2a85b
linter: RemoveCliRunResult
fromTsGoLintState
(#13119) (Sysix)23e5642
linter: MoveTsGoLintInput
creation into own function (#13118) (Sysix)0453ee3
linter: Rename var for consistency (#13074) (overlookmotel)5783df2
linter: DereferenceAllocator
fromAllocatorGuard
(#13073) (overlookmotel)1d77d92
linter: Avoid unnecessary var initialization (#13072) (overlookmotel)1c15288
linter: Extract duplicatedis_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)Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.