[PR #489] [MERGED] Bump @babel/preset-env from 7.9.0 to 7.9.5 #1596

Closed
opened 2026-02-25 22:40:43 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/floccusaddon/floccus/pull/489
Author: @dependabot-preview[bot]
Created: 4/8/2020
Status: Merged
Merged: 4/22/2020
Merged by: @marcelklehr

Base: developHead: dependabot/npm_and_yarn/babel/preset-env-7.9.5


📝 Commits (1)

  • c0bad2f Bump @babel/preset-env from 7.9.0 to 7.9.5

📊 Changes

2 files changed (+143 additions, -59 deletions)

View changed files

📝 package-lock.json (+142 -58)
📝 package.json (+1 -1)

📄 Description

Bumps @babel/preset-env from 7.9.0 to 7.9.5.

Release notes

Sourced from @babel/preset-env's releases.

v7.9.5 (2020-04-07)

Thanks to @JMarkoski and @Zzzen for their first PRs!

🐛 Bug Fix

  • babel-plugin-proposal-object-rest-spread, babel-plugin-transform-parameters
    • #11326 Correctly transpile when default parameter initializer references binding in rest pattern (@vedantroy)
  • babel-traverse
    • #11375 Fixed generateUid creating clashing ids after scope re-crawling (@Andarist)
    • #11323 Fixed issue with programPath.scope.references not being registered back correctly after scope re-crawling (@Andarist)
  • babel-plugin-transform-destructuring
    • #11360 fix Incorrect destructuring compilation of for (let [[x] = [1]] = []… (@Zzzen)
  • babel-preset-env
    • #11373 Fixed useBuiltIns and modules validation when using 'false' as option (@JMarkoski)
  • babel-plugin-transform-classes
  • babel-helper-function-name, babel-plugin-transform-function-name
    • #11361 fix: do not add function name when parent's operator is not = (@JLHwung)
  • babel-helper-builder-react-jsx-experimental, babel-plugin-transform-react-jsx
  • babel-types
    • #11359 fix: allow logical assignment operators in AssignmentExpression (@JLHwung)
  • babel-plugin-transform-parameters
  • babel-helper-create-class-features-plugin

💅 Polish

  • babel-plugin-transform-parameters
  • babel-traverse
  • babel-plugin-proposal-class-properties, babel-plugin-proposal-decorators, babel-plugin-transform-classes, babel-plugin-transform-parameters, babel-plugin-transform-runtime, babel-plugin-transform-typescript, babel-preset-env
  • babel-generator
    • #11328 polish: align optional chain whitespace behavior to their sibiling (@JLHwung)

🏠 Internal

Committers: 9

... (truncated)
Changelog

Sourced from @babel/preset-env's changelog.

v7.9.5 (2020-04-07)

🐛 Bug Fix

  • babel-plugin-proposal-object-rest-spread, babel-plugin-transform-parameters
    • #11326 Correctly transpile when default parameter initializer references binding in rest pattern (@vedantroy)
  • babel-traverse
    • #11375 Fixed generateUid creating clashing ids after scope re-crawling (@Andarist)
    • #11323 Fixed issue with programPath.scope.references not being registered back correctly after scope re-crawling (@Andarist)
  • babel-plugin-transform-destructuring
    • #11360 fix Incorrect destructuring compilation of `for (let = []… (@Zzzen)
  • babel-preset-env
    • #11373 Fixed useBuiltIns and modules validation when using 'false' as option (@JMarkoski)
  • babel-plugin-transform-classes
  • babel-helper-function-name, babel-plugin-transform-function-name
    • #11361 fix: do not add function name when parent's operator is not = (@JLHwung)
  • babel-helper-builder-react-jsx-experimental, babel-plugin-transform-react-jsx
  • babel-types
    • #11359 fix: allow logical assignment operators in AssignmentExpression (@JLHwung)
  • babel-plugin-transform-parameters
  • babel-helper-create-class-features-plugin

💅 Polish

  • babel-plugin-transform-parameters
  • babel-traverse
  • babel-plugin-proposal-class-properties, babel-plugin-proposal-decorators, babel-plugin-transform-classes, babel-plugin-transform-parameters, babel-plugin-transform-runtime, babel-plugin-transform-typescript, babel-preset-env
  • babel-generator
    • #11328 polish: align optional chain whitespace behavior to their sibiling (@JLHwung)

🏠 Internal

v7.9.4 (2020-03-24)

🐛 Bug Fix

  • babel-parser
    • #11186 fix: token after strict mode block is evaluated in strict mode (@kaicataldo)
  • babel-generator
    • #11325 fix: check parentheses between optional chain and other types (@JLHwung)
  • babel-plugin-transform-react-jsx, babel-preset-react
  • babel-plugin-transform-typescript
    • #11315 [preset-typescript] Fix private members type annotations (@Lodin)
... (truncated)
Commits

Dependabot compatibility score

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 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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/floccusaddon/floccus/pull/489 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 4/8/2020 **Status:** ✅ Merged **Merged:** 4/22/2020 **Merged by:** [@marcelklehr](https://github.com/marcelklehr) **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/babel/preset-env-7.9.5` --- ### 📝 Commits (1) - [`c0bad2f`](https://github.com/floccusaddon/floccus/commit/c0bad2f2f31713a558c8ad7b96c0e069d30b6bed) Bump @babel/preset-env from 7.9.0 to 7.9.5 ### 📊 Changes **2 files changed** (+143 additions, -59 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+142 -58) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.9.0 to 7.9.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases">@babel/preset-env's releases</a>.</em></p> <blockquote> <h2>v7.9.5 (2020-04-07)</h2> <p>Thanks to <a href="https://github.com/JMarkoski">@JMarkoski</a> and <a href="https://github.com/Zzzen">@Zzzen</a> for their first PRs!</p> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-proposal-object-rest-spread</code>, <code>babel-plugin-transform-parameters</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11326">#11326</a> Correctly transpile when default parameter initializer references binding in rest pattern (<a href="https://github.com/vedantroy">@vedantroy</a>)</li> </ul> </li> <li><code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11375">#11375</a> Fixed generateUid creating clashing ids after scope re-crawling (<a href="https://github.com/Andarist">@Andarist</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11323">#11323</a> Fixed issue with programPath.scope.references not being registered back correctly after scope re-crawling (<a href="https://github.com/Andarist">@Andarist</a>)</li> </ul> </li> <li><code>babel-plugin-transform-destructuring</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11360">#11360</a> fix Incorrect destructuring compilation of <code>for (let [[x] = [1]] = []</code>… (<a href="https://github.com/Zzzen">@Zzzen</a>)</li> </ul> </li> <li><code>babel-preset-env</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11373">#11373</a> Fixed useBuiltIns and modules validation when using 'false' as option (<a href="https://github.com/JMarkoski">@JMarkoski</a>)</li> </ul> </li> <li><code>babel-plugin-transform-classes</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11341">#11341</a> Fix createSuper in Babel &lt;7.5.5 (<a href="https://github.com/nicolo-ribaudo">@nicolo-ribaudo</a>)</li> </ul> </li> <li><code>babel-helper-function-name</code>, <code>babel-plugin-transform-function-name</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11361">#11361</a> fix: do not add function name when parent's operator is not <code>=</code> (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> <li><code>babel-helper-builder-react-jsx-experimental</code>, <code>babel-plugin-transform-react-jsx</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11354">#11354</a> fix auto import error with whitespace JSXText (<a href="https://github.com/lunaruan">@lunaruan</a>)</li> </ul> </li> <li><code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11359">#11359</a> fix: allow logical assignment operators in AssignmentExpression (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> <li><code>babel-plugin-transform-parameters</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11346">#11346</a> Set correct async/generator in IIFE for params (<a href="https://github.com/nicolo-ribaudo">@nicolo-ribaudo</a>)</li> </ul> </li> <li><code>babel-helper-create-class-features-plugin</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11345">#11345</a> Ignore abstract methods when decorating class (<a href="https://github.com/oliverdunk">@oliverdunk</a>)</li> </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-plugin-transform-parameters</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11349">#11349</a> Don't check type annotations when deciding params scope (<a href="https://github.com/nicolo-ribaudo">@nicolo-ribaudo</a>)</li> </ul> </li> <li><code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11368">#11368</a> Simplify scope.hasReferences implementation (<a href="https://github.com/Andarist">@Andarist</a>)</li> </ul> </li> <li><code>babel-plugin-proposal-class-properties</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-transform-classes</code>, <code>babel-plugin-transform-parameters</code>, <code>babel-plugin-transform-runtime</code>, <code>babel-plugin-transform-typescript</code>, <code>babel-preset-env</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11358">#11358</a> Don't call <code>createSuper</code> in loose mode (it was unused) (<a href="https://github.com/nicolo-ribaudo">@nicolo-ribaudo</a>)</li> </ul> </li> <li><code>babel-generator</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11328">#11328</a> polish: align optional chain whitespace behavior to their sibiling (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11374">#11374</a> Bump handlebars dep (<a href="https://github.com/existentialism">@existentialism</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11347">#11347</a> Fix e2e publish test when branching from an older version (<a href="https://github.com/nicolo-ribaudo">@nicolo-ribaudo</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11329">#11329</a> chore: remove unused graceful-fs (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> <h4>Committers: 9</h4> <ul> <li>Brian Ng (<a href="https://github.com/existentialism">@existentialism</a>)</li> <li>Huáng Jùnliàng (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> <li>Jovica Markoski (<a href="https://github.com/JMarkoski">@JMarkoski</a>)</li> <li>Luna Ruan (<a href="https://github.com/lunaruan">@lunaruan</a>)</li> <li>Mateusz Burzyński (<a href="https://github.com/Andarist">@Andarist</a>)</li> <li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo">@nicolo-ribaudo</a>)</li> <li>Oliver Dunk (<a href="https://github.com/oliverdunk">@oliverdunk</a>)</li> </ul> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/blob/master/CHANGELOG.md">@babel/preset-env's changelog</a>.</em></p> <blockquote> <h2>v7.9.5 (2020-04-07)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-proposal-object-rest-spread</code>, <code>babel-plugin-transform-parameters</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11326">#11326</a> Correctly transpile when default parameter initializer references binding in rest pattern (<a href="https://github.com/vedantroy">@vedantroy</a>)</li> </ul> </li> <li><code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11375">#11375</a> Fixed generateUid creating clashing ids after scope re-crawling (<a href="https://github.com/Andarist">@Andarist</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11323">#11323</a> Fixed issue with programPath.scope.references not being registered back correctly after scope re-crawling (<a href="https://github.com/Andarist">@Andarist</a>)</li> </ul> </li> <li><code>babel-plugin-transform-destructuring</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11360">#11360</a> fix Incorrect destructuring compilation of `for (let [[x] = [1]] = []… (<a href="https://github.com/Zzzen">@Zzzen</a>)</li> </ul> </li> <li><code>babel-preset-env</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11373">#11373</a> Fixed useBuiltIns and modules validation when using 'false' as option (<a href="https://github.com/JMarkoski">@JMarkoski</a>)</li> </ul> </li> <li><code>babel-plugin-transform-classes</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11341">#11341</a> Fix createSuper in Babel &lt;7.5.5 (<a href="https://github.com/nicolo-ribaudo">@nicolo-ribaudo</a>)</li> </ul> </li> <li><code>babel-helper-function-name</code>, <code>babel-plugin-transform-function-name</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11361">#11361</a> fix: do not add function name when parent's operator is not <code>=</code> (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> <li><code>babel-helper-builder-react-jsx-experimental</code>, <code>babel-plugin-transform-react-jsx</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11354">#11354</a> fix auto import error with whitespace JSXText (<a href="https://github.com/lunaruan">@lunaruan</a>)</li> </ul> </li> <li><code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11359">#11359</a> fix: allow logical assignment operators in AssignmentExpression (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> <li><code>babel-plugin-transform-parameters</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11346">#11346</a> Set correct async/generator in IIFE for params (<a href="https://github.com/nicolo-ribaudo">@nicolo-ribaudo</a>)</li> </ul> </li> <li><code>babel-helper-create-class-features-plugin</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11345">#11345</a> Ignore abstract methods when decorating class (<a href="https://github.com/oliverdunk">@oliverdunk</a>)</li> </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-plugin-transform-parameters</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11349">#11349</a> Don't check type annotations when deciding params scope (<a href="https://github.com/nicolo-ribaudo">@nicolo-ribaudo</a>)</li> </ul> </li> <li><code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11368">#11368</a> Simplify scope.hasReferences implementation (<a href="https://github.com/Andarist">@Andarist</a>)</li> </ul> </li> <li><code>babel-plugin-proposal-class-properties</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-transform-classes</code>, <code>babel-plugin-transform-parameters</code>, <code>babel-plugin-transform-runtime</code>, <code>babel-plugin-transform-typescript</code>, <code>babel-preset-env</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11358">#11358</a> Don't call <code>createSuper</code> in loose mode (it was unused) (<a href="https://github.com/nicolo-ribaudo">@nicolo-ribaudo</a>)</li> </ul> </li> <li><code>babel-generator</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11328">#11328</a> polish: align optional chain whitespace behavior to their sibiling (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11374">#11374</a> Bump handlebars dep (<a href="https://github.com/existentialism">@existentialism</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11347">#11347</a> Fix e2e publish test when branching from an older version (<a href="https://github.com/nicolo-ribaudo">@nicolo-ribaudo</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11329">#11329</a> chore: remove unused graceful-fs (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> <h2>v7.9.4 (2020-03-24)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11186">#11186</a> fix: token after strict mode block is evaluated in strict mode (<a href="https://github.com/kaicataldo">@kaicataldo</a>)</li> </ul> </li> <li><code>babel-generator</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11325">#11325</a> fix: check parentheses between optional chain and other types (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> <li><code>babel-plugin-transform-react-jsx</code>, <code>babel-preset-react</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11324">#11324</a> Restore default pragmas in preset-react for classic runtime (<a href="https://github.com/existentialism">@existentialism</a>)</li> </ul> </li> <li><code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11315">#11315</a> [preset-typescript] Fix private members type annotations (<a href="https://github.com/Lodin">@Lodin</a>)</li> </ul> </li> </ul> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/babel/babel/commit/5b97e77e030cf3853a147fdff81844ea4026219d"><code>5b97e77</code></a> v7.9.5</li> <li><a href="https://github.com/babel/babel/commit/aea0fcd599d1b67e39a57a374bc3d7c4fd414ef1"><code>aea0fcd</code></a> Correctly transpile when cross-param refs with obj rest (<a href="https://github-redirect.dependabot.com/babel/babel/issues/11326">#11326</a>)</li> <li><a href="https://github.com/babel/babel/commit/70cc111b357a09034a59f106c798727ae9ed1ca2"><code>70cc111</code></a> Fixed generateUid creating clashing ids after scope re-crawling (<a href="https://github-redirect.dependabot.com/babel/babel/issues/11375">#11375</a>)</li> <li><a href="https://github.com/babel/babel/commit/ca096c56aa1196e00ecca06af952d9a3d480d999"><code>ca096c5</code></a> fix Incorrect destructuring compilation of `for (let [[x] = [1… (<a href="https://github-redirect.dependabot.com/babel/babel/issues/11360">#11360</a>)</li> <li><a href="https://github.com/babel/babel/commit/e3ad798a2405cb3641cb2271b9cbf8553816dd9c"><code>e3ad798</code></a> Remove unnecessary test file (<a href="https://github-redirect.dependabot.com/babel/babel/issues/11383">#11383</a>)</li> <li><a href="https://github.com/babel/babel/commit/65d09e46a05dcc2849ca40cedcc8d10f9724ec61"><code>65d09e4</code></a> Don't check type annotations when deciding params scope (<a href="https://github-redirect.dependabot.com/babel/babel/issues/11349">#11349</a>)</li> <li><a href="https://github.com/babel/babel/commit/aeebc0823415ed4770c633cedf570cf774ae89c6"><code>aeebc08</code></a> Simplify scope.hasReferences implementation (<a href="https://github-redirect.dependabot.com/babel/babel/issues/11368">#11368</a>)</li> <li><a href="https://github.com/babel/babel/commit/051fc0a791e079d0fbd199cce58404b3e55dd68e"><code>051fc0a</code></a> Bump handlebars dep (<a href="https://github-redirect.dependabot.com/babel/babel/issues/11374">#11374</a>)</li> <li><a href="https://github.com/babel/babel/commit/40db92617030342d89cbbe55c630aa4783376b73"><code>40db926</code></a> Fixed useBuiltIns and modules validation when using 'false' as option (<a href="https://github-redirect.dependabot.com/babel/babel/issues/11373">#11373</a>)</li> <li><a href="https://github.com/babel/babel/commit/2c31587aa1cd4ca9dc699b8c2b24d6e54e568301"><code>2c31587</code></a> Fix createSuper in Babel &lt;7.5.5 (<a href="https://github-redirect.dependabot.com/babel/babel/issues/11341">#11341</a>)</li> <li>Additional commits viewable in <a href="https://github.com/babel/babel/compare/v7.9.0...v7.9.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@babel/preset-env&package-manager=npm_and_yarn&previous-version=7.9.0&new-version=7.9.5)](https://dependabot.com/compatibility-score/?dependency-name=@babel/preset-env&package-manager=npm_and_yarn&previous-version=7.9.0&new-version=7.9.5) 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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 22:40:43 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/floccus#1596
No description provided.