Open greenkeeper[bot] opened 6 years ago
After pinning to 2.12.0 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.16.0
to 2.17.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 123 commits.
0499050
bump to v2.17.0
f479635
[webpack] v0.11.1
8a4226d
Merge pull request #1320 from bradzacher/export-ts-namespaces
988e12b
fix(export): Support typescript namespaces
70c3679
[docs] make rule names consistent
6ab25ea
[Tests] skip a TS test in eslint < 4
405900e
[Tests] fix tests from #1319
2098797
[fix] export
: false positives for typescript type + value export
70a59fe
[fix] Fix overwriting of dynamic import() CallExpression
e4850df
[ExportMap] fix condition for checking if block comment
918567d
[fix] namespace
: add check for null ExportMap
2d21c4c
Merge pull request #1297 from echenley/ech/fix-isBuiltIn-local-aliases
0ff1c83
[dev deps] lock typescript to ~
, since it doesnβt follow semver
40bf40a
[*] [deps] update resolve
28dd614
Merge pull request #1304 from bradennapier/feature/typescript-export-type
There are 123 commits in total.
See the full diff
devDependency
eslint-plugin-import was updated from 2.17.0
to 2.17.1
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 126 commits.
b0c5e1a
bump to v2.17.1
f6716ad
[fix] require v2.4 of eslint-module-utils
5124dde
[utils] v2.4.0
0499050
bump to v2.17.0
f479635
[webpack] v0.11.1
8a4226d
Merge pull request #1320 from bradzacher/export-ts-namespaces
988e12b
fix(export): Support typescript namespaces
70c3679
[docs] make rule names consistent
6ab25ea
[Tests] skip a TS test in eslint < 4
405900e
[Tests] fix tests from #1319
2098797
[fix] export
: false positives for typescript type + value export
70a59fe
[fix] Fix overwriting of dynamic import() CallExpression
e4850df
[ExportMap] fix condition for checking if block comment
918567d
[fix] namespace
: add check for null ExportMap
2d21c4c
Merge pull request #1297 from echenley/ech/fix-isBuiltIn-local-aliases
There are 126 commits in total.
See the full diff
devDependency
eslint-plugin-import was updated from 2.17.1
to 2.17.2
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 131 commits.
eddcfa9
Bump to v2.17.2
b151d04
[fix] no-unused-modules
: avoid crash when using ignoreExports
-option
3512563
[fix] no-unused-modules
: make sure that rule with no options will not fail
8e0c021
[Test] no-unused-modules
add failing test case
9b7a970
[meta] add npm run mocha
for easier unit testing
b0c5e1a
bump to v2.17.1
f6716ad
[fix] require v2.4 of eslint-module-utils
5124dde
[utils] v2.4.0
0499050
bump to v2.17.0
f479635
[webpack] v0.11.1
8a4226d
Merge pull request #1320 from bradzacher/export-ts-namespaces
988e12b
fix(export): Support typescript namespaces
70c3679
[docs] make rule names consistent
6ab25ea
[Tests] skip a TS test in eslint < 4
405900e
[Tests] fix tests from #1319
There are 131 commits in total.
See the full diff
devDependency
eslint-plugin-import was updated from 2.17.2
to 2.17.3
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 156 commits.
cf5573b
Bump to v2.17.3
caae65c
[Tests] eslint 2 does not have linter.version
557a3e2
[Deps] update resolve
17beb33
Merge pull request #1356 from christophercurrie/typescript-declare
c8ac7ff
[Docs] Document env
option for eslint-import-resolver-webpack
c09c0ce
Issue #1258 (docs)
753c9db
[refactor] fix eslint 6 compat by fixing imports
b52bf3e
PR feedback
7aa13d1
PR feedback
f66e064
Remove log messages
d1e4455
Verbose variable names
67b1e95
Support older typescript parsers
288cedf
Make groups non-capturing.
aa290bb
Improve support for Typescript declare structures
1edbbd0
[Fix] no-common-js
: Also throw an error when assigning
There are 156 commits in total.
See the full diff
devDependency
eslint-plugin-import was updated from 2.17.3
to 2.18.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 182 commits.
c924f5d
Bump to v2.18.0
c8132f2
Merge pull request #1393 from sheepsteak/eslint-6
7e41d29
Make testVersion take a function to delay running require.resolve
d7023f6
Remove ESLint 6 from allowed failures in Travis
3bee716
Use eslint@6
instead of eslint@6.0.0-alpha
in Travis
d9b7258
Only run tests using typescript-eslint-parser on eslint@<6
c2b19d0
Update to @typescript-eslint/parser canary
2f1f4da
Allow ESLint@6
e6ea127
Use require.resolve when passing parser to RuleTester
1029b4f
Add ecmaVersion when required
b5ff64e
Transform output of FileEnumerator into what rule expects
fc65509
Merge pull request #1389 from fooloomanzoo/patch-1
4140870
Update no-named-as-default-member.md
58b41c2
Merge pull request #1383 from golopot/node-12
8974346
[Build] make node 12 pass CI
There are 182 commits in total.
See the full diff
devDependency
eslint-plugin-import was updated from 2.18.0
to 2.18.1
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 196 commits.
b51aa2f
Bump to v2.18.1
32704da
fix: Improve parse perf when using @typescript-eslint/parser
3b21de6
[Tests] extract common "get parser" logic into test helpers
f4e3f1b
prefer-default-export: don't warn on TypeAlias & TSTypeAliasDeclaration
1caa402
[Fix] no-unused-modules
: Exclude package "main"/"bin"/"browser" entry points
22d5440
[fix] export
: false positive for typescript overloads
5abd5ed
[Tests] temporarily disable these failing tests in eslint < 4
752dcd5
[Tests] add missing --no-save
to time travel script
d3a3fa5
[Refactor] no-extraneous-dependencies
: remove the last bit of lodash
8a38fd4
[Refactor] no-extraneous-dependencies
: use Array.isArray
instead of lodash
c5078ad
[Refactor] importType
: remove use of cond
118afd4
no-deprecated: don't run tests for typescript-eslint-parser against ESLint <4
6512110
fix tests for node 4 + fixed lint issues
bb9ba24
no-deprecated TS tests (#1315)
c924f5d
Bump to v2.18.0
There are 196 commits in total.
See the full diff
devDependency
eslint-plugin-import was updated from 2.18.1
to 2.18.2
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 200 commits.
1a90a20
Bump to v2.18.2
b3e5311
bump utils to v2.4.1
984fa3b
Remove duplicate no-duplicates changelog entry
582236b
[bugfix] Skip warning on type interfaces
b51aa2f
Bump to v2.18.1
32704da
fix: Improve parse perf when using @typescript-eslint/parser
3b21de6
[Tests] extract common "get parser" logic into test helpers
f4e3f1b
prefer-default-export: don't warn on TypeAlias & TSTypeAliasDeclaration
1caa402
[Fix] no-unused-modules
: Exclude package "main"/"bin"/"browser" entry points
22d5440
[fix] export
: false positive for typescript overloads
5abd5ed
[Tests] temporarily disable these failing tests in eslint < 4
752dcd5
[Tests] add missing --no-save
to time travel script
d3a3fa5
[Refactor] no-extraneous-dependencies
: remove the last bit of lodash
8a38fd4
[Refactor] no-extraneous-dependencies
: use Array.isArray
instead of lodash
c5078ad
[Refactor] importType
: remove use of cond
There are 200 commits in total.
See the full diff
devDependency
eslint-plugin-import was updated from 2.18.2
to 2.19.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 246 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
: add allowConditionalRequire
option
414c923
[New] enable passing cwd as an option to eslint-import-resolver-webpack
8224e51
[New] order
/no-extraneous-dependencies
: Alphabetize imports within groups
f12ae59
[New] no-duplicates
: add a considerQueryString option to handle false positives when using some webpack loaders.
2d3d045
[fix] importType
: Accept '@example' as internal
0426f16
[New] order
: add pathGroups option to add support to order by paths
99b3fbf
[Fix] no-extraneous-dependencies
: Add support for export from
21bf8c6
[Fix] no-cycle
: should not warn for Flow imports
0cd5e43
[Fix] no-unused-modules
: fix crash due to export *
05085bb
[flow] no-unused-modules
: add flow type support
There are 246 commits in total.
See the full diff
devDependency
eslint-plugin-import was updated from 2.19.0
to 2.19.1
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 248 commits.
bc3b034
Bump to v2.19.1
be7efb1
[Fix] no-extraneous-dependencies
: ensure node.source
exists
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
: add allowConditionalRequire
option
414c923
[New] enable passing cwd as an option to eslint-import-resolver-webpack
8224e51
[New] order
/no-extraneous-dependencies
: Alphabetize imports within groups
f12ae59
[New] no-duplicates
: add a considerQueryString option to handle false positives when using some webpack loaders.
2d3d045
[fix] importType
: Accept '@example' as internal
0426f16
[New] order
: add pathGroups option to add support to order by paths
99b3fbf
[Fix] no-extraneous-dependencies
: Add support for export from
21bf8c6
[Fix] no-cycle
: should not warn for Flow imports
There are 248 commits in total.
See the full diff
devDependency
eslint-plugin-import was updated from 2.20.0
to 2.20.1
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 294 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 250 commits in total.
See the full diff
devDependency
eslint-plugin-import was updated from 2.20.1
to 2.20.2
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 308 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
45f0860
Bump to v2.20.1
There are 250 commits in total.
See the full diff
Version 2.13.0 of eslint-plugin-import was just published.
[eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import)
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 failed [Details](https://travis-ci.org/ngyv/re-modelr/builds/396108872?utm_source=github_status&utm_medium=notification)Commits
The new version differs by 7 commits.
c34f14f
changelog/package bumps
9db789b
[Fix]
namespace
: ensure this rule works in ES2018add69cf
[New] Add ESLint 5 support
59fc04e
[Tests] on
node
v10
cdb328c
[webpack] log a useful error in a module bug arises
ebafcbf
no-restricted-paths: complete coverage
e6f5c13
No relative parent imports rule (#1093)
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: