vue-auth-cognito
vue-auth-cognito copied to clipboard
An in-range update of eslint-plugin-import is breaking the build 🚨
The devDependency eslint-plugin-import was updated from 2.14.0 to 2.15.0.
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).
Commits
The new version differs by 34 commits.
767f01abump to v2.15.0038d668bump webpack resolver to v0.11.020a8f3bbump utils to v2.3.01e4100dchangelog note for #1261548ea02added support for argv parameter of webpack`s config-as-a-function (#1261)fcf2ce7Merge pull request #1254 from ljharb/travis64d9be7allow_failures for dicey Node/ESLint intersection73080d0dep-time-travel: use older versions of dependencies05c3935repairno-deprecatedfor ESLint* 510c9811node 4 fix for test utilf165237ah geez, bumping babel-eslint breaks no-amd/no-cjsacfb6e9jk, test against eslint 2/3 but skip Typescript tests.b686f9ddrop ESLint 2/3 from Travis/Appveyorcf1f6f4[Deps] updatedebug,eslint-import-resolver-node,has,lodash,minimatch,resolved290a87[Dev Deps] updatebabylon,coveralls,eslint-import-resolver-typescript,gulp,linklocal,nyc,redux,rimraf,sinon,typescript-eslint-parser
There are 34 commits in total.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper Bot :palm_tree:
After pinning to 2.14.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
- The
devDependencyeslint-plugin-import was updated from2.15.0to2.16.0.
Your tests are still failing with this version. Compare changes
- The
devDependencyeslint-plugin-import was updated from2.16.0to2.17.0.
Your tests are still failing with this version. Compare changes
Commits
The new version differs by 61 commits.
0499050bump to v2.17.0f479635[webpack] v0.11.18a4226dMerge pull request #1320 from bradzacher/export-ts-namespaces988e12bfix(export): Support typescript namespaces70c3679[docs] make rule names consistent6ab25ea[Tests] skip a TS test in eslint < 4405900e[Tests] fix tests from #13192098797[fix]export: false positives for typescript type + value export70a59fe[fix] Fix overwriting of dynamic import() CallExpressione4850df[ExportMap] fix condition for checking if block comment918567d[fix]namespace: add check for null ExportMap2d21c4cMerge pull request #1297 from echenley/ech/fix-isBuiltIn-local-aliases0ff1c83[dev deps] lock typescript to~, since it doesn’t follow semver40bf40a[*] [deps] updateresolve28dd614Merge pull request #1304 from bradennapier/feature/typescript-export-type
There are 61 commits in total.
See the full diff
- The
devDependencyeslint-plugin-import was updated from2.17.0to2.17.1.
Your tests are still failing with this version. Compare changes
- The
devDependencyeslint-plugin-import was updated from2.17.1to2.17.2.
Your tests are still failing with this version. Compare changes
Commits
The new version differs by 5 commits.
eddcfa9Bump to v2.17.2b151d04[fix]no-unused-modules: avoid crash when usingignoreExports-option3512563[fix]no-unused-modules: make sure that rule with no options will not fail8e0c021[Test]no-unused-modulesadd failing test case9b7a970[meta] addnpm run mochafor easier unit testing
See the full diff
- The
devDependencyeslint-plugin-import was updated from2.17.2to2.17.3.
Your tests are still failing with this version. Compare changes
Commits
The new version differs by 25 commits.
cf5573bBump to v2.17.3caae65c[Tests] eslint 2 does not havelinter.version557a3e2[Deps] updateresolve17beb33Merge pull request #1356 from christophercurrie/typescript-declarec8ac7ff[Docs] Documentenvoption foreslint-import-resolver-webpackc09c0ceIssue #1258 (docs)753c9db[refactor] fix eslint 6 compat by fixing importsb52bf3ePR feedback7aa13d1PR feedbackf66e064Remove log messagesd1e4455Verbose variable names67b1e95Support older typescript parsers288cedfMake groups non-capturing.aa290bbImprove support for Typescript declare structures1edbbd0[Fix]no-common-js: Also throw an error when assigning
There are 25 commits in total.
See the full diff
- The
devDependencyeslint-plugin-import was updated from2.17.3to2.18.0.
Your tests are still failing with this version. Compare changes
Commits
The new version differs by 26 commits.
c924f5dBump to v2.18.0c8132f2Merge pull request #1393 from sheepsteak/eslint-67e41d29Make testVersion take a function to delay running require.resolved7023f6Remove ESLint 6 from allowed failures in Travis3bee716Useeslint@6instead of[email protected]in Travisd9b7258Only run tests using typescript-eslint-parser on eslint@<6c2b19d0Update to @typescript-eslint/parser canary2f1f4daAllow ESLint@6e6ea127Use require.resolve when passing parser to RuleTester1029b4fAdd ecmaVersion when requiredb5ff64eTransform output of FileEnumerator into what rule expectsfc65509Merge pull request #1389 from fooloomanzoo/patch-14140870Update no-named-as-default-member.md58b41c2Merge pull request #1383 from golopot/node-128974346[Build] make node 12 pass CI
There are 26 commits in total.
See the full diff
- The
devDependencyeslint-plugin-import was updated from2.18.0to2.18.1.
Your tests are still failing with this version. Compare changes
Commits
The new version differs by 14 commits.
b51aa2fBump to v2.18.132704dafix: Improve parse perf when using@typescript-eslint/parser3b21de6[Tests] extract common "get parser" logic into test helpersf4e3f1bprefer-default-export: don't warn on TypeAlias & TSTypeAliasDeclaration1caa402[Fix]no-unused-modules: Exclude package "main"/"bin"/"browser" entry points22d5440[fix]export: false positive for typescript overloads5abd5ed[Tests] temporarily disable these failing tests in eslint < 4752dcd5[Tests] add missing--no-saveto time travel scriptd3a3fa5[Refactor]no-extraneous-dependencies: remove the last bit of lodash8a38fd4[Refactor]no-extraneous-dependencies: useArray.isArrayinstead of lodashc5078ad[Refactor]importType: remove use ofcond118afd4no-deprecated: don't run tests for typescript-eslint-parser against ESLint <46512110fix tests for node 4 + fixed lint issuesbb9ba24no-deprecated TS tests (#1315)
See the full diff
- The
devDependencyeslint-plugin-import was updated from2.18.1to2.18.2.
Your tests are still failing with this version. Compare changes
- The
devDependencyeslint-plugin-import was updated from2.18.2to2.19.0.
Your tests are still failing with this version. Compare changes
Commits
The new version differs by 46 commits.
9b76635Bump to v2.19.047a232e[resolvers/webpack] v0.12.026ad476[resolvers/webpack] [deps] updatedebug,enhanced-resolve,has,interpret,lodash,resolve,semver3f0e8f3[resolvers/node] [Deps] updateresolve7190c3ebump utils to v2.5.0a60e5c6[New]no-commonjs: addallowConditionalRequireoption414c923[New] enable passing cwd as an option toeslint-import-resolver-webpack8224e51[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 from21bf8c6[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 support
There are 46 commits in total.
See the full diff
- The
devDependencyeslint-plugin-import was updated from2.19.0to2.19.1.
Your tests are still failing with this version. Compare changes
- The
devDependencyeslint-plugin-import was updated from2.20.0to2.20.1.
Your tests are still failing with this version. Compare changes
Commits
The new version differs by 46 commits.
45f0860Bump to v2.20.15d00854[Fix]order: Fix alphabetize for mixed requires and importsbbd166b[Fix]export: Handle function overloading in*.d.ts4665ec5[Fix]no-absolute-path: fix a crash with invalid import syntax392c6b9[Fix]named: for importing from a module which re-exports named exports from anode_modulesmodulecc5bde5[Tests]named: add failing test for #1446aff3a46[meta] fix "files" field to include/exclude the proper files986ba74docs: fix a few spelling mistakes6274d96[Tests] seteslint-plugin/consistent-outputlint rule to always require test case output assertionsa4d301b[meta] add missing changelog links2d42464[Tests] only run the linter once, not on every build26f232b[Tests] add eslint-plugin-eslint-plugin internally and fix violations99647f1[Docs]: Update Tidelift language to enterprisef84d457no-duplicates: allow duplicate if one is namespace and other not7e71b50[Fix]extensions: Fix scope regex
There are 46 commits in total.
See the full diff