danielwii / asuna-node-server

node server for asuna-admin
17 stars 8 forks source link

Update eslint-config-airbnb-typescript to the latest version 🚀 #33

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency eslint-config-airbnb-typescript was updated from 4.0.1 to 5.0.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Publisher: iamturns License: MIT

Release Notes for v5.0.0

5.0.0 (2019-09-19)

Features

  • Update dependencies, support ESLint v6 (#17) (70e86f9)

BREAKING CHANGES

  • New and updated linting rules bubbled up from latest Airbnb version.

New dependencies and dependency versions required within your app.

Using airbnb-typescript?

npm install eslint-config-airbnb-typescript@latest \
            eslint-plugin-import@^2.18.2 \
            eslint-plugin-jsx-a11y@^6.2.3 \
            eslint-plugin-react@^7.14.3 \
            eslint-plugin-react-hooks@^1.7.0 \
            @typescript-eslint/eslint-plugin@^2.3.0 \
            --save-dev

Using airbnb-typescript/base (no React support)?

npm install eslint-config-airbnb-typescript@latest \
            eslint-plugin-import@^2.18.2 \
            @typescript-eslint/eslint-plugin@^2.3.0 \
            --save-dev
Commits

The new version differs by 4 commits.

  • 70e86f9 feat: Update dependencies, support ESLint v6 (#17)
  • bb144f0 chore(deps): bump eslint-utils from 1.3.1 to 1.4.2 (#15)
  • f63921c chore: remove some scripts, removes dependency vunerability
  • 1c74eee docs: update reference about eslint plugin installation to latest RFC

See the full diff


FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree: