Skip to content

Commit 2042cd2

Browse files
Bump the other group with 8 updates (#304)
Bumps the other group with 8 updates: | Package | From | To | | --- | --- | --- | | [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) | `7.23.5` | `7.23.7` | | [apache-arrow](https://github.com/apache/arrow) | `14.0.1` | `14.0.2` | | [react-map-gl](https://github.com/visgl/react-map-gl) | `7.1.6` | `7.1.7` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.41` | `18.2.46` | | [esbuild](https://github.com/evanw/esbuild) | `0.19.8` | `0.19.11` | | [prettier](https://github.com/prettier/prettier) | `3.1.0` | `3.1.1` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.3.2` | `5.3.3` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `0.34.6` | `1.1.1` | Updates `@babel/runtime` from 7.23.5 to 7.23.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>@​babel/runtime</code>'s releases</a>.</em></p> <blockquote> <h2>v7.23.7 (2023-12-29)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-traverse</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16191">#16191</a> fix: Crash when removing without <code>Program</code> (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helpers</code>, <code>babel-plugin-proposal-decorators</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16180">#16180</a> fix: Class decorator <code>ctx.kind</code> is wrong (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-plugin-proposal-decorators</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16170">#16170</a> Fix decorator initProto usage in derived classes (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-core</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16167">#16167</a> Avoid unpreventable <code>unhandledRejection</code> events (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><code>babel-helper-create-class-features-plugin</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16186">#16186</a> chore: Update deps (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-plugin-proposal-decorators</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16177">#16177</a> Merge decorators into class features (<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>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> <li><a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a></li> </ul> <h2>v7.23.6 (2023-12-11)</h2> <p>Thanks <a href="https://github.com/martinez-hugo"><code>@​martinez-hugo</code></a> and <a href="https://github.com/odinho"><code>@​odinho</code></a> for your first pull requests!</p> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-generator</code>, <code>babel-parser</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16154">#16154</a> Remove <code>TSPropertySignature.initializer</code> (<a href="https://github.com/fisker"><code>@​fisker</code></a>)</li> </ul> </li> <li><code>babel-helpers</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-transform-class-properties</code>, <code>babel-plugin-transform-class-static-block</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-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16139">#16139</a> Apply <code>toPropertyKey</code> on decorator context name (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-generator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16166">#16166</a> fix: Correctly indenting when <code>retainLines</code> is enabled (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helpers</code>, <code>babel-plugin-proposal-explicit-resource-management</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16150">#16150</a> <code>using</code>: Allow looking up <code>Symbol.dispose</code> on a function (<a href="https://github.com/odinho"><code>@​odinho</code></a>)</li> </ul> </li> <li><code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-transform-class-properties</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16161">#16161</a> Ensure the <code>[[@@toPrimitive]]</code> call of a decorated class member key is invoked once (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/16148">#16148</a> Support named evaluation for decorated anonymous class exp (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-for-of</code>, <code>babel-preset-env</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16011">#16011</a> fix: <code>for of</code> with <code>iterableIsArray</code> and shadowing variable (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helpers</code>, <code>babel-plugin-proposal-decorators</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/16144">#16144</a> Set function name for decorated private non-field elements (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16137">#16137</a> Fix references to enum values with merging (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>:microscope: Output optimization</h4> <!-- 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/runtime</code>'s changelog</a>.</em></p> <blockquote> <h2>v7.23.7 (2023-12-29)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-traverse</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16191">#16191</a> fix: Crash when removing without <code>Program</code> (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helpers</code>, <code>babel-plugin-proposal-decorators</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16180">#16180</a> fix: Class decorator <code>ctx.kind</code> is wrong (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-plugin-proposal-decorators</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16170">#16170</a> Fix decorator initProto usage in derived classes (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-core</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16167">#16167</a> Avoid unpreventable <code>unhandledRejection</code> events (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><code>babel-helper-create-class-features-plugin</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16186">#16186</a> chore: Update deps (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-plugin-proposal-decorators</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16177">#16177</a> Merge decorators into class features (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h2>v7.23.6 (2023-12-11)</h2> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-generator</code>, <code>babel-parser</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16154">#16154</a> Remove <code>TSPropertySignature.initializer</code> (<a href="https://github.com/fisker"><code>@​fisker</code></a>)</li> </ul> </li> <li><code>babel-helpers</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-transform-class-properties</code>, <code>babel-plugin-transform-class-static-block</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-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16139">#16139</a> Apply <code>toPropertyKey</code> on decorator context name (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-generator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16166">#16166</a> fix: Correctly indenting when <code>retainLines</code> is enabled (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helpers</code>, <code>babel-plugin-proposal-explicit-resource-management</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16150">#16150</a> <code>using</code>: Allow looking up <code>Symbol.dispose</code> on a function (<a href="https://github.com/odinho"><code>@​odinho</code></a>)</li> </ul> </li> <li><code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-transform-class-properties</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16161">#16161</a> Ensure the <code>[[@@toPrimitive]]</code> call of a decorated class member key is invoked once (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/16148">#16148</a> Support named evaluation for decorated anonymous class exp (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-for-of</code>, <code>babel-preset-env</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16011">#16011</a> fix: <code>for of</code> with <code>iterableIsArray</code> and shadowing variable (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helpers</code>, <code>babel-plugin-proposal-decorators</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/16144">#16144</a> Set function name for decorated private non-field elements (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16137">#16137</a> Fix references to enum values with merging (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>:microscope: Output optimization</h4> <ul> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-plugin-transform-class-properties</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16159">#16159</a> Reuse computed key memoiser (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-helpers</code>, <code>babel-plugin-proposal-decorators</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16160">#16160</a> Optimize decorator helper size (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/babel/babel/commit/e428a6d5f9bdfd909289f17eea7c17f813b6c1ea"><code>e428a6d</code></a> v7.23.7</li> <li><a href="https://github.com/babel/babel/commit/d02c1f76ac441381b1ba3b5cad93bdd030b8fd63"><code>d02c1f7</code></a> v7.23.6</li> <li><a href="https://github.com/babel/babel/commit/f3d70d5ddc449d06e23329ea5926175d0266ab28"><code>f3d70d5</code></a> Set function name for decorated private non-field elements (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-runtime/issues/16144">#16144</a>)</li> <li><a href="https://github.com/babel/babel/commit/afcb5a814d1ca3225ccff8fe13a95cceab421d3b"><code>afcb5a8</code></a> Apply <code>toPropertyKey</code> on decorator context name (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-runtime/issues/16139">#16139</a>)</li> <li>See full diff in <a href="https://github.com/babel/babel/commits/v7.23.7/packages/babel-runtime">compare view</a></li> </ul> </details> <br /> Updates `apache-arrow` from 14.0.1 to 14.0.2 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/arrow/commit/740889f413af9b1ae1d81eb1e5a4a9fb4ce9cf97"><code>740889f</code></a> MINOR: [Release] Update versions for 14.0.2</li> <li><a href="https://github.com/apache/arrow/commit/6dcedc9e335e71964071abb0e634f88b26aaedd7"><code>6dcedc9</code></a> MINOR: [Release] Update .deb/.rpm changelogs for 14.0.2</li> <li><a href="https://github.com/apache/arrow/commit/b3b5307811e4a9c03cf2a6c59d75d6b153aeee6d"><code>b3b5307</code></a> MINOR: [Release] Update CHANGELOG.md for 14.0.2</li> <li><a href="https://github.com/apache/arrow/commit/8fc81ce2f395caa22cecc228cc9356a37c7adc06"><code>8fc81ce</code></a> <a href="https://redirect.github.com/apache/arrow/issues/38449">GH-38449</a>: [Release][Go][macOS] Use local test data if possible (<a href="https://redirect.github.com/apache/arrow/issues/38450">#38450</a>)</li> <li><a href="https://github.com/apache/arrow/commit/7a54881c7c25809de2556ed1a8f3c5db098eaf52"><code>7a54881</code></a> <a href="https://redirect.github.com/apache/arrow/issues/39074">GH-39074</a>: [Release][Packaging] Use UTF-8 explicitly for KEYS (<a href="https://redirect.github.com/apache/arrow/issues/39082">#39082</a>)</li> <li><a href="https://github.com/apache/arrow/commit/9123615593dcf1a7895644a22c3c2b03656b7de9"><code>9123615</code></a> <a href="https://redirect.github.com/apache/arrow/issues/39072">GH-39072</a>: [Release][CI] Python3.11-devel is required for the verification job...</li> <li><a href="https://github.com/apache/arrow/commit/7802c035022b806615b91fe16102c5a6052d4197"><code>7802c03</code></a> <a href="https://redirect.github.com/apache/arrow/issues/39076">GH-39076</a>: [R] Fix tests that trigger confusing dplyr warnings (<a href="https://redirect.github.com/apache/arrow/issues/39077">#39077</a>)</li> <li><a href="https://github.com/apache/arrow/commit/84e72b12402893e2f2ad6f82f9f3bfa08d419615"><code>84e72b1</code></a> <a href="https://redirect.github.com/apache/arrow/issues/39041">GH-39041</a>:[R] Improve <code>update-checksum.R</code> output (<a href="https://redirect.github.com/apache/arrow/issues/39042">#39042</a>)</li> <li><a href="https://github.com/apache/arrow/commit/ae8ea4d7109f66a2819c3a6586779564eb4d737e"><code>ae8ea4d</code></a> <a href="https://redirect.github.com/apache/arrow/issues/38618">GH-38618</a>: [C++] S3FileSystem: fix regression in deleting explicitly created s...</li> <li><a href="https://github.com/apache/arrow/commit/44238dd794733e9287d507954159f3006997d17d"><code>44238dd</code></a> <a href="https://redirect.github.com/apache/arrow/issues/39003">GH-39003</a>: [CI][macOS] Don't update Homebrew (<a href="https://redirect.github.com/apache/arrow/issues/39016">#39016</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/arrow/compare/apache-arrow-14.0.1...apache-arrow-14.0.2">compare view</a></li> </ul> </details> <br /> Updates `react-map-gl` from 7.1.6 to 7.1.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/visgl/react-map-gl/releases">react-map-gl's releases</a>.</em></p> <blockquote> <h2>v7.1.7</h2> <ul> <li>Allow disabling RTLTextPlugin and load lazy (<a href="https://redirect.github.com/visgl/react-map-gl/issues/2312">#2312</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/visgl/react-map-gl/blob/v7.1.7/CHANGELOG.md">react-map-gl's changelog</a>.</em></p> <blockquote> <h2>7.1.7 (Dec 18, 2023)</h2> <ul> <li>Allow disabling RTLTextPlugin and load lazy (<a href="https://redirect.github.com/visgl/react-map-gl/issues/2312">#2312</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/visgl/react-map-gl/commit/144b9696c35cb92c9aae54a8385f2bebb40eb851"><code>144b969</code></a> 7.1.7</li> <li><a href="https://github.com/visgl/react-map-gl/commit/17c2d0f2ecce73f25c88ae86aa35104e3ad0c9fc"><code>17c2d0f</code></a> Docs: Fix name and anchor link to <code>MapStyle</code> (<a href="https://redirect.github.com/visgl/react-map-gl/issues/2327">#2327</a>)</li> <li><a href="https://github.com/visgl/react-map-gl/commit/bdff07ed89cb60147919df734e3d401ca9b746e3"><code>bdff07e</code></a> Allow disabling RTLTextPlugin and load lazy (<a href="https://redirect.github.com/visgl/react-map-gl/issues/2312">#2312</a>)</li> <li><a href="https://github.com/visgl/react-map-gl/commit/0f21481c8c33b6ab563e615d9750d1349a3952b3"><code>0f21481</code></a> Update layer.md (<a href="https://redirect.github.com/visgl/react-map-gl/issues/2282">#2282</a>)</li> <li>See full diff in <a href="https://github.com/visgl/react-map-gl/compare/v7.1.6...v7.1.7">compare view</a></li> </ul> </details> <br /> Updates `@types/react` from 18.2.41 to 18.2.46 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react">compare view</a></li> </ul> </details> <br /> Updates `esbuild` from 0.19.8 to 0.19.11 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/evanw/esbuild/releases">esbuild's releases</a>.</em></p> <blockquote> <h2>v0.19.11</h2> <ul> <li> <p>Fix TypeScript-specific class transform edge case (<a href="https://redirect.github.com/evanw/esbuild/issues/3559">#3559</a>)</p> <p>The previous release introduced an optimization that avoided transforming <code>super()</code> in the class constructor for TypeScript code compiled with <code>useDefineForClassFields</code> set to <code>false</code> if all class instance fields have no initializers. The rationale was that in this case, all class instance fields are omitted in the output so no changes to the constructor are needed. However, if all of this is the case <em>and</em> there are <code>#private</code> instance fields with initializers, those private instance field initializers were still being moved into the constructor. This was problematic because they were being inserted before the call to <code>super()</code> (since <code>super()</code> is now no longer transformed in that case). This release introduces an additional optimization that avoids moving the private instance field initializers into the constructor in this edge case, which generates smaller code, matches the TypeScript compiler's output more closely, and avoids this bug:</p> <pre lang="ts"><code>// Original code class Foo extends Bar { #private = 1; public: any; constructor() { super(); } } <p>// Old output (with esbuild v0.19.9) class Foo extends Bar { constructor() { super(); this.#private = 1; } #private; }</p> <p>// Old output (with esbuild v0.19.10) class Foo extends Bar { constructor() { this.#private = 1; super(); } #private; }</p> <p>// New output class Foo extends Bar { #private = 1; constructor() { super(); } } </code></pre></p> </li> <li> <p>Minifier: allow reording a primitive past a side-effect (<a href="https://redirect.github.com/evanw/esbuild/issues/3568">#3568</a>)</p> <p>The minifier previously allowed reordering a side-effect past a primitive, but didn't handle the case of reordering a primitive past a side-effect. This additional case is now handled:</p> <pre lang="js"><code>// Original code function f() { let x = false; </code></pre> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/evanw/esbuild/blob/main/CHANGELOG.md">esbuild's changelog</a>.</em></p> <blockquote> <h2>0.19.11</h2> <ul> <li> <p>Fix TypeScript-specific class transform edge case (<a href="https://redirect.github.com/evanw/esbuild/issues/3559">#3559</a>)</p> <p>The previous release introduced an optimization that avoided transforming <code>super()</code> in the class constructor for TypeScript code compiled with <code>useDefineForClassFields</code> set to <code>false</code> if all class instance fields have no initializers. The rationale was that in this case, all class instance fields are omitted in the output so no changes to the constructor are needed. However, if all of this is the case <em>and</em> there are <code>#private</code> instance fields with initializers, those private instance field initializers were still being moved into the constructor. This was problematic because they were being inserted before the call to <code>super()</code> (since <code>super()</code> is now no longer transformed in that case). This release introduces an additional optimization that avoids moving the private instance field initializers into the constructor in this edge case, which generates smaller code, matches the TypeScript compiler's output more closely, and avoids this bug:</p> <pre lang="ts"><code>// Original code class Foo extends Bar { #private = 1; public: any; constructor() { super(); } } <p>// Old output (with esbuild v0.19.9) class Foo extends Bar { constructor() { super(); this.#private = 1; } #private; }</p> <p>// Old output (with esbuild v0.19.10) class Foo extends Bar { constructor() { this.#private = 1; super(); } #private; }</p> <p>// New output class Foo extends Bar { #private = 1; constructor() { super(); } } </code></pre></p> </li> <li> <p>Minifier: allow reording a primitive past a side-effect (<a href="https://redirect.github.com/evanw/esbuild/issues/3568">#3568</a>)</p> <p>The minifier previously allowed reordering a side-effect past a primitive, but didn't handle the case of reordering a primitive past a side-effect. This additional case is now handled:</p> <pre lang="js"><code>// Original code function f() { </code></pre> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/evanw/esbuild/commit/6ee82255bdfdffef2de60827e9d35a425a7cbff6"><code>6ee8225</code></a> publish 0.19.11 to npm</li> <li><a href="https://github.com/evanw/esbuild/commit/f8ae3af32f698e0be5c159a4ab5d77324d3f44d7"><code>f8ae3af</code></a> fix <a href="https://redirect.github.com/evanw/esbuild/issues/3561">#3561</a>: treeshaking of known <code>Symbol</code> instances</li> <li><a href="https://github.com/evanw/esbuild/commit/0811058e16e1416547ba9abbaf182916eaf259f5"><code>0811058</code></a> switch define data to flags</li> <li><a href="https://github.com/evanw/esbuild/commit/f5f8ff895c4665b661ac6a49940e7bb7f012603b"><code>f5f8ff8</code></a> fix <a href="https://redirect.github.com/evanw/esbuild/issues/3568">#3568</a>: can reorder primitive past side-effect</li> <li><a href="https://github.com/evanw/esbuild/commit/914f6080c77cfe32a54888caa51ca6ea13873ce9"><code>914f608</code></a> fix <a href="https://redirect.github.com/evanw/esbuild/issues/3558">#3558</a>: put the <code>stop()</code> api call back</li> <li><a href="https://github.com/evanw/esbuild/commit/2aa166b623a0db059409e7ccf02ebc084fcb3abd"><code>2aa166b</code></a> fix <a href="https://redirect.github.com/evanw/esbuild/issues/3559">#3559</a>: fix recent class transform regression</li> <li><a href="https://github.com/evanw/esbuild/commit/55e1127a49db0c26f1abd97f1b180bbc728aa95a"><code>55e1127</code></a> publish 0.19.10 to npm</li> <li><a href="https://github.com/evanw/esbuild/commit/d968af29c3e11b0de0776c0648548d8e298afc02"><code>d968af2</code></a> fix <a href="https://redirect.github.com/evanw/esbuild/issues/3511">#3511</a>: <code>@__NO_SIDE_EFFECTS__</code> with templates</li> <li><a href="https://github.com/evanw/esbuild/commit/00c4ebeb91a576dcf710b36ca8927a99efff1d37"><code>00c4ebe</code></a> fix <a href="https://redirect.github.com/evanw/esbuild/issues/3546">#3546</a>: don't transform <code>require</code> glob imports</li> <li><a href="https://github.com/evanw/esbuild/commit/e1b7050aa074da1a0a846a01b4a3c82857128944"><code>e1b7050</code></a> fix <a href="https://redirect.github.com/evanw/esbuild/issues/3319">#3319</a>: missing symbol usage in glob transform</li> <li>Additional commits viewable in <a href="https://github.com/evanw/esbuild/compare/v0.19.8...v0.19.11">compare view</a></li> </ul> </details> <br /> Updates `prettier` from 3.1.0 to 3.1.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/releases">prettier's releases</a>.</em></p> <blockquote> <h2>3.1.1</h2> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#311">Changelog</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md">prettier's changelog</a>.</em></p> <blockquote> <h1>3.1.1</h1> <p><a href="https://github.com/prettier/prettier/compare/3.1.0...3.1.1">diff</a></p> <h4>Fix config file search (<a href="https://redirect.github.com/prettier/prettier/pull/15363">#15363</a> by <a href="https://github.com/fisker"><code>@​fisker</code></a>)</h4> <p>Previously, we start search for config files from the filePath as a directory, if it happened to be a directory and contains config file, it will be used by mistake.</p> <pre lang="text"><code>├─ .prettierrc └─ test.js (A directory) └─ .prettierrc </code></pre> <pre lang="js"><code>// Prettier 3.1.0 await prettier.resolveConfigFile(new URL(&quot;./test.js&quot;, import.meta.url)); // &lt;CWD&gt;/test.js/.prettierrc <p>// Prettier 3.1.1 await prettier.resolveConfigFile(new URL(&quot;./test.js&quot;, import.meta.url)); // &lt;CWD&gt;/.prettierrc </code></pre></p> <h4>Skip explicitly passed symbolic links with <code>--no-error-on-unmatched-pattern</code> (<a href="https://redirect.github.com/prettier/prettier/pull/15533">#15533</a> by <a href="https://github.com/sanmai-NL"><code>@​sanmai-NL</code></a>)</h4> <p>Since Prettier v3, we stopped following symbolic links, however in some use cases, the symbolic link patterns can't be filtered out, and there is no way to prevent Prettier from throwing errors.</p> <p>In Prettier 3.1.1, you can use <code>--no-error-on-unmatched-pattern</code> to simply skip symbolic links.</p> <h4>Consistently use tabs in ternaries when <code>useTabs</code> is <code>true</code> (<a href="https://redirect.github.com/prettier/prettier/pull/15662">#15662</a> by <a href="https://github.com/auvred"><code>@​auvred</code></a>)</h4> <!-- raw HTML omitted --> <pre lang="jsx"><code>// Input aaaaaaaaaaaaaaa ? bbbbbbbbbbbbbbbbbb : ccccccccccccccc ? ddddddddddddddd : eeeeeeeeeeeeeee ? fffffffffffffff : gggggggggggggggg; <p>// Prettier 3.1.0 aaaaaaaaaaaaaaa ? bbbbbbbbbbbbbbbbbb : ccccccccccccccc ? ddddddddddddddd : eeeeeeeeeeeeeee ? fffffffffffffff &lt;/tr&gt;&lt;/table&gt; </code></pre></p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prettier/prettier/commit/b86701dd1df5852f5024d322a17c9fb7ef97850c"><code>b86701d</code></a> Release 3.1.1</li> <li><a href="https://github.com/prettier/prettier/commit/c97480c9a96fedf32ae52d58796eaeb3137ad2dd"><code>c97480c</code></a> Use <code>attributes</code> instead of deprecated <code>assertions</code> (<a href="https://redirect.github.com/prettier/prettier/issues/15758">#15758</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/0d1ffb3a914d0ef779ff98e1e2e426f93a30f692"><code>0d1ffb3</code></a> Consistently use tabs in ternaries when <code>useTabs</code> is <code>true</code> (<a href="https://redirect.github.com/prettier/prettier/issues/15662">#15662</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/5f7aedc1cf0a1b3b4ec2c5a5ca0c09d1e0d00660"><code>5f7aedc</code></a> fix example to fit the actual experimentalTernaries behaviour (<a href="https://redirect.github.com/prettier/prettier/issues/15747">#15747</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/1e30f66f3979ea09adca75dc169cfe0229343a48"><code>1e30f66</code></a> Remove claim, untrue since over 5 years ago, that cursorOffset is incompatibl...</li> <li><a href="https://github.com/prettier/prettier/commit/39e4e7bf409d7ecc864a493d8ffa5f4f12403651"><code>39e4e7b</code></a> Add cursorOffset to Playground (<a href="https://redirect.github.com/prettier/prettier/issues/15751">#15751</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/8e816ade2ebd8b9e3d6bc464916747899535f7de"><code>8e816ad</code></a> Allow skipping symlink patterns, to avoid raising a fault (<a href="https://redirect.github.com/prettier/prettier/issues/15533">#15533</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/2ca5d757b746d661636bc91795fa7d98db10021f"><code>2ca5d75</code></a> Fix expect call in dts test (<a href="https://redirect.github.com/prettier/prettier/issues/15766">#15766</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/15c742844f3a942a855e3837a4175c2d5f9614b7"><code>15c7428</code></a> chore(deps): update dependency flow-parser to v0.223.3 (<a href="https://redirect.github.com/prettier/prettier/issues/15760">#15760</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/d3b3d4f5e3ba794f00cfa63db55a22e8b1faf30e"><code>d3b3d4f</code></a> chore(deps): update dependency hermes-parser to v0.18.0 (<a href="https://redirect.github.com/prettier/prettier/issues/15761">#15761</a>)</li> <li>Additional commits viewable in <a href="https://github.com/prettier/prettier/compare/3.1.0...3.1.1">compare view</a></li> </ul> </details> <br /> Updates `typescript` from 5.3.2 to 5.3.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Microsoft/TypeScript/releases">typescript's releases</a>.</em></p> <blockquote> <h2>TypeScript 5.3.3</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-3/">release announcement</a>.</p> <p>For the complete list of fixed issues, check out the</p> <ul> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.3.0%22+is%3Aclosed+">fixed issues query for Typescript 5.3.0 (Beta)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.3.1%22+is%3Aclosed+">fixed issues query for Typescript 5.3.1 (RC)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.3.2%22+is%3Aclosed+">fixed issues query for Typescript 5.3.2 (Stable)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.3.3%22+is%3Aclosed+">fixed issues query for Typescript 5.3.3 (Stable)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet package</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/TypeScript/commit/63717cf44a64585175c76c336c8f8d87d5384d16"><code>63717cf</code></a> Bump version to 5.3.3 and LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/4c2afa7f7bbba7905f288a477ea773bdaa678b5c"><code>4c2afa7</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/56627">#56627</a> (Transpile jsdoc parsing mode) into release-5.3 (<a href="https://redirect.github.com/Microsoft/TypeScript/issues/56629">#56629</a>)</li> <li><a href="https://github.com/microsoft/TypeScript/commit/ba3d2b02b22bf3b3a6de735b9bab613451ec08b6"><code>ba3d2b0</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/56434">#56434</a> (Fix support for intersections in te...) into release-5.3 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/f3808c416d42f20093121b70d3f0a65b4d026b1f"><code>f3808c4</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/56504">#56504</a> (Fixed an issue in boolean compariso...) into release-5.3 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/b4fe221e65d3ebba0e06f9562cb939574f80fe20"><code>b4fe221</code></a> Cherry-pick <a href="https://redirect.github.com/Microsoft/TypeScript/issues/56489">#56489</a> into release-5.3 (<a href="https://redirect.github.com/Microsoft/TypeScript/issues/56490">#56490</a>)</li> <li><a href="https://github.com/microsoft/TypeScript/commit/f750eb37942c0bacd7c3609088abc3207f8ab1ce"><code>f750eb3</code></a> Pick <a href="https://redirect.github.com/Microsoft/TypeScript/issues/56485">#56485</a> into release-5.3 (<a href="https://redirect.github.com/Microsoft/TypeScript/issues/56486">#56486</a>)</li> <li>See full diff in <a href="https://github.com/Microsoft/TypeScript/compare/v5.3.2...v5.3.3">compare view</a></li> </ul> </details> <br /> Updates `vitest` from 0.34.6 to 1.1.1 <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>v1.1.1</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li>Don't crash when using happy-dom or jsdom environment on Yarn PnP workspaces  -  by <a href="https://github.com/wojtekmaj"><code>@​wojtekmaj</code></a> and <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4698">vitest-dev/vitest#4698</a> <a href="https://github.com/vitest-dev/vitest/commit/ee8b46db"><!-- raw HTML omitted -->(ee8b4)<!-- raw HTML omitted --></a></li> <li>Don't fail if <code>inline: true</code> is set  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4815">vitest-dev/vitest#4815</a> <a href="https://github.com/vitest-dev/vitest/commit/8f6225b8"><!-- raw HTML omitted -->(8f622)<!-- raw HTML omitted --></a></li> <li>Correct option name <code>--no-parallelism</code>  -  by <a href="https://github.com/bonyuta0204"><code>@​bonyuta0204</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4831">vitest-dev/vitest#4831</a> <a href="https://github.com/vitest-dev/vitest/commit/5053a5dd"><!-- raw HTML omitted -->(5053a)<!-- raw HTML omitted --></a></li> <li>Match jest json output by making json reporter output ndjson-compatible  -  by <a href="https://github.com/bard"><code>@​bard</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4824">vitest-dev/vitest#4824</a> <a href="https://github.com/vitest-dev/vitest/commit/7e6a62af"><!-- raw HTML omitted -->(7e6a6)<!-- raw HTML omitted --></a></li> <li><strong>runner</strong>: <ul> <li>Reset &quot;current test&quot; state on dynamic <code>skip</code>  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4814">vitest-dev/vitest#4814</a> <a href="https://github.com/vitest-dev/vitest/commit/19faf00e"><!-- raw HTML omitted -->(19faf)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>vitest</strong>: <ul> <li>Don't hang when mocking files with cyclic dependencies  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4811">vitest-dev/vitest#4811</a> <a href="https://github.com/vitest-dev/vitest/commit/e8ca6437"><!-- raw HTML omitted -->(e8ca6)<!-- raw HTML omitted --></a></li> <li>Initialize snapshot state only once for each file suite  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4796">vitest-dev/vitest#4796</a> <a href="https://github.com/vitest-dev/vitest/commit/957daa32"><!-- raw HTML omitted -->(957da)<!-- raw HTML omitted --></a></li> <li>Fix file snapshots in skipped suites considered obsolete  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4795">vitest-dev/vitest#4795</a> <a href="https://github.com/vitest-dev/vitest/commit/06c14f7d"><!-- raw HTML omitted -->(06c14)<!-- raw HTML omitted --></a></li> <li>Show <code>beforeAll/afterAll</code> errors in junit reporter  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4819">vitest-dev/vitest#4819</a> <a href="https://github.com/vitest-dev/vitest/commit/2baea35e"><!-- raw HTML omitted -->(2baea)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>vm-threads</strong>: <ul> <li>Tests not cancelled on key press, cancelled tests shown twice  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4781">vitest-dev/vitest#4781</a> <a href="https://github.com/vitest-dev/vitest/commit/cf53d4be"><!-- raw HTML omitted -->(cf53d)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v1.1.0...v1.1.1">View changes on GitHub</a></h5> <h2>v1.1.0</h2> <h3>   🚀 Features</h3> <ul> <li>Add es-main compatibility to vite-node  -  by <a href="https://github.com/zookatron"><code>@​zookatron</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4751">vitest-dev/vitest#4751</a> <a href="https://github.com/vitest-dev/vitest/commit/486a3e61"><!-- raw HTML omitted -->(486a3)<!-- raw HTML omitted --></a></li> <li>Add <code>--workspace</code> option, fix root resolution in workspaces  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> and <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4773">vitest-dev/vitest#4773</a> <a href="https://github.com/vitest-dev/vitest/commit/67d93eda"><!-- raw HTML omitted -->(67d93)<!-- raw HTML omitted --></a></li> <li>Add <code>--no-file-parallelism</code>, <code>--maxWorkers</code>, <code>--minWorkers</code> flags  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> and <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4705">vitest-dev/vitest#4705</a> <a href="https://github.com/vitest-dev/vitest/commit/fd5d7e66"><!-- raw HTML omitted -->(fd5d7)<!-- raw HTML omitted --></a></li> <li>Add <code>--no-isolate</code> flag to improve performance, add documentation about performance  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a>, <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> and <strong>Pascal Jufer</strong> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4777">vitest-dev/vitest#4777</a> <a href="https://github.com/vitest-dev/vitest/commit/4d55a026"><!-- raw HTML omitted -->(4d55a)<!-- raw HTML omitted --></a></li> <li>Add <code>--exclude</code> CLI flag  -  by <a href="https://github.com/Namchee"><code>@​Namchee</code></a> and <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4279">vitest-dev/vitest#4279</a> <a href="https://github.com/vitest-dev/vitest/commit/f859efc0"><!-- raw HTML omitted -->(f859e)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li>Correctly reset provided values  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4775">vitest-dev/vitest#4775</a> <a href="https://github.com/vitest-dev/vitest/commit/5a71eb30"><!-- raw HTML omitted -->(5a71e)<!-- raw HTML omitted --></a></li> <li><strong>expect</strong>: <ul> <li>Fix <code>toHaveProperty</code> assertion error diff  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4734">vitest-dev/vitest#4734</a> <a href="https://github.com/vitest-dev/vitest/commit/f8f70f7c"><!-- raw HTML omitted -->(f8f70)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>runner</strong>: <ul> <li>Handle fixture teardown error  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4683">vitest-dev/vitest#4683</a> <a href="https://github.com/vitest-dev/vitest/commit/c6f5f7f9"><!-- raw HTML omitted -->(c6f5f)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>types</strong>: <ul> <li><code>defineWorkspace</code> fix intellisense and report type errors  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4743">vitest-dev/vitest#4743</a> <a href="https://github.com/vitest-dev/vitest/commit/9cc36689"><!-- raw HTML omitted -->(9cc36)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>ui</strong>: <ul> <li>Escape html for console log view  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4724">vitest-dev/vitest#4724</a> <a href="https://github.com/vitest-dev/vitest/commit/e0dde6ab"><!-- raw HTML omitted -->(e0dde)<!-- raw HTML omitted --></a></li> <li>Fix coverage iframe url for html report preview  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4717">vitest-dev/vitest#4717</a> <a href="https://github.com/vitest-dev/vitest/commit/71911039"><!-- raw HTML omitted -->(71911)<!-- raw HTML omitted --></a></li> <li>Show file item when search filter matches only test cases  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4736">vitest-dev/vitest#4736</a> <a href="https://github.com/vitest-dev/vitest/commit/f43fdd87"><!-- raw HTML omitted -->(f43fd)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>vitest</strong>: <ul> <li>Pass down CLI options to override workspace configs  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4774">vitest-dev/vitest#4774</a> <a href="https://github.com/vitest-dev/vitest/commit/8dabef86"><!-- raw HTML omitted -->(8dabe)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v1.0.4...v1.1.0">View changes on GitHub</a></h5> <h2>v1.0.4</h2> <p>The previous release was built incorrectly and didn't include the performance fix. This release fixes that.</p> <h3>   🐞 Bug Fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/c8abbc18e19ee36d3b6f981012ee561cc7aa7fc6"><code>c8abbc1</code></a> chore: release v1.1.1</li> <li><a href="https://github.com/vitest-dev/vitest/commit/2baea35e2e7f38d9c1fad8d348b856d604ca10df"><code>2baea35</code></a> fix(vitest): show <code>beforeAll/afterAll</code> errors in junit reporter (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/4819">#4819</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/7e6a62af0a625255574f28466531f55136921cdf"><code>7e6a62a</code></a> fix: match jest json output by making json reporter output ndjson-compatible ...</li> <li><a href="https://github.com/vitest-dev/vitest/commit/5053a5dd7ed9887d7684fba2156394c4e9ea89e7"><code>5053a5d</code></a> fix: correct option name <code>--no-parallelism</code> (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/4831">#4831</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/06c14f7d9fee9edd2119d3dbcbd6b796e33c40af"><code>06c14f7</code></a> fix(vitest): fix file snapshots in skipped suites considered obsolete (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/4795">#4795</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/8ddb49451b5096f6a630ad56c0f9ed9bb6bf68b4"><code>8ddb494</code></a> chore: always externalize vitest (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/4816">#4816</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/8f6225b8828b0f0441c2990b2ea76ee4a2a8c3d2"><code>8f6225b</code></a> fix: don't fail if <code>inline: true</code> is set (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/4815">#4815</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/ee8b46dbbc90ec3a77eb89b25c826d28cbf843b9"><code>ee8b46d</code></a> fix: don't crash when using happy-dom or jsdom environment on Yarn PnP worksp...</li> <li><a href="https://github.com/vitest-dev/vitest/commit/957daa328624c7d5ae6ced6dc51ff6f9115977c2"><code>957daa3</code></a> fix(vitest): initialize snapshot state only once for each file suite (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/4796">#4796</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/cf53d4beef093acceb9a05b6e0cd1a243a024566"><code>cf53d4b</code></a> fix(vm-threads): tests not cancelled on key press, cancelled tests shown twic...</li> <li>Additional commits viewable in <a href="https://github.com/vitest-dev/vitest/commits/v1.1.1/packages/vitest">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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cc40061 commit 2042cd2

File tree

2 files changed

+486
-279
lines changed

2 files changed

+486
-279
lines changed

0 commit comments

Comments
 (0)