From afba7eae8edf4b13631696cf98ca600ef735a2ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 24 Oct 2018 03:42:26 +0000 Subject: [PATCH 1/2] build(deps): bump react-select from 2.1.0 to 2.1.1 in /ui Bumps [react-select](https://github.com/JedWatson/react-select) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/JedWatson/react-select/releases) - [Changelog](https://github.com/JedWatson/react-select/blob/master/.sweet-changelogs.js) - [Commits](https://github.com/JedWatson/react-select/commits) Signed-off-by: dependabot[bot] --- ui/package.json | 2 +- ui/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package.json b/ui/package.json index f38d55edc..b3c56a3db 100644 --- a/ui/package.json +++ b/ui/package.json @@ -43,7 +43,7 @@ "react-popper": "1.0.2", "react-resize-detector": "3.1.3", "react-scripts": "2.0.5", - "react-select": "2.1.0", + "react-select": "2.1.1", "react-tippy": "1.2.3", "react-transition-group": "2.5.0", "whatwg-fetch": "3.0.0" diff --git a/ui/yarn.lock b/ui/yarn.lock index 04a807c95..8d88b1f2a 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -9272,10 +9272,10 @@ react-scripts@2.0.5: optionalDependencies: fsevents "1.2.4" -react-select@2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/react-select/-/react-select-2.1.0.tgz#95977a763b14f2fc42255a510acd73bef9561f7d" - integrity sha512-3SdRAKX64hNzDF/DT1J1Ei3fIoQlLMkMJuB3yOY6oOYwl2A9SFJMsqXLgsveiu7UGrdo+4lyZi3mSqvw8qeGMA== +react-select@2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/react-select/-/react-select-2.1.1.tgz#762d0babd8c7c46a944db51cbb72e4ee117253f9" + integrity sha512-ukie2LJStNfJEJ7wtqA+crAfzYpkpPr86urvmJGisECwsWJob9boCM4zjmKCi5QR7G8uY9+v7ZoliJpeCz/4xw== dependencies: classnames "^2.2.5" emotion "^9.1.2" From fa6f4b270a568f297171a7c2a2e581732d73f429 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Wed, 24 Oct 2018 18:04:40 +0100 Subject: [PATCH 2/2] chore(ui): update snapshots for react-select 2.1.1 --- .../Components/MultiSelect/__snapshots__/index.test.js.snap | 6 ------ .../AlertManagerInput/__snapshots__/index.test.js.snap | 1 - .../SilenceMatch/__snapshots__/LabelNameInput.test.js.snap | 1 - .../SilenceMatch/__snapshots__/LabelValueInput.test.js.snap | 1 - 4 files changed, 9 deletions(-) diff --git a/ui/src/Components/MultiSelect/__snapshots__/index.test.js.snap b/ui/src/Components/MultiSelect/__snapshots__/index.test.js.snap index 901e375ea..e2c48f041 100644 --- a/ui/src/Components/MultiSelect/__snapshots__/index.test.js.snap +++ b/ui/src/Components/MultiSelect/__snapshots__/index.test.js.snap @@ -28,7 +28,6 @@ exports[` matches snapshot when focused 1`] = ` id=\\"react-select-4-input\\" spellcheck=\\"false\\" tabindex=\\"0\\" - theme=\\"[object Object]\\" type=\\"text\\" aria-autocomplete=\\"list\\" style=\\"box-sizing: content-box; width: 2px; border: 0px; font-size: inherit; opacity: 1; outline: 0; padding: 0px;\\" @@ -81,7 +80,6 @@ exports[` matches snapshot with a value 1`] = ` id=\\"react-select-5-input\\" spellcheck=\\"false\\" tabindex=\\"0\\" - theme=\\"[object Object]\\" value aria-autocomplete=\\"list\\" style=\\"box-sizing:content-box;width:1px;background:0;border:0;font-size:inherit;opacity:1;outline:0;padding:0;color:inherit\\" @@ -133,7 +131,6 @@ exports[` matches snapshot with defaults 1`] = ` id=\\"react-select-2-input\\" spellcheck=\\"false\\" tabindex=\\"0\\" - theme=\\"[object Object]\\" value aria-autocomplete=\\"list\\" style=\\"box-sizing:content-box;width:1px;background:0;border:0;font-size:inherit;opacity:1;outline:0;padding:0;color:inherit\\" @@ -186,7 +183,6 @@ exports[` matches snapshot with isDisabled=true 1`] = ` id=\\"react-select-7-input\\" spellcheck=\\"false\\" tabindex=\\"0\\" - theme=\\"[object Object]\\" value aria-autocomplete=\\"list\\" style=\\"box-sizing:content-box;width:1px;background:0;border:0;font-size:inherit;opacity:1;outline:0;padding:0;color:inherit\\" @@ -238,7 +234,6 @@ exports[` matches snapshot with isMulti=true 1`] = ` id=\\"react-select-3-input\\" spellcheck=\\"false\\" tabindex=\\"0\\" - theme=\\"[object Object]\\" value aria-autocomplete=\\"list\\" style=\\"box-sizing:content-box;width:1px;background:0;border:0;font-size:inherit;opacity:1;outline:0;padding:0;color:inherit\\" @@ -304,7 +299,6 @@ exports[` matches snapshot with isMulti=true and a value 1` id=\\"react-select-6-input\\" spellcheck=\\"false\\" tabindex=\\"0\\" - theme=\\"[object Object]\\" value aria-autocomplete=\\"list\\" style=\\"box-sizing:content-box;width:1px;background:0;border:0;font-size:inherit;opacity:1;outline:0;padding:0;color:inherit\\" diff --git a/ui/src/Components/SilenceModal/AlertManagerInput/__snapshots__/index.test.js.snap b/ui/src/Components/SilenceModal/AlertManagerInput/__snapshots__/index.test.js.snap index 570519862..39a8300ea 100644 --- a/ui/src/Components/SilenceModal/AlertManagerInput/__snapshots__/index.test.js.snap +++ b/ui/src/Components/SilenceModal/AlertManagerInput/__snapshots__/index.test.js.snap @@ -67,7 +67,6 @@ exports[` matches snapshot 1`] = ` id=\\"react-select-silence-input-alertmanagers-input\\" spellcheck=\\"false\\" tabindex=\\"0\\" - theme=\\"[object Object]\\" value aria-autocomplete=\\"list\\" style=\\"box-sizing:content-box;width:1px;background:0;border:0;font-size:inherit;opacity:1;outline:0;padding:0;color:inherit\\" diff --git a/ui/src/Components/SilenceModal/SilenceMatch/__snapshots__/LabelNameInput.test.js.snap b/ui/src/Components/SilenceModal/SilenceMatch/__snapshots__/LabelNameInput.test.js.snap index 8fcbd751c..a41b43eb0 100644 --- a/ui/src/Components/SilenceModal/SilenceMatch/__snapshots__/LabelNameInput.test.js.snap +++ b/ui/src/Components/SilenceModal/SilenceMatch/__snapshots__/LabelNameInput.test.js.snap @@ -19,7 +19,6 @@ exports[` matches snapshot 1`] = ` id=\\"react-select-silence-input-label-name-1-input\\" spellcheck=\\"false\\" tabindex=\\"0\\" - theme=\\"[object Object]\\" value aria-autocomplete=\\"list\\" style=\\"box-sizing:content-box;width:1px;background:0;border:0;font-size:inherit;opacity:1;outline:0;padding:0;color:inherit\\" diff --git a/ui/src/Components/SilenceModal/SilenceMatch/__snapshots__/LabelValueInput.test.js.snap b/ui/src/Components/SilenceModal/SilenceMatch/__snapshots__/LabelValueInput.test.js.snap index 855ac2f66..20e6998bf 100644 --- a/ui/src/Components/SilenceModal/SilenceMatch/__snapshots__/LabelValueInput.test.js.snap +++ b/ui/src/Components/SilenceModal/SilenceMatch/__snapshots__/LabelValueInput.test.js.snap @@ -32,7 +32,6 @@ exports[` matches snapshot 1`] = ` id=\\"react-select-silence-input-label-value-1-input\\" spellcheck=\\"false\\" tabindex=\\"0\\" - theme=\\"[object Object]\\" value aria-autocomplete=\\"list\\" style=\\"box-sizing:content-box;width:1px;background:0;border:0;font-size:inherit;opacity:1;outline:0;padding:0;color:inherit\\"