From 4907f281af40ad84c120c34be4e152cd24ea3c0c Mon Sep 17 00:00:00 2001 From: xingyu4j Date: Sat, 16 May 2026 11:56:39 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20pnpm-workspace.ya?= =?UTF-8?q?ml=20=E9=85=8D=E7=BD=AE=EF=BC=8C=E6=B7=BB=E5=8A=A0=20publicHois?= =?UTF-8?q?tPattern=20=E5=92=8C=20allowBuilds=20=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .npmrc | 12 ------------ pnpm-workspace.yaml | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 12 deletions(-) diff --git a/.npmrc b/.npmrc index 6d28fabf4..7549542d7 100644 --- a/.npmrc +++ b/.npmrc @@ -1,13 +1 @@ registry=https://registry.npmmirror.com -public-hoist-pattern[]=lefthook -public-hoist-pattern[]=eslint -public-hoist-pattern[]=oxfmt -public-hoist-pattern[]=oxlint -public-hoist-pattern[]=stylelint -public-hoist-pattern[]=*postcss* -public-hoist-pattern[]=@commitlint/* -public-hoist-pattern[]=czg - -strict-peer-dependencies=false -auto-install-peers=true -dedupe-peer-dependents=true diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 9a35286fa..97d5c8534 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -13,6 +13,21 @@ packages: - docs - playground +publicHoistPattern: + - lefthook + - eslint + - oxfmt + - oxlint + - stylelint + - '*postcss*' + - '@commitlint/*' + - czg + +strictPeerDependencies: false +autoInstallPeers: true +dedupePeerDependents: true +verifyDepsBeforeRun: false + overrides: '@ast-grep/napi': 'catalog:' '@ctrl/tinycolor': 'catalog:' @@ -198,3 +213,10 @@ catalog: yaml-eslint-parser: ^2.0.0 zod: ^3.25.76 zod-defaults: 0.1.3 + +allowBuilds: + '@parcel/watcher': true + core-js: true + esbuild: true + lefthook: true + vue-demi: true