-
Notifications
You must be signed in to change notification settings - Fork 3
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
Update dependency oxlint to v0.15.5 #572
Merged
Merged
Conversation
This file contains 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
Export SizeUnchanged@studiometa/js-toolkit
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #572 +/- ##
========================================
Coverage 98.97% 98.97%
========================================
Files 122 122
Lines 4178 4178
Branches 1137 1137
========================================
Hits 4135 4135
Misses 43 43
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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:
0.15.3
->0.15.5
Release Notes
oxc-project/oxc (oxlint)
v0.15.5
: oxlint v0.15.5Compare Source
[0.15.5] - 2025-01-02
Features
0e168b8
linter: Catch more cases in const-comparisons (#8215) (Cameron)bde44a3
linter: Addstatement_span
toModuleRecord/ImportEntry
(#8195) (Alexander S.)ccaa9f7
linter: Implementeslint/new-cap
(#8146) (Alexander S.)Bug Fixes
2b14a6f
linter: FixignorePattern
config for windows (#8214) (Alexander S.)Testing
cb709c9
linter: Fix some oxlint tests on windows (#8204) (Cameron)v0.15.4
: oxlint v0.15.4Compare Source
[0.15.4] - 2024-12-30
ed75e42
semantic: [BREAKING] Make SymbolTable fieldspub(crate)
instead ofpub
(#7999) (Boshen)Features
47cea9a
linter: Implementeslint/no-extra-label
(#8181) (Anson Heung)ef76e28
linter: Implementeslint/no-multi-assign
(#8158) (Anson Heung)384858b
linter: Implementjsx-a11y/no-noninteractive-tabindex
(#8167) (Tyler Earls)afc21a6
linter: Implementeslint/vars-on-top
(#8157) (Yuichiro Yamashita)65796c4
linter: Implementeslint/prefer-rest-params
(#8155) (Yuichiro Yamashita)5234d96
linter: Implementeslint/no-nested-ternary
(#8150) (Yuichiro Yamashita)1c5db72
linter: Implement eslint/no-labels (#8131) (Anson Heung)0b04288
linter: Moveimport/named
to nursery (#8068) (Boshen)Bug Fixes
0794bee
editor/vscode: Set minimum supported ver. to^1.93.0
(#8182) (Pavel Smirnov)f3050d4
linter: Exclude svelte files fromno_unused_vars
rule (#8170) (Yuichiro Yamashita)faf7464
linter: Disable rulereact/rules-of-hook
by file extension (#8168) (Alexander S.)1171e00
linter: Disablereact/rules-of-hooks
for vue and svelte files (#8165) (Alexander S.)1b9a5ba
linter: False positiver in private member expr in oxc/const-comparison (#8164) (camc314)6bd9ddb
linter: False positive intypescript/ban-tslint-comment
(#8094) (dalaoshu)10a1fd5
linter: Rule:no-restricted-imports
support optionpatterns
withgroup
key (#8050) (Alexander S.)b3f38ae
linter: Ruleno-restricted-imports
: support optionallowImportNames
(#8002) (Alexander S.)340cc90
linter: Ruleno-restricted-imports
: fix option "importNames" (#7943) (Alexander S.)ec2128e
linter: Fix line calculation foreslint/max-lines
in diagnostics (#7962) (Dmitry Zakharov)79af100
semantic: Reference flags not correctly resolved when after an export stmt (#8134) (camc314)Performance
d8d2ec6
linter: Run rules which require typescript syntax only when source type is actually typescript (#8166) (Alexander S.)2736657
semantic: AllocateUnresolvedReferences
in allocator (#8046) (Boshen)Refactor
de8246b
language_server: Move structs into own file (#8026) (Alexander S.)774babb
linter: Readexported_bindings_from_star_export
lazily (#8062) (Boshen)547c102
linter: UseRwLock<FxHashMap>
instead ofFxDashMap
for module record data (#8061) (Boshen)952d7e4
linter: Renameflat.rs
toconfig.rs
(#8033) (camc314)50848ed
linter: SimplifyConfigStore
to prep for nested configs (#8032) (camc314)b2a4a78
linter: Remove unusedwith_rules
andset_rule
methods (#8029) (camc314)6da0b21
oxlint: Remove unusedgit.rs
(#7990) (Boshen)58e7777
oxlint: Remove extra if check inWalkdir
(#7989) (Boshen)02f968d
semantic: ChangeBindings
to a plainFxHashMap
(#8019) (Boshen)Configuration
📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), 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 this update again.
This PR has been generated by Renovate Bot.