File tree Expand file tree Collapse file tree 13 files changed +30
-26
lines changed Expand file tree Collapse file tree 13 files changed +30
-26
lines changed Original file line number Diff line number Diff line change 9292 "ansis" : " catalog:prod" ,
9393 "cac" : " catalog:prod" ,
9494 "chokidar" : " catalog:prod" ,
95- "debug" : " catalog:prod" ,
9695 "diff" : " catalog:prod" ,
9796 "empathic" : " catalog:prod" ,
9897 "hookable" : " catalog:prod" ,
98+ "obug" : " catalog:prod" ,
9999 "rolldown" : " catalog:prod" ,
100100 "rolldown-plugin-dts" : " catalog:prod" ,
101101 "semver" : " catalog:prod" ,
110110 "@sxzz/eslint-config" : " catalog:dev" ,
111111 "@sxzz/prettier-config" : " catalog:dev" ,
112112 "@sxzz/test-utils" : " catalog:dev" ,
113- "@types/debug" : " catalog:dev" ,
114113 "@types/node" : " catalog:dev" ,
115114 "@types/semver" : " catalog:dev" ,
116115 "@unocss/eslint-plugin" : " catalog:docs" ,
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ catalogs:
1313 ' @sxzz/eslint-config ' : ^7.2.10
1414 ' @sxzz/prettier-config ' : ^2.2.4
1515 ' @sxzz/test-utils ' : ^0.5.12
16- ' @types/debug ' : ^4.1.12
1716 ' @types/node ' : ^24.10.0
1817 ' @types/semver ' : ^7.7.1
1918 bumpp : ^10.3.1
@@ -53,11 +52,11 @@ catalogs:
5352 ansis : ^4.2.0
5453 cac : ^6.7.14
5554 chokidar : ^4.0.3
56- debug : ^4.4.3
5755 diff : ^8.0.2
5856 empathic : ^2.0.0
5957 giget : ^2.0.0
6058 hookable : ^5.5.3
59+ obug : ^0.1.0
6160 package-manager-detector : ^1.5.0
6261 rolldown : 1.0.0-beta.49
6362 rolldown-plugin-dts : ^0.17.5
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import path from 'node:path'
33import process from 'node:process'
44import { pathToFileURL } from 'node:url'
55import { underline } from 'ansis'
6- import Debug from 'debug '
6+ import Debug from 'obug '
77import { createConfigCoreLoader } from 'unconfig-core'
88import { fsStat } from '../utils/fs.ts'
99import { toArray } from '../utils/general.ts'
Original file line number Diff line number Diff line change 11import path from 'node:path'
22import process from 'node:process'
33import { blue } from 'ansis'
4- import Debug from 'debug '
4+ import Debug from 'obug '
55import { glob } from 'tinyglobby'
66import { resolveClean } from '../features/clean.ts'
77import { resolveEntry } from '../features/entry.ts'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { tmpdir } from 'node:os'
33import path from 'node:path'
44import process from 'node:process'
55import { dim } from 'ansis'
6- import Debug from 'debug '
6+ import Debug from 'obug '
77import { exec } from 'tinyexec'
88import { fsRemove } from '../utils/fs.ts'
99import { importWithError } from '../utils/general.ts'
Original file line number Diff line number Diff line change 11import path from 'node:path'
2- import Debug from 'debug '
2+ import Debug from 'obug '
33import { glob } from 'tinyglobby'
44import { fsRemove } from '../utils/fs.ts'
55import { slash } from '../utils/general.ts'
Original file line number Diff line number Diff line change 1- import Debug from 'debug '
1+ import Debug from 'obug '
22import { resolveComma , toArray } from '../utils/general.ts'
33import type { StartOptions } from '@vitejs/devtools/cli-commands'
44import type { InputOptions } from 'rolldown'
Original file line number Diff line number Diff line change 11import { isBuiltin } from 'node:module'
22import path from 'node:path'
33import { blue , underline } from 'ansis'
4- import Debug from 'debug '
4+ import Debug from 'obug '
55import { RE_DTS , RE_NODE_MODULES } from 'rolldown-plugin-dts/filename'
66import { shimFile } from '../index.ts'
77import { matchPattern } from '../utils/general.ts'
Original file line number Diff line number Diff line change 11import path from 'node:path'
22import process from 'node:process'
33import { dim } from 'ansis'
4- import Debug from 'debug '
4+ import Debug from 'obug '
55import { importWithError } from '../utils/general.ts'
66import { prettyName } from '../utils/logger.ts'
77import type { ResolvedConfig } from '../config/index.ts'
You can’t perform that action at this time.
0 commit comments