[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.

perf: update `log-update` v9 (#4390)

authored by

Ari Perkkiö and committed by
GitHub
(Oct 29, 2023, 9:37 PM +0100) ba1df849 b3bc866d

+69 -24
+51 -23
pnpm-lock.yaml
··· 1465 1465 specifier: ^22.1.0 1466 1466 version: 22.1.0 1467 1467 log-update: 1468 - specifier: ^5.0.1 1469 - version: 5.0.1 1468 + specifier: ^6.0.0 1469 + version: 6.0.0 1470 1470 micromatch: 1471 1471 specifier: ^4.0.5 1472 1472 version: 4.0.5 ··· 12808 12808 type-fest: 0.21.3 12809 12809 dev: true 12810 12810 12811 - /ansi-escapes@5.0.0: 12812 - resolution: {integrity: sha512-5GFMVX8HqE/TB+FuBJGuO5XG0WrsA6ptUqoODaT/n9mmUaZFkqnBueB4leqGBCmrUHnCnC4PCZTCd0E7QQ83bA==} 12813 - engines: {node: '>=12'} 12811 + /ansi-escapes@6.2.0: 12812 + resolution: {integrity: sha512-kzRaCqXnpzWs+3z5ABPQiVke+iq0KXkHo8xiWV4RPTi5Yli0l97BEQuhXV1s7+aSU/fu1kUuxgS4MsQ0fRuygw==} 12813 + engines: {node: '>=14.16'} 12814 12814 dependencies: 12815 - type-fest: 1.4.0 12815 + type-fest: 3.13.1 12816 12816 dev: true 12817 12817 12818 12818 /ansi-html-community@0.0.8: ··· 16014 16014 engines: {node: '>=10'} 16015 16015 dev: true 16016 16016 16017 + /emoji-regex@10.3.0: 16018 + resolution: {integrity: sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==} 16019 + dev: true 16020 + 16017 16021 /emoji-regex@8.0.0: 16018 16022 resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} 16019 16023 dev: true ··· 18089 18093 engines: {node: 6.* || 8.* || >= 10.*} 18090 18094 dev: true 18091 18095 18096 + /get-east-asian-width@1.2.0: 18097 + resolution: {integrity: sha512-2nk+7SIVb14QrgXFHcm84tD4bKQz0RxPuMT8Ag5KPOq7J5fEmAg0UbXdTOSHqNuHSU28k55qnceesxXRZGzKWA==} 18098 + engines: {node: '>=18'} 18099 + dev: true 18100 + 18092 18101 /get-func-name@2.0.2: 18093 18102 resolution: {integrity: sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==} 18094 18103 dev: false ··· 19435 19444 /is-fullwidth-code-point@4.0.0: 19436 19445 resolution: {integrity: sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==} 19437 19446 engines: {node: '>=12'} 19447 + dev: true 19448 + 19449 + /is-fullwidth-code-point@5.0.0: 19450 + resolution: {integrity: sha512-OVa3u9kkBbw7b8Xw5F9P+D/T9X+Z4+JruYVNapTjPYZYUznQ5YfWeFkOj606XYYW8yugTfC8Pj0hYqvi4ryAhA==} 19451 + engines: {node: '>=18'} 19452 + dependencies: 19453 + get-east-asian-width: 1.2.0 19438 19454 dev: true 19439 19455 19440 19456 /is-function@1.0.2: ··· 21243 21259 wrap-ansi: 6.2.0 21244 21260 dev: true 21245 21261 21246 - /log-update@5.0.1: 21247 - resolution: {integrity: sha512-5UtUDQ/6edw4ofyljDNcOVJQ4c7OjDro4h3y8e1GQL5iYElYclVHJ3zeWchylvMaKnDbDilC8irOVyexnA/Slw==} 21248 - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} 21262 + /log-update@6.0.0: 21263 + resolution: {integrity: sha512-niTvB4gqvtof056rRIrTZvjNYE4rCUzO6X/X+kYjd7WFxXeJ0NwEFnRxX6ehkvv3jTwrXnNdtAak5XYZuIyPFw==} 21264 + engines: {node: '>=18'} 21249 21265 dependencies: 21250 - ansi-escapes: 5.0.0 21266 + ansi-escapes: 6.2.0 21251 21267 cli-cursor: 4.0.0 21252 - slice-ansi: 5.0.0 21268 + slice-ansi: 7.0.0 21253 21269 strip-ansi: 7.1.0 21254 - wrap-ansi: 8.0.1 21270 + wrap-ansi: 9.0.0 21255 21271 dev: true 21256 21272 21257 21273 /loglevel-plugin-prefix@0.8.4: ··· 25382 25398 is-fullwidth-code-point: 4.0.0 25383 25399 dev: true 25384 25400 25401 + /slice-ansi@7.0.0: 25402 + resolution: {integrity: sha512-AkAZP6rVu1V3D+B5CocNzW83TlqiV9cI/Eb/Thr2u5TvoqPW5uzOhJfhZk5PG5jiXTmX8mhaq0/GkyGz29qtEg==} 25403 + engines: {node: '>=14.16'} 25404 + dependencies: 25405 + ansi-styles: 6.2.1 25406 + is-fullwidth-code-point: 5.0.0 25407 + dev: true 25408 + 25385 25409 /smart-buffer@4.2.0: 25386 25410 resolution: {integrity: sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==} 25387 25411 engines: {node: '>= 6.0.0', npm: '>= 3.0.0'} ··· 25795 25819 dependencies: 25796 25820 eastasianwidth: 0.2.0 25797 25821 emoji-regex: 9.2.2 25822 + strip-ansi: 7.1.0 25823 + dev: true 25824 + 25825 + /string-width@7.0.0: 25826 + resolution: {integrity: sha512-GPQHj7row82Hjo9hKZieKcHIhaAIKOJvFSIZXuCU9OASVZrMNUaZuz++SPVrBjnLsnk4k+z9f2EIypgxf2vNFw==} 25827 + engines: {node: '>=18'} 25828 + dependencies: 25829 + emoji-regex: 10.3.0 25830 + get-east-asian-width: 1.2.0 25798 25831 strip-ansi: 7.1.0 25799 25832 dev: true 25800 25833 ··· 26863 26896 /type-fest@0.8.1: 26864 26897 resolution: {integrity: sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==} 26865 26898 engines: {node: '>=8'} 26866 - dev: true 26867 - 26868 - /type-fest@1.4.0: 26869 - resolution: {integrity: sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==} 26870 - engines: {node: '>=10'} 26871 26899 dev: true 26872 26900 26873 26901 /type-fest@2.13.0: ··· 28840 28868 strip-ansi: 6.0.1 28841 28869 dev: true 28842 28870 28843 - /wrap-ansi@8.0.1: 28844 - resolution: {integrity: sha512-QFF+ufAqhoYHvoHdajT/Po7KoXVBPXS2bgjIam5isfWJPfIOnQZ50JtUiVvCv/sjgacf3yRrt2ZKUZ/V4itN4g==} 28871 + /wrap-ansi@8.1.0: 28872 + resolution: {integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==} 28845 28873 engines: {node: '>=12'} 28846 28874 dependencies: 28847 28875 ansi-styles: 6.2.1 ··· 28849 28877 strip-ansi: 7.1.0 28850 28878 dev: true 28851 28879 28852 - /wrap-ansi@8.1.0: 28853 - resolution: {integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==} 28854 - engines: {node: '>=12'} 28880 + /wrap-ansi@9.0.0: 28881 + resolution: {integrity: sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==} 28882 + engines: {node: '>=18'} 28855 28883 dependencies: 28856 28884 ansi-styles: 6.2.1 28857 - string-width: 5.1.2 28885 + string-width: 7.0.0 28858 28886 strip-ansi: 7.1.0 28859 28887 dev: true 28860 28888
+17
packages/vitest/LICENSE.md
··· 777 777 778 778 --------------------------------------- 779 779 780 + ## get-east-asian-width 781 + License: MIT 782 + By: Sindre Sorhus 783 + Repository: sindresorhus/get-east-asian-width 784 + 785 + > MIT License 786 + > 787 + > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com) 788 + > 789 + > 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: 790 + > 791 + > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 792 + > 793 + > 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. 794 + 795 + --------------------------------------- 796 + 780 797 ## get-stream 781 798 License: MIT 782 799 By: Sindre Sorhus
+1 -1
packages/vitest/package.json
··· 180 180 "get-tsconfig": "^4.6.2", 181 181 "happy-dom": "^9.20.3", 182 182 "jsdom": "^22.1.0", 183 - "log-update": "^5.0.1", 183 + "log-update": "^6.0.0", 184 184 "micromatch": "^4.0.5", 185 185 "mlly": "^1.4.0", 186 186 "p-limit": "^4.0.0",