Skip to content

Commit b0962ca

Browse files
chore(deps): bump the patch-deps-updates-main group with 5 updates (#54)
Bumps the patch-deps-updates-main group with 5 updates: | Package | From | To | | --- | --- | --- | | [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `3.2.0` | `3.2.3` | | [eslint-plugin-import-x](https://github.com/un-ts/eslint-plugin-import-x) | `4.15.0` | `4.15.1` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `3.2.0` | `3.2.3` | | [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser) | `7.27.4` | `7.27.5` | | [@babel/types](https://github.com/babel/babel/tree/HEAD/packages/babel-types) | `7.27.3` | `7.27.6` | Updates `@vitest/coverage-v8` from 3.2.0 to 3.2.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases"><code>@​vitest/coverage-v8</code>'s releases</a>.</em></p> <blockquote> <h2>v3.2.3</h2> <h3>   🚀 Features</h3> <ul> <li><strong>browser</strong>: Use base url instead of <strong>vitest</strong>  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8126">vitest-dev/vitest#8126</a> <a href="https://github.com/vitest-dev/vitest/commit/1d8ebf9ae"><!-- raw HTML omitted -->(1d8eb)<!-- raw HTML omitted --></a></li> <li><strong>ui</strong>: Show test annotations and metadata in the test report tab  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8093">vitest-dev/vitest#8093</a> <a href="https://github.com/vitest-dev/vitest/commit/c69be1fc1"><!-- raw HTML omitted -->(c69be)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li>Rerun tests when project's setup file is changed  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8097">vitest-dev/vitest#8097</a> <a href="https://github.com/vitest-dev/vitest/commit/0f3350667"><!-- raw HTML omitted -->(0f335)<!-- raw HTML omitted --></a></li> <li>Revert <code>expect.any</code> return type  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8129">vitest-dev/vitest#8129</a> <a href="https://github.com/vitest-dev/vitest/commit/4751436d5"><!-- raw HTML omitted -->(47514)<!-- raw HTML omitted --></a></li> <li>Run only the name plugin last, not all config plugins  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8130">vitest-dev/vitest#8130</a> <a href="https://github.com/vitest-dev/vitest/commit/83862d46e"><!-- raw HTML omitted -->(83862)<!-- raw HTML omitted --></a></li> <li><strong>pool</strong>: <ul> <li>Throw if user's tests use <code>process.send()</code>  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8125">vitest-dev/vitest#8125</a> <a href="https://github.com/vitest-dev/vitest/commit/dfe81a67a"><!-- raw HTML omitted -->(dfe81)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>runner</strong>: <ul> <li>Fast sequential task updates missing  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8121">vitest-dev/vitest#8121</a> <a href="https://github.com/vitest-dev/vitest/commit/7bd11a9b3"><!-- raw HTML omitted -->(7bd11)<!-- raw HTML omitted --></a></li> <li>Comments between fixture destructures  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8127">vitest-dev/vitest#8127</a> <a href="https://github.com/vitest-dev/vitest/commit/dc469f260"><!-- raw HTML omitted -->(dc469)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>vite-node</strong>: <ul> <li>Unable to handle errors where sourcemap mapping empty  -  by <a href="https://github.com/blake-newman"><code>@​blake-newman</code></a> and <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8071">vitest-dev/vitest#8071</a> <a href="https://github.com/vitest-dev/vitest/commit/8aa252121"><!-- raw HTML omitted -->(8aa25)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v3.2.2...v3.2.3">View changes on GitHub</a></h5> <h2>v3.2.2</h2> <h3>   🚀 Features</h3> <ul> <li>Support rolldown-vite  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> and <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/7509">vitest-dev/vitest#7509</a> <a href="https://github.com/vitest-dev/vitest/commit/c8d6264bf"><!-- raw HTML omitted -->(c8d62)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>browser</strong>: <ul> <li>Calculate prepare time from <code>createTesters</code> call on the main thread  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8101">vitest-dev/vitest#8101</a> <a href="https://github.com/vitest-dev/vitest/commit/142c735e1"><!-- raw HTML omitted -->(142c7)<!-- raw HTML omitted --></a></li> <li>Optimize build output and always prebundle vitest  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> <a href="https://github.com/vitest-dev/vitest/commit/00a391656"><!-- raw HTML omitted -->(00a39)<!-- raw HTML omitted --></a></li> <li>Make custom locators available in <code>vitest-browser-*</code> packages  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8103">vitest-dev/vitest#8103</a> <a href="https://github.com/vitest-dev/vitest/commit/247ef5822"><!-- raw HTML omitted -->(247ef)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>expect</strong>: <ul> <li>Ensure we can always self <code>toEqual</code>  -  by <a href="https://github.com/dubzzz"><code>@​dubzzz</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8094">vitest-dev/vitest#8094</a> <a href="https://github.com/vitest-dev/vitest/commit/02ec89203"><!-- raw HTML omitted -->(02ec8)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>reporter</strong>: <ul> <li>Allow <code>dot</code> reporter to work in non interactive terminals  -  by <a href="https://github.com/bstephen1"><code>@​bstephen1</code></a> and <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/7994">vitest-dev/vitest#7994</a> <a href="https://github.com/vitest-dev/vitest/commit/6db9f5207"><!-- raw HTML omitted -->(6db9f)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v3.2.1...v3.2.2">View changes on GitHub</a></h5> <h2>v3.2.1</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li>Use sha1 instead of md5 for hashing  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> <a href="https://github.com/vitest-dev/vitest/commit/e4c73503e"><!-- raw HTML omitted -->(e4c73)<!-- raw HTML omitted --></a></li> <li><strong>expect</strong>: <ul> <li>Fix chai import in dts  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8077">vitest-dev/vitest#8077</a> <a href="https://github.com/vitest-dev/vitest/commit/a759347ff"><!-- raw HTML omitted -->(a7593)<!-- raw HTML omitted --></a></li> <li>Export <code>DeeplyAllowMatchers</code>  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8078">vitest-dev/vitest#8078</a> <a href="https://github.com/vitest-dev/vitest/commit/30ab42c0f"><!-- raw HTML omitted -->(30ab4)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v3.2.0...v3.2.1">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/b87ee3ece20bc5fc61e179a36741d9d36d494ea7"><code>b87ee3e</code></a> chore: release v3.2.3</li> <li><a href="https://github.com/vitest-dev/vitest/commit/7ddcd3363e2853a85273534d10a2ef1e3f905468"><code>7ddcd33</code></a> chore: release v3.2.2</li> <li><a href="https://github.com/vitest-dev/vitest/commit/f858f3b2919eb08e5c32e3079b6b9789baa6b437"><code>f858f3b</code></a> chore: release v3.2.1</li> <li>See full diff in <a href="https://github.com/vitest-dev/vitest/commits/v3.2.3/packages/coverage-v8">compare view</a></li> </ul> </details> <br /> Updates `eslint-plugin-import-x` from 4.15.0 to 4.15.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/un-ts/eslint-plugin-import-x/releases">eslint-plugin-import-x's releases</a>.</em></p> <blockquote> <h2>v4.15.1</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/un-ts/eslint-plugin-import-x/pull/373">#373</a> <a href="https://github.com/un-ts/eslint-plugin-import-x/commit/90ec1f1f0eecc7ef566a14b5163cb7c1ec05e6de"><code>90ec1f1</code></a> Thanks <a href="https://github.com/JounQin"><code>@​JounQin</code></a>! - chore: migrate <code>stable-hash</code> to <code>stable-hash-x</code></p> </li> <li> <p><a href="https://redirect.github.com/un-ts/eslint-plugin-import-x/pull/371">#371</a> <a href="https://github.com/un-ts/eslint-plugin-import-x/commit/4f97a1a1419c15821ba1ab07e4038b715208ac7a"><code>4f97a1a</code></a> Thanks <a href="https://github.com/dword-design"><code>@​dword-design</code></a> and <a href="https://github.com/JounQin"><code>@​JounQin</code></a>! - fix: take <code>context.cwd</code> into account for glob options of rules <code>no-extraneous-dependencies</code> and <code>no-unassigned-import</code></p> </li> <li> <p><a href="https://redirect.github.com/un-ts/eslint-plugin-import-x/pull/371">#371</a> <a href="https://github.com/un-ts/eslint-plugin-import-x/commit/4f97a1a1419c15821ba1ab07e4038b715208ac7a"><code>4f97a1a</code></a> Thanks <a href="https://github.com/JounQin"><code>@​JounQin</code></a>! - fix: enable <code>nocomment: true</code> for glob options of rules <code>no-import-module-exports</code> and <code>no-namespace</code></p> </li> <li> <p><a href="https://redirect.github.com/un-ts/eslint-plugin-import-x/pull/368">#368</a> <a href="https://github.com/un-ts/eslint-plugin-import-x/commit/74a16c52bfba784ae44db7e200a3023d00dc82f3"><code>74a16c5</code></a> Thanks <a href="https://github.com/JoseGoncalves"><code>@​JoseGoncalves</code></a>! - fix: drop <code>languageOptions</code> config from <code>flat/recommended</code></p> </li> </ul> <h3>New Contributors</h3> <ul> <li><a href="https://github.com/JoseGoncalves"><code>@​JoseGoncalves</code></a> made their first contribution in <a href="https://redirect.github.com/un-ts/eslint-plugin-import-x/pull/368">un-ts/eslint-plugin-import-x#368</a></li> <li><a href="https://github.com/dword-design"><code>@​dword-design</code></a> made their first contribution in <a href="https://redirect.github.com/un-ts/eslint-plugin-import-x/pull/371">un-ts/eslint-plugin-import-x#371</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/un-ts/eslint-plugin-import-x/compare/v4.15.0...v4.15.1">https://github.com/un-ts/eslint-plugin-import-x/compare/v4.15.0...v4.15.1</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/un-ts/eslint-plugin-import-x/blob/master/CHANGELOG.md">eslint-plugin-import-x's changelog</a>.</em></p> <blockquote> <h2>4.15.1</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/un-ts/eslint-plugin-import-x/pull/373">#373</a> <a href="https://github.com/un-ts/eslint-plugin-import-x/commit/90ec1f1f0eecc7ef566a14b5163cb7c1ec05e6de"><code>90ec1f1</code></a> Thanks <a href="https://github.com/JounQin"><code>@​JounQin</code></a>! - chore: migrate <code>stable-hash</code> to <code>stable-hash-x</code></p> </li> <li> <p><a href="https://redirect.github.com/un-ts/eslint-plugin-import-x/pull/371">#371</a> <a href="https://github.com/un-ts/eslint-plugin-import-x/commit/4f97a1a1419c15821ba1ab07e4038b715208ac7a"><code>4f97a1a</code></a> Thanks <a href="https://github.com/dword-design"><code>@​dword-design</code></a> and <a href="https://github.com/JounQin"><code>@​JounQin</code></a>! - fix: take <code>context.cwd</code> into account for glob options of rules <code>no-extraneous-dependencies</code> and <code>no-unassigned-import</code></p> </li> <li> <p><a href="https://redirect.github.com/un-ts/eslint-plugin-import-x/pull/371">#371</a> <a href="https://github.com/un-ts/eslint-plugin-import-x/commit/4f97a1a1419c15821ba1ab07e4038b715208ac7a"><code>4f97a1a</code></a> Thanks <a href="https://github.com/JounQin"><code>@​JounQin</code></a>! - fix: enable <code>nocomment: true</code> for glob options of rules <code>no-import-module-exports</code> and <code>no-namespace</code></p> </li> <li> <p><a href="https://redirect.github.com/un-ts/eslint-plugin-import-x/pull/368">#368</a> <a href="https://github.com/un-ts/eslint-plugin-import-x/commit/74a16c52bfba784ae44db7e200a3023d00dc82f3"><code>74a16c5</code></a> Thanks <a href="https://github.com/JoseGoncalves"><code>@​JoseGoncalves</code></a>! - fix: drop <code>languageOptions</code> config from <code>flat/recommended</code></p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/un-ts/eslint-plugin-import-x/commit/985bb91b3eada16b4ff6534c7b5dbe39db2fc173"><code>985bb91</code></a> chore: release eslint-plugin-import-x (<a href="https://redirect.github.com/un-ts/eslint-plugin-import-x/issues/369">#369</a>)</li> <li><a href="https://github.com/un-ts/eslint-plugin-import-x/commit/4f97a1a1419c15821ba1ab07e4038b715208ac7a"><code>4f97a1a</code></a> fix: take <code>context.cwd</code> into account for glob options of several rules (<a href="https://redirect.github.com/un-ts/eslint-plugin-import-x/issues/371">#371</a>)</li> <li><a href="https://github.com/un-ts/eslint-plugin-import-x/commit/90ec1f1f0eecc7ef566a14b5163cb7c1ec05e6de"><code>90ec1f1</code></a> chore: migrate <code>stable-hash</code> to <code>stable-hash-x</code> (<a href="https://redirect.github.com/un-ts/eslint-plugin-import-x/issues/373">#373</a>)</li> <li><a href="https://github.com/un-ts/eslint-plugin-import-x/commit/74a16c52bfba784ae44db7e200a3023d00dc82f3"><code>74a16c5</code></a> fix: drop <code>languageOptions</code> config from <code>flat/recommended</code> (<a href="https://redirect.github.com/un-ts/eslint-plugin-import-x/issues/368">#368</a>)</li> <li><a href="https://github.com/un-ts/eslint-plugin-import-x/commit/40be32a8d6e4a8967bbb7f72d61c8a6ed9dc4d39"><code>40be32a</code></a> docs: only 16 dependencies left by dropping <code>@​typescript-eslint/utils</code></li> <li>See full diff in <a href="https://github.com/un-ts/eslint-plugin-import-x/compare/v4.15.0...v4.15.1">compare view</a></li> </ul> </details> <br /> Updates `vitest` from 3.2.0 to 3.2.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases">vitest's releases</a>.</em></p> <blockquote> <h2>v3.2.3</h2> <h3>   🚀 Features</h3> <ul> <li><strong>browser</strong>: Use base url instead of <strong>vitest</strong>  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8126">vitest-dev/vitest#8126</a> <a href="https://github.com/vitest-dev/vitest/commit/1d8ebf9ae"><!-- raw HTML omitted -->(1d8eb)<!-- raw HTML omitted --></a></li> <li><strong>ui</strong>: Show test annotations and metadata in the test report tab  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8093">vitest-dev/vitest#8093</a> <a href="https://github.com/vitest-dev/vitest/commit/c69be1fc1"><!-- raw HTML omitted -->(c69be)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li>Rerun tests when project's setup file is changed  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8097">vitest-dev/vitest#8097</a> <a href="https://github.com/vitest-dev/vitest/commit/0f3350667"><!-- raw HTML omitted -->(0f335)<!-- raw HTML omitted --></a></li> <li>Revert <code>expect.any</code> return type  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8129">vitest-dev/vitest#8129</a> <a href="https://github.com/vitest-dev/vitest/commit/4751436d5"><!-- raw HTML omitted -->(47514)<!-- raw HTML omitted --></a></li> <li>Run only the name plugin last, not all config plugins  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8130">vitest-dev/vitest#8130</a> <a href="https://github.com/vitest-dev/vitest/commit/83862d46e"><!-- raw HTML omitted -->(83862)<!-- raw HTML omitted --></a></li> <li><strong>pool</strong>: <ul> <li>Throw if user's tests use <code>process.send()</code>  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8125">vitest-dev/vitest#8125</a> <a href="https://github.com/vitest-dev/vitest/commit/dfe81a67a"><!-- raw HTML omitted -->(dfe81)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>runner</strong>: <ul> <li>Fast sequential task updates missing  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8121">vitest-dev/vitest#8121</a> <a href="https://github.com/vitest-dev/vitest/commit/7bd11a9b3"><!-- raw HTML omitted -->(7bd11)<!-- raw HTML omitted --></a></li> <li>Comments between fixture destructures  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8127">vitest-dev/vitest#8127</a> <a href="https://github.com/vitest-dev/vitest/commit/dc469f260"><!-- raw HTML omitted -->(dc469)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>vite-node</strong>: <ul> <li>Unable to handle errors where sourcemap mapping empty  -  by <a href="https://github.com/blake-newman"><code>@​blake-newman</code></a> and <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8071">vitest-dev/vitest#8071</a> <a href="https://github.com/vitest-dev/vitest/commit/8aa252121"><!-- raw HTML omitted -->(8aa25)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v3.2.2...v3.2.3">View changes on GitHub</a></h5> <h2>v3.2.2</h2> <h3>   🚀 Features</h3> <ul> <li>Support rolldown-vite  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> and <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/7509">vitest-dev/vitest#7509</a> <a href="https://github.com/vitest-dev/vitest/commit/c8d6264bf"><!-- raw HTML omitted -->(c8d62)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>browser</strong>: <ul> <li>Calculate prepare time from <code>createTesters</code> call on the main thread  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8101">vitest-dev/vitest#8101</a> <a href="https://github.com/vitest-dev/vitest/commit/142c735e1"><!-- raw HTML omitted -->(142c7)<!-- raw HTML omitted --></a></li> <li>Optimize build output and always prebundle vitest  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> <a href="https://github.com/vitest-dev/vitest/commit/00a391656"><!-- raw HTML omitted -->(00a39)<!-- raw HTML omitted --></a></li> <li>Make custom locators available in <code>vitest-browser-*</code> packages  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8103">vitest-dev/vitest#8103</a> <a href="https://github.com/vitest-dev/vitest/commit/247ef5822"><!-- raw HTML omitted -->(247ef)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>expect</strong>: <ul> <li>Ensure we can always self <code>toEqual</code>  -  by <a href="https://github.com/dubzzz"><code>@​dubzzz</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8094">vitest-dev/vitest#8094</a> <a href="https://github.com/vitest-dev/vitest/commit/02ec89203"><!-- raw HTML omitted -->(02ec8)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>reporter</strong>: <ul> <li>Allow <code>dot</code> reporter to work in non interactive terminals  -  by <a href="https://github.com/bstephen1"><code>@​bstephen1</code></a> and <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/7994">vitest-dev/vitest#7994</a> <a href="https://github.com/vitest-dev/vitest/commit/6db9f5207"><!-- raw HTML omitted -->(6db9f)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v3.2.1...v3.2.2">View changes on GitHub</a></h5> <h2>v3.2.1</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li>Use sha1 instead of md5 for hashing  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> <a href="https://github.com/vitest-dev/vitest/commit/e4c73503e"><!-- raw HTML omitted -->(e4c73)<!-- raw HTML omitted --></a></li> <li><strong>expect</strong>: <ul> <li>Fix chai import in dts  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8077">vitest-dev/vitest#8077</a> <a href="https://github.com/vitest-dev/vitest/commit/a759347ff"><!-- raw HTML omitted -->(a7593)<!-- raw HTML omitted --></a></li> <li>Export <code>DeeplyAllowMatchers</code>  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8078">vitest-dev/vitest#8078</a> <a href="https://github.com/vitest-dev/vitest/commit/30ab42c0f"><!-- raw HTML omitted -->(30ab4)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v3.2.0...v3.2.1">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/b87ee3ece20bc5fc61e179a36741d9d36d494ea7"><code>b87ee3e</code></a> chore: release v3.2.3</li> <li><a href="https://github.com/vitest-dev/vitest/commit/83862d46ea28290bc438259781b1d3bca48eb1ec"><code>83862d4</code></a> fix: run only the name plugin last, not all config plugins (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/8130">#8130</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/dc469f260f589299c14f8a171f3512b7e19f605c"><code>dc469f2</code></a> fix(runner): comments between fixture destructures (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/8127">#8127</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/1d8ebf9ae5afd71099194016243f9282c25ede4f"><code>1d8ebf9</code></a> feat(browser): use base url instead of <strong>vitest</strong> (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/8126">#8126</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/dfe81a67ac12b456fb1a7daef095cc271cd77308"><code>dfe81a6</code></a> fix(pool): throw if user's tests use <code>process.send()</code> (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/8125">#8125</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/0f3350667254177a6dfe297bf74bfc5eb10d4dc9"><code>0f33506</code></a> fix: rerun tests when project's setup file is changed (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/8097">#8097</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/7ddcd3363e2853a85273534d10a2ef1e3f905468"><code>7ddcd33</code></a> chore: release v3.2.2</li> <li><a href="https://github.com/vitest-dev/vitest/commit/33f71207fa7854d413d85616d69b1a7a3a6ea90e"><code>33f7120</code></a> Revert &quot;fix(browser): optimize build output and always prebundle vitest&quot;</li> <li><a href="https://github.com/vitest-dev/vitest/commit/00a391656c1246e37645abe21fc28c1994ad45bd"><code>00a3916</code></a> fix(browser): optimize build output and always prebundle vitest</li> <li><a href="https://github.com/vitest-dev/vitest/commit/142c735e16e3da04627e021d8428134ddd266082"><code>142c735</code></a> fix(browser): calculate prepare time from <code>createTesters</code> call on the main th...</li> <li>Additional commits viewable in <a href="https://github.com/vitest-dev/vitest/commits/v3.2.3/packages/vitest">compare view</a></li> </ul> </details> <br /> Updates `@babel/parser` from 7.27.4 to 7.27.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>@​babel/parser</code>'s releases</a>.</em></p> <blockquote> <h2>v7.27.5 (2025-06-03)</h2> <p>Thanks <a href="https://github.com/NullVoxPopuli"><code>@​NullVoxPopuli</code></a> for your first PR!</p> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-transform-regenerator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17359">#17359</a> fix: Unexpected infinite loop with <code>regenerator</code> for <code>try</code> (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> <li>Other <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17349">#17349</a> Map ESLint's <code>sourceType: commonjs</code> to script (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17333">#17333</a> Improve using declaration errors (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>Committers: 4</h4> <ul> <li>Babel Bot (<a href="https://github.com/babel-bot"><code>@​babel-bot</code></a>)</li> <li>Huáng Jùnliàng (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> <li><a href="https://github.com/NullVoxPopuli"><code>@​NullVoxPopuli</code></a></li> <li><a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md"><code>@​babel/parser</code>'s changelog</a>.</em></p> <blockquote> <h2>v7.27.5 (2025-06-03)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-transform-regenerator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17359">#17359</a> fix: Unexpected infinite loop with <code>regenerator</code> for <code>try</code> (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> <li>Other <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17349">#17349</a> Map ESLint's <code>sourceType: commonjs</code> to script (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17333">#17333</a> Improve using declaration errors (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/babel/babel/commit/746ae8e7960b060e475485ad8c7725f6c59a2c54"><code>746ae8e</code></a> v7.27.5</li> <li><a href="https://github.com/babel/babel/commit/d3215a2725c6acda33ac5599ee12ed90cde39bb7"><code>d3215a2</code></a> Improve using declaration errors (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-parser/issues/17333">#17333</a>)</li> <li>See full diff in <a href="https://github.com/babel/babel/commits/v7.27.5/packages/babel-parser">compare view</a></li> </ul> </details> <br /> Updates `@babel/types` from 7.27.3 to 7.27.6 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>@​babel/types</code>'s releases</a>.</em></p> <blockquote> <h2>v7.27.6 (2025-06-05)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-helpers</code>, <code>babel-plugin-transform-async-generator-functions</code>, <code>babel-plugin-transform-regenerator</code>, <code>babel-preset-env</code>, <code>babel-runtime-corejs3</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17366">#17366</a> fix: <code>finally</code> causes unexpected return value (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-generator</code>, <code>babel-parser</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17357">#17357</a> Ensure syntactic ordering when visiting array-type AST nodes (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>Committers: 3</h4> <ul> <li>Huáng Jùnliàng (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> <li>Ingvar Stepanyan (<a href="https://github.com/RReverser"><code>@​RReverser</code></a>)</li> <li><a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a></li> </ul> <h2>v7.27.5 (2025-06-03)</h2> <p>Thanks <a href="https://github.com/NullVoxPopuli"><code>@​NullVoxPopuli</code></a> for your first PR!</p> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-transform-regenerator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17359">#17359</a> fix: Unexpected infinite loop with <code>regenerator</code> for <code>try</code> (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> <li>Other <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17349">#17349</a> Map ESLint's <code>sourceType: commonjs</code> to script (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17333">#17333</a> Improve using declaration errors (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>Committers: 4</h4> <ul> <li>Babel Bot (<a href="https://github.com/babel-bot"><code>@​babel-bot</code></a>)</li> <li>Huáng Jùnliàng (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> <li><a href="https://github.com/NullVoxPopuli"><code>@​NullVoxPopuli</code></a></li> <li><a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a></li> </ul> <h2>v7.27.4 (2025-05-30)</h2> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-parser</code>, <code>babel-plugin-proposal-explicit-resource-management</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17323">#17323</a> Disallow using in bare case statement (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17311">#17311</a> Improve parseExpression error messages (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:microscope: Output optimization</h4> <ul> <li><code>babel-helpers</code>, <code>babel-plugin-transform-async-generator-functions</code>, <code>babel-plugin-transform-async-to-generator</code>, <code>babel-plugin-transform-block-scoping</code>, <code>babel-plugin-transform-classes</code>, <code>babel-plugin-transform-destructuring</code>, <code>babel-plugin-transform-regenerator</code>, <code>babel-plugin-transform-runtime</code>, <code>babel-preset-env</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17287">#17287</a> Reduce <code>regenerator</code> size more (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helpers</code>, <code>babel-plugin-transform-async-generator-functions</code>, <code>babel-plugin-transform-async-to-generator</code>, <code>babel-plugin-transform-block-scoping</code>, <code>babel-plugin-transform-classes</code>, <code>babel-plugin-transform-destructuring</code>, <code>babel-plugin-transform-regenerator</code>, <code>babel-plugin-transform-runtime</code>, <code>babel-preset-env</code>, <code>babel-runtime-corejs3</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17334">#17334</a> Use shorter method names for regenerator context (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/17268">#17268</a> Reduce <code>regenerator</code> helper size (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-core</code>, <code>babel-helpers</code>, <code>babel-plugin-transform-async-generator-functions</code>, <code>babel-plugin-transform-async-to-generator</code>, <code>babel-plugin-transform-block-scoping</code>, <code>babel-plugin-transform-classes</code>, <code>babel-plugin-transform-destructuring</code>, <code>babel-plugin-transform-regenerator</code>, <code>babel-plugin-transform-runtime</code>, <code>babel-preset-env</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>, <code>babel-standalone</code></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md"><code>@​babel/types</code>'s changelog</a>.</em></p> <blockquote> <h2>v7.27.6 (2025-06-05)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-helpers</code>, <code>babel-plugin-transform-async-generator-functions</code>, <code>babel-plugin-transform-regenerator</code>, <code>babel-preset-env</code>, <code>babel-runtime-corejs3</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17366">#17366</a> fix: <code>finally</code> causes unexpected return value (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-generator</code>, <code>babel-parser</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17357">#17357</a> Ensure syntactic ordering when visiting array-type AST nodes (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h2>v7.27.5 (2025-06-03)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-transform-regenerator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17359">#17359</a> fix: Unexpected infinite loop with <code>regenerator</code> for <code>try</code> (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> <li>Other <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17349">#17349</a> Map ESLint's <code>sourceType: commonjs</code> to script (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17333">#17333</a> Improve using declaration errors (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h2>v7.27.4 (2025-05-30)</h2> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-parser</code>, <code>babel-plugin-proposal-explicit-resource-management</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17323">#17323</a> Disallow using in bare case statement (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17311">#17311</a> Improve parseExpression error messages (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:microscope: Output optimization</h4> <ul> <li><code>babel-helpers</code>, <code>babel-plugin-transform-async-generator-functions</code>, <code>babel-plugin-transform-async-to-generator</code>, <code>babel-plugin-transform-block-scoping</code>, <code>babel-plugin-transform-classes</code>, <code>babel-plugin-transform-destructuring</code>, <code>babel-plugin-transform-regenerator</code>, <code>babel-plugin-transform-runtime</code>, <code>babel-preset-env</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17287">#17287</a> Reduce <code>regenerator</code> size more (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helpers</code>, <code>babel-plugin-transform-async-generator-functions</code>, <code>babel-plugin-transform-async-to-generator</code>, <code>babel-plugin-transform-block-scoping</code>, <code>babel-plugin-transform-classes</code>, <code>babel-plugin-transform-destructuring</code>, <code>babel-plugin-transform-regenerator</code>, <code>babel-plugin-transform-runtime</code>, <code>babel-preset-env</code>, <code>babel-runtime-corejs3</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17334">#17334</a> Use shorter method names for regenerator context (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/17268">#17268</a> Reduce <code>regenerator</code> helper size (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-core</code>, <code>babel-helpers</code>, <code>babel-plugin-transform-async-generator-functions</code>, <code>babel-plugin-transform-async-to-generator</code>, <code>babel-plugin-transform-block-scoping</code>, <code>babel-plugin-transform-classes</code>, <code>babel-plugin-transform-destructuring</code>, <code>babel-plugin-transform-regenerator</code>, <code>babel-plugin-transform-runtime</code>, <code>babel-preset-env</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>, <code>babel-standalone</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17238">#17238</a> Split <code>regeneratorRuntime</code> into multiple helpers (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/babel/babel/commit/baa4cb8b9f8a551d7dae9042b19ea2f74df6b110"><code>baa4cb8</code></a> v7.27.6</li> <li><a href="https://github.com/babel/babel/commit/781e23e85e5c1b2165d4cfabcaf98c9ab699240a"><code>781e23e</code></a> Ensure syntactic ordering when visiting array-type AST nodes (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-types/issues/17357">#17357</a>)</li> <li><a href="https://github.com/babel/babel/commit/5293ce0bd1efc743885e59c3bfa0cb12dbc9fa7e"><code>5293ce0</code></a> Set binary operator typings to a more precise union (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-types/issues/17361">#17361</a>)</li> <li><a href="https://github.com/babel/babel/commit/55c7379fa0bc25f43e9bdea8ba69ed495d80378b"><code>55c7379</code></a> Update compat data (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-types/issues/17343">#17343</a>)</li> <li>See full diff in <a href="https://github.com/babel/babel/commits/v7.27.6/packages/babel-types">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 54de9fb commit b0962ca

1 file changed

Lines changed: 258 additions & 244 deletions

File tree

0 commit comments

Comments
 (0)