jukbot / smart-industry

🏭 Open Source Manufacturing Execution System for JobShop type manufacturer.
https://smart-mes.firebaseapp.com
Apache License 2.0
357 stars 134 forks source link

Bump babel-eslint from 8.2.6 to 10.0.1 #42

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps babel-eslint from 8.2.6 to 10.0.1.

Release notes *Sourced from [babel-eslint's releases](https://github.com/babel/babel-eslint/releases).* > # v10.0.1 > > - Reverting https://github-redirect.dependabot.com/babel/babel-eslint/pull/584 > > The `TypeAlias` "conversion" to a function has issues. Sounds like we need to rethink the change, most likely we can just actually change the scoping rather than hardcode an AST change. > > # v10.0.0 > > Small breaking change: add a peerDependency starting from the ESLint version that added a parser feature that we were monkeypatching before (and drop that code). If already using ESLint 5 shouldn't be any different. > > - Bugfix for `TypeAlias`: https://github-redirect.dependabot.com/babel/babel-eslint/pull/584 > > ```js > /* [**flow**](https://github.com/flow) */ > type Node = { head: T; tail: Node } > > // or > > type File = {chunks: Array} > type Chunk = {file: File} > ``` > > - Update to test against ESLint 5, add a peerDependency: https://github-redirect.dependabot.com/babel/babel-eslint/pull/689 > - Drop monkeypatching behavior: https://github-redirect.dependabot.com/babel/babel-eslint/pull/690 > > # 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.
Commits - [`4cf0a21`](https://github.com/babel/babel-eslint/commit/4cf0a21a4b12e64ce4012bbfcc62d0d969053f8b) 10.0.1 - [`98c1f13`](https://github.com/babel/babel-eslint/commit/98c1f130095448441b1ab71f7e4d7751a5877ef0) Revert [#584](https://github-redirect.dependabot.com/babel/babel-eslint/issues/584) ([#697](https://github-redirect.dependabot.com/babel/babel-eslint/issues/697)) - [`8f78e28`](https://github.com/babel/babel-eslint/commit/8f78e280a22def1128cd847b73fd7f221a047ed2) 10.0.0 - [`717fba7`](https://github.com/babel/babel-eslint/commit/717fba7f5605f4dc1cc5531a7c24d5c9ab37a8a2) test value should be switched - [`020d012`](https://github.com/babel/babel-eslint/commit/020d012c554913fea137f4129798ce31a4896dfe) Treat type alias declarationlike function declaration ([#584](https://github-redirect.dependabot.com/babel/babel-eslint/issues/584)) - [`b400cb1`](https://github.com/babel/babel-eslint/commit/b400cb1b38aaa8999d2a43f381f3ee861469ab98) Test eslint5, update peerDep ([#690](https://github-redirect.dependabot.com/babel/babel-eslint/issues/690)) - [`c333bd6`](https://github.com/babel/babel-eslint/commit/c333bd64cb014cac8b56062421e9a5c0d28d798b) Drop old monkeypatching behavior ([#689](https://github-redirect.dependabot.com/babel/babel-eslint/issues/689)) - [`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)) - Additional commits viewable in [compare view](https://github.com/babel/babel-eslint/compare/v8.2.6...v10.0.1)


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 cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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) Finally, you can contact us by mentioning @dependabot.