Skip to content
This repository was archived by the owner on May 13, 2021. It is now read-only.

Conversation

@dependabot-preview
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Nov 7, 2018

Bumps babel-eslint from 8.2.2 to 10.0.1.

Release notes

Sourced from babel-eslint's releases.

v10.0.1

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.

/* [**flow**](https://github.com/flow) */
type Node<T> = { head: T; tail: Node<T> }

// or 

type File = {chunks: Array<Chunk>}
type Chunk = {file: File}

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:

{
  parserOptions: {
    ecmaFeatures: {
      legacyDecorators: true
    }
  }
}
  • Babel removed the support for Node 4 , so I propagated that here.
Commits

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:

  • 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.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Nov 7, 2018
@dependabot-preview dependabot-preview bot requested a review from tomusdrw November 7, 2018 06:36
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/babel-eslint-10.0.1 branch 3 times, most recently from e5ccfbc to ea113b7 Compare November 15, 2018 09:10
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/babel-eslint-10.0.1 branch 2 times, most recently from bd81c5d to 631fc0d Compare November 16, 2018 07:39
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/babel-eslint-10.0.1 branch from 631fc0d to 337491d Compare November 28, 2018 07:57
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/babel-eslint-10.0.1 branch from 337491d to fde230c Compare January 14, 2019 07:54
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/babel-eslint-10.0.1 branch from fde230c to e9ca11a Compare March 5, 2019 06:31
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/babel-eslint-10.0.1 branch from e9ca11a to 0a047dc Compare March 19, 2019 07:45
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/babel-eslint-10.0.1 branch from 0a047dc to 31864a8 Compare May 28, 2019 13:32
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/babel-eslint-10.0.1 branch from 31864a8 to 77e1719 Compare June 4, 2019 13:35
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/babel-eslint-10.0.1 branch from 77e1719 to a71245e Compare June 11, 2019 15:05
@dependabot-preview
Copy link
Contributor Author

Superseded by #163.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/babel-eslint-10.0.1 branch June 18, 2019 13:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant