From 1dc7b3b43e82a06a23860f9e826cf874bb51173e Mon Sep 17 00:00:00 2001 From: Lucas Bebber Date: Thu, 25 Jul 2019 17:50:33 -0300 Subject: [PATCH 1/3] Update eslint-plugin-react --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0ea0831..d280b18 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "eslint-config-prettier": "^6.0.0", "eslint-config-vtex": "^11.0.0", "eslint-plugin-jsx-a11y": "^6.2.3", - "eslint-plugin-react": "^7.14.2", + "eslint-plugin-react": "^7.14.3", "eslint-plugin-react-hooks": "^1.6.1" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 1453755..34e6ba8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -357,10 +357,10 @@ eslint-plugin-react-hooks@^1.6.1: resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-1.6.1.tgz#3c66a5515ea3e0a221ffc5d4e75c971c217b1a4c" integrity sha512-wHhmGJyVuijnYIJXZJHDUF2WM+rJYTjulUTqF9k61d3BTk8etydz+M4dXUVH7M76ZRS85rqBTCx0Es/lLsrjnA== -eslint-plugin-react@^7.14.2: - version "7.14.2" - resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.14.2.tgz#94c193cc77a899ac0ecbb2766fbef88685b7ecc1" - integrity sha512-jZdnKe3ip7FQOdjxks9XPN0pjUKZYq48OggNMd16Sk+8VXx6JOvXmlElxROCgp7tiUsTsze3jd78s/9AFJP2mA== +eslint-plugin-react@^7.14.3: + version "7.14.3" + resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.14.3.tgz#911030dd7e98ba49e1b2208599571846a66bdf13" + integrity sha512-EzdyyBWC4Uz2hPYBiEJrKCUi2Fn+BJ9B/pJQcjw5X+x/H2Nm59S4MJIvL4O5NEE0+WbnQwEBxWY03oUk+Bc3FA== dependencies: array-includes "^3.0.3" doctrine "^2.1.0" From 12af3696771dfece683c29fb1e2ec543a775d2a5 Mon Sep 17 00:00:00 2001 From: Lucas Bebber Date: Thu, 25 Jul 2019 17:50:43 -0300 Subject: [PATCH 2/3] Updated changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcde90b..4457462 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Changed +- Updated `eslint-plugin-react` version. ## [5.0.0] - 2019-07-15 ### Changed From 00beb268e2d0193aa1be703029652b529d3e1da6 Mon Sep 17 00:00:00 2001 From: Lucas Bebber Date: Thu, 25 Jul 2019 18:26:36 -0300 Subject: [PATCH 3/3] Release v5.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d280b18..bb405a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-vtex-react", - "version": "5.0.0", + "version": "5.0.1", "description": "VTEX's eslint config for React", "main": "index.js", "scripts": {