mxschmitt / ui-driver-hetzner

Rancher UI driver for the Hetzner Cloud docker driver.
https://mxschmitt.github.io/ui-driver-hetzner
Apache License 2.0
255 stars 50 forks source link

Bump @babel/core from 7.6.2 to 7.6.3 #58

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps @babel/core from 7.6.2 to 7.6.3.

Release notes *Sourced from [@babel/core's releases](https://github.com/babel/babel/releases).* > ## v7.6.3 (2019-10-08) > > Thanks to [@​hjdivad](https://github.com/hjdivad), [@​Basaingeal](https://github.com/Basaingeal) and [@​todofixthis](https://github.com/todofixthis) for their first PRs! > > #### :eyeglasses: Spec Compliance > * `babel-parser` > * [#10469](https://github-redirect.dependabot.com/babel/babel/pull/10469) Disallow await inside async arrow params ([@​nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > * [#10493](https://github-redirect.dependabot.com/babel/babel/pull/10493) [parser] Disallow numeric separators in legacy octal like integers ([@​gonzarodriguezt](https://github.com/gonzarodriguezt)) > > #### :rocket: New Feature > * `babel-types` > * [#10504](https://github-redirect.dependabot.com/babel/babel/pull/10504) Add declarations for more of @babel/types exports ([@​Jessidhia](https://github.com/Jessidhia)) > > #### :bug: Bug Fix > * `babel-plugin-transform-block-scoping` > * [#10343](https://github-redirect.dependabot.com/babel/babel/pull/10343) Do not remove let bindings even they are wrapped in closure ([@​JLHwung](https://github.com/JLHwung)) > * `babel-parser` > * [#10119](https://github-redirect.dependabot.com/babel/babel/pull/10119) add scope to TSModuleDeclaration ([@​tanhauhau](https://github.com/tanhauhau)) > * [#10332](https://github-redirect.dependabot.com/babel/babel/pull/10332) Do not allow member expressions to start async arrows ([@​nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > * [#10490](https://github-redirect.dependabot.com/babel/babel/pull/10490) [parser] Don't crash on comment after trailing comma after elision ([@​nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > * `babel-plugin-transform-react-constant-elements`, `babel-traverse` > * [#10529](https://github-redirect.dependabot.com/babel/babel/pull/10529) Do not hoist jsx referencing a mutable binding ([@​nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > * `babel-generator`, `babel-parser`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-flow-comments`, `babel-plugin-transform-flow-strip-types`, `babel-plugin-transform-typescript` > * [#10220](https://github-redirect.dependabot.com/babel/babel/pull/10220) Flow: interface identifier should be declared in the scope ([@​JLHwung](https://github.com/JLHwung)) > > #### :nail_care: Polish > * `babel-core` > * [#10419](https://github-redirect.dependabot.com/babel/babel/pull/10419) assertNoDuplicates throw with more context ([@​hjdivad](https://github.com/hjdivad)) > * [#10511](https://github-redirect.dependabot.com/babel/babel/pull/10511) Add filename to transform error ([@​JLHwung](https://github.com/JLHwung)) > > #### :house: Internal > * Other > * [#10506](https://github-redirect.dependabot.com/babel/babel/pull/10506) Use `make -j` for parallel build ([@​JLHwung](https://github.com/JLHwung)) > * [#10443](https://github-redirect.dependabot.com/babel/babel/pull/10443) perf: only apply lazy cjs module transform on cli and core ([@​JLHwung](https://github.com/JLHwung)) > * [#10494](https://github-redirect.dependabot.com/babel/babel/pull/10494) Enable optional chaining and nullish coalescing plugins ([@​nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > * `babel-cli`, `babel-core`, `babel-generator`, `babel-helper-fixtures`, `babel-helper-transform-fixture-test-runner`, `babel-node`, `babel-plugin-transform-react-jsx-source`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-preset-react` > * [#10249](https://github-redirect.dependabot.com/babel/babel/pull/10249) Add windows to travis ([@​nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > > #### :running_woman: Performance > * `babel-parser` > * [#10371](https://github-redirect.dependabot.com/babel/babel/pull/10371) perf: replace lookahead by lookaheadCharCode ([@​JLHwung](https://github.com/JLHwung)) > * Other > * [#10443](https://github-redirect.dependabot.com/babel/babel/pull/10443) perf: only apply lazy cjs module transform on cli and core ([@​JLHwung](https://github.com/JLHwung)) > > #### Committers: 10 > - Brian Ng ([@​existentialism](https://github.com/existentialism)) > - Corey Farrell ([@​coreyfarrell](https://github.com/coreyfarrell)) > - David J. Hamilton ([@​hjdivad](https://github.com/hjdivad)) > - Gonzalo Rodríguez ([@​gonzarodriguezt](https://github.com/gonzarodriguezt)) > - Henry Zhu ([@​hzoo](https://github.com/hzoo)) > ... (truncated)
Changelog *Sourced from [@babel/core's changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md).* > ## v7.6.3 (2019-10-08) > > #### :eyeglasses: Spec Compliance > * `babel-parser` > * [#10469](https://github-redirect.dependabot.com/babel/babel/pull/10469) Disallow await inside async arrow params ([@​nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > * [#10493](https://github-redirect.dependabot.com/babel/babel/pull/10493) [parser] Disallow numeric separators in legacy octal like integers ([@​gonzarodriguezt](https://github.com/gonzarodriguezt)) > > #### :rocket: New Feature > * `babel-types` > * [#10504](https://github-redirect.dependabot.com/babel/babel/pull/10504) Add declarations for more of @babel/types exports ([@​Jessidhia](https://github.com/Jessidhia)) > > #### :bug: Bug Fix > * `babel-plugin-transform-block-scoping` > * [#10343](https://github-redirect.dependabot.com/babel/babel/pull/10343) Do not remove let bindings even they are wrapped in closure ([@​JLHwung](https://github.com/JLHwung)) > * `babel-parser` > * [#10119](https://github-redirect.dependabot.com/babel/babel/pull/10119) add scope to TSModuleDeclaration ([@​tanhauhau](https://github.com/tanhauhau)) > * [#10332](https://github-redirect.dependabot.com/babel/babel/pull/10332) Do not allow member expressions to start async arrows ([@​nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > * [#10490](https://github-redirect.dependabot.com/babel/babel/pull/10490) [parser] Don't crash on comment after trailing comma after elision ([@​nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > * `babel-plugin-transform-react-constant-elements`, `babel-traverse` > * [#10529](https://github-redirect.dependabot.com/babel/babel/pull/10529) Do not hoist jsx referencing a mutable binding ([@​nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > * `babel-generator`, `babel-parser`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-flow-comments`, `babel-plugin-transform-flow-strip-types`, `babel-plugin-transform-typescript` > * [#10220](https://github-redirect.dependabot.com/babel/babel/pull/10220) Flow: interface identifier should be declared in the scope ([@​JLHwung](https://github.com/JLHwung)) > > #### :nail_care: Polish > * `babel-core` > * [#10419](https://github-redirect.dependabot.com/babel/babel/pull/10419) assertNoDuplicates throw with more context ([@​hjdivad](https://github.com/hjdivad)) > * [#10511](https://github-redirect.dependabot.com/babel/babel/pull/10511) Add filename to transform error ([@​JLHwung](https://github.com/JLHwung)) > > #### :house: Internal > * Other > * [#10506](https://github-redirect.dependabot.com/babel/babel/pull/10506) Use `make -j` for parallel build ([@​JLHwung](https://github.com/JLHwung)) > * [#10443](https://github-redirect.dependabot.com/babel/babel/pull/10443) perf: only apply lazy cjs module transform on cli and core ([@​JLHwung](https://github.com/JLHwung)) > * [#10494](https://github-redirect.dependabot.com/babel/babel/pull/10494) Enable optional chaining and nullish coalescing plugins ([@​nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > * `babel-cli`, `babel-core`, `babel-generator`, `babel-helper-fixtures`, `babel-helper-transform-fixture-test-runner`, `babel-node`, `babel-plugin-transform-react-jsx-source`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-preset-react` > * [#10249](https://github-redirect.dependabot.com/babel/babel/pull/10249) Add windows to travis ([@​nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > > #### :running_woman: Performance > * `babel-parser` > * [#10371](https://github-redirect.dependabot.com/babel/babel/pull/10371) perf: replace lookahead by lookaheadCharCode ([@​JLHwung](https://github.com/JLHwung)) > * Other > * [#10443](https://github-redirect.dependabot.com/babel/babel/pull/10443) perf: only apply lazy cjs module transform on cli and core ([@​JLHwung](https://github.com/JLHwung))
Commits - [`d329156`](https://github.com/babel/babel/commit/d329156ebc17da01382acb83e212cb4328534ebc) v7.6.3 - [`25b3526`](https://github.com/babel/babel/commit/25b35261ca9c75bbf1b2d91bcc28bd00b9290496) Update test262 [skip ci] - [`563874c`](https://github.com/babel/babel/commit/563874c06cb03708a235e6d1710c42fab6cf6018) Do not remove let bindings even they are wrapped in closure ([#10343](https://github-redirect.dependabot.com/babel/babel/issues/10343)) - [`b0acfb2`](https://github.com/babel/babel/commit/b0acfb24dd8d982da0a6c0f19620693268684c0b) add scope to TSModuleDeclaration ([#10119](https://github-redirect.dependabot.com/babel/babel/issues/10119)) - [`599d2ff`](https://github.com/babel/babel/commit/599d2ff324f6abc45100f665537154c8f9a0c750) Update yarn.lock [skip ci] - [`0856618`](https://github.com/babel/babel/commit/0856618ed57188e7c7bdad26749a028acfbade0d) perf: replace lookahead by lookaheadCharCode ([#10371](https://github-redirect.dependabot.com/babel/babel/issues/10371)) - [`bc0966a`](https://github.com/babel/babel/commit/bc0966a46fc915b03e88770f318395f8cbbf6273) Add declarations for more of @babel/types exports ([#10504](https://github-redirect.dependabot.com/babel/babel/issues/10504)) - [`3498195`](https://github.com/babel/babel/commit/3498195ae25475a376edf7149bff0e8b69eee002) Do not hoist jsx referencing a mutable binding ([#10529](https://github-redirect.dependabot.com/babel/babel/issues/10529)) - [`fbf3cb0`](https://github.com/babel/babel/commit/fbf3cb0ac40a77ea0e63d7d2c6f0bd9481dbb43d) Misc: also lock old PRs [skip ci] ([#10524](https://github-redirect.dependabot.com/babel/babel/issues/10524)) - [`e6264a0`](https://github.com/babel/babel/commit/e6264a09921c60b8f18870d0a75678e4fa04f0f8) Bump jest@24.9.0 ([#10520](https://github-redirect.dependabot.com/babel/babel/issues/10520)) - Additional commits viewable in [compare view](https://github.com/babel/babel/compare/v7.6.2...v7.6.3)


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](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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)