Open greenkeeper[bot] opened 4 years ago
After pinning to 2.18.2 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
devDependency
eslint-plugin-import was updated from 2.19.0
to 2.19.1
.Your tests are still failing with this version. Compare changes
devDependency
eslint-plugin-import was updated from 2.20.0
to 2.20.1
.Your tests are still failing with this version. Compare changes
The new version differs by 46 commits.
45f0860
Bump to v2.20.1
5d00854
[Fix] order
: Fix alphabetize for mixed requires and imports
bbd166b
[Fix] export
: Handle function overloading in *.d.ts
4665ec5
[Fix] no-absolute-path
: fix a crash with invalid import syntax
392c6b9
[Fix] named
: for importing from a module which re-exports named exports from a node_modules
module
cc5bde5
[Tests] named
: add failing test for #1446
aff3a46
[meta] fix "files" field to include/exclude the proper files
986ba74
docs: fix a few spelling mistakes
6274d96
[Tests] set eslint-plugin/consistent-output
lint rule to always require test case output assertions
a4d301b
[meta] add missing changelog links
2d42464
[Tests] only run the linter once, not on every build
26f232b
[Tests] add eslint-plugin-eslint-plugin internally and fix violations
99647f1
[Docs]: Update Tidelift language to enterprise
f84d457
no-duplicates
: allow duplicate if one is namespace and other not
7e71b50
[Fix] extensions
: Fix scope regex
There are 46 commits in total.
See the full diff
devDependency
eslint-plugin-import was updated from 2.20.1
to 2.20.2
.Your tests are still failing with this version. Compare changes
The new version differs by 14 commits.
71ca88f
Bump to v2.20.2
a618f88
[Tests] pin esquery, due to breaking change in a minor version
9c5899e
utils: v2.6.0
efb5f07
[Tests] use babel instead of NODE_PATH
1a3a128
[Fix] first
: Add a way to disable absolute-first
explicitly
efd6be1
[Fix] no-unused-modules
: handle export { default } from
syntax
adbced7
utils: [New] Print more helpful info if parsing fails
b6242b0
[fix] no-duplicates
: fix fixer on cases with default import
41aaa18
resolvers/node
: [New] add .node
extension
12971f5
[Fix] order
: recognize ".." as a "parent" path
47f912e
[Fix] order
: fix isExternalModule
detection on windows
8905007
[Tests] appveyor: on node 8-12, use npm 6.10.3
2beec94
[meta] use in-publish
in prepublish
1fbef73
[meta] fix changelog link
See the full diff
The devDependency eslint-plugin-import was updated from
2.18.2
to2.19.0
.🚨 View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
eslint-plugin-import 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
- ❌ **continuous-integration/travis-ci/push:** The Travis CI build could not complete due to an error ([Details](https://travis-ci.org/nhsuk/azure-data-service/builds/622506189?utm_source=github_status&utm_medium=notification)).Commits
The new version differs by 46 commits.
9b76635
Bump to v2.19.0
47a232e
[resolvers/webpack] v0.12.0
26ad476
[resolvers/webpack] [deps] update
debug
,enhanced-resolve
,has
,interpret
,lodash
,resolve
,semver
3f0e8f3
[resolvers/node] [Deps] update
resolve
7190c3e
bump utils to v2.5.0
a60e5c6
[New]
no-commonjs
: addallowConditionalRequire
option414c923
[New] enable passing cwd as an option to
eslint-import-resolver-webpack
8224e51
[New]
order
/no-extraneous-dependencies
: Alphabetize imports within groupsf12ae59
[New]
no-duplicates
: add a considerQueryString option to handle false positives when using some webpack loaders.2d3d045
[fix]
importType
: Accept '@example' as internal0426f16
[New]
order
: add pathGroups option to add support to order by paths99b3fbf
[Fix]
no-extraneous-dependencies
: Add support forexport from
21bf8c6
[Fix]
no-cycle
: should not warn for Flow imports0cd5e43
[Fix]
no-unused-modules
: fix crash due toexport *
05085bb
[flow]
no-unused-modules
: add flow type supportThere are 46 commits in total.
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: