From e7ebe0f2c0f09fd027bd1980fbd13faa8e616c13 Mon Sep 17 00:00:00 2001 From: renovate <29139614+renovate@users.noreply.github.com> Date: Fri, 11 Oct 2024 10:13:38 +0000 Subject: [PATCH] chore: bump up oxlint version to v0.9.10 (#8354) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [oxlint](https://oxc.rs) ([source](https://redirect.github.com/oxc-project/oxc/tree/HEAD/npm/oxlint)) | [`0.9.6` -> `0.9.10`](https://renovatebot.com/diffs/npm/oxlint/0.9.6/0.9.10) | [![age](https://developer.mend.io/api/mc/badges/age/npm/oxlint/0.9.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/oxlint/0.9.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/oxlint/0.9.6/0.9.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/oxlint/0.9.6/0.9.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
oxc-project/oxc (oxlint) ### [`v0.9.10`](https://redirect.github.com/oxc-project/oxc/releases/tag/oxlint_v0.9.10): oxlint v0.9.10 [Compare Source](https://redirect.github.com/oxc-project/oxc/compare/oxlint_v0.9.9...oxlint_v0.9.10) #### \[0.9.10] - 2024-10-08 - [`95ca01c`](https://redirect.github.com/oxc-project/oxc/commit/95ca01c) cfg: \[**BREAKING**] Make BasicBlock::unreachable private ([#​6321](https://redirect.github.com/oxc-project/oxc/issues/6321)) (DonIsaac) - [`5a73a66`](https://redirect.github.com/oxc-project/oxc/commit/5a73a66) regular_expression: \[**BREAKING**] Simplify public APIs ([#​6262](https://redirect.github.com/oxc-project/oxc/issues/6262)) (leaysgur) ##### Features - [`f272137`](https://redirect.github.com/oxc-project/oxc/commit/f272137) editors/vscode: Clear diagnostics on file deletion ([#​6326](https://redirect.github.com/oxc-project/oxc/issues/6326)) (dalaoshu) - [`1a5f293`](https://redirect.github.com/oxc-project/oxc/commit/1a5f293) editors/vscode: Update VSCode extention to use project's language server ([#​6132](https://redirect.github.com/oxc-project/oxc/issues/6132)) (dalaoshu) - [`376cc09`](https://redirect.github.com/oxc-project/oxc/commit/376cc09) linter: Implement `no-throw-literal` ([#​6144](https://redirect.github.com/oxc-project/oxc/issues/6144)) (dalaoshu) - [`5957214`](https://redirect.github.com/oxc-project/oxc/commit/5957214) linter: Allow fixing in files with source offsets ([#​6197](https://redirect.github.com/oxc-project/oxc/issues/6197)) (camchenry) - [`a089e19`](https://redirect.github.com/oxc-project/oxc/commit/a089e19) linter: Eslint/no-else-return ([#​4305](https://redirect.github.com/oxc-project/oxc/issues/4305)) (yoho) - [`183739f`](https://redirect.github.com/oxc-project/oxc/commit/183739f) linter: Implement prefer-await-to-callbacks ([#​6153](https://redirect.github.com/oxc-project/oxc/issues/6153)) (dalaoshu) - [`ae539af`](https://redirect.github.com/oxc-project/oxc/commit/ae539af) linter: Implement no-return-assign ([#​6108](https://redirect.github.com/oxc-project/oxc/issues/6108)) (Radu Baston) ##### Bug Fixes - [`00df6e5`](https://redirect.github.com/oxc-project/oxc/commit/00df6e5) linter: Friendly diagnostic messages for `no-else-return` ([#​6349](https://redirect.github.com/oxc-project/oxc/issues/6349)) (DonIsaac) - [`71ad5d3`](https://redirect.github.com/oxc-project/oxc/commit/71ad5d3) linter: `no-else-return` fixer fails when `else` has no trailing whitespace ([#​6348](https://redirect.github.com/oxc-project/oxc/issues/6348)) (DonIsaac) - [`9e9808b`](https://redirect.github.com/oxc-project/oxc/commit/9e9808b) linter: Fix regression when parsing ts in vue files ([#​6336](https://redirect.github.com/oxc-project/oxc/issues/6336)) (Boshen) - [`93c6db6`](https://redirect.github.com/oxc-project/oxc/commit/93c6db6) linter: Improve docs and diagnostics message for no-else-return ([#​6327](https://redirect.github.com/oxc-project/oxc/issues/6327)) (DonIsaac) - [`e0a3378`](https://redirect.github.com/oxc-project/oxc/commit/e0a3378) linter: Correct false positive in `unicorn/prefer-string-replace-all` ([#​6263](https://redirect.github.com/oxc-project/oxc/issues/6263)) (H11) - [`ea28ee9`](https://redirect.github.com/oxc-project/oxc/commit/ea28ee9) linter: Improve the fixer of `prefer-namespace-keyword` ([#​6230](https://redirect.github.com/oxc-project/oxc/issues/6230)) (dalaoshu) - [`f6a3450`](https://redirect.github.com/oxc-project/oxc/commit/f6a3450) linter: Get correct source offsets for astro files ([#​6196](https://redirect.github.com/oxc-project/oxc/issues/6196)) (camchenry) - [`be0030c`](https://redirect.github.com/oxc-project/oxc/commit/be0030c) linter: Allow whitespace control characters in `no-control-regex` ([#​6140](https://redirect.github.com/oxc-project/oxc/issues/6140)) (camchenry) - [`e7e8ead`](https://redirect.github.com/oxc-project/oxc/commit/e7e8ead) linter: False positive in `no-return-assign` ([#​6128](https://redirect.github.com/oxc-project/oxc/issues/6128)) (DonIsaac) ##### Performance - [`ac0a82a`](https://redirect.github.com/oxc-project/oxc/commit/ac0a82a) linter: Reuse allocator when there are multiple source texts ([#​6337](https://redirect.github.com/oxc-project/oxc/issues/6337)) (Boshen) - [`50a0029`](https://redirect.github.com/oxc-project/oxc/commit/50a0029) linter: Do not concat vec in `no-useless-length-check` ([#​6276](https://redirect.github.com/oxc-project/oxc/issues/6276)) (camchenry) ##### Documentation - [`7ca70dd`](https://redirect.github.com/oxc-project/oxc/commit/7ca70dd) linter: Add docs for `ContextHost` and `LintContext` ([#​6272](https://redirect.github.com/oxc-project/oxc/issues/6272)) (camchenry) - [`a949ecb`](https://redirect.github.com/oxc-project/oxc/commit/a949ecb) linter: Improve docs for `eslint/getter-return` ([#​6229](https://redirect.github.com/oxc-project/oxc/issues/6229)) (DonIsaac) - [`14ba263`](https://redirect.github.com/oxc-project/oxc/commit/14ba263) linter: Improve docs for `eslint-plugin-import` rules ([#​6131](https://redirect.github.com/oxc-project/oxc/issues/6131)) (dalaoshu) ##### Refactor - [`40932f7`](https://redirect.github.com/oxc-project/oxc/commit/40932f7) cfg: Use IndexVec for storing basic blocks ([#​6323](https://redirect.github.com/oxc-project/oxc/issues/6323)) (DonIsaac) - [`642725c`](https://redirect.github.com/oxc-project/oxc/commit/642725c) linter: Rename vars from `ast_node_id` to `node_id` ([#​6305](https://redirect.github.com/oxc-project/oxc/issues/6305)) (overlookmotel) - [`8413175`](https://redirect.github.com/oxc-project/oxc/commit/8413175) linter: Move shared function from utils to rule ([#​6127](https://redirect.github.com/oxc-project/oxc/issues/6127)) (dalaoshu) - [`ba9c372`](https://redirect.github.com/oxc-project/oxc/commit/ba9c372) linter: Make jest/vitest rule mapping more clear ([#​6273](https://redirect.github.com/oxc-project/oxc/issues/6273)) (camchenry) - [`82b8f21`](https://redirect.github.com/oxc-project/oxc/commit/82b8f21) linter: Add schemars and serde traits to AllowWarnDeny and RuleCategories ([#​6119](https://redirect.github.com/oxc-project/oxc/issues/6119)) (DonIsaac) - [`ea908f7`](https://redirect.github.com/oxc-project/oxc/commit/ea908f7) linter: Consolidate file loading logic ([#​6130](https://redirect.github.com/oxc-project/oxc/issues/6130)) (DonIsaac) - [`db751f0`](https://redirect.github.com/oxc-project/oxc/commit/db751f0) linter: Use regexp AST visitor in `no-control-regex` ([#​6129](https://redirect.github.com/oxc-project/oxc/issues/6129)) (camchenry) - [`3aa7e42`](https://redirect.github.com/oxc-project/oxc/commit/3aa7e42) linter: Use RegExp AST visitor for `no-hex-escape` ([#​6117](https://redirect.github.com/oxc-project/oxc/issues/6117)) (camchenry) - [`9d5b44a`](https://redirect.github.com/oxc-project/oxc/commit/9d5b44a) linter: Use regex visitor in `no-regex-spaces` ([#​6063](https://redirect.github.com/oxc-project/oxc/issues/6063)) (camchenry) - [`0d44cf7`](https://redirect.github.com/oxc-project/oxc/commit/0d44cf7) linter: Use regex visitor in `no-useless-escape` ([#​6062](https://redirect.github.com/oxc-project/oxc/issues/6062)) (camchenry) - [`eeb8873`](https://redirect.github.com/oxc-project/oxc/commit/eeb8873) linter: Use regex visitor in `no-empty-character-class` ([#​6058](https://redirect.github.com/oxc-project/oxc/issues/6058)) (camchenry) ##### Testing - [`d883562`](https://redirect.github.com/oxc-project/oxc/commit/d883562) linter: Invalid `eslint/no-unused-vars` options ([#​6228](https://redirect.github.com/oxc-project/oxc/issues/6228)) (DonIsaac) ### [`v0.9.9`](https://redirect.github.com/oxc-project/oxc/blob/HEAD/npm/oxlint/CHANGELOG.md#099---2024-09-27) [Compare Source](https://redirect.github.com/oxc-project/oxc/compare/oxlint_v0.9.8...oxlint_v0.9.9) ##### Bug Fixes - [`01b9c4b`](https://redirect.github.com/oxc-project/oxc/commit/01b9c4b) npm/oxlint: Make bin/oxc_language_server an executable ([#​6066](https://redirect.github.com/oxc-project/oxc/issues/6066)) (Boshen) ### [`v0.9.8`](https://redirect.github.com/oxc-project/oxc/releases/tag/oxlint_v0.9.8): oxlint v0.9.8 [Compare Source](https://redirect.github.com/oxc-project/oxc/compare/oxlint_v0.9.7...oxlint_v0.9.8) #### \[0.9.8] - 2024-09-24 ##### Bug Fixes - [`e3c8a12`](https://redirect.github.com/oxc-project/oxc/commit/e3c8a12) linter: Fix panic in sort-keys ([#​6017](https://redirect.github.com/oxc-project/oxc/issues/6017)) (Boshen) - [`4771492`](https://redirect.github.com/oxc-project/oxc/commit/4771492) linter: Fix `import/no_cycle` with `ignoreTypes` ([#​5995](https://redirect.github.com/oxc-project/oxc/issues/5995)) (Boshen) ##### Performance - [`5ae3f36`](https://redirect.github.com/oxc-project/oxc/commit/5ae3f36) linter: `no-fallthrough`: Use string matching instead of Regex for default comment pattern ([#​6008](https://redirect.github.com/oxc-project/oxc/issues/6008)) (camchenry) - [`65d8f9e`](https://redirect.github.com/oxc-project/oxc/commit/65d8f9e) linter, ast-tools, coverage: Use `FxHashSet` instead of `std::collections::HashSet` ([#​6001](https://redirect.github.com/oxc-project/oxc/issues/6001)) (Cam McHenry) - [`2b17003`](https://redirect.github.com/oxc-project/oxc/commit/2b17003) linter, prettier, diagnostics: Use `FxHashMap` instead of `std::collections::HashMap` ([#​5993](https://redirect.github.com/oxc-project/oxc/issues/5993)) (camchenry) ### [`v0.9.7`](https://redirect.github.com/oxc-project/oxc/blob/HEAD/npm/oxlint/CHANGELOG.md#097---2024-09-23) [Compare Source](https://redirect.github.com/oxc-project/oxc/compare/oxlint_v0.9.6...oxlint_v0.9.7) ##### Refactor - [`ba7b01f`](https://redirect.github.com/oxc-project/oxc/commit/ba7b01f) linter: Add `LinterBuilder` ([#​5714](https://redirect.github.com/oxc-project/oxc/issues/5714)) (DonIsaac)
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE). --- package.json | 2 +- .../server/src/core/common/admin-guard.ts | 2 +- .../affine/reference-link/index.tsx | 6 +- .../block-suite-editor/lit-adaper.tsx | 2 +- .../hooks/affine/use-all-page-list-config.tsx | 18 ++++- .../view/edit-collection/edit-collection.tsx | 13 ---- .../view/edit-collection/rules-mode.tsx | 2 +- .../page-list/view/use-edit-collection.tsx | 6 +- tools/cli/src/webpack/cache-group.ts | 2 +- yarn.lock | 75 ++++++++++--------- 10 files changed, 63 insertions(+), 65 deletions(-) diff --git a/package.json b/package.json index 47b815d0f5..a49de1f566 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "lint-staged": "^15.2.2", "msw": "^2.3.0", "nx": "^19.0.0", - "oxlint": "0.9.6", + "oxlint": "0.9.10", "prettier": "^3.3.3", "semver": "^7.6.0", "serve": "^14.2.1", diff --git a/packages/backend/server/src/core/common/admin-guard.ts b/packages/backend/server/src/core/common/admin-guard.ts index 4ef95b8c6f..40949b2d2a 100644 --- a/packages/backend/server/src/core/common/admin-guard.ts +++ b/packages/backend/server/src/core/common/admin-guard.ts @@ -10,7 +10,7 @@ import { ActionForbidden, getRequestResponseFromContext, } from '../../fundamentals'; -import { FeatureManagementService } from '../features'; +import { FeatureManagementService } from '../features/management'; @Injectable() export class AdminGuard implements CanActivate, OnModuleInit { diff --git a/packages/frontend/core/src/components/affine/reference-link/index.tsx b/packages/frontend/core/src/components/affine/reference-link/index.tsx index 138d3dbeb2..cdeef62f04 100644 --- a/packages/frontend/core/src/components/affine/reference-link/index.tsx +++ b/packages/frontend/core/src/components/affine/reference-link/index.tsx @@ -1,9 +1,7 @@ import { useJournalInfoHelper } from '@affine/core/components/hooks/use-journal'; import { DocDisplayMetaService } from '@affine/core/modules/doc-display-meta'; -import { - PeekViewService, - useInsidePeekView, -} from '@affine/core/modules/peek-view'; +import { PeekViewService } from '@affine/core/modules/peek-view/services/peek-view'; +import { useInsidePeekView } from '@affine/core/modules/peek-view/view/modal-container'; import { WorkbenchLink } from '@affine/core/modules/workbench'; import { useI18n } from '@affine/i18n'; import { track } from '@affine/track'; diff --git a/packages/frontend/core/src/components/blocksuite/block-suite-editor/lit-adaper.tsx b/packages/frontend/core/src/components/blocksuite/block-suite-editor/lit-adaper.tsx index 2d7d42bc02..30f148b2c9 100644 --- a/packages/frontend/core/src/components/blocksuite/block-suite-editor/lit-adaper.tsx +++ b/packages/frontend/core/src/components/blocksuite/block-suite-editor/lit-adaper.tsx @@ -7,7 +7,7 @@ import { useJournalInfoHelper } from '@affine/core/components/hooks/use-journal' import { EditorService } from '@affine/core/modules/editor'; import { EditorSettingService } from '@affine/core/modules/editor-settting'; import { toURLSearchParams } from '@affine/core/modules/navigation'; -import { PeekViewService } from '@affine/core/modules/peek-view'; +import { PeekViewService } from '@affine/core/modules/peek-view/services/peek-view'; import type { DocMode } from '@blocksuite/affine/blocks'; import { DocTitle, diff --git a/packages/frontend/core/src/components/hooks/affine/use-all-page-list-config.tsx b/packages/frontend/core/src/components/hooks/affine/use-all-page-list-config.tsx index 6941bfe614..73fc04de10 100644 --- a/packages/frontend/core/src/components/hooks/affine/use-all-page-list-config.tsx +++ b/packages/frontend/core/src/components/hooks/affine/use-all-page-list-config.tsx @@ -1,14 +1,24 @@ import { toast } from '@affine/component'; import { useBlockSuiteDocMeta } from '@affine/core/components/hooks/use-block-suite-page-meta'; -import type { AllPageListConfig } from '@affine/core/components/page-list'; -import { FavoriteTag } from '@affine/core/components/page-list'; +import { FavoriteTag } from '@affine/core/components/page-list/components/favorite-tag'; import { CompatibleFavoriteItemsAdapter } from '@affine/core/modules/properties'; import { ShareDocsListService } from '@affine/core/modules/share-doc'; import { PublicPageMode } from '@affine/graphql'; import { useI18n } from '@affine/i18n'; -import type { DocMeta } from '@blocksuite/affine/store'; +import type { DocCollection, DocMeta } from '@blocksuite/affine/store'; import { useLiveData, useService, WorkspaceService } from '@toeverything/infra'; -import { useCallback, useEffect, useMemo } from 'react'; +import { type ReactNode, useCallback, useEffect, useMemo } from 'react'; + +export type AllPageListConfig = { + allPages: DocMeta[]; + docCollection: DocCollection; + /** + * Return `undefined` if the page is not public + */ + getPublicMode: (id: string) => undefined | 'page' | 'edgeless'; + getPage: (id: string) => DocMeta | undefined; + favoriteRender: (page: DocMeta) => ReactNode; +}; /** * @deprecated very poor performance diff --git a/packages/frontend/core/src/components/page-list/view/edit-collection/edit-collection.tsx b/packages/frontend/core/src/components/page-list/view/edit-collection/edit-collection.tsx index f74bb9b5da..0ae50aff87 100644 --- a/packages/frontend/core/src/components/page-list/view/edit-collection/edit-collection.tsx +++ b/packages/frontend/core/src/components/page-list/view/edit-collection/edit-collection.tsx @@ -2,9 +2,7 @@ import { Button, Modal, RadioGroup } from '@affine/component'; import { useAllPageListConfig } from '@affine/core/components/hooks/affine/use-all-page-list-config'; import type { Collection } from '@affine/env/filter'; import { useI18n } from '@affine/i18n'; -import type { DocCollection, DocMeta } from '@blocksuite/affine/store'; import type { DialogContentProps } from '@radix-ui/react-dialog'; -import type { ReactNode } from 'react'; import { useCallback, useMemo, useState } from 'react'; import * as styles from './edit-collection.css'; @@ -188,14 +186,3 @@ export const EditCollection = ({ ); }; - -export type AllPageListConfig = { - allPages: DocMeta[]; - docCollection: DocCollection; - /** - * Return `undefined` if the page is not public - */ - getPublicMode: (id: string) => undefined | 'page' | 'edgeless'; - getPage: (id: string) => DocMeta | undefined; - favoriteRender: (page: DocMeta) => ReactNode; -}; diff --git a/packages/frontend/core/src/components/page-list/view/edit-collection/rules-mode.tsx b/packages/frontend/core/src/components/page-list/view/edit-collection/rules-mode.tsx index d64f05e717..9bcf2c30e3 100644 --- a/packages/frontend/core/src/components/page-list/view/edit-collection/rules-mode.tsx +++ b/packages/frontend/core/src/components/page-list/view/edit-collection/rules-mode.tsx @@ -15,12 +15,12 @@ import clsx from 'clsx'; import type { ReactNode } from 'react'; import { useCallback, useMemo, useState } from 'react'; +import type { AllPageListConfig } from '../../../hooks/affine/use-all-page-list-config'; import { FilterList } from '../../filter'; import { List, ListScrollContainer } from '../../list'; import type { ListItem } from '../../types'; import { filterPageByRules } from '../../use-collection-manager'; import { AffineShapeIcon } from '../affine-shape'; -import type { AllPageListConfig } from './edit-collection'; import * as styles from './edit-collection.css'; export const RulesMode = ({ diff --git a/packages/frontend/core/src/components/page-list/view/use-edit-collection.tsx b/packages/frontend/core/src/components/page-list/view/use-edit-collection.tsx index 8288ba63e2..893afa8bdf 100644 --- a/packages/frontend/core/src/components/page-list/view/use-edit-collection.tsx +++ b/packages/frontend/core/src/components/page-list/view/use-edit-collection.tsx @@ -3,8 +3,10 @@ import { useMount } from '@toeverything/infra'; import { useCallback, useEffect, useState } from 'react'; import { CreateCollectionModal } from './create-collection'; -import type { EditCollectionMode } from './edit-collection/edit-collection'; -import { EditCollectionModal } from './edit-collection/edit-collection'; +import { + EditCollectionModal, + type EditCollectionMode, +} from './edit-collection/edit-collection'; export const useEditCollection = () => { const [data, setData] = useState<{ diff --git a/tools/cli/src/webpack/cache-group.ts b/tools/cli/src/webpack/cache-group.ts index 7f9f028c80..1ec621cf74 100644 --- a/tools/cli/src/webpack/cache-group.ts +++ b/tools/cli/src/webpack/cache-group.ts @@ -68,7 +68,7 @@ export const productionCacheGroups = { name: 'styles', test: (module: any) => module.nameForCondition && - /\.css$/.test(module.nameForCondition()) && + module.nameForCondition()?.endsWith('.css') && !module.type.startsWith('javascript'), chunks: 'all' as const, minSize: 1, diff --git a/yarn.lock b/yarn.lock index 9441e87886..1da5837bfa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -621,7 +621,7 @@ __metadata: lint-staged: "npm:^15.2.2" msw: "npm:^2.3.0" nx: "npm:^19.0.0" - oxlint: "npm:0.9.6" + oxlint: "npm:0.9.10" prettier: "npm:^3.3.3" semver: "npm:^7.6.0" serve: "npm:^14.2.1" @@ -8916,58 +8916,58 @@ __metadata: languageName: node linkType: hard -"@oxlint/darwin-arm64@npm:0.9.6": - version: 0.9.6 - resolution: "@oxlint/darwin-arm64@npm:0.9.6" +"@oxlint/darwin-arm64@npm:0.9.10": + version: 0.9.10 + resolution: "@oxlint/darwin-arm64@npm:0.9.10" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@oxlint/darwin-x64@npm:0.9.6": - version: 0.9.6 - resolution: "@oxlint/darwin-x64@npm:0.9.6" +"@oxlint/darwin-x64@npm:0.9.10": + version: 0.9.10 + resolution: "@oxlint/darwin-x64@npm:0.9.10" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@oxlint/linux-arm64-gnu@npm:0.9.6": - version: 0.9.6 - resolution: "@oxlint/linux-arm64-gnu@npm:0.9.6" +"@oxlint/linux-arm64-gnu@npm:0.9.10": + version: 0.9.10 + resolution: "@oxlint/linux-arm64-gnu@npm:0.9.10" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@oxlint/linux-arm64-musl@npm:0.9.6": - version: 0.9.6 - resolution: "@oxlint/linux-arm64-musl@npm:0.9.6" +"@oxlint/linux-arm64-musl@npm:0.9.10": + version: 0.9.10 + resolution: "@oxlint/linux-arm64-musl@npm:0.9.10" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@oxlint/linux-x64-gnu@npm:0.9.6": - version: 0.9.6 - resolution: "@oxlint/linux-x64-gnu@npm:0.9.6" +"@oxlint/linux-x64-gnu@npm:0.9.10": + version: 0.9.10 + resolution: "@oxlint/linux-x64-gnu@npm:0.9.10" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@oxlint/linux-x64-musl@npm:0.9.6": - version: 0.9.6 - resolution: "@oxlint/linux-x64-musl@npm:0.9.6" +"@oxlint/linux-x64-musl@npm:0.9.10": + version: 0.9.10 + resolution: "@oxlint/linux-x64-musl@npm:0.9.10" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@oxlint/win32-arm64@npm:0.9.6": - version: 0.9.6 - resolution: "@oxlint/win32-arm64@npm:0.9.6" +"@oxlint/win32-arm64@npm:0.9.10": + version: 0.9.10 + resolution: "@oxlint/win32-arm64@npm:0.9.10" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@oxlint/win32-x64@npm:0.9.6": - version: 0.9.6 - resolution: "@oxlint/win32-x64@npm:0.9.6" +"@oxlint/win32-x64@npm:0.9.10": + version: 0.9.10 + resolution: "@oxlint/win32-x64@npm:0.9.10" conditions: os=win32 & cpu=x64 languageName: node linkType: hard @@ -26718,18 +26718,18 @@ __metadata: languageName: node linkType: hard -"oxlint@npm:0.9.6": - version: 0.9.6 - resolution: "oxlint@npm:0.9.6" +"oxlint@npm:0.9.10": + version: 0.9.10 + resolution: "oxlint@npm:0.9.10" dependencies: - "@oxlint/darwin-arm64": "npm:0.9.6" - "@oxlint/darwin-x64": "npm:0.9.6" - "@oxlint/linux-arm64-gnu": "npm:0.9.6" - "@oxlint/linux-arm64-musl": "npm:0.9.6" - "@oxlint/linux-x64-gnu": "npm:0.9.6" - "@oxlint/linux-x64-musl": "npm:0.9.6" - "@oxlint/win32-arm64": "npm:0.9.6" - "@oxlint/win32-x64": "npm:0.9.6" + "@oxlint/darwin-arm64": "npm:0.9.10" + "@oxlint/darwin-x64": "npm:0.9.10" + "@oxlint/linux-arm64-gnu": "npm:0.9.10" + "@oxlint/linux-arm64-musl": "npm:0.9.10" + "@oxlint/linux-x64-gnu": "npm:0.9.10" + "@oxlint/linux-x64-musl": "npm:0.9.10" + "@oxlint/win32-arm64": "npm:0.9.10" + "@oxlint/win32-x64": "npm:0.9.10" dependenciesMeta: "@oxlint/darwin-arm64": optional: true @@ -26748,8 +26748,9 @@ __metadata: "@oxlint/win32-x64": optional: true bin: + oxc_language_server: bin/oxc_language_server oxlint: bin/oxlint - checksum: 10/30bce9b6248f7c4dc4e5b1afb2ac02821336b2d59ddde015dd3905c8b645cfa4c43f8e86c337c9309ea0d7ea9b6ed4f8881352de8faa53a525c9eedd926e5cca + checksum: 10/feb4b3bda14e974c857a51dc09f2c0836390466a144d238cc4efb6fc1b3717111fa853b7c2016d4487cb26642d614ded0c1b96f21dab1d5815d2a5fef2938451 languageName: node linkType: hard