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 Jun 18, 2019

Bumps babel-eslint from 8.2.2 to 10.0.2.

Release notes

Sourced from babel-eslint's releases.

v10.0.2

Fixes #772

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.

  • Bugfix for TypeAlias: #584
/* @flow */
type Node<T> = { head: T; tail: Node<T> }

// or 

type File = {chunks: Array<Chunk>}
type Chunk = {file: File}
  • Update to test against ESLint 5, add a peerDependency: #689
  • Drop monkeypatching behavior: #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:

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

If all status checks pass Dependabot will automatically merge this pull request.


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 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 Jun 18, 2019
@dependabot-preview dependabot-preview bot requested a review from tomusdrw June 18, 2019 13:02
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/babel-eslint-10.0.2 branch from 450fb91 to f33bf33 Compare June 18, 2019 18:38
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/babel-eslint-10.0.2 branch from f33bf33 to f7f8852 Compare July 2, 2019 07:09
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/babel-eslint-10.0.2 branch from f7f8852 to f15b1d0 Compare July 9, 2019 07:35
@dependabot-preview
Copy link
Contributor Author

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/babel-eslint-10.0.2 branch from f15b1d0 to 7550975 Compare July 16, 2019 07:12
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/babel-eslint-10.0.2 branch 2 times, most recently from 467b5e9 to 37d03b5 Compare July 30, 2019 07:27
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/babel-eslint-10.0.2 branch from 37d03b5 to b90e4a3 Compare August 6, 2019 06:58
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/babel-eslint-10.0.2 branch from b90e4a3 to 000a80b Compare August 13, 2019 07:53
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/babel-eslint-10.0.2 branch from 000a80b to 9e6318c Compare August 20, 2019 07:39
@dependabot-preview
Copy link
Contributor Author

Superseded by #201.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/babel-eslint-10.0.2 branch August 27, 2019 07:03
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.

0 participants