[PR #420] [CLOSED] Bump @babel/core from 7.7.2 to 7.7.7 #1562

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

📋 Pull Request Information

Original PR: https://github.com/floccusaddon/floccus/pull/420
Author: @dependabot-preview[bot]
Created: 12/19/2019
Status: Closed

Base: developHead: dependabot/npm_and_yarn/babel/core-7.7.7


📝 Commits (1)

  • ae89587 Bump @babel/core from 7.7.2 to 7.7.7

📊 Changes

2 files changed (+91 additions, -97 deletions)

View changed files

📝 package-lock.json (+90 -96)
📝 package.json (+1 -1)

📄 Description

Bumps @babel/core from 7.7.2 to 7.7.7.

Release notes

Sourced from @babel/core's releases.

v7.7.7 (2019-12-19)

👓 Spec Compliance

  • babel-parser
    • #10576 [parser] validation for parentheses in the left-hand side of assignment expressions (@​boweihan)

🐛 Bug Fix

💅 Polish

  • babel-plugin-transform-react-jsx

🏠 Internal

  • babel-generator, babel-plugin-proposal-pipeline-operator, babel-plugin-proposal-unicode-property-regex, babel-plugin-syntax-pipeline-operator, babel-plugin-transform-dotall-regex, babel-preset-env-standalone, babel-preset-typescript, babel-standalone
  • Other
  • babel-preset-env
  • babel-parser
  • babel-cli, babel-node, babel-register

↩️ Revert

  • babel-plugin-transform-classes, babel-plugin-transform-regenerator, babel-preset-env

Committers: 6

... (truncated)
Changelog

Sourced from @babel/core's changelog.

v7.7.7 (2019-12-19)

👓 Spec Compliance

  • babel-parser
    • #10576 [parser] validation for parentheses in the left-hand side of assignment expressions (@​boweihan)

🐛 Bug Fix

💅 Polish

  • babel-plugin-transform-react-jsx

🏠 Internal

  • babel-generator, babel-plugin-proposal-pipeline-operator, babel-plugin-proposal-unicode-property-regex, babel-plugin-syntax-pipeline-operator, babel-plugin-transform-dotall-regex, babel-preset-env-standalone, babel-preset-typescript, babel-standalone
  • Other
  • babel-preset-env
  • babel-parser
  • babel-cli, babel-node, babel-register

↩️ Revert

  • babel-plugin-transform-classes, babel-plugin-transform-regenerator, babel-preset-env

v7.7.6 (2019-12-08)

🏠 Internal

↩️ Revert

... (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/420 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 12/19/2019 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/babel/core-7.7.7` --- ### 📝 Commits (1) - [`ae89587`](https://github.com/floccusaddon/floccus/commit/ae89587794fee301a4bf1cbfe7a12cd83937906d) Bump @babel/core from 7.7.2 to 7.7.7 ### 📊 Changes **2 files changed** (+91 additions, -97 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+90 -96) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [@babel/core](https://github.com/babel/babel) from 7.7.2 to 7.7.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases">@babel/core's releases</a>.</em></p> <blockquote> <h2>v7.7.7 (2019-12-19)</h2> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/10576">#10576</a> [parser] validation for parentheses in the left-hand side of assignment expressions (<a href="https://github.com/boweihan">@​boweihan</a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-proposal-object-rest-spread</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/10863">#10863</a> fix: add computed property support for object Ref (<a href="https://github.com/JLHwung">@​JLHwung</a>)</li> </ul> </li> <li><code>babel-core</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/10890">#10890</a> fix: skip merging large input sourcemaps (<a href="https://github.com/JLHwung">@​JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/10885">#10885</a> fix: avoid string copy when processing input source-map (<a href="https://github.com/JLHwung">@​JLHwung</a>)</li> </ul> </li> <li><code>babel-node</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/10871">#10871</a> Allow -r from node_modules with @babel/node (<a href="https://github.com/nicolo-ribaudo">@​nicolo-ribaudo</a>)</li> </ul> </li> <li><code>babel-plugin-transform-parameters</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/10053">#10053</a> Check shadow variable to identifier in default parameters (<a href="https://github.com/JLHwung">@​JLHwung</a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/10828">#10828</a> @babel/eslint-parser: fix ImportExpression node to match ESTree spec (<a href="https://github.com/kaicataldo">@​kaicataldo</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/10827">#10827</a> @babel/eslint-parser: fix BigIntLiteral node to match ESTree spec (<a href="https://github.com/kaicataldo">@​kaicataldo</a>)</li> </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-plugin-transform-react-jsx</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/10868">#10868</a> Fix pragmaFrag spelling in error message (<a href="https://github.com/azizhk">@​azizhk</a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><code>babel-generator</code>, <code>babel-plugin-proposal-pipeline-operator</code>, <code>babel-plugin-proposal-unicode-property-regex</code>, <code>babel-plugin-syntax-pipeline-operator</code>, <code>babel-plugin-transform-dotall-regex</code>, <code>babel-preset-env-standalone</code>, <code>babel-preset-typescript</code>, <code>babel-standalone</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/10882">#10882</a> Ignore some files in npm package (<a href="https://github.com/JLHwung">@​JLHwung</a>)</li> </ul> </li> <li>Other <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/10874">#10874</a> chore: cache chocolatey installation temporary files (<a href="https://github.com/JLHwung">@​JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/10880">#10880</a> chore: add PR Intent checkbox [ci-skip] (<a href="https://github.com/JLHwung">@​JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/10870">#10870</a> chore: update babel-eslint to 11.0.0-beta.2 (<a href="https://github.com/JLHwung">@​JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/10848">#10848</a> Tune eslint packages test configuration (<a href="https://github.com/JLHwung">@​JLHwung</a>)</li> </ul> </li> <li><code>babel-preset-env</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/10873">#10873</a> chore: download compat-table when build-data is run (<a href="https://github.com/JLHwung">@​JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/10846">#10846</a> Update corejs fixtures (<a href="https://github.com/JLHwung">@​JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/10837">#10837</a> refactor: rewrite available-plugins to esm (<a href="https://github.com/JLHwung">@​JLHwung</a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/10858">#10858</a> Properly serialize non-json values in parser tests (<a href="https://github.com/nicolo-ribaudo">@​nicolo-ribaudo</a>)</li> </ul> </li> <li><code>babel-cli</code>, <code>babel-node</code>, <code>babel-register</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/10847">#10847</a> Add missing dev dependencies (<a href="https://github.com/JLHwung">@​JLHwung</a>)</li> </ul> </li> </ul> <h4>:leftwards_arrow_with_hook: Revert</h4> <ul> <li><code>babel-plugin-transform-classes</code>, <code>babel-plugin-transform-regenerator</code>, <code>babel-preset-env</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/10839">#10839</a> Use <code>async-to-generator</code> even when <code>regenerator</code> is enabled (<a href="https://github.com/nicolo-ribaudo">@​nicolo-ribaudo</a>)</li> </ul> </li> </ul> <h4>Committers: 6</h4> <ul> <li>Aziz Khambati (<a href="https://github.com/azizhk">@​azizhk</a>)</li> <li>Bowei Han (<a href="https://github.com/boweihan">@​boweihan</a>)</li> <li>Huáng Jùnliàng (<a href="https://github.com/JLHwung">@​JLHwung</a>)</li> <li>Kai Cataldo (<a href="https://github.com/kaicataldo">@​kaicataldo</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/core's changelog</a>.</em></p> <blockquote> <h2>v7.7.7 (2019-12-19)</h2> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/10576">#10576</a> [parser] validation for parentheses in the left-hand side of assignment expressions (<a href="https://github.com/boweihan">@​boweihan</a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-proposal-object-rest-spread</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/10863">#10863</a> fix: add computed property support for object Ref (<a href="https://github.com/JLHwung">@​JLHwung</a>)</li> </ul> </li> <li><code>babel-core</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/10890">#10890</a> fix: skip merging large input sourcemaps (<a href="https://github.com/JLHwung">@​JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/10885">#10885</a> fix: avoid string copy when processing input source-map (<a href="https://github.com/JLHwung">@​JLHwung</a>)</li> </ul> </li> <li><code>babel-node</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/10871">#10871</a> Allow -r from node_modules with @babel/node (<a href="https://github.com/nicolo-ribaudo">@​nicolo-ribaudo</a>)</li> </ul> </li> <li><code>babel-plugin-transform-parameters</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/10053">#10053</a> Check shadow variable to identifier in default parameters (<a href="https://github.com/JLHwung">@​JLHwung</a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/10828">#10828</a> @babel/eslint-parser: fix ImportExpression node to match ESTree spec (<a href="https://github.com/kaicataldo">@​kaicataldo</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/10827">#10827</a> @babel/eslint-parser: fix BigIntLiteral node to match ESTree spec (<a href="https://github.com/kaicataldo">@​kaicataldo</a>)</li> </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-plugin-transform-react-jsx</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/10868">#10868</a> Fix pragmaFrag spelling in error message (<a href="https://github.com/azizhk">@​azizhk</a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><code>babel-generator</code>, <code>babel-plugin-proposal-pipeline-operator</code>, <code>babel-plugin-proposal-unicode-property-regex</code>, <code>babel-plugin-syntax-pipeline-operator</code>, <code>babel-plugin-transform-dotall-regex</code>, <code>babel-preset-env-standalone</code>, <code>babel-preset-typescript</code>, <code>babel-standalone</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/10882">#10882</a> Ignore some files in npm package (<a href="https://github.com/JLHwung">@​JLHwung</a>)</li> </ul> </li> <li>Other <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/10874">#10874</a> chore: cache chocolatey installation temporary files (<a href="https://github.com/JLHwung">@​JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/10880">#10880</a> chore: add PR Intent checkbox [ci-skip] (<a href="https://github.com/JLHwung">@​JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/10870">#10870</a> chore: update babel-eslint to 11.0.0-beta.2 (<a href="https://github.com/JLHwung">@​JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/10848">#10848</a> Tune eslint packages test configuration (<a href="https://github.com/JLHwung">@​JLHwung</a>)</li> </ul> </li> <li><code>babel-preset-env</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/10873">#10873</a> chore: download compat-table when build-data is run (<a href="https://github.com/JLHwung">@​JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/10846">#10846</a> Update corejs fixtures (<a href="https://github.com/JLHwung">@​JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/10837">#10837</a> refactor: rewrite available-plugins to esm (<a href="https://github.com/JLHwung">@​JLHwung</a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/10858">#10858</a> Properly serialize non-json values in parser tests (<a href="https://github.com/nicolo-ribaudo">@​nicolo-ribaudo</a>)</li> </ul> </li> <li><code>babel-cli</code>, <code>babel-node</code>, <code>babel-register</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/10847">#10847</a> Add missing dev dependencies (<a href="https://github.com/JLHwung">@​JLHwung</a>)</li> </ul> </li> </ul> <h4>:leftwards_arrow_with_hook: Revert</h4> <ul> <li><code>babel-plugin-transform-classes</code>, <code>babel-plugin-transform-regenerator</code>, <code>babel-preset-env</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/10839">#10839</a> Use <code>async-to-generator</code> even when <code>regenerator</code> is enabled (<a href="https://github.com/nicolo-ribaudo">@​nicolo-ribaudo</a>)</li> </ul> </li> </ul> <h2>v7.7.6 (2019-12-08)</h2> <h4>:house: Internal</h4> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/10836">#10836</a> chore: add PR Revert labels to changelog [ci-skip] (<a href="https://github.com/JLHwung">@​JLHwung</a>)</li> </ul> <h4>:leftwards_arrow_with_hook: Revert</h4> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/babel/babel/commit/12da0941c898987ae30045a9da90ed5bf58ecaf9"><code>12da094</code></a> v7.7.7</li> <li><a href="https://github.com/babel/babel/commit/9be27bcfea0b6ffb5f968c46a960c99a6229184f"><code>9be27bc</code></a> fix: add computed property support for object Ref (<a href="https://github-redirect.dependabot.com/babel/babel/issues/10863">#10863</a>)</li> <li><a href="https://github.com/babel/babel/commit/c0d0bf2e5eabf8729eb82c4b84a9d2eb0f934fd3"><code>c0d0bf2</code></a> Update core-js fixtures</li> <li><a href="https://github.com/babel/babel/commit/e85c9b9ec8c5549d81a2c355d8ddf57bdcd50f10"><code>e85c9b9</code></a> fix: skip merging large input sourcemaps (<a href="https://github-redirect.dependabot.com/babel/babel/issues/10890">#10890</a>)</li> <li><a href="https://github.com/babel/babel/commit/80e95d0c833d639157579c765b6624cd4c2696d6"><code>80e95d0</code></a> Fix flow</li> <li><a href="https://github.com/babel/babel/commit/dbf3f91f1ec0f63db711ec8b874c9fc5609bdc2e"><code>dbf3f91</code></a> Revert &quot;Prevent ignored files in out dir (<a href="https://github-redirect.dependabot.com/babel/babel/issues/10831">#10831</a>)&quot; (<a href="https://github-redirect.dependabot.com/babel/babel/issues/10886">#10886</a>)</li> <li><a href="https://github.com/babel/babel/commit/aa814073b722fe5d45f8c03a44f8e64e6aaa0c00"><code>aa81407</code></a> Ignore some files in npm package (<a href="https://github-redirect.dependabot.com/babel/babel/issues/10882">#10882</a>)</li> <li><a href="https://github.com/babel/babel/commit/8afeef2d960ccba162ba82b10328bb2e9c8091f2"><code>8afeef2</code></a> chore: cache chocolatey install temp (<a href="https://github-redirect.dependabot.com/babel/babel/issues/10874">#10874</a>)</li> <li><a href="https://github.com/babel/babel/commit/3d7bc435d51740ed4aac3ee59a5539e2c049b890"><code>3d7bc43</code></a> Allow -r from node_modules with @babel/node (<a href="https://github-redirect.dependabot.com/babel/babel/issues/10871">#10871</a>)</li> <li><a href="https://github.com/babel/babel/commit/2b3590929b4eb955b0e8b287f9749b5af66cc1a0"><code>2b35909</code></a> Prevent ignored files in out dir (<a href="https://github-redirect.dependabot.com/babel/babel/issues/10831">#10831</a>)</li> <li>Additional commits viewable in <a href="https://github.com/babel/babel/compare/v7.7.2...v7.7.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@babel/core&package-manager=npm_and_yarn&previous-version=7.7.2&new-version=7.7.7)](https://dependabot.com/compatibility-score.html?dependency-name=@babel/core&package-manager=npm_and_yarn&previous-version=7.7.2&new-version=7.7.7) 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:37 +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#1562
No description provided.