[READ-ONLY] Mirror of https://github.com/vitest-dev/vitest. Next generation testing framework powered by Vite. vitest.dev
test testing-tools vite
12

Configure Feed

Select the types of activity you want to include in your feed.

chore(deps): unbundle tinyglobby and update (#7864)

authored by

Hiroshi Ogawa and committed by
GitHub
(Apr 20, 2025, 4:10 PM +0900) b70a6f1f ad5d6ee6

+35 -67
+1 -1
package.json
··· 59 59 "rollup": "^4.40.0", 60 60 "rollup-plugin-dts": "^6.2.1", 61 61 "rollup-plugin-license": "^3.6.0", 62 - "tinyglobby": "^0.2.12", 62 + "tinyglobby": "catalog:", 63 63 "tsx": "^4.19.3", 64 64 "typescript": "^5.8.3", 65 65 "unplugin-isolated-decl": "^0.13.6",
+32 -20
pnpm-lock.yaml
··· 103 103 specifier: ^7.0.1 104 104 version: 7.0.1 105 105 tinyglobby: 106 - specifier: ^0.2.12 107 - version: 0.2.12 106 + specifier: ^0.2.13 107 + version: 0.2.13 108 108 tinyrainbow: 109 109 specifier: ^2.0.0 110 110 version: 2.0.0 ··· 224 224 specifier: ^3.6.0 225 225 version: 3.6.0(picomatch@4.0.2)(rollup@4.40.0) 226 226 tinyglobby: 227 - specifier: ^0.2.12 228 - version: 0.2.12 227 + specifier: 'catalog:' 228 + version: 0.2.13 229 229 tsx: 230 230 specifier: ^4.19.3 231 231 version: 4.19.3 ··· 286 286 version: 4.7.1 287 287 tinyglobby: 288 288 specifier: 'catalog:' 289 - version: 0.2.12 289 + version: 0.2.13 290 290 unocss: 291 291 specifier: 'catalog:' 292 292 version: 0.65.4(postcss@8.5.3)(rollup@4.40.0)(vite@6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.12(typescript@5.8.3)) ··· 786 786 version: 3.0.1 787 787 tinyglobby: 788 788 specifier: 'catalog:' 789 - version: 0.2.12 789 + version: 0.2.13 790 790 tinyrainbow: 791 791 specifier: 'catalog:' 792 792 version: 2.0.0 ··· 991 991 tinyexec: 992 992 specifier: ^0.3.2 993 993 version: 0.3.2 994 + tinyglobby: 995 + specifier: 'catalog:' 996 + version: 0.2.13 994 997 tinypool: 995 998 specifier: ^1.0.2 996 999 version: 1.0.2 ··· 1088 1091 strip-literal: 1089 1092 specifier: ^3.0.0 1090 1093 version: 3.0.0 1091 - tinyglobby: 1092 - specifier: 'catalog:' 1093 - version: 0.2.12 1094 1094 ws: 1095 1095 specifier: 'catalog:' 1096 1096 version: 8.18.1 ··· 6078 6078 picomatch: 6079 6079 optional: true 6080 6080 6081 + fdir@6.4.4: 6082 + resolution: {integrity: sha512-1NZP+GK4GfuAv3PqKvxQRDMjdSRZjnkq7KfhlNrCNNlZ0ygQFpebfrnfnq/W7fpUnAv9aGWmY1zKx7FYL3gwhg==} 6083 + peerDependencies: 6084 + picomatch: ^3 || ^4 6085 + peerDependenciesMeta: 6086 + picomatch: 6087 + optional: true 6088 + 6081 6089 fetch-blob@3.2.0: 6082 6090 resolution: {integrity: sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==} 6083 6091 engines: {node: ^12.20 || >= 14.13} ··· 8595 8603 tinyexec@1.0.1: 8596 8604 resolution: {integrity: sha512-5uC6DDlmeqiOwCPmK9jMSdOuZTh8bU39Ys6yidB+UTt5hfZUPGAypSgFRiEp+jbi9qH40BLDvy85jIU88wKSqw==} 8597 8605 8598 - tinyglobby@0.2.12: 8599 - resolution: {integrity: sha512-qkf4trmKSIiMTs/E63cxH+ojC2unam7rJ0WrauAzpT3ECNTxGRMlaXxVbfxMUC/w0LaYk6jQ4y/nGR9uBO3tww==} 8606 + tinyglobby@0.2.13: 8607 + resolution: {integrity: sha512-mEwzpUgrLySlveBwEVDMKk5B57bhLPYovRfPAXD5gA/98Opn0rCDj3GtLwFvCvH5RK9uPCExUROW5NjDwvqkxw==} 8600 8608 engines: {node: '>=12.0.0'} 8601 8609 8602 8610 tinyhighlight@0.3.2: ··· 12114 12122 magic-string: 0.30.17 12115 12123 pathe: 1.1.2 12116 12124 perfect-debounce: 1.0.0 12117 - tinyglobby: 0.2.12 12125 + tinyglobby: 0.2.13 12118 12126 transitivePeerDependencies: 12119 12127 - rollup 12120 12128 - supports-color ··· 12150 12158 '@unocss/rule-utils': 0.65.4 12151 12159 css-tree: 3.1.0 12152 12160 postcss: 8.5.3 12153 - tinyglobby: 0.2.12 12161 + tinyglobby: 0.2.13 12154 12162 transitivePeerDependencies: 12155 12163 - supports-color 12156 12164 ··· 12233 12241 '@unocss/inspector': 0.65.4(vue@3.5.12(typescript@5.8.3)) 12234 12242 chokidar: 3.6.0 12235 12243 magic-string: 0.30.17 12236 - tinyglobby: 0.2.12 12244 + tinyglobby: 0.2.13 12237 12245 vite: 6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0) 12238 12246 transitivePeerDependencies: 12239 12247 - rollup ··· 12999 13007 package-manager-detector: 1.1.0 13000 13008 semver: 7.7.1 13001 13009 tinyexec: 0.3.2 13002 - tinyglobby: 0.2.12 13010 + tinyglobby: 0.2.13 13003 13011 yaml: 2.7.0 13004 13012 transitivePeerDependencies: 13005 13013 - magicast ··· 14069 14077 jsonc-eslint-parser: 2.4.0 14070 14078 pathe: 2.0.3 14071 14079 pnpm-workspace-yaml: 0.3.1 14072 - tinyglobby: 0.2.12 14080 + tinyglobby: 0.2.13 14073 14081 yaml-eslint-parser: 1.3.0 14074 14082 14075 14083 eslint-plugin-regexp@2.7.0(eslint@9.24.0(jiti@2.4.2)): ··· 14408 14416 pend: 1.2.0 14409 14417 14410 14418 fdir@6.4.3(picomatch@4.0.2): 14419 + optionalDependencies: 14420 + picomatch: 4.0.2 14421 + 14422 + fdir@6.4.4(picomatch@4.0.2): 14411 14423 optionalDependencies: 14412 14424 picomatch: 4.0.2 14413 14425 ··· 17337 17349 17338 17350 tinyexec@1.0.1: {} 17339 17351 17340 - tinyglobby@0.2.12: 17352 + tinyglobby@0.2.13: 17341 17353 dependencies: 17342 - fdir: 6.4.3(picomatch@4.0.2) 17354 + fdir: 6.4.4(picomatch@4.0.2) 17343 17355 picomatch: 4.0.2 17344 17356 17345 17357 tinyhighlight@0.3.2(picocolors@1.1.1): ··· 17810 17822 local-pkg: 1.1.1 17811 17823 micromatch: 4.0.8 17812 17824 picocolors: 1.1.1 17813 - tinyglobby: 0.2.12 17825 + tinyglobby: 0.2.13 17814 17826 vite: 6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0) 17815 17827 yaml: 2.7.0 17816 17828 optionalDependencies: ··· 17823 17835 dependencies: 17824 17836 debug: 4.4.0 17825 17837 pretty-bytes: 6.1.1 17826 - tinyglobby: 0.2.12 17838 + tinyglobby: 0.2.13 17827 17839 vite: 6.2.0(@types/node@22.14.1)(jiti@2.4.2)(terser@5.36.0)(tsx@4.19.3)(yaml@2.7.0) 17828 17840 workbox-build: 7.1.0(@types/babel__core@7.20.5) 17829 17841 workbox-window: 7.3.0
+1 -1
pnpm-workspace.yaml
··· 37 37 sirv: ^3.0.1 38 38 std-env: ^3.9.0 39 39 test-exclude: ^7.0.1 40 - tinyglobby: ^0.2.12 40 + tinyglobby: ^0.2.13 41 41 tinyrainbow: ^2.0.0 42 42 unocss: ^0.65.4 43 43 unplugin-vue-components: ^0.28.0
-44
packages/vitest/LICENSE.md
··· 257 257 258 258 --------------------------------------- 259 259 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 - 275 260 ## fill-range 276 261 License: MIT 277 262 By: Jon Schlinkert, Edo Rivai, Paul Miller, Rouven Weßling ··· 776 761 > MIT License 777 762 > 778 763 > Copyright (c) 2022 Anthony Fu <https://github.com/antfu> 779 - > 780 - > Permission is hereby granted, free of charge, to any person obtaining a copy 781 - > of this software and associated documentation files (the "Software"), to deal 782 - > in the Software without restriction, including without limitation the rights 783 - > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 784 - > copies of the Software, and to permit persons to whom the Software is 785 - > furnished to do so, subject to the following conditions: 786 - > 787 - > The above copyright notice and this permission notice shall be included in all 788 - > copies or substantial portions of the Software. 789 - > 790 - > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 791 - > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 792 - > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 793 - > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 794 - > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 795 - > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 796 - > SOFTWARE. 797 - 798 - --------------------------------------- 799 - 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 764 > 809 765 > Permission is hereby granted, free of charge, to any person obtaining a copy 810 766 > of this software and associated documentation files (the "Software"), to deal
+1 -1
packages/vitest/package.json
··· 169 169 "std-env": "catalog:", 170 170 "tinybench": "^2.9.0", 171 171 "tinyexec": "^0.3.2", 172 + "tinyglobby": "catalog:", 172 173 "tinypool": "^1.0.2", 173 174 "tinyrainbow": "catalog:", 174 175 "vite": "^5.0.0 || ^6.0.0", ··· 203 204 "pretty-format": "^29.7.0", 204 205 "prompts": "^2.4.2", 205 206 "strip-literal": "^3.0.0", 206 - "tinyglobby": "catalog:", 207 207 "ws": "catalog:" 208 208 } 209 209 }