Skip to content

Commit 9122fdf

Browse files
committed
Cleanup in prep for cleanup command
1 parent a190d40 commit 9122fdf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+1618
-1644
lines changed

.config/rollup.base.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import {
1919
isBuiltin,
2020
resolveId
2121
} from '../scripts/packages.js'
22-
import { escapeRegExp } from '../scripts/strings.js'
22+
import { escapeRegExp } from '../scripts/regexps.js'
2323
import socketModifyPlugin from '../scripts/rollup/socket-modify-plugin.js'
2424

2525
const __dirname = fileURLToPath(new URL('.', import.meta.url))

.config/rollup.dist.config.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ import path from 'node:path'
33
import { fileURLToPath } from 'node:url'
44

55
import { loadJSON } from '../scripts/files.js'
6-
import { hasKeys } from '../scripts/objects.js'
6+
import { formatObject, hasKeys } from '../scripts/objects.js'
77
import { toSortedObject } from '../scripts/sorts.js'
8-
import { formatObject } from '../scripts/strings.js'
98

109
import baseConfig from './rollup.base.config.mjs'
1110

.config/rollup.test.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const srcPath = path.join(rootPath, 'src')
1111
export default () =>
1212
baseConfig({
1313
input: {
14+
misc: `${srcPath}/utils/misc.ts`,
1415
'path-resolve': `${srcPath}/utils/path-resolve.ts`
1516
},
1617
output: [

.config/tsconfig.base.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"compilerOptions": {
3+
"allowImportingTsExtensions": true,
34
"allowJs": false,
45
"composite": true,
56
"declaration": true,

.dep-stats.json

Lines changed: 8 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"@apideck/better-ajv-errors": "^0.3.6",
44
"@cyclonedx/cdxgen": "^10.9.4",
55
"@inquirer/prompts": "^5.3.2",
6+
"@npmcli/promise-spawn": "^7.0.2",
67
"@socketsecurity/config": "^2.1.3",
78
"@socketsecurity/sdk": "^1.2.0",
89
"blessed": "^0.1.81",
@@ -18,7 +19,7 @@
1819
},
1920
"devDependencies": {},
2021
"esm": {
21-
"@sindresorhus/merge-streams": "^4.0.0",
22+
"@sindresorhus/merge-streams": "^2.1.0",
2223
"ansi-escapes": "^5.0.0",
2324
"ansi-regex": "^6.0.1",
2425
"ansi-styles": "^6.2.1",
@@ -34,62 +35,50 @@
3435
"define-lazy-prop": "^3.0.0",
3536
"dot-prop": "^9.0.0",
3637
"escape-goat": "^4.0.0",
37-
"execa": "^9.3.0",
38-
"figures": "^6.1.0",
3938
"get-east-asian-width": "^1.0.0",
40-
"get-stream": "^9.0.0",
4139
"global-directory": "^4.0.1",
4240
"globby": "^14.0.2",
43-
"human-signals": "^8.0.0",
4441
"is-docker": "^3.0.0",
4542
"is-in-ci": "^1.0.0",
4643
"is-inside-container": "^1.0.0",
4744
"is-installed-globally": "^1.0.0",
4845
"is-interactive": "^2.0.0",
4946
"is-npm": "^6.0.0",
5047
"is-path-inside": "^4.0.0",
51-
"is-plain-obj": "^4.1.0",
52-
"is-stream": "^4.0.1",
5348
"is-unicode-supported": "^2.0.0",
5449
"is-wsl": "^3.1.0",
5550
"ky": "^1.2.0",
5651
"latest-version": "^9.0.0",
5752
"log-symbols": "^6.0.0",
5853
"meow": "^13.2.0",
5954
"mimic-function": "^5.0.0",
60-
"npm-run-path": "^5.2.0",
6155
"onetime": "^5.1.0",
6256
"open": "^10.1.0",
6357
"ora": "^8.0.1",
6458
"package-json": "^10.0.0",
65-
"parse-ms": "^4.0.0",
66-
"path-key": "^4.0.0",
6759
"path-type": "^5.0.0",
68-
"pretty-ms": "^9.0.0",
6960
"pupa": "^3.1.0",
7061
"registry-url": "^6.0.1",
7162
"restore-cursor": "^5.0.0",
7263
"run-applescript": "^7.0.0",
73-
"semver-diff": "^4.0.0",
7464
"slash": "^5.1.0",
7565
"stdin-discarder": "^0.2.2",
7666
"string-width": "^7.0.0",
7767
"strip-ansi": "^7.1.0",
78-
"strip-final-newline": "^4.0.0",
7968
"stubborn-fs": "^1.2.5",
8069
"terminal-link": "^3.0.0",
8170
"unicorn-magic": "^0.1.0",
8271
"update-notifier": "^7.2.0",
8372
"when-exit": "^2.1.1",
8473
"widest-line": "^5.0.0",
8574
"wrap-ansi": "^9.0.0",
86-
"xdg-basedir": "^5.1.0",
87-
"yoctocolors": "^2.0.0"
75+
"xdg-basedir": "^5.1.0"
8876
},
8977
"external": {
9078
"@apideck/better-ajv-errors": "^0.3.6",
9179
"@cyclonedx/cdxgen": "^10.9.4",
9280
"@inquirer/prompts": "^5.3.2",
81+
"@npmcli/promise-spawn": "^7.0.2",
9382
"@socketsecurity/config": "^2.1.3",
9483
"@socketsecurity/sdk": "^1.2.0",
9584
"ansi-align": "^3.0.1",
@@ -100,21 +89,20 @@
10089
"cli-spinners": "^2.9.2",
10190
"cross-spawn": "^7.0.3",
10291
"dot-prop": "^9.0.0",
103-
"eastasianwidth": "^0.3.0",
92+
"eastasianwidth": "^0.2.0",
10493
"emoji-regex": "^10.3.0",
10594
"fast-glob": "^3.3.2",
10695
"graceful-fs": "^4.2.6",
10796
"has-flag": "^4.0.0",
10897
"hpagent": "^1.2.0",
10998
"ignore": "^5.3.1",
11099
"ini": "4.1.3",
111-
"node-domexception": "^1.0.0",
112100
"onetime": "^5.1.0",
113101
"pacote": "^18.0.6",
114102
"pony-cause": "^2.1.11",
115103
"rc": "1.2.8",
116104
"registry-auth-token": "^5.0.2",
117-
"semver": "^7.6.2",
105+
"semver": "^7.6.3",
118106
"signal-exit": "^4.1.0",
119107
"supports-color": "^7.0.0",
120108
"supports-hyperlinks": "^3.1.0",
@@ -129,17 +117,16 @@
129117
"cli-spinners": "^2.9.2",
130118
"cross-spawn": "^7.0.3",
131119
"dot-prop": "^9.0.0",
132-
"eastasianwidth": "^0.3.0",
120+
"eastasianwidth": "^0.2.0",
133121
"emoji-regex": "^10.3.0",
134122
"fast-glob": "^3.3.2",
135123
"graceful-fs": "^4.2.6",
136124
"has-flag": "^4.0.0",
137125
"ini": "4.1.3",
138-
"node-domexception": "^1.0.0",
139126
"onetime": "^5.1.0",
140127
"rc": "1.2.8",
141128
"registry-auth-token": "^5.0.2",
142-
"semver": "^7.6.2",
129+
"semver": "^7.6.3",
143130
"signal-exit": "^4.1.0",
144131
"supports-color": "^7.0.0",
145132
"supports-hyperlinks": "^3.1.0",

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ module.exports = {
4141
'depend/ban-dependencies': [
4242
'warn',
4343
{
44-
allowed: ['globby']
44+
allowed: ['globby', 'ora']
4545
}
4646
],
4747
'no-warning-comments': ['warn', { terms: ['fixme'] }]

0 commit comments

Comments
 (0)