dfrankland / pokemonsay

👾 Pokemon version of cowsay with CLI and API.
https://www.npmjs.com/package/pokemonsay
MIT License
404 stars 17 forks source link

Bump babel-plugin-transform-runtime from 6.15.0 to 6.23.0 #10

Open dependabot-preview[bot] opened 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps babel-plugin-transform-runtime from 6.15.0 to 6.23.0.

Changelog *Sourced from [babel-plugin-transform-runtime's changelog](https://github.com/babel/babel/blob/v6.23.0/CHANGELOG.md).* > ## 6.23.0 (2017-02-13) > > #### :rocket: New Feature > * `babel-plugin-transform-react-constant-elements` > * [#4812](https://github-redirect.dependabot.com/babel/babel/pull/4812) feature: Support pure expressions in transform-react-constant-elements. ([@​STRML](https://github.com/STRML)) > * `babel-preset-flow`, `babel-preset-react` > * [#5288](https://github-redirect.dependabot.com/babel/babel/pull/5288) Add new flow preset. ([@​thejameskyle](https://github.com/thejameskyle)) > * `babel-traverse` > * [#5230](https://github-redirect.dependabot.com/babel/babel/pull/5230) Add path/family sibling traversal methods. ([@​chitchu](https://github.com/chitchu)) > * `babel-plugin-transform-es2015-block-scoping` > * [#5236](https://github-redirect.dependabot.com/babel/babel/pull/5236) Add option to block-scoping to throw on slow code. ([@​spicyj](https://github.com/spicyj)) > > #### :bug: Bug Fix > * `babel-core`, `babel-traverse` > * [#5050](https://github-redirect.dependabot.com/babel/babel/pull/5050) Rewrite Hub as interface [#5047](https://github-redirect.dependabot.com/babel/babel/issues/5047). ([@​yongxu](https://github.com/yongxu)) > * `babel-plugin-transform-es2015-for-of` > * [#5298](https://github-redirect.dependabot.com/babel/babel/pull/5298) Fix loose for-of with label. ([@​jridgewell](https://github.com/jridgewell)) > * `babel-plugin-transform-react-constant-elements`, `babel-traverse` > * [#5153](https://github-redirect.dependabot.com/babel/babel/pull/5153) Fix react constant elements bindings. ([@​STRML](https://github.com/STRML)) > * [#5143](https://github-redirect.dependabot.com/babel/babel/pull/5143) Fix PathHoister hoisting JSX member expressions on "this".. ([@​STRML](https://github.com/STRML)) > * `babel-plugin-transform-do-expressions`, `babel-traverse` > * [#5030](https://github-redirect.dependabot.com/babel/babel/pull/5030) Prevent multiple return statements in a loop when replacing expressions. ([@​existentialism](https://github.com/existentialism)) > * `babel-register` > * [#5260](https://github-redirect.dependabot.com/babel/babel/pull/5260) Fix TypeError with babel-register's cache. ([@​xtuc](https://github.com/xtuc)) > * `babel-traverse` > * [#5206](https://github-redirect.dependabot.com/babel/babel/pull/5206) Deopt evaluation of undefined with a local binding. Closes [#5204](https://github-redirect.dependabot.com/babel/babel/issues/5204). ([@​boopathi](https://github.com/boopathi)) > * `babel-plugin-transform-runtime` > * [#5195](https://github-redirect.dependabot.com/babel/babel/pull/5195) Don't transpile ES7 symbol properties. ([@​taion](https://github.com/taion)) > * `babel` > * [#5258](https://github-redirect.dependabot.com/babel/babel/pull/5258) checks if babel is installed globally and displays correct cli message. ([@​xtina-starr](https://github.com/xtina-starr)) > * `babel-generator` > * [#5270](https://github-redirect.dependabot.com/babel/babel/pull/5270) Emit parens for await of ternary expressions. ([@​erikdesjardins](https://github.com/erikdesjardins)) > * [#5193](https://github-redirect.dependabot.com/babel/babel/pull/5193) Fix missing parens when function expressions is tag. ([@​existentialism](https://github.com/existentialism)) > * `babel-plugin-transform-es2015-modules-commonjs` > * [#5235](https://github-redirect.dependabot.com/babel/babel/pull/5235) Limit export node default assignment stack size [#4323](https://github-redirect.dependabot.com/babel/babel/issues/4323). ([@​mattste](https://github.com/mattste)) > > #### :memo: Documentation > * `babel-*` > * [#5244](https://github-redirect.dependabot.com/babel/babel/pull/5244) Normalize options sections in docs [skip ci]. ([@​existentialism](https://github.com/existentialism)) > * [#5216](https://github-redirect.dependabot.com/babel/babel/pull/5216) Remove link to REPL. ([@​xtuc](https://github.com/xtuc)) > * Other > * [#5242](https://github-redirect.dependabot.com/babel/babel/pull/5242) Add our business model [skip ci]. ([@​hzoo](https://github.com/hzoo)) > * `babel-plugin-transform-es2015-spread` > * [#5227](https://github-redirect.dependabot.com/babel/babel/pull/5227) Add example to spread README [skip ci]. ([@​finkef](https://github.com/finkef)) > * `babel-plugin-transform-flow-strip-types` > * [#5212](https://github-redirect.dependabot.com/babel/babel/pull/5212) Remove REPL link transform-flow-strip-types doc. ([@​xtuc](https://github.com/xtuc)) > * `babel-plugin-transform-regenerator` > * [#5202](https://github-redirect.dependabot.com/babel/babel/pull/5202) Fix transform-regenerator README. ([@​xtuc](https://github.com/xtuc)) > * `babel-plugin-transform-es2015-arrow-functions` > * [#5200](https://github-redirect.dependabot.com/babel/babel/pull/5200) Fix transform-es2015-arrow-functions code blocks on the website. ([@​xtuc](https://github.com/xtuc)) > ... (truncated)
Commits - [`48573f1`](https://github.com/babel/babel/commit/48573f1fb4e632add2c000bec3f95d88ebea4440) v6.23.0 - [`24400c5`](https://github.com/babel/babel/commit/24400c5b66d002945739e90197ee1ab6cec5ce25) Update babel-types README from script. - [`cc5750d`](https://github.com/babel/babel/commit/cc5750d151780e50421db0bdd00da12896e83086) Add CHANGELOG for 6.23.0 [skip ci] ([#5304](https://github-redirect.dependabot.com/babel/babel/issues/5304)) - [`e1fee21`](https://github.com/babel/babel/commit/e1fee21529f89cf773fcbfa3063db357a6a0fda3) Add charset so tests work with convert-source-map@>1.4 ([#5302](https://github-redirect.dependabot.com/babel/babel/issues/5302)) - [`1c1e9c7`](https://github.com/babel/babel/commit/1c1e9c764b2e92e708156ef1e5941f991bdcc8e6) Revert "Upgrade lerna to current beta." ([#5303](https://github-redirect.dependabot.com/babel/babel/issues/5303)) - [`8a28c07`](https://github.com/babel/babel/commit/8a28c07d20b90e421ec930b74f71946b205aff4f) Upgrade lerna to current beta. ([#5300](https://github-redirect.dependabot.com/babel/babel/issues/5300)) - [`6522a25`](https://github.com/babel/babel/commit/6522a255d9bddf5bb925c6303c33df304803c4d3) Add greenkeeperio-bot to mention-bot blacklist ([#5301](https://github-redirect.dependabot.com/babel/babel/issues/5301)) [skip ci] - [`14d3c2e`](https://github.com/babel/babel/commit/14d3c2e256246c306d916a171c2d1301c9b7989c) Avoid adding unnecessary closure for block scoping ([#5246](https://github-redirect.dependabot.com/babel/babel/issues/5246)) - [`2985597`](https://github.com/babel/babel/commit/2985597d40339daccd7cf7a2682c61e066a34c21) Rewrite Hub as interface [#5047](https://github-redirect.dependabot.com/babel/babel/issues/5047) ([#5050](https://github-redirect.dependabot.com/babel/babel/issues/5050)) - [`ca45904`](https://github.com/babel/babel/commit/ca45904a45e60fe4ebebeb4d0038041bb616f3c7) Fix loose for-of with label ([#5298](https://github-redirect.dependabot.com/babel/babel/issues/5298)) - Additional commits viewable in [compare view](https://github.com/babel/babel/compare/v6.15.0...v6.23.0)


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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](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)