[PR #410] [CLOSED] Bump @babel/core from 7.7.2 to 7.7.4 #1557

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

📋 Pull Request Information

Original PR: https://github.com/floccusaddon/floccus/pull/410
Author: @dependabot-preview[bot]
Created: 11/25/2019
Status: Closed

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


📝 Commits (1)

  • c927636 Bump @babel/core from 7.7.2 to 7.7.4

📊 Changes

2 files changed (+90 additions, -90 deletions)

View changed files

📝 package-lock.json (+89 -89)
📝 package.json (+1 -1)

📄 Description

Bumps @babel/core from 7.7.2 to 7.7.4.

Release notes

Sourced from @babel/core's releases.

v7.7.4 (2019-11-23)

Thanks @​chrishinrichs, @​khoumani, @​m-ahmadi, @​BBlackwo, @​SakibulMowla, @​4geru, @​Shriram-Balaji, @​ZYSzys and @​arku for their first PRs!

🐛 Bug Fix

💅 Polish

  • babel-plugin-proposal-nullish-coalescing-operator
    • #10720 polish: skip creating extra reference for safely re-used node. (@​JLHwung)

🏠 Internal

Committers: 15

... (truncated)
Changelog

Sourced from @babel/core's changelog.

v7.7.4 (2019-11-23)

🐛 Bug Fix

💅 Polish

  • babel-plugin-proposal-nullish-coalescing-operator
    • #10720 polish: skip creating extra reference for safely re-used node. (@​JLHwung)

🏠 Internal

v7.7.3 (2019-11-08)

🐛 Bug Fix

  • babel-parser
... (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/410 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 11/25/2019 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/babel/core-7.7.4` --- ### 📝 Commits (1) - [`c927636`](https://github.com/floccusaddon/floccus/commit/c92763660ba1a8495218abe99e4e8a0002d6e5b5) Bump @babel/core from 7.7.2 to 7.7.4 ### 📊 Changes **2 files changed** (+90 additions, -90 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+89 -89) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [@babel/core](https://github.com/babel/babel) from 7.7.2 to 7.7.4. <details> <summary>Release notes</summary> *Sourced from [@babel/core's releases](https://github.com/babel/babel/releases).* > ## v7.7.4 (2019-11-23) > > Thanks [@&#8203;chrishinrichs](https://github.com/chrishinrichs), [@&#8203;khoumani](https://github.com/khoumani), [@&#8203;m-ahmadi](https://github.com/m-ahmadi), [@&#8203;BBlackwo](https://github.com/BBlackwo), [@&#8203;SakibulMowla](https://github.com/SakibulMowla), [@&#8203;4geru](https://github.com/4geru), [@&#8203;Shriram-Balaji](https://github.com/Shriram-Balaji), [@&#8203;ZYSzys](https://github.com/ZYSzys) and [@&#8203;arku](https://github.com/arku) for their first PRs! > > #### :bug: Bug Fix > * `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` > * [#10748](https://github-redirect.dependabot.com/babel/babel/pull/10748) Add support for native esm to @babel/runtime. ([@&#8203;nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > * `babel-preset-env` > * [#10742](https://github-redirect.dependabot.com/babel/babel/pull/10742) Update preset-env mappings. ([@&#8203;existentialism](https://github.com/existentialism)) > * `babel-parser` > * [#10737](https://github-redirect.dependabot.com/babel/babel/pull/10737) Flow enums: fix enum body location. ([@&#8203;gkz](https://github.com/gkz)) > * [#10657](https://github-redirect.dependabot.com/babel/babel/pull/10657) Fix some incorrect typeof parsing in flow. ([@&#8203;existentialism](https://github.com/existentialism)) > * [#10582](https://github-redirect.dependabot.com/babel/babel/pull/10582) [parser] Allow optional async methods. ([@&#8203;gonzarodriguezt](https://github.com/gonzarodriguezt)) > * [#10710](https://github-redirect.dependabot.com/babel/babel/pull/10710) register import equals specifier. ([@&#8203;JLHwung](https://github.com/JLHwung)) > * [#10592](https://github-redirect.dependabot.com/babel/babel/pull/10592) Allow TypeScript type assertions in array destructuring. ([@&#8203;SakibulMowla](https://github.com/SakibulMowla)) > * `babel-preset-env-standalone` > * [#10732](https://github-redirect.dependabot.com/babel/babel/pull/10732) fix: add missing available plugins to babel-preset-env-standalone. ([@&#8203;JLHwung](https://github.com/JLHwung)) > * `babel-plugin-transform-function-name`, `babel-plugin-transform-modules-umd`, `babel-preset-env` > * [#10701](https://github-redirect.dependabot.com/babel/babel/pull/10701) Circumvent typeof transform for umd build template. ([@&#8203;JLHwung](https://github.com/JLHwung)) > * `babel-cli` > * [#10698](https://github-redirect.dependabot.com/babel/babel/pull/10698) Babel should not silently remove unknown options after commander arguments. ([@&#8203;JLHwung](https://github.com/JLHwung)) > * `babel-plugin-proposal-optional-chaining` > * [#10694](https://github-redirect.dependabot.com/babel/babel/pull/10694) Fix optional method chaining in derived classes. ([@&#8203;Shriram-Balaji](https://github.com/Shriram-Balaji)) > * `babel-parser`, `babel-types` > * [#10677](https://github-redirect.dependabot.com/babel/babel/pull/10677) Add `asserts this [is type]` parsing support. ([@&#8203;JLHwung](https://github.com/JLHwung)) > * `babel-traverse` > * [#10598](https://github-redirect.dependabot.com/babel/babel/pull/10598) Fix parentheses on replaceWithMultiple for JSX. ([@&#8203;khoumani](https://github.com/khoumani)) > * `babel-helpers`, `babel-plugin-proposal-object-rest-spread`, `babel-preset-env` > * [#10683](https://github-redirect.dependabot.com/babel/babel/pull/10683) Fix: Don't call Object.keys on non-objects (babel#10482). ([@&#8203;chrishinrichs](https://github.com/chrishinrichs)) > > #### :nail_care: Polish > * `babel-plugin-proposal-nullish-coalescing-operator` > * [#10720](https://github-redirect.dependabot.com/babel/babel/pull/10720) polish: skip creating extra reference for safely re-used node. ([@&#8203;JLHwung](https://github.com/JLHwung)) > > #### :house: Internal > * Other > * [#10731](https://github-redirect.dependabot.com/babel/babel/pull/10731) Removed duplicate key in package.json. ([@&#8203;rajasekarm](https://github.com/rajasekarm)) > * [#10718](https://github-redirect.dependabot.com/babel/babel/pull/10718) chore: use loose mode of transform. ([@&#8203;JLHwung](https://github.com/JLHwung)) > * [#10579](https://github-redirect.dependabot.com/babel/babel/pull/10579) Implement PR workflow for running test262 on babel PRs. ([@&#8203;jbhoosreddy](https://github.com/jbhoosreddy)) > * [#10648](https://github-redirect.dependabot.com/babel/babel/pull/10648) bump @babel/* dev dependencies. ([@&#8203;JLHwung](https://github.com/JLHwung)) > * [#10569](https://github-redirect.dependabot.com/babel/babel/pull/10569) E2E test Babel with itself before publishing. ([@&#8203;nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > * `babel-core` > * [#10668](https://github-redirect.dependabot.com/babel/babel/pull/10668) Reduce standalone build size. ([@&#8203;JLHwung](https://github.com/JLHwung)) > * `babel-plugin-transform-literals`, `babel-preset-env-standalone` > * [#10725](https://github-redirect.dependabot.com/babel/babel/pull/10725) fix typo [ci-skip]. ([@&#8203;JLHwung](https://github.com/JLHwung)) > * `babel-cli` > * [#10692](https://github-redirect.dependabot.com/babel/babel/pull/10692) Add missing flow type to babel-cli for consistency. ([@&#8203;ZYSzys](https://github.com/ZYSzys)) > > #### Committers: 15 > ></tr></table> ... (truncated) </details> <details> <summary>Changelog</summary> *Sourced from [@babel/core's changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md).* > ## v7.7.4 (2019-11-23) > > #### :bug: Bug Fix > * `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` > * [#10748](https://github-redirect.dependabot.com/babel/babel/pull/10748) Add support for native esm to @babel/runtime. ([@&#8203;nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > * `babel-preset-env` > * [#10742](https://github-redirect.dependabot.com/babel/babel/pull/10742) Update preset-env mappings. ([@&#8203;existentialism](https://github.com/existentialism)) > * `babel-parser` > * [#10737](https://github-redirect.dependabot.com/babel/babel/pull/10737) Flow enums: fix enum body location. ([@&#8203;gkz](https://github.com/gkz)) > * [#10657](https://github-redirect.dependabot.com/babel/babel/pull/10657) Fix some incorrect typeof parsing in flow. ([@&#8203;existentialism](https://github.com/existentialism)) > * [#10582](https://github-redirect.dependabot.com/babel/babel/pull/10582) [parser] Allow optional async methods. ([@&#8203;gonzarodriguezt](https://github.com/gonzarodriguezt)) > * [#10710](https://github-redirect.dependabot.com/babel/babel/pull/10710) register import equals specifier. ([@&#8203;JLHwung](https://github.com/JLHwung)) > * [#10592](https://github-redirect.dependabot.com/babel/babel/pull/10592) Allow TypeScript type assertions in array destructuring. ([@&#8203;SakibulMowla](https://github.com/SakibulMowla)) > * `babel-preset-env-standalone` > * [#10732](https://github-redirect.dependabot.com/babel/babel/pull/10732) fix: add missing available plugins to babel-preset-env-standalone. ([@&#8203;JLHwung](https://github.com/JLHwung)) > * `babel-plugin-transform-function-name`, `babel-plugin-transform-modules-umd`, `babel-preset-env` > * [#10701](https://github-redirect.dependabot.com/babel/babel/pull/10701) Circumvent typeof transform for umd build template. ([@&#8203;JLHwung](https://github.com/JLHwung)) > * `babel-cli` > * [#10698](https://github-redirect.dependabot.com/babel/babel/pull/10698) Babel should not silently remove unknown options after commander arguments. ([@&#8203;JLHwung](https://github.com/JLHwung)) > * `babel-plugin-proposal-optional-chaining` > * [#10694](https://github-redirect.dependabot.com/babel/babel/pull/10694) Fix optional method chaining in derived classes. ([@&#8203;Shriram-Balaji](https://github.com/Shriram-Balaji)) > * `babel-parser`, `babel-types` > * [#10677](https://github-redirect.dependabot.com/babel/babel/pull/10677) Add `asserts this [is type]` parsing support. ([@&#8203;JLHwung](https://github.com/JLHwung)) > * `babel-traverse` > * [#10598](https://github-redirect.dependabot.com/babel/babel/pull/10598) Fix parentheses on replaceWithMultiple for JSX. ([@&#8203;khoumani](https://github.com/khoumani)) > * `babel-helpers`, `babel-plugin-proposal-object-rest-spread`, `babel-preset-env` > * [#10683](https://github-redirect.dependabot.com/babel/babel/pull/10683) Fix: Don't call Object.keys on non-objects (babel#10482). ([@&#8203;chrishinrichs](https://github.com/chrishinrichs)) > > #### :nail_care: Polish > * `babel-plugin-proposal-nullish-coalescing-operator` > * [#10720](https://github-redirect.dependabot.com/babel/babel/pull/10720) polish: skip creating extra reference for safely re-used node. ([@&#8203;JLHwung](https://github.com/JLHwung)) > > #### :house: Internal > * Other > * [#10731](https://github-redirect.dependabot.com/babel/babel/pull/10731) Removed duplicate key in package.json. ([@&#8203;rajasekarm](https://github.com/rajasekarm)) > * [#10718](https://github-redirect.dependabot.com/babel/babel/pull/10718) chore: use loose mode of transform. ([@&#8203;JLHwung](https://github.com/JLHwung)) > * [#10579](https://github-redirect.dependabot.com/babel/babel/pull/10579) Implement PR workflow for running test262 on babel PRs. ([@&#8203;jbhoosreddy](https://github.com/jbhoosreddy)) > * [#10648](https://github-redirect.dependabot.com/babel/babel/pull/10648) bump @babel/* dev dependencies. ([@&#8203;JLHwung](https://github.com/JLHwung)) > * [#10569](https://github-redirect.dependabot.com/babel/babel/pull/10569) E2E test Babel with itself before publishing. ([@&#8203;nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > * `babel-core` > * [#10668](https://github-redirect.dependabot.com/babel/babel/pull/10668) Reduce standalone build size. ([@&#8203;JLHwung](https://github.com/JLHwung)) > * `babel-plugin-transform-literals`, `babel-preset-env-standalone` > * [#10725](https://github-redirect.dependabot.com/babel/babel/pull/10725) fix typo [ci-skip]. ([@&#8203;JLHwung](https://github.com/JLHwung)) > * `babel-cli` > * [#10692](https://github-redirect.dependabot.com/babel/babel/pull/10692) Add missing flow type to babel-cli for consistency. ([@&#8203;ZYSzys](https://github.com/ZYSzys)) > > ## v7.7.3 (2019-11-08) > > #### :bug: Bug Fix > * `babel-parser` ></tr></table> ... (truncated) </details> <details> <summary>Commits</summary> - [`75767d8`](https://github.com/babel/babel/commit/75767d87cb147709b9bd9b99bf44daa6688874a9) v7.7.4 - [`1b4cfc2`](https://github.com/babel/babel/commit/1b4cfc21d9a3b59e74f7d578d2c2c78c302f9fee) Add support for native esm to @babel/runtime ([#10748](https://github-redirect.dependabot.com/babel/babel/issues/10748)) - [`2dfc06e`](https://github.com/babel/babel/commit/2dfc06e83ba7649fd10cc1985f3419bbb969a3f2) Merge pull request [#10744](https://github-redirect.dependabot.com/babel/babel/issues/10744) from kaicataldo/@babel/eslint-config-internal - [`2c40b8c`](https://github.com/babel/babel/commit/2c40b8c70656f734ffe5cda6aedba2a95a244747) Fix failing tests - [`ca88cf1`](https://github.com/babel/babel/commit/ca88cf106039cc76105e6acd52de0d7d30d482fc) Incorporate feedback - [`74e2c2c`](https://github.com/babel/babel/commit/74e2c2cd78928c7948f36458ca5d90777a1eccd9) Update eslint/babel-eslint-config-internal/package.json - [`2516990`](https://github.com/babel/babel/commit/25169901de920de00051826d8298e8f2e07aaa5d) Rename babel-eslint-config-internal -> @babel/eslint-config-internal - [`74fb914`](https://github.com/babel/babel/commit/74fb914fe38e4d9d62d598aa747c488e9b94735c) Use the local version of babel in test262 job ([#10749](https://github-redirect.dependabot.com/babel/babel/issues/10749)) - [`683adcb`](https://github.com/babel/babel/commit/683adcbb7060546975a7295118c804496e020cf6) Reduce standalone build size ([#10668](https://github-redirect.dependabot.com/babel/babel/issues/10668)) - [`cc51f2a`](https://github.com/babel/babel/commit/cc51f2a1f2b1e86e0d0a476a60e82fb14e58d297) Update lerna ([#10733](https://github-redirect.dependabot.com/babel/babel/issues/10733)) - Additional commits viewable in [compare view](https://github.com/babel/babel/compare/v7.7.2...v7.7.4) </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.4)](https://dependabot.com/compatibility-score.html?dependency-name=@babel/core&package-manager=npm_and_yarn&previous-version=7.7.2&new-version=7.7.4) 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:36 +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#1557
No description provided.