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 Feb 19, 2019

Bumps babel-eslint from 7.1.1 to 9.0.0.

Release notes

Sourced from babel-eslint's 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:

{
  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: https://github-redirect.dependabot.com/babel/babel-eslint/pull/542

v8.0.1

Handle optionalCatchBinding: https://github-redirect.dependabot.com/babel/babel-eslint/pull/521

v8.0.0

8.0.0

No major changes, just updating babel deps to v7

v7.2.3

Fix

v7.2.2


  • Fix: use eslint-scope instead of escope if present (#461) (Vitor Balocco)
  • Separate finding peer deps from monkeypatching (#460) (Andres Suarez)
  • Remove unused .gitmodules (#457) (Andres Suarez)
  • Use dedent for unpadding (#456) (Andres Suarez)
  • Enable strict mode in all of babylon-to-espree (Andres Suarez)
  • Move ast convert steps to babylon-to-espree (Andres Suarez)
  • Use for-loop for template literal conversion (Andres Suarez)
  • Only iterate over tokens once (Andres Suarez)
... (truncated)
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 squash and merge will squash and 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 Feb 19, 2019
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/babel-eslint-9.0.0 branch from 0970ef7 to 20ed48f Compare May 28, 2019 09:04
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/babel-eslint-9.0.0 branch from 20ed48f to 9a1f22b Compare June 4, 2019 13:01
Bumps [babel-eslint](https://github.com/babel/babel-eslint) from 7.1.1 to 9.0.0.
- [Release notes](https://github.com/babel/babel-eslint/releases)
- [Commits](babel/babel-eslint@v7.1.1...v9.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/babel-eslint-9.0.0 branch from 9a1f22b to 40c7a2a Compare June 11, 2019 11:17
@dependabot-preview
Copy link
Contributor Author

Superseded by #329.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/babel-eslint-9.0.0 branch September 17, 2019 08:47
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