Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump eslint-module-utils from 2.1.1 to 2.6.1 #268

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

Conversation

dependabot-preview[bot]
Copy link

Bumps eslint-module-utils from 2.1.1 to 2.6.1.

Changelog

Sourced from eslint-module-utils's changelog.

[2.6.1] - 2017-06-29

Fixed

  • update bundled node resolver dependency to latest version

[2.6.0] - 2017-06-23

Changed

  • update tests / peerDeps for ESLint 4.0 compatibility (#871, thanks [@​mastilver])
  • [memo-parser] updated to require filePath on parser options as it melts down if it's not there, now that this plugin always provides it. (see #863)

[2.5.0] - 2017-06-22

Re-releasing v[2.4.0] after discovering that the memory leak is isolated to the [memo-parser], which is more or less experimental anyway.

Added

[2.4.0] - 2017-06-02 [YANKED]

Yanked due to critical issue in eslint-module-utils with cache key resulting from #839.

Added

  • Add filePath into parserOptions passed to parser (#839, thanks [@​sompylasar])
  • Add allow option to [no-unassigned-import] to allow for files that match the globs (#671, #737, thanks [@​kevin940726]).

[2.3.0] - 2017-05-18

Added

  • [no-anonymous-default-export] rule: report anonymous default exports (#712, thanks [@​duncanbeevers]).
  • Add new value to [order]'s newlines-between option to allow newlines inside import groups (#627, #628, thanks [@​giodamelio])
  • Add count option to the [newline-after-import] rule to allow configuration of number of newlines expected (#742, thanks [@​ntdb])

Changed

Fixed

  • attempt to fix crash in [no-mutable-exports]. (#660)
  • "default is a reserved keyword" in no-maned-default tests by locking down babylon to 6.15.0 (#756, thanks @​gmathieu)
  • support scoped modules containing non word characters

[2.2.0] - 2016-11-07

Fixed

  • Corrected a few gaffs in the auto-ignore logic to fix major performance issues with projects that did not explicitly ignore node_modules. (#654)
  • [import/ignore setting] was only being respected if the ignored module didn't start with an import or export JS statement
  • [prefer-default-export]: fixed crash on export extensions (#653)

... (truncated)

Commits
  • d9b712a bump to v2.6.1 to bump dep on node resolver to latest 😳
  • 4d561e3 Merge pull request #881 from futpib/named-flow-import-interface
  • 56e60e4 Update no-extraneous-dependencies.md (#878)
  • 9a06426 Fix flow interface imports giving false-negative with named rule
  • 8101d39 bump to 2.6.0, node/0.3.1, webpack/0.8.3, memo-parser/0.2.0
  • 7f055ec chore(eslint): upgrade to eslint@4
  • 0263be4 memo-parser: require eslint >= 3.5.0 (need file path always)
  • b1eeade build on node v4, again (#855)
  • 14c501e Merge pull request #865 from sompylasar/eslint-module-utils_tests
  • c41ed06 bump to v2.5.0
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by ljharb, a new releaser for eslint-module-utils since your current version.


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.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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 use this milestone will set the current milestone 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)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants