Update eslint-plugin-import: 2.17.2 → 2.18.0 (minor) #10
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ eslint-plugin-import (2.17.2 → 2.18.0) · Repo · Changelog
Release Notes
2.18.0 (from changelog)
2.17.3 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 51 commits:
Bump to v2.18.0
Merge pull request #1393 from sheepsteak/eslint-6
Make testVersion take a function to delay running require.resolve
Remove ESLint 6 from allowed failures in Travis
Use `eslint@6` instead of `[email protected]` in Travis
Only run tests using typescript-eslint-parser on eslint@<6
Update to @typescript-eslint/parser canary
Allow ESLint@6
Use require.resolve when passing parser to RuleTester
Add ecmaVersion when required
Transform output of FileEnumerator into what rule expects
Merge pull request #1389 from fooloomanzoo/patch-1
Update no-named-as-default-member.md
Merge pull request #1383 from golopot/node-12
[Build] make node 12 pass CI
Merge pull request #1375 from swernerx/fix/order-unknown-types
fix(ordering): changed default groups to not contain unknown
Added changelog entry
Added support for correctly ordering unknown types e.g. custom aliases
[New] `order`: add fixer for destructuring commonjs import
fix goof w/ TS-specific extensions
add TS def extensions + defer to TS over JS
Merge pull request #1371 from golopot/no-unused-modules-handles-class
[fix] `no-unused-modules`: handle ClassDeclaration
Merge pull request #1370 from alex-page/master
Update no-cycle.md
Bump to v2.17.3
[Tests] eslint 2 does not have `linter.version`
[Deps] update `resolve`
Merge pull request #1356 from christophercurrie/typescript-declare
[Docs] Document `env` option for `eslint-import-resolver-webpack`
Issue #1258 (docs)
[refactor] fix eslint 6 compat by fixing imports
PR feedback
PR feedback
Remove log messages
Verbose variable names
Support older typescript parsers
Make groups non-capturing.
Improve support for Typescript declare structures
[Fix] `no-common-js`: Also throw an error when assigning
[Docs] `no-unused-modules`: Indicates usage, plugin defaults to no-op, and add description to main README.md
[Docs]: add missing `no-unused-modules` in README
Merge pull request #1347 from rfermann/1338
[fix] `no-unused-modules`: don't crash when lint file outside src-folder
[fix] `named`: ignore Flow import typeof and export type
Merge pull request #1342 from rfermann/1339
[fix] `no-unused-modules`: make `import { name as otherName }` work
[fix] `no-unused-modules`: make `import { name as otherName }` work
[fix] `no-unused-modules`: make `import { name as otherName }` work
[fix] `no-unused-modules`: make appveyor tests passing
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands
Go to the Depfu Dashboard to see the state of your dependencies and to customize how Depfu works.