Skip to content

Commit f222bfa

Browse files
committed
Use tinyglobby instead of glob and fix glob pattern matching and tests
1 parent 579a988 commit f222bfa

File tree

5 files changed

+361
-341
lines changed

5 files changed

+361
-341
lines changed

.dep-stats.json

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,23 @@
77
"@npmcli/promise-spawn": "^8.0.2",
88
"@socketregistry/hyrious__bun.lockb": "1.0.1",
99
"@socketsecurity/config": "^2.1.3",
10-
"@socketsecurity/registry": "^1.0.8",
10+
"@socketsecurity/registry": "^1.0.11",
1111
"@socketsecurity/sdk": "^1.3.0",
1212
"blessed": "^0.1.81",
1313
"blessed-contrib": "^4.11.0",
1414
"browserslist": "4.24.0",
1515
"chalk-table": "^1.0.2",
1616
"hpagent": "^1.2.0",
17-
"ignore": "^6.0.2",
17+
"micromatch": "^4.0.8",
1818
"pacote": "^20.0.0",
1919
"pony-cause": "^2.1.11",
2020
"synp": "^1.9.13",
21+
"tinyglobby": "^0.2.10",
2122
"which": "^5.0.0",
2223
"yargs-parser": "^21.1.1"
2324
},
2425
"devDependencies": {},
2526
"esm": {
26-
"@sindresorhus/merge-streams": "^2.1.0",
2727
"ansi-escapes": "^5.0.0",
2828
"ansi-regex": "^6.0.1",
2929
"ansi-styles": "^6.2.1",
@@ -41,7 +41,6 @@
4141
"escape-goat": "^4.0.0",
4242
"get-east-asian-width": "^1.0.0",
4343
"global-directory": "^4.0.1",
44-
"globby": "^14.0.2",
4544
"is-docker": "^3.0.0",
4645
"is-in-ci": "^1.0.0",
4746
"is-inside-container": "^1.0.0",
@@ -60,18 +59,15 @@
6059
"open": "^10.1.0",
6160
"ora": "^8.1.0",
6261
"package-json": "^10.0.0",
63-
"path-type": "^5.0.0",
6462
"pupa": "^3.1.0",
6563
"registry-url": "^6.0.1",
6664
"restore-cursor": "^5.0.0",
6765
"run-applescript": "^7.0.0",
68-
"slash": "^5.1.0",
6966
"stdin-discarder": "^0.2.2",
7067
"string-width": "^7.0.0",
7168
"strip-ansi": "^7.1.0",
7269
"stubborn-fs": "^1.2.5",
7370
"terminal-link": "^3.0.0",
74-
"unicorn-magic": "^0.1.0",
7571
"update-notifier": "^7.3.1",
7672
"when-exit": "^2.1.1",
7773
"widest-line": "^5.0.0",
@@ -86,7 +82,7 @@
8682
"@npmcli/promise-spawn": "^8.0.2",
8783
"@socketregistry/hyrious__bun.lockb": "1.0.1",
8884
"@socketsecurity/config": "^2.1.3",
89-
"@socketsecurity/registry": "^1.0.8",
85+
"@socketsecurity/registry": "^1.0.11",
9086
"@socketsecurity/sdk": "^1.3.0",
9187
"ansi-align": "^3.0.1",
9288
"blessed": "^0.1.81",
@@ -99,12 +95,12 @@
9995
"dot-prop": "^9.0.0",
10096
"eastasianwidth": "^0.3.0",
10197
"emoji-regex": "^10.4.0",
102-
"fast-glob": "^3.3.2",
10398
"graceful-fs": "^4.2.11",
10499
"has-flag": "^5.0.1",
105100
"hpagent": "^1.2.0",
106101
"ignore": "^6.0.2",
107102
"ini": "5.0.0",
103+
"micromatch": "^4.0.8",
108104
"onetime": "^7.0.0",
109105
"pacote": "^20.0.0",
110106
"pony-cause": "^2.1.11",
@@ -115,6 +111,7 @@
115111
"supports-color": "^9.4.0",
116112
"supports-hyperlinks": "^3.1.0",
117113
"synp": "^1.9.13",
114+
"tinyglobby": "^0.2.10",
118115
"which": "^5.0.0",
119116
"write-file-atomic": "^6.0.0",
120117
"yargs-parser": "^21.1.1"
@@ -127,9 +124,9 @@
127124
"dot-prop": "^9.0.0",
128125
"eastasianwidth": "^0.3.0",
129126
"emoji-regex": "^10.4.0",
130-
"fast-glob": "^3.3.2",
131127
"graceful-fs": "^4.2.11",
132128
"has-flag": "^5.0.1",
129+
"ignore": "^6.0.2",
133130
"ini": "5.0.0",
134131
"onetime": "^7.0.0",
135132
"rc": "1.2.8",

package-lock.json

Lines changed: 32 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@npmcli/promise-spawn": "^8.0.2",
4747
"@socketregistry/hyrious__bun.lockb": "1.0.1",
4848
"@socketsecurity/config": "^2.1.3",
49-
"@socketsecurity/registry": "^1.0.8",
49+
"@socketsecurity/registry": "^1.0.11",
5050
"@socketsecurity/sdk": "^1.3.0",
5151
"ansi-align": "^3.0.1",
5252
"blessed": "^0.1.81",
@@ -59,12 +59,12 @@
5959
"dot-prop": "^9.0.0",
6060
"eastasianwidth": "^0.3.0",
6161
"emoji-regex": "^10.4.0",
62-
"fast-glob": "^3.3.2",
6362
"graceful-fs": "^4.2.11",
6463
"has-flag": "^5.0.1",
6564
"hpagent": "^1.2.0",
6665
"ignore": "^6.0.2",
6766
"ini": "5.0.0",
67+
"micromatch": "^4.0.8",
6868
"onetime": "^7.0.0",
6969
"pacote": "^20.0.0",
7070
"pony-cause": "^2.1.11",
@@ -75,6 +75,7 @@
7575
"supports-color": "^9.4.0",
7676
"supports-hyperlinks": "^3.1.0",
7777
"synp": "^1.9.13",
78+
"tinyglobby": "^0.2.10",
7879
"which": "^5.0.0",
7980
"write-file-atomic": "^6.0.0",
8081
"yargs-parser": "^21.1.1"

0 commit comments

Comments
 (0)