Skip to content

Commit 8dafaa8

Browse files
Bump the babel group with 3 updates (#310)
Bumps the babel group with 3 updates: [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli), [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) and [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env). Updates `@babel/cli` from 7.28.0 to 7.28.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>@​babel/cli</code>'s releases</a>.</em></p> <blockquote> <h2>v7.28.3 (2025-08-14)</h2> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-transform-class-static-block</code>, <code>babel-preset-env</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17443">#17443</a> [static blocks] Do not inject new static fields after static code (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17465">#17465</a> fix(parser/typescript): parse <code>import(&quot;./a&quot;, {with:{},})</code> (<a href="https://github.com/easrng"><code>@​easrng</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/17478">#17478</a> fix(parser): stop subscript parsing on async arrow (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-plugin-transform-regenerator</code>, <code>babel-plugin-transform-runtime</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17363">#17363</a> Do not save last yield in call in temp var (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>:memo: Documentation</h4> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17448">#17448</a> move eslint-{parser,plugin} docs to the website (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> <h4>:house: Internal</h4> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17454">#17454</a> Enable type checking for <code>scripts</code> and <code>babel-worker.cjs</code> (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> <h4>:microscope: Output optimization</h4> <ul> <li><code>babel-plugin-proposal-destructuring-private</code>, <code>babel-plugin-proposal-do-expressions</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17444">#17444</a> Optimize do expression output (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>Committers: 5</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>Jam Balaya (<a href="https://github.com/JamBalaya56562"><code>@​JamBalaya56562</code></a>)</li> <li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> <li>easrng (<a href="https://github.com/easrng"><code>@​easrng</code></a>)</li> </ul> <h2>v7.28.2 (2025-07-24)</h2> <p>Thanks <a href="https://github.com/souhailaS"><code>@​souhailaS</code></a> for your first PR!</p> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17445">#17445</a> [babel 7] Make <code>operator</code> param in <code>t.tsTypeOperator</code> optional (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> <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/17441">#17441</a> fix: <code>regeneratorDefine</code> compatibility with es5 strict mode (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</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>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> <li>SOUHAILA SERBOUT (<a href="https://github.com/souhailaS"><code>@​souhailaS</code></a>)</li> <li><a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a></li> </ul> <h2>v7.28.1 (2025-07-12)</h2> <!-- 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/cli</code>'s changelog</a>.</em></p> <blockquote> <h2>v7.28.3 (2025-08-14)</h2> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-transform-class-static-block</code>, <code>babel-preset-env</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17443">#17443</a> [static blocks] Do not inject new static fields after static code (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17465">#17465</a> fix(parser/typescript): parse <code>import(&quot;./a&quot;, {with:{},})</code> (<a href="https://github.com/easrng"><code>@​easrng</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/17478">#17478</a> fix(parser): stop subscript parsing on async arrow (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-plugin-transform-regenerator</code>, <code>babel-plugin-transform-runtime</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17363">#17363</a> Do not save last yield in call in temp var (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>:memo: Documentation</h4> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17448">#17448</a> move eslint-{parser,plugin} docs to the website (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> <h4>:house: Internal</h4> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17454">#17454</a> Enable type checking for <code>scripts</code> and <code>babel-worker.cjs</code> (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> <h4>:microscope: Output optimization</h4> <ul> <li><code>babel-plugin-proposal-destructuring-private</code>, <code>babel-plugin-proposal-do-expressions</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17444">#17444</a> Optimize do expression output (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h2>v7.28.2 (2025-07-24)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17445">#17445</a> [babel 7] Make <code>operator</code> param in <code>t.tsTypeOperator</code> optional (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> <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/17441">#17441</a> fix: <code>regeneratorDefine</code> compatibility with es5 strict mode (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h2>v7.28.1 (2025-07-12)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-transform-async-generator-functions</code>, <code>babel-plugin-transform-regenerator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17426">#17426</a> fix: <code>regenerator</code> correctly handles <code>throw</code> outside of <code>try</code> (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h4>:memo: Documentation</h4> <ul> <li><code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17422">#17422</a> Add missing FunctionParameter docs (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:leftwards_arrow_with_hook: Revert</h4> <ul> <li><code>babel-plugin-proposal-destructuring-private</code>, <code>babel-plugin-proposal-do-expressions</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17432">#17432</a> Do not mark OptionalMemberExpresion as LVal (<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/ef155f5ca83c73dbc1ea8d95216830b7dc3b0ac2"><code>ef155f5</code></a> v7.28.3</li> <li><a href="https://github.com/babel/babel/commit/98d18aa4f66ce300a6a863bad223ab67b3fdf282"><code>98d18aa</code></a> Misc: Cleanup Babel 8 tasks (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-cli/issues/17429">#17429</a>)</li> <li>See full diff in <a href="https://github.com/babel/babel/commits/v7.28.3/packages/babel-cli">compare view</a></li> </ul> </details> <br /> Updates `@babel/core` from 7.28.0 to 7.28.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>@​babel/core</code>'s releases</a>.</em></p> <blockquote> <h2>v7.28.3 (2025-08-14)</h2> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-transform-class-static-block</code>, <code>babel-preset-env</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17443">#17443</a> [static blocks] Do not inject new static fields after static code (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17465">#17465</a> fix(parser/typescript): parse <code>import(&quot;./a&quot;, {with:{},})</code> (<a href="https://github.com/easrng"><code>@​easrng</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/17478">#17478</a> fix(parser): stop subscript parsing on async arrow (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-plugin-transform-regenerator</code>, <code>babel-plugin-transform-runtime</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17363">#17363</a> Do not save last yield in call in temp var (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>:memo: Documentation</h4> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17448">#17448</a> move eslint-{parser,plugin} docs to the website (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> <h4>:house: Internal</h4> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17454">#17454</a> Enable type checking for <code>scripts</code> and <code>babel-worker.cjs</code> (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> <h4>:microscope: Output optimization</h4> <ul> <li><code>babel-plugin-proposal-destructuring-private</code>, <code>babel-plugin-proposal-do-expressions</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17444">#17444</a> Optimize do expression output (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>Committers: 5</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>Jam Balaya (<a href="https://github.com/JamBalaya56562"><code>@​JamBalaya56562</code></a>)</li> <li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> <li>easrng (<a href="https://github.com/easrng"><code>@​easrng</code></a>)</li> </ul> <h2>v7.28.2 (2025-07-24)</h2> <p>Thanks <a href="https://github.com/souhailaS"><code>@​souhailaS</code></a> for your first PR!</p> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17445">#17445</a> [babel 7] Make <code>operator</code> param in <code>t.tsTypeOperator</code> optional (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> <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/17441">#17441</a> fix: <code>regeneratorDefine</code> compatibility with es5 strict mode (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</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>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> <li>SOUHAILA SERBOUT (<a href="https://github.com/souhailaS"><code>@​souhailaS</code></a>)</li> <li><a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a></li> </ul> <h2>v7.28.1 (2025-07-12)</h2> <!-- 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/core</code>'s changelog</a>.</em></p> <blockquote> <h2>v7.28.3 (2025-08-14)</h2> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-transform-class-static-block</code>, <code>babel-preset-env</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17443">#17443</a> [static blocks] Do not inject new static fields after static code (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17465">#17465</a> fix(parser/typescript): parse <code>import(&quot;./a&quot;, {with:{},})</code> (<a href="https://github.com/easrng"><code>@​easrng</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/17478">#17478</a> fix(parser): stop subscript parsing on async arrow (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-plugin-transform-regenerator</code>, <code>babel-plugin-transform-runtime</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17363">#17363</a> Do not save last yield in call in temp var (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>:memo: Documentation</h4> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17448">#17448</a> move eslint-{parser,plugin} docs to the website (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> <h4>:house: Internal</h4> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17454">#17454</a> Enable type checking for <code>scripts</code> and <code>babel-worker.cjs</code> (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> <h4>:microscope: Output optimization</h4> <ul> <li><code>babel-plugin-proposal-destructuring-private</code>, <code>babel-plugin-proposal-do-expressions</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17444">#17444</a> Optimize do expression output (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h2>v7.28.2 (2025-07-24)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17445">#17445</a> [babel 7] Make <code>operator</code> param in <code>t.tsTypeOperator</code> optional (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> <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/17441">#17441</a> fix: <code>regeneratorDefine</code> compatibility with es5 strict mode (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h2>v7.28.1 (2025-07-12)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-transform-async-generator-functions</code>, <code>babel-plugin-transform-regenerator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17426">#17426</a> fix: <code>regenerator</code> correctly handles <code>throw</code> outside of <code>try</code> (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h4>:memo: Documentation</h4> <ul> <li><code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17422">#17422</a> Add missing FunctionParameter docs (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:leftwards_arrow_with_hook: Revert</h4> <ul> <li><code>babel-plugin-proposal-destructuring-private</code>, <code>babel-plugin-proposal-do-expressions</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17432">#17432</a> Do not mark OptionalMemberExpresion as LVal (<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/ef155f5ca83c73dbc1ea8d95216830b7dc3b0ac2"><code>ef155f5</code></a> v7.28.3</li> <li><a href="https://github.com/babel/babel/commit/98d18aa4f66ce300a6a863bad223ab67b3fdf282"><code>98d18aa</code></a> Misc: Cleanup Babel 8 tasks (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/17429">#17429</a>)</li> <li><a href="https://github.com/babel/babel/commit/64ec61ed54fab405a484f310dc61cb94bb55eecc"><code>64ec61e</code></a> export PartialConfig and NormalizedOptions (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/17470">#17470</a>)</li> <li><a href="https://github.com/babel/babel/commit/fb57f269bc2de6ba32bc3fff17eef3c18040f429"><code>fb57f26</code></a> chore: update browser compat libs (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/17469">#17469</a>)</li> <li>See full diff in <a href="https://github.com/babel/babel/commits/v7.28.3/packages/babel-core">compare view</a></li> </ul> </details> <br /> Updates `@babel/preset-env` from 7.28.0 to 7.28.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>@​babel/preset-env</code>'s releases</a>.</em></p> <blockquote> <h2>v7.28.3 (2025-08-14)</h2> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-transform-class-static-block</code>, <code>babel-preset-env</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17443">#17443</a> [static blocks] Do not inject new static fields after static code (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17465">#17465</a> fix(parser/typescript): parse <code>import(&quot;./a&quot;, {with:{},})</code> (<a href="https://github.com/easrng"><code>@​easrng</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/17478">#17478</a> fix(parser): stop subscript parsing on async arrow (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-plugin-transform-regenerator</code>, <code>babel-plugin-transform-runtime</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17363">#17363</a> Do not save last yield in call in temp var (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>:memo: Documentation</h4> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17448">#17448</a> move eslint-{parser,plugin} docs to the website (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> <h4>:house: Internal</h4> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17454">#17454</a> Enable type checking for <code>scripts</code> and <code>babel-worker.cjs</code> (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> <h4>:microscope: Output optimization</h4> <ul> <li><code>babel-plugin-proposal-destructuring-private</code>, <code>babel-plugin-proposal-do-expressions</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17444">#17444</a> Optimize do expression output (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>Committers: 5</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>Jam Balaya (<a href="https://github.com/JamBalaya56562"><code>@​JamBalaya56562</code></a>)</li> <li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> <li>easrng (<a href="https://github.com/easrng"><code>@​easrng</code></a>)</li> </ul> <h2>v7.28.2 (2025-07-24)</h2> <p>Thanks <a href="https://github.com/souhailaS"><code>@​souhailaS</code></a> for your first PR!</p> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17445">#17445</a> [babel 7] Make <code>operator</code> param in <code>t.tsTypeOperator</code> optional (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> <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/17441">#17441</a> fix: <code>regeneratorDefine</code> compatibility with es5 strict mode (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</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>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> <li>SOUHAILA SERBOUT (<a href="https://github.com/souhailaS"><code>@​souhailaS</code></a>)</li> <li><a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a></li> </ul> <h2>v7.28.1 (2025-07-12)</h2> <!-- 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/preset-env</code>'s changelog</a>.</em></p> <blockquote> <h2>v7.28.3 (2025-08-14)</h2> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-transform-class-static-block</code>, <code>babel-preset-env</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17443">#17443</a> [static blocks] Do not inject new static fields after static code (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17465">#17465</a> fix(parser/typescript): parse <code>import(&quot;./a&quot;, {with:{},})</code> (<a href="https://github.com/easrng"><code>@​easrng</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/17478">#17478</a> fix(parser): stop subscript parsing on async arrow (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-plugin-transform-regenerator</code>, <code>babel-plugin-transform-runtime</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17363">#17363</a> Do not save last yield in call in temp var (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>:memo: Documentation</h4> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17448">#17448</a> move eslint-{parser,plugin} docs to the website (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> <h4>:house: Internal</h4> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17454">#17454</a> Enable type checking for <code>scripts</code> and <code>babel-worker.cjs</code> (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> <h4>:microscope: Output optimization</h4> <ul> <li><code>babel-plugin-proposal-destructuring-private</code>, <code>babel-plugin-proposal-do-expressions</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17444">#17444</a> Optimize do expression output (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h2>v7.28.2 (2025-07-24)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17445">#17445</a> [babel 7] Make <code>operator</code> param in <code>t.tsTypeOperator</code> optional (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> <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/17441">#17441</a> fix: <code>regeneratorDefine</code> compatibility with es5 strict mode (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h2>v7.28.1 (2025-07-12)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-transform-async-generator-functions</code>, <code>babel-plugin-transform-regenerator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17426">#17426</a> fix: <code>regenerator</code> correctly handles <code>throw</code> outside of <code>try</code> (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h4>:memo: Documentation</h4> <ul> <li><code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17422">#17422</a> Add missing FunctionParameter docs (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:leftwards_arrow_with_hook: Revert</h4> <ul> <li><code>babel-plugin-proposal-destructuring-private</code>, <code>babel-plugin-proposal-do-expressions</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17432">#17432</a> Do not mark OptionalMemberExpresion as LVal (<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/ef155f5ca83c73dbc1ea8d95216830b7dc3b0ac2"><code>ef155f5</code></a> v7.28.3</li> <li><a href="https://github.com/babel/babel/commit/98d18aa4f66ce300a6a863bad223ab67b3fdf282"><code>98d18aa</code></a> Misc: Cleanup Babel 8 tasks (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env/issues/17429">#17429</a>)</li> <li><a href="https://github.com/babel/babel/commit/fb57f269bc2de6ba32bc3fff17eef3c18040f429"><code>fb57f26</code></a> chore: update browser compat libs (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env/issues/17469">#17469</a>)</li> <li><a href="https://github.com/babel/babel/commit/f4a96162033b23b33285af63b13aa0632ebb943b"><code>f4a9616</code></a> [static blocks] Do not inject new static fields after static code (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env/issues/17443">#17443</a>)</li> <li><a href="https://github.com/babel/babel/commit/f743094585b39bd9f7a9e3a3561215b2103e2474"><code>f743094</code></a> fix: <code>regeneratorDefine</code> compatibility with es5 strict mode (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env/issues/17441">#17441</a>)</li> <li>See full diff in <a href="https://github.com/babel/babel/commits/v7.28.3/packages/babel-preset-env">compare view</a></li> </ul> </details> <br /> You can trigger a rebase of this PR 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>
1 parent b213baf commit 8dafaa8

File tree

2 files changed

+85
-85
lines changed

2 files changed

+85
-85
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"laboperator-middleware": "./bin/cli"
1111
},
1212
"dependencies": {
13-
"@babel/cli": "^7.28.0",
14-
"@babel/core": "^7.28.0",
15-
"@babel/preset-env": "^7.28.0",
13+
"@babel/cli": "^7.28.3",
14+
"@babel/core": "^7.28.3",
15+
"@babel/preset-env": "^7.28.3",
1616
"@babel/preset-typescript": "^7.27.1",
1717
"@labforward/config": "~0.1.8",
1818
"@labforward/eslint-config-node": "~0.1.8",

yarn.lock

Lines changed: 82 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ __metadata:
2222
languageName: node
2323
linkType: hard
2424

25-
"@babel/cli@npm:^7.28.0":
26-
version: 7.28.0
27-
resolution: "@babel/cli@npm:7.28.0"
25+
"@babel/cli@npm:^7.28.3":
26+
version: 7.28.3
27+
resolution: "@babel/cli@npm:7.28.3"
2828
dependencies:
2929
"@jridgewell/trace-mapping": "npm:^0.3.28"
3030
"@nicolo-ribaudo/chokidar-2": "npm:2.1.8-no-fsevents.3"
@@ -45,7 +45,7 @@ __metadata:
4545
bin:
4646
babel: ./bin/babel.js
4747
babel-external-helpers: ./bin/babel-external-helpers.js
48-
checksum: 963f434dcce51c0ccc3248f0e76911078b7069c01e360e7d3878762af1b5e51e92d9f47ebda42140f5faa2f4b5eadcc6a637eb70a1f8c5a797d3cce2d03f0bf9
48+
checksum: 69e557eea9f4549c39e6b2d656f46c8f58bea5e9d169cd3388da416a6031477a316f63127017c67a3d5b8b01e2336d036f4b9b8eaf81c1f37f948d9f8a03df6c
4949
languageName: node
5050
linkType: hard
5151

@@ -67,26 +67,26 @@ __metadata:
6767
languageName: node
6868
linkType: hard
6969

70-
"@babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.26.9, @babel/core@npm:^7.28.0":
71-
version: 7.28.0
72-
resolution: "@babel/core@npm:7.28.0"
70+
"@babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.26.9, @babel/core@npm:^7.28.3":
71+
version: 7.28.3
72+
resolution: "@babel/core@npm:7.28.3"
7373
dependencies:
7474
"@ampproject/remapping": "npm:^2.2.0"
7575
"@babel/code-frame": "npm:^7.27.1"
76-
"@babel/generator": "npm:^7.28.0"
76+
"@babel/generator": "npm:^7.28.3"
7777
"@babel/helper-compilation-targets": "npm:^7.27.2"
78-
"@babel/helper-module-transforms": "npm:^7.27.3"
79-
"@babel/helpers": "npm:^7.27.6"
80-
"@babel/parser": "npm:^7.28.0"
78+
"@babel/helper-module-transforms": "npm:^7.28.3"
79+
"@babel/helpers": "npm:^7.28.3"
80+
"@babel/parser": "npm:^7.28.3"
8181
"@babel/template": "npm:^7.27.2"
82-
"@babel/traverse": "npm:^7.28.0"
83-
"@babel/types": "npm:^7.28.0"
82+
"@babel/traverse": "npm:^7.28.3"
83+
"@babel/types": "npm:^7.28.2"
8484
convert-source-map: "npm:^2.0.0"
8585
debug: "npm:^4.1.0"
8686
gensync: "npm:^1.0.0-beta.2"
8787
json5: "npm:^2.2.3"
8888
semver: "npm:^6.3.1"
89-
checksum: 423302e7c721e73b1c096217880272e02020dfb697a55ccca60ad01bba90037015f84d0c20c6ce297cf33a19bb704bc5c2b3d3095f5284dfa592bd1de0b9e8c3
89+
checksum: e6b3eb830c4b93f5a442b305776df1cd2bb4fafa4612355366f67c764f3e54a69d45b84def77fb2d4fd83439102667b0a92c3ea2838f678733245b748c602a7b
9090
languageName: node
9191
linkType: hard
9292

@@ -104,16 +104,16 @@ __metadata:
104104
languageName: node
105105
linkType: hard
106106

107-
"@babel/generator@npm:^7.28.0, @babel/generator@npm:^7.7.2":
108-
version: 7.28.0
109-
resolution: "@babel/generator@npm:7.28.0"
107+
"@babel/generator@npm:^7.28.3, @babel/generator@npm:^7.7.2":
108+
version: 7.28.3
109+
resolution: "@babel/generator@npm:7.28.3"
110110
dependencies:
111-
"@babel/parser": "npm:^7.28.0"
112-
"@babel/types": "npm:^7.28.0"
111+
"@babel/parser": "npm:^7.28.3"
112+
"@babel/types": "npm:^7.28.2"
113113
"@jridgewell/gen-mapping": "npm:^0.3.12"
114114
"@jridgewell/trace-mapping": "npm:^0.3.28"
115115
jsesc: "npm:^3.0.2"
116-
checksum: 1b3d122268ea3df50fde707ad864d9a55c72621357d5cebb972db3dd76859c45810c56e16ad23123f18f80cc2692f5a015d2858361300f0f224a05dc43d36a92
116+
checksum: 0ff58bcf04f8803dcc29479b547b43b9b0b828ec1ee0668e92d79f9e90f388c28589056637c5ff2fd7bcf8d153c990d29c448d449d852bf9d1bc64753ca462bc
117117
languageName: node
118118
linkType: hard
119119

@@ -139,20 +139,20 @@ __metadata:
139139
languageName: node
140140
linkType: hard
141141

142-
"@babel/helper-create-class-features-plugin@npm:^7.27.1":
143-
version: 7.27.1
144-
resolution: "@babel/helper-create-class-features-plugin@npm:7.27.1"
142+
"@babel/helper-create-class-features-plugin@npm:^7.27.1, @babel/helper-create-class-features-plugin@npm:^7.28.3":
143+
version: 7.28.3
144+
resolution: "@babel/helper-create-class-features-plugin@npm:7.28.3"
145145
dependencies:
146-
"@babel/helper-annotate-as-pure": "npm:^7.27.1"
146+
"@babel/helper-annotate-as-pure": "npm:^7.27.3"
147147
"@babel/helper-member-expression-to-functions": "npm:^7.27.1"
148148
"@babel/helper-optimise-call-expression": "npm:^7.27.1"
149149
"@babel/helper-replace-supers": "npm:^7.27.1"
150150
"@babel/helper-skip-transparent-expression-wrappers": "npm:^7.27.1"
151-
"@babel/traverse": "npm:^7.27.1"
151+
"@babel/traverse": "npm:^7.28.3"
152152
semver: "npm:^6.3.1"
153153
peerDependencies:
154154
"@babel/core": ^7.0.0
155-
checksum: 4ee199671d6b9bdd4988aa2eea4bdced9a73abfc831d81b00c7634f49a8fc271b3ceda01c067af58018eb720c6151322015d463abea7072a368ee13f35adbb4c
155+
checksum: f1ace9476d581929128fd4afc29783bb674663898577b2e48ed139cfd2e92dfc69654cff76cb8fd26fece6286f66a99a993186c1e0a3e17b703b352d0bcd1ca4
156156
languageName: node
157157
linkType: hard
158158

@@ -211,16 +211,16 @@ __metadata:
211211
languageName: node
212212
linkType: hard
213213

214-
"@babel/helper-module-transforms@npm:^7.27.1, @babel/helper-module-transforms@npm:^7.27.3":
215-
version: 7.27.3
216-
resolution: "@babel/helper-module-transforms@npm:7.27.3"
214+
"@babel/helper-module-transforms@npm:^7.27.1, @babel/helper-module-transforms@npm:^7.28.3":
215+
version: 7.28.3
216+
resolution: "@babel/helper-module-transforms@npm:7.28.3"
217217
dependencies:
218218
"@babel/helper-module-imports": "npm:^7.27.1"
219219
"@babel/helper-validator-identifier": "npm:^7.27.1"
220-
"@babel/traverse": "npm:^7.27.3"
220+
"@babel/traverse": "npm:^7.28.3"
221221
peerDependencies:
222222
"@babel/core": ^7.0.0
223-
checksum: fccb4f512a13b4c069af51e1b56b20f54024bcf1591e31e978a30f3502567f34f90a80da6a19a6148c249216292a8074a0121f9e52602510ef0f32dbce95ca01
223+
checksum: 549be62515a6d50cd4cfefcab1b005c47f89bd9135a22d602ee6a5e3a01f27571868ada10b75b033569f24dc4a2bb8d04bfa05ee75c16da7ade2d0db1437fcdb
224224
languageName: node
225225
linkType: hard
226226

@@ -308,24 +308,24 @@ __metadata:
308308
languageName: node
309309
linkType: hard
310310

311-
"@babel/helpers@npm:^7.27.6":
312-
version: 7.27.6
313-
resolution: "@babel/helpers@npm:7.27.6"
311+
"@babel/helpers@npm:^7.28.3":
312+
version: 7.28.3
313+
resolution: "@babel/helpers@npm:7.28.3"
314314
dependencies:
315315
"@babel/template": "npm:^7.27.2"
316-
"@babel/types": "npm:^7.27.6"
317-
checksum: 448bac96ef8b0f21f2294a826df9de6bf4026fd023f8a6bb6c782fe3e61946801ca24381490b8e58d861fee75cd695a1882921afbf1f53b0275ee68c938bd6d3
316+
"@babel/types": "npm:^7.28.2"
317+
checksum: 03a8f94135415eec62d37be9c62c63908f2d5386c7b00e04545de4961996465775330e3eb57717ea7451e19b0e24615777ebfec408c2adb1df3b10b4df6bf1ce
318318
languageName: node
319319
linkType: hard
320320

321-
"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.27.2, @babel/parser@npm:^7.28.0":
322-
version: 7.28.0
323-
resolution: "@babel/parser@npm:7.28.0"
321+
"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.27.2, @babel/parser@npm:^7.28.3":
322+
version: 7.28.3
323+
resolution: "@babel/parser@npm:7.28.3"
324324
dependencies:
325-
"@babel/types": "npm:^7.28.0"
325+
"@babel/types": "npm:^7.28.2"
326326
bin:
327327
parser: ./bin/babel-parser.js
328-
checksum: c2ef81d598990fa949d1d388429df327420357cb5200271d0d0a2784f1e6d54afc8301eb8bdf96d8f6c77781e402da93c7dc07980fcc136ac5b9d5f1fce701b5
328+
checksum: 1f41eb82623b0ca0f94521b57f4790c6c457cd922b8e2597985b36bdec24114a9ccf54640286a760ceb60f11fe9102d192bf60477aee77f5d45f1029b9b72729
329329
languageName: node
330330
linkType: hard
331331

@@ -376,15 +376,15 @@ __metadata:
376376
languageName: node
377377
linkType: hard
378378

379-
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@npm:^7.27.1":
380-
version: 7.27.1
381-
resolution: "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@npm:7.27.1"
379+
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@npm:^7.28.3":
380+
version: 7.28.3
381+
resolution: "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@npm:7.28.3"
382382
dependencies:
383383
"@babel/helper-plugin-utils": "npm:^7.27.1"
384-
"@babel/traverse": "npm:^7.27.1"
384+
"@babel/traverse": "npm:^7.28.3"
385385
peerDependencies:
386386
"@babel/core": ^7.0.0
387-
checksum: b94e6c3fc019e988b1499490829c327a1067b4ddea8ad402f6d0554793c9124148c2125338c723661b6dff040951abc1f092afbf3f2d234319cd580b68e52445
387+
checksum: 3cdc27c4e08a632a58e62c6017369401976edf1cd9ae73fd9f0d6770ddd9accf40b494db15b66bab8db2a8d5dc5bab5ca8c65b19b81fdca955cd8cbbe24daadb
388388
languageName: node
389389
linkType: hard
390390

@@ -656,31 +656,31 @@ __metadata:
656656
languageName: node
657657
linkType: hard
658658

659-
"@babel/plugin-transform-class-static-block@npm:^7.27.1":
660-
version: 7.27.1
661-
resolution: "@babel/plugin-transform-class-static-block@npm:7.27.1"
659+
"@babel/plugin-transform-class-static-block@npm:^7.28.3":
660+
version: 7.28.3
661+
resolution: "@babel/plugin-transform-class-static-block@npm:7.28.3"
662662
dependencies:
663-
"@babel/helper-create-class-features-plugin": "npm:^7.27.1"
663+
"@babel/helper-create-class-features-plugin": "npm:^7.28.3"
664664
"@babel/helper-plugin-utils": "npm:^7.27.1"
665665
peerDependencies:
666666
"@babel/core": ^7.12.0
667-
checksum: 396997dd81fc1cf242b921e337d25089d6b9dc3596e81322ff11a6359326dc44f2f8b82dcc279c2e514cafaf8964dc7ed39e9fab4b8af1308b57387d111f6a20
667+
checksum: 8c922a64f6f5b359f7515c89ef0037bad583b4484dfebc1f6bc1cf13462547aaceb19788827c57ec9a2d62495f34c4b471ca636bf61af00fdaea5e9642c82b60
668668
languageName: node
669669
linkType: hard
670670

671-
"@babel/plugin-transform-classes@npm:^7.28.0":
672-
version: 7.28.0
673-
resolution: "@babel/plugin-transform-classes@npm:7.28.0"
671+
"@babel/plugin-transform-classes@npm:^7.28.3":
672+
version: 7.28.3
673+
resolution: "@babel/plugin-transform-classes@npm:7.28.3"
674674
dependencies:
675675
"@babel/helper-annotate-as-pure": "npm:^7.27.3"
676676
"@babel/helper-compilation-targets": "npm:^7.27.2"
677677
"@babel/helper-globals": "npm:^7.28.0"
678678
"@babel/helper-plugin-utils": "npm:^7.27.1"
679679
"@babel/helper-replace-supers": "npm:^7.27.1"
680-
"@babel/traverse": "npm:^7.28.0"
680+
"@babel/traverse": "npm:^7.28.3"
681681
peerDependencies:
682682
"@babel/core": ^7.0.0-0
683-
checksum: 3b213b43104fe99dd7e79401a86d09e545836e057a70ffe77e8196a87bf67ae167e502ae90afdf0d1a2be683be5652514aaeda743bd984e583523dd8ecfef887
683+
checksum: 01b6122a127c28ee42a41eacf7da14417901898a29b722c40fbf9d3db0755461f3b5a82c091496c47fe328d4e22f2266966654dc84749296f9cfabf8a4ad9e0c
684684
languageName: node
685685
linkType: hard
686686

@@ -1049,14 +1049,14 @@ __metadata:
10491049
languageName: node
10501050
linkType: hard
10511051

1052-
"@babel/plugin-transform-regenerator@npm:^7.28.0":
1053-
version: 7.28.0
1054-
resolution: "@babel/plugin-transform-regenerator@npm:7.28.0"
1052+
"@babel/plugin-transform-regenerator@npm:^7.28.3":
1053+
version: 7.28.3
1054+
resolution: "@babel/plugin-transform-regenerator@npm:7.28.3"
10551055
dependencies:
10561056
"@babel/helper-plugin-utils": "npm:^7.27.1"
10571057
peerDependencies:
10581058
"@babel/core": ^7.0.0-0
1059-
checksum: c6a416221044b4547a81945baefa309f635d35b06e90344e4a896e512b636446552cef4a72b4dc3033dc507a28ee76ddf112ca63728c0a90da8ae7498b410ada
1059+
checksum: 57443c680251f86aa75c15b02b9a741df2b76bcad8eb53b9941bc09b50d50108f108e1243effe99113892f07880d2d201e932677dce0b701aefb356ce7188be9
10601060
languageName: node
10611061
linkType: hard
10621062

@@ -1201,9 +1201,9 @@ __metadata:
12011201
languageName: node
12021202
linkType: hard
12031203

1204-
"@babel/preset-env@npm:^7.28.0":
1205-
version: 7.28.0
1206-
resolution: "@babel/preset-env@npm:7.28.0"
1204+
"@babel/preset-env@npm:^7.28.3":
1205+
version: 7.28.3
1206+
resolution: "@babel/preset-env@npm:7.28.3"
12071207
dependencies:
12081208
"@babel/compat-data": "npm:^7.28.0"
12091209
"@babel/helper-compilation-targets": "npm:^7.27.2"
@@ -1213,7 +1213,7 @@ __metadata:
12131213
"@babel/plugin-bugfix-safari-class-field-initializer-scope": "npm:^7.27.1"
12141214
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "npm:^7.27.1"
12151215
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "npm:^7.27.1"
1216-
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "npm:^7.27.1"
1216+
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "npm:^7.28.3"
12171217
"@babel/plugin-proposal-private-property-in-object": "npm:7.21.0-placeholder-for-preset-env.2"
12181218
"@babel/plugin-syntax-import-assertions": "npm:^7.27.1"
12191219
"@babel/plugin-syntax-import-attributes": "npm:^7.27.1"
@@ -1224,8 +1224,8 @@ __metadata:
12241224
"@babel/plugin-transform-block-scoped-functions": "npm:^7.27.1"
12251225
"@babel/plugin-transform-block-scoping": "npm:^7.28.0"
12261226
"@babel/plugin-transform-class-properties": "npm:^7.27.1"
1227-
"@babel/plugin-transform-class-static-block": "npm:^7.27.1"
1228-
"@babel/plugin-transform-classes": "npm:^7.28.0"
1227+
"@babel/plugin-transform-class-static-block": "npm:^7.28.3"
1228+
"@babel/plugin-transform-classes": "npm:^7.28.3"
12291229
"@babel/plugin-transform-computed-properties": "npm:^7.27.1"
12301230
"@babel/plugin-transform-destructuring": "npm:^7.28.0"
12311231
"@babel/plugin-transform-dotall-regex": "npm:^7.27.1"
@@ -1257,7 +1257,7 @@ __metadata:
12571257
"@babel/plugin-transform-private-methods": "npm:^7.27.1"
12581258
"@babel/plugin-transform-private-property-in-object": "npm:^7.27.1"
12591259
"@babel/plugin-transform-property-literals": "npm:^7.27.1"
1260-
"@babel/plugin-transform-regenerator": "npm:^7.28.0"
1260+
"@babel/plugin-transform-regenerator": "npm:^7.28.3"
12611261
"@babel/plugin-transform-regexp-modifiers": "npm:^7.27.1"
12621262
"@babel/plugin-transform-reserved-words": "npm:^7.27.1"
12631263
"@babel/plugin-transform-shorthand-properties": "npm:^7.27.1"
@@ -1277,7 +1277,7 @@ __metadata:
12771277
semver: "npm:^6.3.1"
12781278
peerDependencies:
12791279
"@babel/core": ^7.0.0-0
1280-
checksum: f343103b8f0e8da5be4ae031aff8bf35da4764997af4af78ae9506f421b785dd45da1bc09f845b1fc308c8b7d134aead4a1f89e7fb6e213cd2f9fe1d2aa78bc9
1280+
checksum: f7320cb062abf62de132ea2901135476938d32a896e03f5b7b3d543de08016053f6abbdaaf921d18fa43a0b76537dfd5ce8ee5dc647249b2057b8c6bf1289305
12811281
languageName: node
12821282
linkType: hard
12831283

@@ -1320,28 +1320,28 @@ __metadata:
13201320
languageName: node
13211321
linkType: hard
13221322

1323-
"@babel/traverse@npm:^7.27.1, @babel/traverse@npm:^7.27.3, @babel/traverse@npm:^7.28.0":
1324-
version: 7.28.0
1325-
resolution: "@babel/traverse@npm:7.28.0"
1323+
"@babel/traverse@npm:^7.27.1, @babel/traverse@npm:^7.28.0, @babel/traverse@npm:^7.28.3":
1324+
version: 7.28.3
1325+
resolution: "@babel/traverse@npm:7.28.3"
13261326
dependencies:
13271327
"@babel/code-frame": "npm:^7.27.1"
1328-
"@babel/generator": "npm:^7.28.0"
1328+
"@babel/generator": "npm:^7.28.3"
13291329
"@babel/helper-globals": "npm:^7.28.0"
1330-
"@babel/parser": "npm:^7.28.0"
1330+
"@babel/parser": "npm:^7.28.3"
13311331
"@babel/template": "npm:^7.27.2"
1332-
"@babel/types": "npm:^7.28.0"
1332+
"@babel/types": "npm:^7.28.2"
13331333
debug: "npm:^4.3.1"
1334-
checksum: 32794402457827ac558173bcebdcc0e3a18fa339b7c41ca35621f9f645f044534d91bb923ff385f5f960f2e495f56ce18d6c7b0d064d2f0ccb55b285fa6bc7b9
1334+
checksum: 26e95b29a46925b7b41255e03185b7e65b2c4987e14bbee7bbf95867fb19c69181f301bbe1c7b201d4fe0cce6aa0cbea0282dad74b3a0fef3d9058f6c76fdcb3
13351335
languageName: node
13361336
linkType: hard
13371337

1338-
"@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.27.1, @babel/types@npm:^7.27.3, @babel/types@npm:^7.27.6, @babel/types@npm:^7.28.0, @babel/types@npm:^7.3.3, @babel/types@npm:^7.4.4":
1339-
version: 7.28.0
1340-
resolution: "@babel/types@npm:7.28.0"
1338+
"@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.27.1, @babel/types@npm:^7.27.3, @babel/types@npm:^7.28.2, @babel/types@npm:^7.3.3, @babel/types@npm:^7.4.4":
1339+
version: 7.28.2
1340+
resolution: "@babel/types@npm:7.28.2"
13411341
dependencies:
13421342
"@babel/helper-string-parser": "npm:^7.27.1"
13431343
"@babel/helper-validator-identifier": "npm:^7.27.1"
1344-
checksum: 7ca8521bf5e2d2ed4db31176efaaf94463a6b7a4d16dcc60e34e963b3596c2ecadb85457bebed13a9ee9a5829ef5f515d05b55a991b6a8f3b835451843482e39
1344+
checksum: 24b11c9368e7e2c291fe3c1bcd1ed66f6593a3975f479cbb9dd7b8c8d8eab8a962b0d2fca616c043396ce82500ac7d23d594fbbbd013828182c01596370a0b10
13451345
languageName: node
13461346
linkType: hard
13471347

@@ -5421,9 +5421,9 @@ __metadata:
54215421
version: 0.0.0-use.local
54225422
resolution: "laboperator-middleware-development@workspace:."
54235423
dependencies:
5424-
"@babel/cli": "npm:^7.28.0"
5425-
"@babel/core": "npm:^7.28.0"
5426-
"@babel/preset-env": "npm:^7.28.0"
5424+
"@babel/cli": "npm:^7.28.3"
5425+
"@babel/core": "npm:^7.28.3"
5426+
"@babel/preset-env": "npm:^7.28.3"
54275427
"@babel/preset-typescript": "npm:^7.27.1"
54285428
"@labforward/config": "npm:~0.1.8"
54295429
"@labforward/eslint-config-node": "npm:~0.1.8"

0 commit comments

Comments
 (0)