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
@depfu rebase
Rebases against your default branch and redoes this update
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
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.14.0 → 2.16.0) · Repo · Changelog
Release Notes
2.16.0 (from changelog)
2.15.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 38 commits:
bump to v2.16.0
use proper rest arg instead of [].slice
fix #1266 by moving closure creation out of parsing scope (#1275)
Fix for #1256 (#1257)
bump to v2.15.0
bump webpack resolver to v0.11.0
bump utils to v2.3.0
changelog note for #1261
added support for argv parameter of webpack`s config-as-a-function (#1261)
Merge pull request #1254 from ljharb/travis
allow_failures for dicey Node/ESLint intersection
dep-time-travel: use older versions of dependencies
repair `no-deprecated` for ESLint* 5
node 4 fix for test util
ah geez, bumping babel-eslint breaks no-amd/no-cjs
jk, test against eslint 2/3 but skip Typescript tests.
drop ESLint 2/3 from Travis/Appveyor
[Deps] update `debug`, `eslint-import-resolver-node`, `has`, `lodash`, `minimatch`, `resolve`
[Dev Deps] update `babylon`, `coveralls`, `eslint-import-resolver-typescript`, `gulp`, `linklocal`, `nyc`, `redux`, `rimraf`, `sinon`, `typescript-eslint-parser`
Merge pull request #1236 from ljqx/meta-type
[Rules] add meta.type for all rules
Merge pull request #1232 from ljqx/import-named-assignment
fix test
[import/named] fix destructuring assignemnt
Webpack Resolver fix for case config is an array of functions (#1220)
fix typescript build issue (#1180)
note `__dirname` as a way to define `packageDir`
Fix packageDir array support (#1176)
make rule `no-relative-parent-imports` support windows (#1141)
Bump `pkg-dir`. (#1111)
Add `no-named-export` + docs/tests (#1157)
use process.hrtime instead of Date.now (#1160)
Merge pull request #1165 from SandroMiguel/patch-1
Typo
Merge pull request #1163 from st-sloth/webpack-comment
fix(dynamic-import-chunkname): Add proper webpack comment parsing
[Fix] detect extraneous deps even when there are none in the first place
[Fix] detect extraneous deps even when there are none in the first place
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