jaebradley / npm-install-search-cli

๐Ÿ” ๐Ÿ“ฆ Search and install npm packages in the same command
https://www.npmjs.com/package/npm-install-search-cli
MIT License
4 stars 0 forks source link

[Snyk] Upgrade @babel/runtime from 7.9.6 to 7.10.0 #73

Closed snyk-bot closed 4 years ago

snyk-bot commented 4 years ago

Snyk has created this PR to upgrade @babel/runtime from 7.9.6 to 7.10.0.

merge advice

:information_source: 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.


Release notes
Package name: @babel/runtime
  • 7.10.0 - 2020-05-26

    v7.10.0 (2020-05-26)

    Thanks @AndrewLeedham, @fisker, @kik-o, @kitos, @lazytype for their first PRs!

    We are also releasing the first experimental version of the new polyfills plugins: you can check them out at babel/babel-polyfills.

    ๐Ÿ‘“ Spec Compliance

    • babel-plugin-proposal-logical-assignment-operators
      • #11370 logical-assignment: Do not assign names to anonymous functions (@arku)

    ๐Ÿš€ New Feature

    • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-helper-optimise-call-expression, babel-helper-replace-supers, babel-parser, babel-plugin-proposal-class-properties
    • babel-standalone
      • #11593 feat: add privatePropertyInObject to babel-standalone (@JLHwung)
      • #11466 Support data-type="module" to generate native <script type="module"> (@dfabulich)
    • babel-cli, babel-helper-create-class-features-plugin, babel-parser, babel-plugin-proposal-private-property-in-object, babel-types
    • babel-compat-data, babel-plugin-transform-template-literals, babel-plugin-transform-unicode-escapes, babel-preset-env, babel-standalone
    • babel-parser, babel-plugin-syntax-module-attributes, babel-standalone
    • babel-helper-compilation-targets, babel-preset-env
    • babel-cli
    • babel-helpers, babel-plugin-transform-destructuring, babel-plugin-transform-spread, babel-traverse
    • babel-helpers, babel-plugin-transform-for-of, babel-preset-env
    • babel-parser
    • babel-plugin-transform-react-pure-annotations, babel-preset-react
      • #11428 Implement plugin-transform-react-pure-annotations and add to preset-react (@devongovett)
    • babel-compat-data, babel-preset-env

    ๐Ÿ› Bug Fix

    • babel-traverse
    • babel-plugin-proposal-optional-chaining
      • #10961 fix: optional-chaining should work correctly with ts non-null operator (@macabeus)
    • babel-parser, babel-types
      • #11547 refactor: add isLiteralPropertyName to parser utils (@JLHwung)
    • babel-plugin-transform-typescript
    • babel-plugin-proposal-object-rest-spread
      • #11550 fix(plugin-proposal-object-rest-spread): use computed memberExpression for literal keys (@kitos)
    • babel-plugin-transform-runtime
    • babel-generator
      • #11502 getters and setters support in generator for declare class statement (@zxbodya)

    ๐Ÿ’… Polish

    • babel-helpers, babel-plugin-proposal-class-properties, babel-plugin-proposal-decorators, babel-plugin-transform-classes, babel-plugin-transform-function-name, babel-plugin-transform-parameters, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-typescript, babel-preset-env
      • #11514 [helpers] Add a private function name within createSuper (@cpojer)

    ๐Ÿ  Internal

    • Other
    • babel-parser
      • #11597 Fix comments for smartPipeline topic-forbidding contexts (@lazytype)
    • babel-core, babel-generator, babel-helper-compilation-targets, babel-helpers, babel-parser, babel-plugin-proposal-decorators, babel-plugin-proposal-json-strings, babel-plugin-transform-block-scoping, babel-plugin-transform-flow-comments, babel-plugin-transform-modules-systemjs, babel-plugin-transform-react-jsx-source, babel-plugin-transform-runtime, babel-preset-env, babel-standalone, babel-template, babel-traverse, babel-types

    ๐Ÿƒโ€โ™€๏ธ Performance

    • babel-plugin-proposal-object-rest-spread

    โ†ฉ๏ธ Revert

    Committers: 18

  • 7.9.6 - 2020-04-29
    Read more
from @babel/runtime GitHub release notes
Commit messages
Package name: @babel/runtime
  • 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)
  • 8fce371 Support data-type="module" to generate <script type="module"> (#11466)
  • a33f0d8 Fix typo (#11603)
  • 62e686a Fix comments for smartPipeline topic-forbidding contexts (#11597)
  • 87d7479 chore: use latest node in GitHub actions (#11598)
  • dcd23c7 chore: update test262 (#11590)
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

jaebradley commented 4 years ago

:tada: This PR is included in version 1.4.9 :tada:

The release is available on:

Your semantic-release bot :package::rocket: