From 208e684dbc6552b37713ed058a82ce23f1fd3078 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Thu, 27 Dec 2018 10:59:52 +0800 Subject: [PATCH] chore(deps): update dependency eslint to v5.11.1 (#128) This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | eslint | devDependencies | patch | `5.11.0` -> `5.11.1` | [homepage](https://eslint.org), [source](https://renovatebot.com/gh/eslint/eslint) | --- ### Release Notes
eslint/eslint ### [`v5.11.1`](https://renovatebot.com/gh/eslint/eslint/releases/v5.11.1) [Compare Source](https://renovatebot.com/gh/eslint/eslint/compare/v5.11.0...v5.11.1) - [`de79f10`](https://renovatebot.com/gh/eslint/eslint/commit/de79f1026b7035f0296d7876f1db64f225cca1b8) Fix: handle optional catch bindings in no-useless-catch ([#​11205](https://renovatebot.com/gh/eslint/eslint/issues/11205)) (Colin Ihrig)
--- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`". :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#Mediatek-Cloud/mcs-ui). --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index abc49597..ac98a0bd 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "enzyme": "3.8.0", "enzyme-adapter-react-16": "1.7.1", "enzyme-to-json": "3.3.5", - "eslint": "5.11.0", + "eslint": "5.11.1", "flow-bin": "0.88.0", "hsu-scripts": "0.3.0", "husky": "1.3.0", diff --git a/yarn.lock b/yarn.lock index ce9d2872..1a4de5be 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4543,10 +4543,10 @@ eslint-visitor-keys@^1.0.0: resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d" integrity sha512-qzm/XxIbxm/FHyH341ZrbnMUpe+5Bocte9xkmFMzPMjRaZMcXww+MpBptFvtU+79L362nqiLhekCxCxDPaUMBQ== -eslint@5.11.0: - version "5.11.0" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.11.0.tgz#51a0e70f137a425fe044cd48273b96f28a774b1f" - integrity sha512-gbEg0ttToZPkZUv2yYjpipxuYrv/9aSSmgM4V6GkiO3u04QosHYBtduUCqLEulEg3YvNDAkk3OWzyQJ/heZ3Nw== +eslint@5.11.1: + version "5.11.1" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.11.1.tgz#8deda83db9f354bf9d3f53f9677af7e0e13eadda" + integrity sha512-gOKhM8JwlFOc2acbOrkYR05NW8M6DCMSvfcJiBB5NDxRE1gv8kbvxKaC9u69e6ZGEMWXcswA/7eKR229cEIpvg== dependencies: "@babel/code-frame" "^7.0.0" ajv "^6.5.3"