mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-16 13:57:02 +08:00
chore: bump up oxlint version to v0.9.10 (#8354)
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) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>oxc-project/oxc (oxlint)</summary> ### [`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) </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
This commit is contained in:
@@ -85,7 +85,7 @@
|
|||||||
"lint-staged": "^15.2.2",
|
"lint-staged": "^15.2.2",
|
||||||
"msw": "^2.3.0",
|
"msw": "^2.3.0",
|
||||||
"nx": "^19.0.0",
|
"nx": "^19.0.0",
|
||||||
"oxlint": "0.9.6",
|
"oxlint": "0.9.10",
|
||||||
"prettier": "^3.3.3",
|
"prettier": "^3.3.3",
|
||||||
"semver": "^7.6.0",
|
"semver": "^7.6.0",
|
||||||
"serve": "^14.2.1",
|
"serve": "^14.2.1",
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ import {
|
|||||||
ActionForbidden,
|
ActionForbidden,
|
||||||
getRequestResponseFromContext,
|
getRequestResponseFromContext,
|
||||||
} from '../../fundamentals';
|
} from '../../fundamentals';
|
||||||
import { FeatureManagementService } from '../features';
|
import { FeatureManagementService } from '../features/management';
|
||||||
|
|
||||||
@Injectable()
|
@Injectable()
|
||||||
export class AdminGuard implements CanActivate, OnModuleInit {
|
export class AdminGuard implements CanActivate, OnModuleInit {
|
||||||
|
|||||||
@@ -1,9 +1,7 @@
|
|||||||
import { useJournalInfoHelper } from '@affine/core/components/hooks/use-journal';
|
import { useJournalInfoHelper } from '@affine/core/components/hooks/use-journal';
|
||||||
import { DocDisplayMetaService } from '@affine/core/modules/doc-display-meta';
|
import { DocDisplayMetaService } from '@affine/core/modules/doc-display-meta';
|
||||||
import {
|
import { PeekViewService } from '@affine/core/modules/peek-view/services/peek-view';
|
||||||
PeekViewService,
|
import { useInsidePeekView } from '@affine/core/modules/peek-view/view/modal-container';
|
||||||
useInsidePeekView,
|
|
||||||
} from '@affine/core/modules/peek-view';
|
|
||||||
import { WorkbenchLink } from '@affine/core/modules/workbench';
|
import { WorkbenchLink } from '@affine/core/modules/workbench';
|
||||||
import { useI18n } from '@affine/i18n';
|
import { useI18n } from '@affine/i18n';
|
||||||
import { track } from '@affine/track';
|
import { track } from '@affine/track';
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ import { useJournalInfoHelper } from '@affine/core/components/hooks/use-journal'
|
|||||||
import { EditorService } from '@affine/core/modules/editor';
|
import { EditorService } from '@affine/core/modules/editor';
|
||||||
import { EditorSettingService } from '@affine/core/modules/editor-settting';
|
import { EditorSettingService } from '@affine/core/modules/editor-settting';
|
||||||
import { toURLSearchParams } from '@affine/core/modules/navigation';
|
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 type { DocMode } from '@blocksuite/affine/blocks';
|
||||||
import {
|
import {
|
||||||
DocTitle,
|
DocTitle,
|
||||||
|
|||||||
@@ -1,14 +1,24 @@
|
|||||||
import { toast } from '@affine/component';
|
import { toast } from '@affine/component';
|
||||||
import { useBlockSuiteDocMeta } from '@affine/core/components/hooks/use-block-suite-page-meta';
|
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/components/favorite-tag';
|
||||||
import { FavoriteTag } from '@affine/core/components/page-list';
|
|
||||||
import { CompatibleFavoriteItemsAdapter } from '@affine/core/modules/properties';
|
import { CompatibleFavoriteItemsAdapter } from '@affine/core/modules/properties';
|
||||||
import { ShareDocsListService } from '@affine/core/modules/share-doc';
|
import { ShareDocsListService } from '@affine/core/modules/share-doc';
|
||||||
import { PublicPageMode } from '@affine/graphql';
|
import { PublicPageMode } from '@affine/graphql';
|
||||||
import { useI18n } from '@affine/i18n';
|
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 { 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
|
* @deprecated very poor performance
|
||||||
|
|||||||
@@ -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 { useAllPageListConfig } from '@affine/core/components/hooks/affine/use-all-page-list-config';
|
||||||
import type { Collection } from '@affine/env/filter';
|
import type { Collection } from '@affine/env/filter';
|
||||||
import { useI18n } from '@affine/i18n';
|
import { useI18n } from '@affine/i18n';
|
||||||
import type { DocCollection, DocMeta } from '@blocksuite/affine/store';
|
|
||||||
import type { DialogContentProps } from '@radix-ui/react-dialog';
|
import type { DialogContentProps } from '@radix-ui/react-dialog';
|
||||||
import type { ReactNode } from 'react';
|
|
||||||
import { useCallback, useMemo, useState } from 'react';
|
import { useCallback, useMemo, useState } from 'react';
|
||||||
|
|
||||||
import * as styles from './edit-collection.css';
|
import * as styles from './edit-collection.css';
|
||||||
@@ -188,14 +186,3 @@ export const EditCollection = ({
|
|||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
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;
|
|
||||||
};
|
|
||||||
|
|||||||
@@ -15,12 +15,12 @@ import clsx from 'clsx';
|
|||||||
import type { ReactNode } from 'react';
|
import type { ReactNode } from 'react';
|
||||||
import { useCallback, useMemo, useState } from 'react';
|
import { useCallback, useMemo, useState } from 'react';
|
||||||
|
|
||||||
|
import type { AllPageListConfig } from '../../../hooks/affine/use-all-page-list-config';
|
||||||
import { FilterList } from '../../filter';
|
import { FilterList } from '../../filter';
|
||||||
import { List, ListScrollContainer } from '../../list';
|
import { List, ListScrollContainer } from '../../list';
|
||||||
import type { ListItem } from '../../types';
|
import type { ListItem } from '../../types';
|
||||||
import { filterPageByRules } from '../../use-collection-manager';
|
import { filterPageByRules } from '../../use-collection-manager';
|
||||||
import { AffineShapeIcon } from '../affine-shape';
|
import { AffineShapeIcon } from '../affine-shape';
|
||||||
import type { AllPageListConfig } from './edit-collection';
|
|
||||||
import * as styles from './edit-collection.css';
|
import * as styles from './edit-collection.css';
|
||||||
|
|
||||||
export const RulesMode = ({
|
export const RulesMode = ({
|
||||||
|
|||||||
@@ -3,8 +3,10 @@ import { useMount } from '@toeverything/infra';
|
|||||||
import { useCallback, useEffect, useState } from 'react';
|
import { useCallback, useEffect, useState } from 'react';
|
||||||
|
|
||||||
import { CreateCollectionModal } from './create-collection';
|
import { CreateCollectionModal } from './create-collection';
|
||||||
import type { EditCollectionMode } from './edit-collection/edit-collection';
|
import {
|
||||||
import { EditCollectionModal } from './edit-collection/edit-collection';
|
EditCollectionModal,
|
||||||
|
type EditCollectionMode,
|
||||||
|
} from './edit-collection/edit-collection';
|
||||||
|
|
||||||
export const useEditCollection = () => {
|
export const useEditCollection = () => {
|
||||||
const [data, setData] = useState<{
|
const [data, setData] = useState<{
|
||||||
|
|||||||
@@ -68,7 +68,7 @@ export const productionCacheGroups = {
|
|||||||
name: 'styles',
|
name: 'styles',
|
||||||
test: (module: any) =>
|
test: (module: any) =>
|
||||||
module.nameForCondition &&
|
module.nameForCondition &&
|
||||||
/\.css$/.test(module.nameForCondition()) &&
|
module.nameForCondition()?.endsWith('.css') &&
|
||||||
!module.type.startsWith('javascript'),
|
!module.type.startsWith('javascript'),
|
||||||
chunks: 'all' as const,
|
chunks: 'all' as const,
|
||||||
minSize: 1,
|
minSize: 1,
|
||||||
|
|||||||
75
yarn.lock
75
yarn.lock
@@ -621,7 +621,7 @@ __metadata:
|
|||||||
lint-staged: "npm:^15.2.2"
|
lint-staged: "npm:^15.2.2"
|
||||||
msw: "npm:^2.3.0"
|
msw: "npm:^2.3.0"
|
||||||
nx: "npm:^19.0.0"
|
nx: "npm:^19.0.0"
|
||||||
oxlint: "npm:0.9.6"
|
oxlint: "npm:0.9.10"
|
||||||
prettier: "npm:^3.3.3"
|
prettier: "npm:^3.3.3"
|
||||||
semver: "npm:^7.6.0"
|
semver: "npm:^7.6.0"
|
||||||
serve: "npm:^14.2.1"
|
serve: "npm:^14.2.1"
|
||||||
@@ -8916,58 +8916,58 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@oxlint/darwin-arm64@npm:0.9.6":
|
"@oxlint/darwin-arm64@npm:0.9.10":
|
||||||
version: 0.9.6
|
version: 0.9.10
|
||||||
resolution: "@oxlint/darwin-arm64@npm:0.9.6"
|
resolution: "@oxlint/darwin-arm64@npm:0.9.10"
|
||||||
conditions: os=darwin & cpu=arm64
|
conditions: os=darwin & cpu=arm64
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@oxlint/darwin-x64@npm:0.9.6":
|
"@oxlint/darwin-x64@npm:0.9.10":
|
||||||
version: 0.9.6
|
version: 0.9.10
|
||||||
resolution: "@oxlint/darwin-x64@npm:0.9.6"
|
resolution: "@oxlint/darwin-x64@npm:0.9.10"
|
||||||
conditions: os=darwin & cpu=x64
|
conditions: os=darwin & cpu=x64
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@oxlint/linux-arm64-gnu@npm:0.9.6":
|
"@oxlint/linux-arm64-gnu@npm:0.9.10":
|
||||||
version: 0.9.6
|
version: 0.9.10
|
||||||
resolution: "@oxlint/linux-arm64-gnu@npm:0.9.6"
|
resolution: "@oxlint/linux-arm64-gnu@npm:0.9.10"
|
||||||
conditions: os=linux & cpu=arm64 & libc=glibc
|
conditions: os=linux & cpu=arm64 & libc=glibc
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@oxlint/linux-arm64-musl@npm:0.9.6":
|
"@oxlint/linux-arm64-musl@npm:0.9.10":
|
||||||
version: 0.9.6
|
version: 0.9.10
|
||||||
resolution: "@oxlint/linux-arm64-musl@npm:0.9.6"
|
resolution: "@oxlint/linux-arm64-musl@npm:0.9.10"
|
||||||
conditions: os=linux & cpu=arm64 & libc=musl
|
conditions: os=linux & cpu=arm64 & libc=musl
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@oxlint/linux-x64-gnu@npm:0.9.6":
|
"@oxlint/linux-x64-gnu@npm:0.9.10":
|
||||||
version: 0.9.6
|
version: 0.9.10
|
||||||
resolution: "@oxlint/linux-x64-gnu@npm:0.9.6"
|
resolution: "@oxlint/linux-x64-gnu@npm:0.9.10"
|
||||||
conditions: os=linux & cpu=x64 & libc=glibc
|
conditions: os=linux & cpu=x64 & libc=glibc
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@oxlint/linux-x64-musl@npm:0.9.6":
|
"@oxlint/linux-x64-musl@npm:0.9.10":
|
||||||
version: 0.9.6
|
version: 0.9.10
|
||||||
resolution: "@oxlint/linux-x64-musl@npm:0.9.6"
|
resolution: "@oxlint/linux-x64-musl@npm:0.9.10"
|
||||||
conditions: os=linux & cpu=x64 & libc=musl
|
conditions: os=linux & cpu=x64 & libc=musl
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@oxlint/win32-arm64@npm:0.9.6":
|
"@oxlint/win32-arm64@npm:0.9.10":
|
||||||
version: 0.9.6
|
version: 0.9.10
|
||||||
resolution: "@oxlint/win32-arm64@npm:0.9.6"
|
resolution: "@oxlint/win32-arm64@npm:0.9.10"
|
||||||
conditions: os=win32 & cpu=arm64
|
conditions: os=win32 & cpu=arm64
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@oxlint/win32-x64@npm:0.9.6":
|
"@oxlint/win32-x64@npm:0.9.10":
|
||||||
version: 0.9.6
|
version: 0.9.10
|
||||||
resolution: "@oxlint/win32-x64@npm:0.9.6"
|
resolution: "@oxlint/win32-x64@npm:0.9.10"
|
||||||
conditions: os=win32 & cpu=x64
|
conditions: os=win32 & cpu=x64
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
@@ -26718,18 +26718,18 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"oxlint@npm:0.9.6":
|
"oxlint@npm:0.9.10":
|
||||||
version: 0.9.6
|
version: 0.9.10
|
||||||
resolution: "oxlint@npm:0.9.6"
|
resolution: "oxlint@npm:0.9.10"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@oxlint/darwin-arm64": "npm:0.9.6"
|
"@oxlint/darwin-arm64": "npm:0.9.10"
|
||||||
"@oxlint/darwin-x64": "npm:0.9.6"
|
"@oxlint/darwin-x64": "npm:0.9.10"
|
||||||
"@oxlint/linux-arm64-gnu": "npm:0.9.6"
|
"@oxlint/linux-arm64-gnu": "npm:0.9.10"
|
||||||
"@oxlint/linux-arm64-musl": "npm:0.9.6"
|
"@oxlint/linux-arm64-musl": "npm:0.9.10"
|
||||||
"@oxlint/linux-x64-gnu": "npm:0.9.6"
|
"@oxlint/linux-x64-gnu": "npm:0.9.10"
|
||||||
"@oxlint/linux-x64-musl": "npm:0.9.6"
|
"@oxlint/linux-x64-musl": "npm:0.9.10"
|
||||||
"@oxlint/win32-arm64": "npm:0.9.6"
|
"@oxlint/win32-arm64": "npm:0.9.10"
|
||||||
"@oxlint/win32-x64": "npm:0.9.6"
|
"@oxlint/win32-x64": "npm:0.9.10"
|
||||||
dependenciesMeta:
|
dependenciesMeta:
|
||||||
"@oxlint/darwin-arm64":
|
"@oxlint/darwin-arm64":
|
||||||
optional: true
|
optional: true
|
||||||
@@ -26748,8 +26748,9 @@ __metadata:
|
|||||||
"@oxlint/win32-x64":
|
"@oxlint/win32-x64":
|
||||||
optional: true
|
optional: true
|
||||||
bin:
|
bin:
|
||||||
|
oxc_language_server: bin/oxc_language_server
|
||||||
oxlint: bin/oxlint
|
oxlint: bin/oxlint
|
||||||
checksum: 10/30bce9b6248f7c4dc4e5b1afb2ac02821336b2d59ddde015dd3905c8b645cfa4c43f8e86c337c9309ea0d7ea9b6ed4f8881352de8faa53a525c9eedd926e5cca
|
checksum: 10/feb4b3bda14e974c857a51dc09f2c0836390466a144d238cc4efb6fc1b3717111fa853b7c2016d4487cb26642d614ded0c1b96f21dab1d5815d2a5fef2938451
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user