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

Update eslint requirement from ^1.8.0 to ^2.13.1 #11

Merged
merged 1 commit into from Nov 23, 2018

Conversation

dependabot-preview[bot]
Copy link
Contributor

Updates the requirements on eslint to permit the latest version.

Release notes

Sourced from eslint's releases.

v2.13.1

  • 434de7f Fix: wrong baseDir (fixes #6450) (#6457) (Toru Nagashima)
  • 3c9ce09 Fix: Keep indentation when fixing padded-blocks "never" (fixes #6454) (#6456) (Ed Lee)
  • a9d4cb2 Docs: Fix typo in max-params examples (#6471) (J. William Ashton)
  • 1e185b9 Fix: no-multiple-empty-lines errors when no line breaks (fixes #6449) (#6451) (strawbrary)
Changelog

Sourced from eslint's changelog.

v2.13.1 - June 20, 2016

  • 434de7f Fix: wrong baseDir (fixes #6450) (#6457) (Toru Nagashima)
  • 3c9ce09 Fix: Keep indentation when fixing padded-blocks "never" (fixes #6454) (#6456) (Ed Lee)
  • a9d4cb2 Docs: Fix typo in max-params examples (#6471) (J. William Ashton)
  • 1e185b9 Fix: no-multiple-empty-lines errors when no line breaks (fixes #6449) (#6451) (strawbrary)

v2.13.0 - June 17, 2016

  • cf223dd Fix: add test for a syntax error (fixes #6013) (#6378) (Toru Nagashima)
  • da30cf9 Update: Add fixer for object-shorthand (fixes #6412) (#6418) (Nick Heiner)
  • 2cd90eb Chore: Fix rule meta description inconsistencies (refs #5417) (#6422) (Mark Pedrotti)
  • d798b2c Added quotes around "classes" option key (#6441) (Guy Fraser)
  • 852b6df Docs: Delete empty table of links from Code Path Analysis (#6423) (Mark Pedrotti)
  • 5e9117e Chore: sort rules in eslint.json (fixes #6425) (#6426) (alberto)
  • c2b5277 Docs: Add gitter chat link to Reporting Bugs (#6430) (Mark Pedrotti)
  • 1316db0 Update: Add never option for func-names (fixes #6059) (#6392) (alberto)
  • 1c123e2 Update: Add autofix for padded-blocks (fixes #6320) (#6393) (alberto)
  • 8ec89c8 Fix: --print-config return config inside subdir (fixes #6329) (#6385) (alberto)
  • 4f73240 Fix: object-curly-newline multiline with comments (fixes #6381) (#6396) (Toru Nagashima)
  • 77697a7 Chore: Fake config hierarchy fixtures (fixes #6206) (#6402) (Gyandeep Singh)
  • 73a9a6d Docs: Fix links in Configuring ESLint (#6421) (Mark Pedrotti)
  • ed84c4c Fix: improve newline-per-chained-call message (fixes #6340) (#6360) (Toru Nagashima)
  • 9ea4e44 Docs: Update parser reference to espree instead of esprima (#6404) (alberto)
  • 7f57467 Docs: Make fix param clearer (fixes #6366) (#6367) (Nick Heiner)
  • fb49c7f Fix: nested extends with relative path (fixes #6358) (#6359) (Toru Nagashima)
  • 5122f73 Update: no-multiple-empty-lines fixer (fixes #6225) (#6226) (Ruurd Moelker)
  • 0e7ce72 Docs: Fix rest-spread-spacing's name (#6365) (cody)
  • cfdd524 Fix: allow semi as braceless body of statements (fixes #6386) (#6391) (alberto)
  • 6b08cfc Docs: key-spacing fixable documenation notes (fixes #6375) (#6376) (Ruurd Moelker)
  • 4b4be3b Docs: max-lines option: fix skipComments typo (#6374) (Jordan Harband)
  • 20ab4f6 Docs: Fix wrong link in object-curly-newline (#6373) (Grant Snodgrass)
  • 412ce8d Docs: Fix broken links in no-mixed-operators (#6372) (Grant Snodgrass)

v2.12.0 - June 10, 2016

  • 54c30fb Update: Add explicit default option always for eqeqeq (refs #6144) (#6342) (alberto)
  • 2d63370 Update: max-len will warn indented comment lines (fixes #6322) (#6324) (Kai Cataldo)
  • dcd4ad7 Docs: clarify usage of inline disable comments (fixes #6335) (#6347) (Kai Cataldo)
  • c03300b Docs: Clarified how plugin rules look in plugin configs (fixes #6346) (#6351) (Kevin Partington)
  • 9c87709 Docs: Add semantic versioning policy (fixes #6244) (#6343) (Nicholas C. Zakas)
  • 5affab1 Docs: Describe values under Extending Configuration Files (refs #6240) (#6336) (Mark Pedrotti)
  • 2520f5a New: max-lines rule (fixes #6078) (#6321) (alberto)
  • 9bfbc64 Update: Option for object literals in arrow-body-style (fixes #5936) (#6216) (alberto)
  • 977cdd5 Chore: remove unused method from FileFinder (fixes #6344) (#6345) (alberto)
  • 477fbc1 Docs: Add section about customizing RuleTester (fixes #6227) (#6331) (Jeroen Engels)
  • 0e14016 New: no-mixed-operators rule (fixes #6023) (#6241) (Toru Nagashima)
  • 6e03c4b Update: Add never option to arrow-body-style (fixes #6317) (#6318) (Andrew Hyndman)
  • f804397 New: Add eslint:all option (fixes #6240) (#6248) (Robert Fletcher)
  • dfe05bf Docs: Link JSCS rules to their corresponding page. (#6334) (alberto)
... (truncated)
Commits

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 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 cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @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 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)
  • 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.

Updates the requirements on [eslint](https://github.com/eslint/eslint) to permit the latest version.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v2.13.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Nov 22, 2018
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 0b951b7 on dependabot/npm_and_yarn/eslint-tw-2.13.1 into 23c9ceb on master.

@segayuu segayuu merged commit 5bf2cec into master Nov 23, 2018
@segayuu segayuu deleted the dependabot/npm_and_yarn/eslint-tw-2.13.1 branch November 23, 2018 02:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants