Skip to content
This repository has been archived by the owner on Oct 24, 2018. It is now read-only.

Bump eslint-plugin-import from 2.9.0 to 2.13.0 in /front-end #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

@dependabot-preview dependabot-preview bot commented Jul 12, 2018

Bumps eslint-plugin-import from 2.9.0 to 2.13.0.

Release notes

Sourced from eslint-plugin-import's releases.

es6-only

  • Removed no-common in favor of enforcing that all imports have ES6 modules behind them. (#20)
  • resolve.root setting allows module resolution to start from some arbitrary path within your package, instead of just relative paths and node_modules. (#18)
Changelog

Sourced from eslint-plugin-import's changelog.

[2.13.0] - 2018-06-24

Added

  • Add ESLint 5 support ([#1122], thanks [ai] and [ljharb])
  • Add [no-relative-parent-imports] rule: disallow relative imports from parent directories ([#1093], thanks [chrislloyd])

Fixed

  • namespace rule: ensure it works in eslint 5/ecmaVersion 2018 (thanks [ljharb])

[2.12.0] - 2018-05-17

Added

  • Ignore type imports for [named] rule ([#931], thanks [mattijsbliek])
  • Add documentation for [no-useless-path-segments] rule ([#1068], thanks [manovotny])
  • packageDir option for [no-extraneous-dependencies] can be array-valued ([#1085], thanks [hulkish])

[2.11.0] - 2018-04-09

Added

  • Fixer for [first] ([#1046], thanks [fengkfengk])
  • allow-require option for [no-commonjs] rule ([#880], thanks [futpib])

Fixed

  • memory/CPU regression where ASTs were held in memory ([#1058], thanks [klimashkin]/[lukeapage])

[2.10.0] - 2018-03-29

Added

  • Autofixer for [order] rule ([#908], thanks [tihonove])
  • Add [no-cycle] rule: reports import cycles.
Commits
  • c34f14f changelog/package bumps
  • 9db789b [Fix] namespace: ensure this rule works in ES2018
  • add69cf [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)
  • 8f668c7 changelog/package bumps
  • cd9d249 exclude tests from coverage + bump TS parser (#1095)
  • f0d0c4f webpack resolver: cache instance(s) of resolve function (#1091)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/front-end/eslint-plugin-import-2.13.0 branch from bade125 to 9829fcf Compare July 17, 2018 13:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant