Skip to content

Commit 86b0b44

Browse files
committed
chore: restore CI knip ignores
1 parent eda4d93 commit 86b0b44

1 file changed

Lines changed: 21 additions & 1 deletion

File tree

knip.ts

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,29 @@ const config: KnipConfig = {
6262
project: ['src/**/*.{ts,tsx,js,jsx}'],
6363
ignore: [...sharedIgnore, alphalibIgnore],
6464
ignoreDependencies: [
65-
// Used by generated compatibility package sources that Knip misses in this workspace.
65+
// Used by generated compatibility package sources that are absent in fresh CI checkouts.
6666
'@transloadit/sev-logger',
67+
'@transloadit/utils',
6768
'cacheable-lookup',
69+
'clipanion',
70+
'debug',
6871
'dotenv',
72+
'form-data',
73+
'got',
74+
'into-stream',
75+
'is-stream',
6976
'json-to-ast',
7077
'lodash-es',
78+
'node-watch',
79+
'p-map',
80+
'p-queue',
81+
'recursive-readdir',
82+
'tus-js-client',
83+
'typanion',
7184
'type-fest',
85+
'zod',
86+
'@types/debug',
87+
'@types/recursive-readdir',
7288
],
7389
},
7490
'packages/types': {
@@ -85,6 +101,10 @@ const config: KnipConfig = {
85101
entry: ['src/**/*.{ts,tsx,js,jsx}', 'scripts/**/*.ts', 'test/**/*.ts'],
86102
project: ['{src,scripts,test}/**/*.ts'],
87103
ignore: ['dist/**', 'node_modules/**'],
104+
ignoreDependencies: [
105+
// Generated code uses this after sync, but sources don't import it directly.
106+
'type-fest',
107+
],
88108
},
89109
},
90110
}

0 commit comments

Comments
 (0)