Skip to content

Commit b70a6f1

Browse files
authored
chore(deps): unbundle tinyglobby and update (#7864)
1 parent ad5d6ee commit b70a6f1

File tree

5 files changed

+35
-67
lines changed

5 files changed

+35
-67
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"rollup": "^4.40.0",
6060
"rollup-plugin-dts": "^6.2.1",
6161
"rollup-plugin-license": "^3.6.0",
62-
"tinyglobby": "^0.2.12",
62+
"tinyglobby": "catalog:",
6363
"tsx": "^4.19.3",
6464
"typescript": "^5.8.3",
6565
"unplugin-isolated-decl": "^0.13.6",

packages/vitest/LICENSE.md

-44
Original file line numberDiff line numberDiff line change
@@ -257,21 +257,6 @@ Repository: https://github.com/debitoor/chai-subset.git
257257
258258
---------------------------------------
259259

260-
## fdir
261-
License: MIT
262-
By: thecodrr
263-
Repository: git+https://github.com/thecodrr/fdir.git
264-
265-
> Copyright 2023 Abdullah Atta
266-
>
267-
> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
268-
>
269-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
270-
>
271-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
272-
273-
---------------------------------------
274-
275260
## fill-range
276261
License: MIT
277262
By: Jon Schlinkert, Edo Rivai, Paul Miller, Rouven Weßling
@@ -797,35 +782,6 @@ Repository: git+https://github.com/antfu/strip-literal.git
797782
798783
---------------------------------------
799784

800-
## tinyglobby
801-
License: MIT
802-
By: Superchupu
803-
Repository: git+https://github.com/SuperchupuDev/tinyglobby.git
804-
805-
> MIT License
806-
>
807-
> Copyright (c) 2024 Madeline Gurriarán
808-
>
809-
> Permission is hereby granted, free of charge, to any person obtaining a copy
810-
> of this software and associated documentation files (the "Software"), to deal
811-
> in the Software without restriction, including without limitation the rights
812-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
813-
> copies of the Software, and to permit persons to whom the Software is
814-
> furnished to do so, subject to the following conditions:
815-
>
816-
> The above copyright notice and this permission notice shall be included in all
817-
> copies or substantial portions of the Software.
818-
>
819-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
820-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
821-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
822-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
823-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
824-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
825-
> SOFTWARE.
826-
827-
---------------------------------------
828-
829785
## to-regex-range
830786
License: MIT
831787
By: Jon Schlinkert, Rouven Weßling

packages/vitest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@
169169
"std-env": "catalog:",
170170
"tinybench": "^2.9.0",
171171
"tinyexec": "^0.3.2",
172+
"tinyglobby": "catalog:",
172173
"tinypool": "^1.0.2",
173174
"tinyrainbow": "catalog:",
174175
"vite": "^5.0.0 || ^6.0.0",
@@ -203,7 +204,6 @@
203204
"pretty-format": "^29.7.0",
204205
"prompts": "^2.4.2",
205206
"strip-literal": "^3.0.0",
206-
"tinyglobby": "catalog:",
207207
"ws": "catalog:"
208208
}
209209
}

pnpm-lock.yaml

+32-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ catalog:
3737
sirv: ^3.0.1
3838
std-env: ^3.9.0
3939
test-exclude: ^7.0.1
40-
tinyglobby: ^0.2.12
40+
tinyglobby: ^0.2.13
4141
tinyrainbow: ^2.0.0
4242
unocss: ^0.65.4
4343
unplugin-vue-components: ^0.28.0

0 commit comments

Comments
 (0)