Skip to content

Commit a433d45

Browse files
authored
chore(deps-dev): bump @babel/preset-env from 7.27.2 to 7.28.3 in /webapp [skip ci]
[//]: # (dependabot-start) ⚠️ \*\*Dependabot is rebasing this PR\*\* ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.27.2 to 7.28.3. Release notes *Sourced from [`@​babel/preset-env`'s releases](https://github.com/babel/babel/releases).* > v7.28.3 (2025-08-14) > -------------------- > > #### 👓 Spec Compliance > > * `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-class-static-block`, `babel-preset-env` > + [#17443](https://redirect.github.com/babel/babel/pull/17443) [static blocks] Do not inject new static fields after static code ([`@​nicolo-ribaudo`](https://github.com/nicolo-ribaudo)) > > #### 🐛 Bug Fix > > * `babel-parser` > + [#17465](https://redirect.github.com/babel/babel/pull/17465) fix(parser/typescript): parse `import("./a", {with:{},})` ([`@​easrng`](https://github.com/easrng)) > + [#17478](https://redirect.github.com/babel/babel/pull/17478) fix(parser): stop subscript parsing on async arrow ([`@​JLHwung`](https://github.com/JLHwung)) > > #### :nail\_care: Polish > > * `babel-plugin-transform-regenerator`, `babel-plugin-transform-runtime` > + [#17363](https://redirect.github.com/babel/babel/pull/17363) Do not save last yield in call in temp var ([`@​nicolo-ribaudo`](https://github.com/nicolo-ribaudo)) > > #### 📝 Documentation > > * [#17448](https://redirect.github.com/babel/babel/pull/17448) move eslint-{parser,plugin} docs to the website ([`@​JLHwung`](https://github.com/JLHwung)) > > #### 🏠 Internal > > * [#17454](https://redirect.github.com/babel/babel/pull/17454) Enable type checking for `scripts` and `babel-worker.cjs` ([`@​JLHwung`](https://github.com/JLHwung)) > > #### 🔬 Output optimization > > * `babel-plugin-proposal-destructuring-private`, `babel-plugin-proposal-do-expressions` > + [#17444](https://redirect.github.com/babel/babel/pull/17444) Optimize do expression output ([`@​JLHwung`](https://github.com/JLHwung)) > > #### Committers: 5 > > * Babel Bot ([`@​babel-bot`](https://github.com/babel-bot)) > * Huáng Jùnliàng ([`@​JLHwung`](https://github.com/JLHwung)) > * Jam Balaya ([`@​JamBalaya56562`](https://github.com/JamBalaya56562)) > * Nicolò Ribaudo ([`@​nicolo-ribaudo`](https://github.com/nicolo-ribaudo)) > * easrng ([`@​easrng`](https://github.com/easrng)) > > v7.28.2 (2025-07-24) > -------------------- > > Thanks [`@​souhailaS`](https://github.com/souhailaS) for your first PR! > > #### 🐛 Bug Fix > > * `babel-types` > + [#17445](https://redirect.github.com/babel/babel/pull/17445) [babel 7] Make `operator` param in `t.tsTypeOperator` optional ([`@​nicolo-ribaudo`](https://github.com/nicolo-ribaudo)) > * `babel-helpers`, `babel-plugin-transform-async-generator-functions`, `babel-plugin-transform-regenerator`, `babel-preset-env`, `babel-runtime-corejs3` > + [#17441](https://redirect.github.com/babel/babel/pull/17441) fix: `regeneratorDefine` compatibility with es5 strict mode ([`@​liuxingbaoyu`](https://github.com/liuxingbaoyu)) > > #### Committers: 4 > > * Babel Bot ([`@​babel-bot`](https://github.com/babel-bot)) > * Nicolò Ribaudo ([`@​nicolo-ribaudo`](https://github.com/nicolo-ribaudo)) > * SOUHAILA SERBOUT ([`@​souhailaS`](https://github.com/souhailaS)) > * [`@​liuxingbaoyu`](https://github.com/liuxingbaoyu) > > v7.28.1 (2025-07-12) > -------------------- ... (truncated) Changelog *Sourced from [`@​babel/preset-env`'s changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md).* > v7.28.3 (2025-08-14) > -------------------- > > #### 👓 Spec Compliance > > * `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-class-static-block`, `babel-preset-env` > + [#17443](https://redirect.github.com/babel/babel/pull/17443) [static blocks] Do not inject new static fields after static code ([`@​nicolo-ribaudo`](https://github.com/nicolo-ribaudo)) > > #### 🐛 Bug Fix > > * `babel-parser` > + [#17465](https://redirect.github.com/babel/babel/pull/17465) fix(parser/typescript): parse `import("./a", {with:{},})` ([`@​easrng`](https://github.com/easrng)) > + [#17478](https://redirect.github.com/babel/babel/pull/17478) fix(parser): stop subscript parsing on async arrow ([`@​JLHwung`](https://github.com/JLHwung)) > > #### :nail\_care: Polish > > * `babel-plugin-transform-regenerator`, `babel-plugin-transform-runtime` > + [#17363](https://redirect.github.com/babel/babel/pull/17363) Do not save last yield in call in temp var ([`@​nicolo-ribaudo`](https://github.com/nicolo-ribaudo)) > > #### 📝 Documentation > > * [#17448](https://redirect.github.com/babel/babel/pull/17448) move eslint-{parser,plugin} docs to the website ([`@​JLHwung`](https://github.com/JLHwung)) > > #### 🏠 Internal > > * [#17454](https://redirect.github.com/babel/babel/pull/17454) Enable type checking for `scripts` and `babel-worker.cjs` ([`@​JLHwung`](https://github.com/JLHwung)) > > #### 🔬 Output optimization > > * `babel-plugin-proposal-destructuring-private`, `babel-plugin-proposal-do-expressions` > + [#17444](https://redirect.github.com/babel/babel/pull/17444) Optimize do expression output ([`@​JLHwung`](https://github.com/JLHwung)) > > v7.28.2 (2025-07-24) > -------------------- > > #### 🐛 Bug Fix > > * `babel-types` > + [#17445](https://redirect.github.com/babel/babel/pull/17445) [babel 7] Make `operator` param in `t.tsTypeOperator` optional ([`@​nicolo-ribaudo`](https://github.com/nicolo-ribaudo)) > * `babel-helpers`, `babel-plugin-transform-async-generator-functions`, `babel-plugin-transform-regenerator`, `babel-preset-env`, `babel-runtime-corejs3` > + [#17441](https://redirect.github.com/babel/babel/pull/17441) fix: `regeneratorDefine` compatibility with es5 strict mode ([`@​liuxingbaoyu`](https://github.com/liuxingbaoyu)) > > v7.28.1 (2025-07-12) > -------------------- > > #### 🐛 Bug Fix > > * `babel-plugin-transform-async-generator-functions`, `babel-plugin-transform-regenerator` > + [#17426](https://redirect.github.com/babel/babel/pull/17426) fix: `regenerator` correctly handles `throw` outside of `try` ([`@​liuxingbaoyu`](https://github.com/liuxingbaoyu)) > > #### 📝 Documentation > > * `babel-types` > + [#17422](https://redirect.github.com/babel/babel/pull/17422) Add missing FunctionParameter docs ([`@​JLHwung`](https://github.com/JLHwung)) > > #### :leftwards\_arrow\_with\_hook: Revert > > * `babel-plugin-proposal-destructuring-private`, `babel-plugin-proposal-do-expressions`, `babel-types` > + [#17432](https://redirect.github.com/babel/babel/pull/17432) Do not mark OptionalMemberExpresion as LVal ([`@​JLHwung`](https://github.com/JLHwung)) > > v7.28.0 (2025-07-02) > -------------------- > > #### 🚀 New Feature > > * `babel-node` > + [#17147](https://redirect.github.com/babel/babel/pull/17147) Support top level await in node repl ([`@​liuxingbaoyu`](https://github.com/liuxingbaoyu)) > * `babel-types` ... (truncated) Commits * [`ef155f5`](babel/babel@ef155f5) v7.28.3 * [`98d18aa`](babel/babel@98d18aa) Misc: Cleanup Babel 8 tasks ([#17429](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env/issues/17429)) * [`fb57f26`](babel/babel@fb57f26) chore: update browser compat libs ([#17469](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env/issues/17469)) * [`f4a9616`](babel/babel@f4a9616) [static blocks] Do not inject new static fields after static code ([#17443](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env/issues/17443)) * [`f743094`](babel/babel@f743094) fix: `regeneratorDefine` compatibility with es5 strict mode ([#17441](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env/issues/17441)) * [`ccc5fae`](babel/babel@ccc5fae) v7.28.0 * [`743ecd4`](babel/babel@743ecd4) Add explicit resource management to preset-env ([#17355](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env/issues/17355)) * [`cd0de90`](babel/babel@cd0de90) Update `babel-polyfill` packages ([#17403](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env/issues/17403)) * [`fdbf1b3`](babel/babel@fdbf1b3) fix: `finally` causes unexpected return value ([#17366](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env/issues/17366)) * [`7ba1afa`](babel/babel@7ba1afa) Update babel 8 preset env fixtures ([#17356](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env/issues/17356)) * Additional commits viewable in [compare view](https://github.com/babel/babel/commits/v7.28.3/packages/babel-preset-env) [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=@babel/preset-env&package-manager=npm\_and\_yarn&previous-version=7.27.2&new-version=7.28.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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) --- Dependabot commands and options 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
2 parents 32883be + 566b615 commit a433d45

File tree

1 file changed

+126
-116
lines changed

1 file changed

+126
-116
lines changed

0 commit comments

Comments
 (0)