-
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit 91f4b6d
build(deps-dev): bump eslint from 5.7.0 to 5.8.0 (#130)
Bumps [eslint](https://github.com/eslint/eslint) from 5.7.0 to 5.8.0.
<details>
<summary>Release notes</summary>
*Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).*
> ## v5.8.0
> * 9152417 Fix: deprecation warning in RuleTester using Node v11 ([#11009](https://github-redirect.dependabot.com/eslint/eslint/issues/11009)) (Teddy Katz)
> * e349a03 Docs: Update issue templates to ask for PRs ([#11012](https://github-redirect.dependabot.com/eslint/eslint/issues/11012)) (Nicholas C. Zakas)
> * 3d88b38 Chore: avoid using legacy report API in no-irregular-whitespace ([#11013](https://github-redirect.dependabot.com/eslint/eslint/issues/11013)) (Teddy Katz)
> * 5a31a92 Build: compile espree's deps to ES5 when generating site (fixes [#11014](https://github-redirect.dependabot.com/eslint/eslint/issues/11014)) ([#11015](https://github-redirect.dependabot.com/eslint/eslint/issues/11015)) (Teddy Katz)
> * 3943635 Update: Create Linter.version API (fixes [#9271](https://github-redirect.dependabot.com/eslint/eslint/issues/9271)) ([#11010](https://github-redirect.dependabot.com/eslint/eslint/issues/11010)) (Nicholas C. Zakas)
> * a940cf4 Docs: Mention version for config glob patterns (fixes [#8793](https://github-redirect.dependabot.com/eslint/eslint/issues/8793)) (Nicholas C. Zakas)
> * 6e1c530 Build: run tests on Node 11 ([#11008](https://github-redirect.dependabot.com/eslint/eslint/issues/11008)) (Teddy Katz)
> * 58ff359 Docs: add instructions for npm 2FA (refs [#10631](https://github-redirect.dependabot.com/eslint/eslint/issues/10631)) ([#10992](https://github-redirect.dependabot.com/eslint/eslint/issues/10992)) (Teddy Katz)
> * 2f87bb3 Upgrade: eslint-release@1.0.0 (refs [#10631](https://github-redirect.dependabot.com/eslint/eslint/issues/10631)) ([#10991](https://github-redirect.dependabot.com/eslint/eslint/issues/10991)) (Teddy Katz)
> * 57ef0fd Fix: prefer-const when using destructuring assign (fixes [#8308](https://github-redirect.dependabot.com/eslint/eslint/issues/8308)) ([#10924](https://github-redirect.dependabot.com/eslint/eslint/issues/10924)) (Nicholas C. Zakas)
> * 577cbf1 Chore: Add typescript-specific edge case tests to space-infix-ops ([#10986](https://github-redirect.dependabot.com/eslint/eslint/issues/10986)) (Bence Dányi)
> * d45b184 Chore: Using deconstruction assignment for shelljs ([#10974](https://github-redirect.dependabot.com/eslint/eslint/issues/10974)) (ZYSzys)
</details>
<details>
<summary>Changelog</summary>
*Sourced from [eslint's changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md).*
> v5.8.0 - October 26, 2018
>
> * 9152417 Fix: deprecation warning in RuleTester using Node v11 ([#11009](https://github-redirect.dependabot.com/eslint/eslint/issues/11009)) (Teddy Katz)
> * e349a03 Docs: Update issue templates to ask for PRs ([#11012](https://github-redirect.dependabot.com/eslint/eslint/issues/11012)) (Nicholas C. Zakas)
> * 3d88b38 Chore: avoid using legacy report API in no-irregular-whitespace ([#11013](https://github-redirect.dependabot.com/eslint/eslint/issues/11013)) (Teddy Katz)
> * 5a31a92 Build: compile espree's deps to ES5 when generating site (fixes [#11014](https://github-redirect.dependabot.com/eslint/eslint/issues/11014)) ([#11015](https://github-redirect.dependabot.com/eslint/eslint/issues/11015)) (Teddy Katz)
> * 3943635 Update: Create Linter.version API (fixes [#9271](https://github-redirect.dependabot.com/eslint/eslint/issues/9271)) ([#11010](https://github-redirect.dependabot.com/eslint/eslint/issues/11010)) (Nicholas C. Zakas)
> * a940cf4 Docs: Mention version for config glob patterns (fixes [#8793](https://github-redirect.dependabot.com/eslint/eslint/issues/8793)) (Nicholas C. Zakas)
> * 6e1c530 Build: run tests on Node 11 ([#11008](https://github-redirect.dependabot.com/eslint/eslint/issues/11008)) (Teddy Katz)
> * 58ff359 Docs: add instructions for npm 2FA (refs [#10631](https://github-redirect.dependabot.com/eslint/eslint/issues/10631)) ([#10992](https://github-redirect.dependabot.com/eslint/eslint/issues/10992)) (Teddy Katz)
> * 2f87bb3 Upgrade: eslint-release@1.0.0 (refs [#10631](https://github-redirect.dependabot.com/eslint/eslint/issues/10631)) ([#10991](https://github-redirect.dependabot.com/eslint/eslint/issues/10991)) (Teddy Katz)
> * 57ef0fd Fix: prefer-const when using destructuring assign (fixes [#8308](https://github-redirect.dependabot.com/eslint/eslint/issues/8308)) ([#10924](https://github-redirect.dependabot.com/eslint/eslint/issues/10924)) (Nicholas C. Zakas)
> * 577cbf1 Chore: Add typescript-specific edge case tests to space-infix-ops ([#10986](https://github-redirect.dependabot.com/eslint/eslint/issues/10986)) (Bence Dányi)
> * d45b184 Chore: Using deconstruction assignment for shelljs ([#10974](https://github-redirect.dependabot.com/eslint/eslint/issues/10974)) (ZYSzys)
</details>
<details>
<summary>Commits</summary>
- [`9771442`](eslint/eslint@9771442) 5.8.0
- [`cef05cc`](eslint/eslint@cef05cc) Build: changelog update for 5.8.0
- [`9152417`](eslint/eslint@9152417) Fix: deprecation warning in RuleTester using Node v11 ([#11009](https://github-redirect.dependabot.com/eslint/eslint/issues/11009))
- [`e349a03`](eslint/eslint@e349a03) Docs: Update issue templates to ask for PRs ([#11012](https://github-redirect.dependabot.com/eslint/eslint/issues/11012))
- [`3d88b38`](eslint/eslint@3d88b38) Chore: avoid using legacy report API in no-irregular-whitespace ([#11013](https://github-redirect.dependabot.com/eslint/eslint/issues/11013))
- [`5a31a92`](eslint/eslint@5a31a92) Build: compile espree's deps to ES5 when generating site (fixes [#11014](https://github-redirect.dependabot.com/eslint/eslint/issues/11014)) ([#11015](https://github-redirect.dependabot.com/eslint/eslint/issues/11015))
- [`3943635`](eslint/eslint@3943635) Update: Create Linter.version API (fixes [#9271](https://github-redirect.dependabot.com/eslint/eslint/issues/9271)) ([#11010](https://github-redirect.dependabot.com/eslint/eslint/issues/11010))
- [`a940cf4`](eslint/eslint@a940cf4) Docs: Mention version for config glob patterns (fixes [#8793](https://github-redirect.dependabot.com/eslint/eslint/issues/8793))
- [`6e1c530`](eslint/eslint@6e1c530) Build: run tests on Node 11 ([#11008](https://github-redirect.dependabot.com/eslint/eslint/issues/11008))
- [`58ff359`](eslint/eslint@58ff359) Docs: add instructions for npm 2FA (refs [#10631](https://github-redirect.dependabot.com/eslint/eslint/issues/10631)) ([#10992](https://github-redirect.dependabot.com/eslint/eslint/issues/10992))
- Additional commits viewable in [compare view](eslint/eslint@v5.7.0...v5.8.0)
</details>
<br />
[](https://dependabot.com/compatibility-score.html?dependency-name=eslint&package-manager=npm_and_yarn&previous-version=5.7.0&new-version=5.8.0)
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`.
---
<details>
<summary>Dependabot commands and options</summary>
<br />
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](https://app.dependabot.com):
- 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.
</details>1 parent 982f6d4 commit 91f4b6dCopy full SHA for 91f4b6d
Expand file treeCollapse file tree
1 file changed
+3
-3
lines changed+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1676 | 1676 |
| |
1677 | 1677 |
| |
1678 | 1678 |
| |
1679 |
| - | |
1680 |
| - | |
1681 |
| - | |
| 1679 | + | |
| 1680 | + | |
| 1681 | + | |
1682 | 1682 |
| |
1683 | 1683 |
| |
1684 | 1684 |
| |
|
0 commit comments