Commit 69071f1 1 parent 3682879 commit 69071f1 Copy full SHA for 69071f1
File tree 2 files changed +17
-2
lines changed
2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,6 @@ overrides:
5
5
' @typescript-eslint/utils ' : ^8.26.0
6
6
eslint : ^9.21.0
7
7
tsx : ^4.19.3
8
- onlyBuiltDependencies :
9
- - esbuild
10
8
catalog :
11
9
' @antfu/install-pkg ' : ^1.0.0
12
10
' @antfu/ni ' : ^23.3.1
@@ -75,3 +73,5 @@ catalog:
75
73
vue : ^3.5.13
76
74
vue-eslint-parser : ^10.1.1
77
75
yaml-eslint-parser : ^1.3.0
76
+ onlyBuiltDependencies :
77
+ - esbuild
Original file line number Diff line number Diff line change @@ -78,8 +78,23 @@ export async function yaml(
78
78
{
79
79
order : [
80
80
'packages' ,
81
+ 'overrides' ,
82
+ 'patchedDependencies' ,
83
+ 'hoistPattern' ,
81
84
'catalog' ,
82
85
'catalogs' ,
86
+
87
+ 'allowedDeprecatedVersions' ,
88
+ 'allowNonAppliedPatches' ,
89
+ 'configDependencies' ,
90
+ 'ignoredBuiltDependencies' ,
91
+ 'ignoredOptionalDependencies' ,
92
+ 'neverBuiltDependencies' ,
93
+ 'onlyBuiltDependencies' ,
94
+ 'onlyBuiltDependenciesFile' ,
95
+ 'packageExtensions' ,
96
+ 'peerDependencyRules' ,
97
+ 'supportedArchitectures' ,
83
98
] ,
84
99
pathPattern : '^$' ,
85
100
} ,
You can’t perform that action at this time.
0 commit comments