chore(deps): update oxlint monorepo to ^1.22.0 (minor) #787
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.19.0
->^1.22.0
^1.19.0
->^1.22.0
Release Notes
oxc-project/eslint-plugin-oxlint (eslint-plugin-oxlint)
v1.22.0
Compare Source
No significant changes
View changes on GitHub
v1.21.0
Compare Source
No significant changes
View changes on GitHub
v1.20.0
Compare Source
No significant changes
View changes on GitHub
oxc-project/oxc (oxlint)
v1.22.0
: oxlint v1.22.0Compare Source
[1.22.0] - 2025-10-08
🚀 Features
9f9d25f
linter/oxc: Implementbranches-sharing-code
(#14440) (camc314)🐛 Bug Fixes
5c29bb6
linter: Fix compile error with test target (#14449) (camc314)0dcdbd1
oxlint: Bundle esquery (#14450) (camc314)💼 Other
b2af43a
oxlint: V1.22.0 (#14451) (Boshen)v1.21.0
Compare Source
🐛 Bug Fixes
6e8d2f6
language_server: Ignore JS plugins (#14379) (overlookmotel)v1.20.0
: oxlint v1.20.0Compare Source
[1.20.0] - 2025-10-06
🚀 Features
d16df93
linter: Support disable directives for type aware rules (#14052) (camc314)f5c6acc
linter: Addvue/no-export-in-script-setup
rule (#14307) (Sysix)353b153
linter: Implement eslint/no-param-reassign rule (#14341) (Matthew Davis)a2914fe
linter/plugins: Addloc
field getter to all AST nodes (#14355) (overlookmotel)07193c2
linter/plugins: ImplementSourceCode#getAncestors
(#14346) (overlookmotel)c8de6fe
linter/plugins: Addparent
field to AST nodes (#14345) (overlookmotel)5505a86
linter/plugins: Includerange
field in AST (#14321) (overlookmotel)3656908
rust: Oxc-index-vec v4.0 (#14254) (Boshen)1347de4
linter/plugins: Accept diagnostics withloc
(#14304) (overlookmotel)aefc8b3
linter/plugins: ImplementSourceCode#getIndexFromLoc
andgetLocFromIndex
(#14303) (overlookmotel)93807db
linter/plugins: ImplementSourceCode#lines
property (#14290) (overlookmotel)2f8c985
linter/plugins: ImplementSourceCode#visitorKeys
property (#14289) (overlookmotel)b69028f
linter/plugins: ImplementSourceCode#ast
property (#14287) (overlookmotel)d8d3d18
linter: Addvue/prefer-import-from-vue
rule (#14284) (Sysix)f0e760b
linter: Addvue/define-props-destructuring
rule (#14272) (Sysix)bdf9010
linter/plugins: AddSourceCode
API (#14281) (overlookmotel)7f450fc
linter/unicorn: Implement require-module-specifiers (#13089) (keita hino)a1e7154
linter/unicorn: Implement prefer-classlist-toggle (#14262) (camc314)8217dce
linter/unicorn: Implement no-unnecessary-array-splice-count (#14255) (camc314)3d5db4a
linter/unicorn: Implement no-useless-error-capture-stack-trace (#14222) (camc314)b3b482a
linter/unicorn: Implement prefer-top-level-await (#14247) (camc314)7931be8
linter/unicorn: Implement prefer-class-fields (#14245) (camc314)a39434a
linter/unicorn: Implement prefer-at (#14232) (camc314)🐛 Bug Fixes
e605222
linter/no-useless-undefined: Correctly respectcheckArguments
option (#14369) (camc314)f1bc608
linter: Fix flaky import/no_cycle test (#14328) (Boshen)9a902c0
linter/plugins: Makerange
field non-optional on AST types (#14354) (overlookmotel)0a42d7f
tsgolint: Report errors if we fail to parse tsgolint diagnostic messages (#14301) (camc314)42f8d7e
linter/react-hooks: Fix diagnostic message for literal in dependency array (#14266) (camc314)ece91c5
linter/react-hooks: Fix diagnostic message for duplicate dependency in array (#14265) (camc314)864fa0e
linter/no-unused-expression: False positive with satisfies expressions (#14259) (camc314)adff069
language_server: Don't apply "ignore this rule" fixes for fixAll code action + command (#14243) (Sysix)46cceb8
linter/rules-of-hooks: Correctly place primary span to fix disable directive (#14237) (camc314)🚜 Refactor
1489376
napi/parser, linter/plugins: Minify walker code (#14376) (overlookmotel)c8eeeb5
linter/plugins: Remove build-time dependency onnapi/parser
(#14374) (overlookmotel)fb1a067
linter/plugins: Bundle walker and AST types map (#14373) (overlookmotel)93d8164
linter/plugins: Export AST types direct fromoxlint
package (#14353) (overlookmotel)230d996
linter/plugins:SourceCode#getText
userange
(#14352) (overlookmotel)6e52bbd
linter/plugins: Move location-related code into separate file (#14350) (overlookmotel)13f1003
linter/plugins: Shareast
between files (#14349) (overlookmotel)00dde41
tsgolint: Make parsingTsGoLintMessage
parsing errors an enum (#14300) (camc314)fc314f5
tsgolint: MakeMessageType
parsing more idomatic (#14299) (camc314)a24c36e
language-server/tsgolint: Use an iterator for tsgolint message parsing (#14298) (camc314)8be432a
tsgolint: Use an iterator for tsgolint message parsing (#14297) (camc314)57daa54
tsgolint: Remove alwaysSome
option wrapper (#14296) (camc314)79eadf8
linter: IntroduceLintRunner
(#14051) (camc314)65873ba
linter/plugins: Add stubs for allSourceCode
methods (#14285) (overlookmotel)989ce2f
linter/plugins: ConvertNode
type to interface (#14280) (overlookmotel)891fc47
language_server: Share code for commandoxc.fixAll
and code actionsource.fixAll.oxc
(#14244) (Sysix)7fe930c
language_server: Remove unused fixture files (#14246) (Sysix)2b2c345
language-server: Movegenerate_inverted_diagnostics
toerror_with_position
(#14118) (camc314)⚡ Performance
fa3712d
language_server: Create lessExternalPluginStore
s (#14378) (overlookmotel)e75d42d
napi/parser, linter/plugins: Remove runtimepreserveParens
option from raw transfer deserializers (#14338) (overlookmotel)2e57351
linter/plugins: InitializelineStartOffsets
as[0]
(#14302) (overlookmotel)c27a393
linter/plugins: Deserialize AST on demand (#14288) (overlookmotel)95a8cc4
linter/plugins: Use singleton forSourceCode
(#14286) (overlookmotel)🧪 Testing
0061ce7
linter: Add more tests for disable directives in partial loadable files (#14371) (camc314)1387aaa
linter/plugins: TestcreateOnce
returning no visitor functions (#14279) (overlookmotel)55ebb8b
linter: Add test fordisable_for_this_section
fix (#14240) (Sysix)a7e8662
linter: Port unicorn test cases to no-named-default (#14239) (camc314)💼 Other
4bf6f69
oxlint: V1.20.0 (#14381) (Boshen)Configuration
📅 Schedule: Branch creation - "after 9pm,before 9am" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.