Skip to content

Commit 56e3bf0

Browse files
committed
ci: replace deprecated ignoredBuiltDependencies Refs: PS-276
1 parent 137526c commit 56e3bf0

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

pnpm-workspace.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
# Don't allow dependencies to be used before they have been released for at least 1 week
22
minimumReleaseAge: 10080
33

4-
# Don't warn about ignored build scripts
5-
ignoredBuiltDependencies: []
6-
74
# Hoist all dependencies to the root of node_modules, for better compatibility with packages that expect flat node_modules
85
shamefullyHoist: true
96

107
overrides:
118
'vite': '^8.0.5'
129
'picomatch': '4.0.4'
1310
'@typescript-eslint/typescript-estree>minimatch': '9.0.7'
11+
12+
allowBuilds:
13+
'@parcel/watcher': true
14+
esbuild: true
15+
husky: true
16+
unrs-resolver: true

0 commit comments

Comments
 (0)