Open greenkeeper[bot] opened 5 years ago
After pinning to 2.16.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.17.0
to 2.17.1
.Your tests are still failing with this version. Compare changes
devDependency
eslint-plugin-import was updated from 2.17.1
to 2.17.2
.Your tests are still failing with this version. Compare changes
The new version differs by 5 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
See the full diff
devDependency
eslint-plugin-import was updated from 2.17.2
to 2.17.3
.Your tests are still failing with this version. Compare changes
The new version differs by 25 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 25 commits in total.
See the full diff
devDependency
eslint-plugin-import was updated from 2.17.3
to 2.18.0
.Your tests are still failing with this version. Compare changes
The new version differs by 26 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 26 commits in total.
See the full diff
devDependency
eslint-plugin-import was updated from 2.18.0
to 2.18.1
.Your tests are still failing with this version. Compare changes
The new version differs by 14 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)
See the full diff
devDependency
eslint-plugin-import was updated from 2.18.1
to 2.18.2
.Your tests are still failing with this version. Compare changes
devDependency
eslint-plugin-import was updated from 2.18.2
to 2.19.0
.Your tests are still failing with this version. Compare changes
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
: 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 46 commits in total.
See the full diff
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
The devDependency eslint-plugin-import was updated from
2.16.0
to2.17.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 failed ([Details](https://travis-ci.org/jonathanong/no-naughty-words/builds/519572166?utm_source=github_status&utm_medium=notification)).Commits
The new version differs by 61 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 export70a59fe
[fix] Fix overwriting of dynamic import() CallExpression
e4850df
[ExportMap] fix condition for checking if block comment
918567d
[fix]
namespace
: add check for null ExportMap2d21c4c
Merge pull request #1297 from echenley/ech/fix-isBuiltIn-local-aliases
0ff1c83
[dev deps] lock typescript to
~
, since it doesn’t follow semver40bf40a
[*] [deps] update
resolve
28dd614
Merge pull request #1304 from bradennapier/feature/typescript-export-type
There are 61 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: