-
-
Notifications
You must be signed in to change notification settings - Fork 0
Update dependency oxlint to v1.14.0 #85
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
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/oxlint-monorepo
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
Contributor
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
b63f621 to
286ff18
Compare
7768b10 to
e15db46
Compare
e15db46 to
ef973d7
Compare
ef973d7 to
ee4bc81
Compare
ee4bc81 to
29ba789
Compare
3a77595 to
2bb37e8
Compare
2bb37e8 to
9634507
Compare
9634507 to
50515d8
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.5.0->1.14.0Release Notes
oxc-project/oxc (oxlint)
v1.14.0Compare Source
🚀 Features
7fc4aefnpm/oxlint: 'oxlint-tsgolint': '>=0.1.4' (Boshen)v1.13.0Compare Source
🐛 Bug Fixes
02c779fnpm/oxlint: Makeoxlint-tsgolinttruly optional (#13153) (Boshen)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)v1.8.0: oxlint v1.8.0Compare Source
[1.8.0] - 2025-07-22
NOTE: While custom JS plugins are mentioned in the release notes, they are not yet supported in this release. We are actively building them out.
🚀 Features
6d2b549napi/oxlint: Pass AST in buffer to JS (#12350) (overlookmotel)14f0159linter/exhaustive-deps: Add auto-fixer (#12354) (Don Isaac)🐛 Bug Fixes
99e105flinter: Correct autofix inunicorn/prefer-number-propertiesfor Infinity (#12445) (yefan)0b539e3linter:unicorn/catch-error-namewasn't using the ignore property (#12446) (Parbez)05fba9blinter: Don't panic onTSNonNullExpressioninunicorn/prefer-array-find(#12400) (Sysix)46e33d5linter: Improve error handling in config file lookup (#12391) (camc314)4621872linter: Parse second script block forsveltefiles (#12390) (Sysix)fbe7eb4linter/filename-case: Fix default config when no config is provided (#12389) (camc314)fea9df4linter: Report errors with the correct severity for custom plugins (#12362) (camc314)652c038linter: Mark correctly enabled default rules for--rules(#12163) (Sysix)eadc359linter: Correct source text for vue files having script attributes containig ">" char inside (#12375) (Sysix)54d143alinter/exhaustive-deps: More descriptive messages for always-rerender violations (#12336) (Don Isaac)dac4db9linter/exhaustive-deps: Better diagnostics for missing dependencies (#12337) (Don Isaac)119d23alinter/prefer-array-flat-map: Error for.flat(1.0)(#12360) (overlookmotel)🚜 Refactor
2d9291clinter/prefer-number-properties: Simplify fixer logic (#12451) (camc314)c5dff1elinter, napi/parser: Addsource_lenfield toRawTransferMetadata(#12383) (overlookmotel)5e3b415linter: DuplicateRawTransferMetadatainoxc_lintercrate (#12382) (overlookmotel)773fd88linter: Pass&AllocatorintoLinter::run_external_rules(#12374) (overlookmotel)b10ed11linter: Make unwrap unconditional (#12371) (overlookmotel)a0631d4linter: Move running external rules into feature-gated function (#12370) (overlookmotel)4fc4e7clinter: Make feature gates foroxlint2feature consistent (#12369) (overlookmotel)50b1786linter: Clarify usage ofAllocatorandAllocatorGuard(#12332) (overlookmotel)26d3a39linter: RemoveModuleContentOwnerabstraction (#12331) (overlookmotel)📚 Documentation
3c21d94linter: Correct comment onRawTransferMetadata2type (#12428) (overlookmotel)💼 Other
0b17927oxlint: V1.8.0 (#12452) (oxc-bot)v1.7.0Compare Source
🚀 Features
a4dae73linter: IntroduceLintPluginsto store builtin + custom plugins (#12117) (camc314)v1.6.0: oxlint v1.6.0Compare Source
[1.6.0] - 2025-07-07
🐛 Bug Fixes
3f0e03elinter: Fix inconsistent behavior inno-duplicate-importsrule (#12051) (yefan)6dbacealinter/no-barrel-file: No diagnostic tag when some modules arent resolved (#12049) (camc314)dd6b1eelinter/extensions: False positives with non configured extensions (#11872) (camc314)5851d2coxlint: Always follow symlinks; remove cli flag--symlinks(#12048) (Boshen)eb1c596linter/consistent-index-object-style: Fix default impl for rule config (#12031) (camc314)🚜 Refactor
54cf5cbsemantic: Remove Option from parent_* methods (#12087) (Ulrich Stark)8d1be94language_server: Fix todo by avoiding allocation (#12096) (Ulrich Stark)72418calinter:RuntimeFileSystem::write_filetake&str(#12075) (overlookmotel)2f7cbdalinter: Move napi bindings out of oxc_linter (#12072) (camc314)9254252linter: Move code (#12071) (overlookmotel)2319710linter: Shorten code (#12070) (overlookmotel)387762dlinter/no-unused-vars: Simplify check for export nodes (#12044) (Dunqing)f1d4086ast: RemoveAstKindforModuleDeclaration(#12022) (camchenry)754c05aast: RemoveAstKindforTSTypeName(#11990) (camchenry)0c7f9e8linter: Remove a branch (#12032) (overlookmotel)📚 Documentation
85ec382linter: Add good/bad example fornextjs/no-page-custom-font(#12092) (Sysix)9240342linter: Add docs fornextjs/no-script-component-in-head(#12091) (Sysix)0878414linter: Add good/bad example fornextjs/no-head-import-in-document(#12061) (Sysix)222bc73linter: Add bad/good example fornextjs/no-head-element(#12059) (Sysix)a7e9f50linter: Add good/bad example fornextjs/no-title-in-document-head(#12065) (Sysix)51c6818linter: Add good/bad example fornextjs/no-document-import-in-pages(#12064) (Sysix)c7b38f9consistent-indexed-object-style: Clarify docs (#12019) (Luca Ban)⚡ Performance
04e2de5linter: Avoid iteration when checking import isAllButDefaultorSideEffectineslint/no-duplicate-imports(#12093) (Sysix)e2a7d6alinter: Check filepath before runningnextjs/no-head-element(#12062) (Sysix)00a9fd9linter: Check for filename before runningnextjs/no-head-import-in-documentrule (#12060) (Sysix)62a3ce0linter: Replaceunicode-segmentationcrate withicu_segmenter(#12063) (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.