Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade @babel/polyfill from 7.8.7 to 7.10.1 #728

Merged
merged 6 commits into from
Jul 21, 2020

Conversation

snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade @babel/polyfill from 7.8.7 to 7.10.1.

merge advice

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 1 version ahead of your current version.
  • The recommended version was released 2 months ago, on 2020-05-27.
Release notes
Package name: @babel/polyfill
  • 7.10.1 - 2020-05-27

    v7.10.1 (2020-05-27)

    This releases includes fixes for two bugs introduced in 7.10.0. There are still a few known bugs, and we'll fix them soon.

    Thanks @saulosantiago for your first PR!

    🐛 Bug Fix

    • babel-preset-env
    • babel-standalone

    🏠 Internal

    Committers: 3

  • 7.8.7 - 2020-03-05
from @babel/polyfill GitHub release notes
Commit messages
Package name: @babel/polyfill
  • 88f57a7 v7.10.1
  • 32bd530 [hotfix] Use same targets for fields as for private methods (#11633)
  • 05804b1 Fix standalone tag when data-type is not set. (#11624)
  • 242d9e0 Use `repository.directory` field in `package.json` files (#11625)
  • 58df778 Add v7.10.0 to CHANGELOG.md [skip ci]
  • 5da2440 v7.10.0
  • a06e8e5 Uncomment code for Babel 7.10.0
  • 429840d scope.rename() missing identifier in VariableDeclarator (#11595)
  • 0ca5f8b feature request issue template fix [skip ci] (#11618)
  • bda759a Handle private access chained on an optional chain (#11248)
  • 852520e feat: add privatePropertyInObject to babel-standalone (#11593)
  • 7459038 Add private-property-in-object support (#11372)
  • 2d27cf8 Mention babel/rfcs in the "New feature" issue template (#11592)
  • b457f52 update test fixture
  • 97f0b7c Transform ES2015 Unicode Escapes to ES5 (#11377)
  • 66b86e0 added basic support for module attributes and tests updated (#10962)
  • c5ba345 [`preset-env`] Add `browserslistEnv` option (#11434)
  • 698fe8e Log after subsequent compilations in --watch mode (#11220)
  • 9397826 Add "allowArrayLike" opt to destructuring and spread transforms (#11265)
  • 28231e1 Add "allowArrayLike" support to the for-of transform (#11266)
  • 5dd7f43 Enable `import.meta` by default in `@babel/parser` (#11406)
  • 75a6530 Fix optional-chaining with TS non-null operator (#10961)
  • 6ba1f0d Implement `@babel/plugin-transform-react-pure-annotations` (#11428)
  • 93a5005 Add class proposals to shipped proposals (#11451)

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@codecov
Copy link

codecov bot commented Jul 16, 2020

Codecov Report

Merging #728 into develop will increase coverage by 0.05%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #728      +/-   ##
===========================================
+ Coverage    59.85%   59.91%   +0.05%     
===========================================
  Files          147      147              
  Lines         4783     4792       +9     
===========================================
+ Hits          2863     2871       +8     
- Misses        1920     1921       +1     
Impacted Files Coverage Δ
...key/monkey_island/cc/services/post_breach_files.py 50.00% <0.00%> (+12.06%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b0251fb...594d3f2. Read the comment docs.

@ShayNehmad ShayNehmad self-assigned this Jul 16, 2020
@ShayNehmad ShayNehmad requested a review from VakarisZ July 20, 2020 15:40
Comment on lines 1 to 2
import "core-js/stable";
import "regenerator-runtime/runtime";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

single quotes

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@ShayNehmad ShayNehmad merged commit f34d7d4 into develop Jul 21, 2020
@ShayNehmad ShayNehmad deleted the snyk-upgrade-7f12d9c688d2cf1b551e62e93453c526 branch July 21, 2020 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants