danielwii / asuna-node-server

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

An in-range update of eslint-config-airbnb-typescript is breaking the build 🚨 #49

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 4 years ago

The devDependency eslint-config-airbnb-typescript was updated from 6.0.0 to 6.1.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

eslint-config-airbnb-typescript is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details - ❌ **build (12.x):** There are 1 failures, 0 warnings, and 0 notices. - ❌ **build (10.x):** There are 2 failures, 0 warnings, and 0 notices. - ❌ **build (8.x):** There are 2 failures, 0 warnings, and 0 notices.

Release Notes for v6.1.0

6.1.0 (2019-11-10)

Features

  • Apply special import parsing for TypeScript files (#39) (8d3d7b7), closes #36
Commits

The new version differs by 8 commits.

  • 8d3d7b7 feat: Apply special import parsing for TypeScript files (#39)
  • db3e1d7 chore: Apply updated formatting
  • 325d340 chore(deps): update dependency prettier to v1.19.1 (#35)
  • c3b34af docs: Outline project goal and provide example config file for additional support
  • e1460fa chore(deps): update dependency eslint-config-prettier to v6.5.0 (#31)
  • 6119be6 chore(deps): update dependency typescript to v3.7.2 (#33)
  • d546003 chore(deps): update dependency @typescript-eslint/eslint-plugin to v2.6.1 (#32)
  • c305558 chore(deps): update dependency eslint to v6.6.0 (#30)

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:

greenkeeper[bot] commented 4 years ago

After pinning to 6.0.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v6.2.0

6.2.0 (2019-11-14)

Features

  • Add support for optional chaining (#44) (9da708c)
Commits

The new version differs by 5 commits.

  • 9da708c feat: Add support for optional chaining (#44)
  • 47ef757 chore(deps): update dependency lint-staged to v9.4.3 (#43)
  • 6217a06 chore(deps): update dependency @typescript-eslint/eslint-plugin to v2.7.0 (#41)
  • 926943b refactor: Extend Airbnb config rules directly (#37)
  • e3283e1 docs: Add usage example for 'airbnb/hooks' (#40)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v6.3.0

6.3.0 (2019-11-14)

Features

  • Force new release (new peer dependency) (1d01455)
Commits

The new version differs by 3 commits.

  • 1d01455 feat: Force new release (new peer dependency)
  • bbbb572 chore: Update Prettier settings (#45)
  • 7946159 docs: Recommend latest eslint-plugin version

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v6.3.1

6.3.1 (2019-11-25)

Bug Fixes

  • Fix incorrect no-undef errors when exporting default interfaces (#51) (427ea70)
Commits

The new version differs by 1 commits.

  • 427ea70 fix: Fix incorrect no-undef errors when exporting default interfaces (#51)

See the full diff