dfrankland / hyper-tab-icons

đź’… Icons in the header tabs for the current running process in Hyper.app.
91 stars 16 forks source link

Bump babel-eslint from 8.0.0 to 9.0.0 #44

Open dependabot-preview[bot] opened 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps babel-eslint from 8.0.0 to 9.0.0.

Release notes *Sourced from [babel-eslint's releases](https://github.com/babel/babel-eslint/releases).* > # v9.0.0 > > We've released v7: https://twitter.com/left_pad/status/1034204330352500736, so this just updates babel-eslint to use those versions internally. That in itself doesn't break anything but: > > - Babel now supports the new decorators proposal by default, so we need to switch between the new and the old proposal. This is a breaking change. > > To enable the legacy decorators proposal users should add a specific parser option: > > ```js > { > parserOptions: { > ecmaFeatures: { > legacyDecorators: true > } > } > } > ``` > - Babel removed the support for Node 4 , so I propagated that here. > > ## v8.1.0 > Use ESLint's API to customize scope analysis and avoid monkeypatching: [babel/babel-eslint#542](https://github-redirect.dependabot.com/babel/babel-eslint/pull/542) > > ## v8.0.1 > > Handle optionalCatchBinding: [babel/babel-eslint#521](https://github-redirect.dependabot.com/babel/babel-eslint/pull/521)
Commits - [`6aa8b6f`](https://github.com/babel/babel-eslint/commit/6aa8b6f02ff83cfb14eae2432f226f113929a50f) 9.0.0 - [`c7ee9ae`](https://github.com/babel/babel-eslint/commit/c7ee9aecd5c7129507bfe633f75f2575ec378d57) Bump to babel@7.0.0 🎉 ([#676](https://github-redirect.dependabot.com/babel/babel-eslint/issues/676)) - [`3ece549`](https://github.com/babel/babel-eslint/commit/3ece54953f40c891055484a98380f7fe249cb899) Docs: Make the default parserOptions more explicit ([#673](https://github-redirect.dependabot.com/babel/babel-eslint/issues/673)) - [`0b36951`](https://github.com/babel/babel-eslint/commit/0b3695163f7ecc76c80597e1c95f5c41ae7d903f) Add logical assignment plugin ([#674](https://github-redirect.dependabot.com/babel/babel-eslint/issues/674)) - [`5856ff5`](https://github.com/babel/babel-eslint/commit/5856ff5e71bebb5015ba9e3417fc2100942cfdcb) Bump some devDeps - [`45938d9`](https://github.com/babel/babel-eslint/commit/45938d9a280186ea0eb9571e5797a13fb624b375) build(deps): upgrade @babel/* to 7.0.0-rc.2 ([#668](https://github-redirect.dependabot.com/babel/babel-eslint/issues/668)) - [`bc97875`](https://github.com/babel/babel-eslint/commit/bc9787530b95d6b1cd6e68f076f9f961b38cbfff) 9.0.0-beta.3 - [`74c5d62`](https://github.com/babel/babel-eslint/commit/74c5d62cef5ec846de9d718897c61deacc702db4) update lock - [`6a45632`](https://github.com/babel/babel-eslint/commit/6a45632af9f91abf8c56521a63619c90fba2d7a1) chore - fixing eslint-scope to a safe version; resolves [#656](https://github-redirect.dependabot.com/babel/babel-eslint/issues/656). ([#657](https://github-redirect.dependabot.com/babel/babel-eslint/issues/657)) - [`e0119e0`](https://github.com/babel/babel-eslint/commit/e0119e088764efb9def4ce94b34825a0ecd287e6) 9.0.0-beta.2 - Additional commits viewable in [compare view](https://github.com/babel/babel-eslint/compare/v8.0.0...v9.0.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)