dependabot[bot] opened a new pull request #12515:
URL: https://github.com/apache/superset/pull/12515


   Bumps [react-select](https://github.com/JedWatson/react-select) from 3.1.0 
to 3.2.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/JedWatson/react-select/releases";>react-select's 
releases</a>.</em></p>
   <blockquote>
   <h2>[email protected]</h2>
   <h3>Minor Changes</h3>
   <ul>
   <li>
   <p><a 
href="https://github.com/JedWatson/react-select/commit/c615e93dbca15b9f9c6c3e6437744ca53703347f";>c615e93d</a>
 <a 
href="https://github-redirect.dependabot.com/JedWatson/react-select/pull/4084";>#4084</a>
 Thanks <a href="https://github.com/JedWatson";>@JedWatson</a>! - Changed the 
<code>cx</code> and <code>getValue</code> props that are passed to components 
into instance properties, which means they now pass a referential equality 
check on subsequent renders.</p>
   <p>This is helpful, for example, when you're optimising the performance of 
rendering custom Option components - see <a 
href="https://github-redirect.dependabot.com/JedWatson/react-select/issues/3055";>#3055</a></p>
   </li>
   <li>
   <p><a 
href="https://github.com/JedWatson/react-select/commit/72f6036fa6f425837c8c2326bf91dff7bd7f6147";>72f6036f</a>
 <a 
href="https://github-redirect.dependabot.com/JedWatson/react-select/pull/4306";>#4306</a>
 Thanks <a href="https://github.com/bladey";>@bladey</a>! - Remove duplicate 
prop createOptionPosition</p>
   </li>
   </ul>
   <h3>Patch Changes</h3>
   <ul>
   <li>
   <p><a 
href="https://github.com/JedWatson/react-select/commit/ee638d4615e789090ea860d2e1c9f4d95a829d50";>ee638d46</a>
 <a 
href="https://github-redirect.dependabot.com/JedWatson/react-select/pull/4275";>#4275</a>
 Thanks <a href="https://github.com/Methuselah96";>@Methuselah96</a>! - Adds 
react ^17.0.0 to peer dependencies for React 17 support</p>
   </li>
   <li>
   <p><a 
href="https://github.com/JedWatson/react-select/commit/a0133f19f45eb2dc9a2faebd74e18f44da7d509b";>a0133f19</a>
 <a 
href="https://github-redirect.dependabot.com/JedWatson/react-select/pull/4154";>#4154</a>
 Thanks <a href="https://github.com/brenshanny";>@brenshanny</a>! - Creatable: 
Fixed removing MultiValues that have identical values. See issue <a 
href="https://github-redirect.dependabot.com/JedWatson/react-select/issues/4137";>#4137</a>
 for details.</p>
   </li>
   <li>
   <p><a 
href="https://github.com/JedWatson/react-select/commit/d1e660c6b261d7fd60a85a6eca2ee9e3e0348ea2";>d1e660c6</a>
 <a 
href="https://github-redirect.dependabot.com/JedWatson/react-select/pull/4213";>#4213</a>
 Thanks <a href="https://github.com/eythort";>@eythort</a>! - Added a guard to 
the <code>ScrollCaptor</code> component to check that <code>el</code> exists 
before calling <code>removeEventListener</code>, fixes intermittent errors</p>
   </li>
   <li>
   <p><a 
href="https://github.com/JedWatson/react-select/commit/a1e1db255aceda301d9705d0639e7ca0302bd079";>a1e1db25</a>
 <a 
href="https://github-redirect.dependabot.com/JedWatson/react-select/pull/4373";>#4373</a>
 Thanks <a href="https://github.com/Methuselah96";>@Methuselah96</a>! - Fixed 
value passed to onChange when clearing value</p>
   </li>
   <li>
   <p><a 
href="https://github.com/JedWatson/react-select/commit/2ad29d615bc769c3b3dc4177eb0007a267369748";>2ad29d61</a>
 <a 
href="https://github-redirect.dependabot.com/JedWatson/react-select/pull/4136";>#4136</a>
 Thanks <a href="https://github.com/Methuselah96";>@Methuselah96</a>! - Base 
aria-live message on tabSelectsValue prop</p>
   </li>
   <li>
   <p><a 
href="https://github.com/JedWatson/react-select/commit/ad890f279300b6baaca55a642141999a79af8883";>ad890f27</a>
 <a 
href="https://github-redirect.dependabot.com/JedWatson/react-select/pull/4326";>#4326</a>
 Thanks <a href="https://github.com/Methuselah96";>@Methuselah96</a>! - Updated 
react-input-autosize to v3.0.0</p>
   </li>
   <li>
   <p><a 
href="https://github.com/JedWatson/react-select/commit/b28d99222ab191db27482c6219f8c8b12ef753d8";>b28d9922</a>
 <a 
href="https://github-redirect.dependabot.com/JedWatson/react-select/pull/3990";>#3990</a>
 Thanks <a href="https://github.com/nikitaindik";>@nikitaindik</a>! - Fixed 
onCreateOption is not always called for Creatable</p>
   </li>
   <li>
   <p><a 
href="https://github.com/JedWatson/react-select/commit/24ba8702b93885790ee919de8c01ea8f44d1c354";>24ba8702</a>
 <a 
href="https://github-redirect.dependabot.com/JedWatson/react-select/pull/4289";>#4289</a>
 Thanks <a href="https://github.com/slimklim";>@slimklim</a>! - Added 
<code>innerProps</code> prop to the built-in <code>MenuList</code> component to 
reduce the need for additional DOM nodes or forking internal code when passing 
additional props to the DOM element the MenuList component is rendering.</p>
   <p>See issue <a 
href="https://github-redirect.dependabot.com/JedWatson/react-select/issues/4265";>#4265</a>
 for an explanation.</p>
   </li>
   </ul>
   <h2>[email protected]</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>
   <p><a 
href="https://github.com/JedWatson/react-select/commit/c8d74bd5710b1db6736837fb4334a59e46614a27";>c8d74bd5</a>
 <a 
href="https://github-redirect.dependabot.com/JedWatson/react-select/pull/3979";>#3979</a>
 Thanks <a href="https://github.com/mitchellhamilton";>@mitchellhamilton</a>! - 
Fix repository field</p>
   </li>
   <li>
   <p><a 
href="https://github.com/JedWatson/react-select/commit/c8447f480f8b9ca04386bee08e8d3a6fbb4f07c8";>c8447f48</a>
 <a 
href="https://github-redirect.dependabot.com/JedWatson/react-select/pull/4034";>#4034</a>
 Thanks <a href="https://github.com/sophiebits";>@sophiebits</a>! - Improve 
performance of option filtering when ignoreAccents is enabled (the default)</p>
   </li>
   <li>
   <p><a 
href="https://github.com/JedWatson/react-select/commit/7af1aafb2314db02544b7970784b868e97ec4824";>7af1aafb</a>
 <a 
href="https://github-redirect.dependabot.com/JedWatson/react-select/pull/4295";>#4295</a>
 Thanks <a href="https://github.com/JedWatson";>@JedWatson</a>! - Fix 
menuplacement context</p>
   </li>
   <li>
   <p><a 
href="https://github.com/JedWatson/react-select/commit/32ad5c040bdd96cd1ca71010c2558842d684629c";>32ad5c04</a>
 <a 
href="https://github-redirect.dependabot.com/JedWatson/react-select/pull/3892";>#3892</a>
 Thanks <a href="https://github.com/flexdinesh";>@flexdinesh</a>! - Fix 
react-select ignoring HTML5 &quot;form&quot; attribute</p>
   </li>
   <li>
   <p><a 
href="https://github.com/JedWatson/react-select/commit/6af14fbbc8ab42f2d17721732c9fe221d47c9e30";>6af14fbb</a>
 <a 
href="https://github-redirect.dependabot.com/JedWatson/react-select/pull/3897";>#3897</a>
 Thanks <a href="https://github.com/lorisdev";>@lorisdev</a>! - Removes the call 
to <code>onMenuOpen</code> on every input change</p>
   <p>If you were relying on this undesired behavior it may be a breaking 
change.
   Please upgrade accordingly.</p>
   </li>
   <li>
   <p><a 
href="https://github.com/JedWatson/react-select/commit/0eb1ef9625de907fddaf29516cec3bd93bf9c5f7";>0eb1ef96</a>
 Thanks <a href="https://github.com/JedWatson";>@JedWatson</a>! - Fixes touch 
issues in IE11</p>
   </li>
   <li>
   <p><a 
href="https://github.com/JedWatson/react-select/commit/ad608c8f1f445e70a082bae755dd30bda5b5f205";>ad608c8f</a>
 <a 
href="https://github-redirect.dependabot.com/JedWatson/react-select/pull/3928";>#3928</a>
 Thanks <a href="https://github.com/dpordomingo";>@dpordomingo</a>! - Update 
MenuPlacer context usage in order to the new React Context API</p>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/JedWatson/react-select/commit/45f6f292b44e434fe6286e6017e43245528b72fb";><code>45f6f29</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/JedWatson/react-select/issues/4307";>#4307</a>
 from JedWatson/changeset-release/master</li>
   <li><a 
href="https://github.com/JedWatson/react-select/commit/4ecdc9b2f831d8757e4a47da4582f61daa4f9f91";><code>4ecdc9b</code></a>
 Version Packages</li>
   <li><a 
href="https://github.com/JedWatson/react-select/commit/8c3de14c20f9a975228d3363bfadc08b7d507c2b";><code>8c3de14</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/JedWatson/react-select/issues/4374";>#4374</a>
 from Methuselah96/add-prettify-script</li>
   <li><a 
href="https://github.com/JedWatson/react-select/commit/244fa3645fb1bfe1e1de5ed3a65619a60c4446b3";><code>244fa36</code></a>
 Merge branch 'master' into add-prettify-script</li>
   <li><a 
href="https://github.com/JedWatson/react-select/commit/500398d93b8e2924ae49f6c786259cfd40dc0405";><code>500398d</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/JedWatson/react-select/issues/4340";>#4340</a>
 from JedWatson/#3006-Documentation-Additions-and-Rev...</li>
   <li><a 
href="https://github.com/JedWatson/react-select/commit/9c4dec3a9656f6704841bdd252e6cf5a60cb150f";><code>9c4dec3</code></a>
 Merge branch 'master' into #3006-Documentation-Additions-and-Revisions</li>
   <li><a 
href="https://github.com/JedWatson/react-select/commit/ef2d3572315b37b0fc7bce963db405d4106a24a7";><code>ef2d357</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/JedWatson/react-select/issues/4136";>#4136</a>
 from jkjustjoshing/patch-2</li>
   <li><a 
href="https://github.com/JedWatson/react-select/commit/b27d01bc5d2572ba77969a3ae6209b571b7091b1";><code>b27d01b</code></a>
 Merge branch 'master' into patch-2</li>
   <li><a 
href="https://github.com/JedWatson/react-select/commit/ad2ff6c0d8d8675887fb88f71fd1a146fc8cd662";><code>ad2ff6c</code></a>
 4255: Check props to ensure Select is not focused when isDisabled changed (<a 
href="https://github-redirect.dependabot.com/JedWatson/react-select/issues/4";>#4</a>...</li>
   <li><a 
href="https://github.com/JedWatson/react-select/commit/a2971e6c05471d04b4548f340ac13423babb59d6";><code>a2971e6</code></a>
 Merge branch 'master' into Issue-4255--Remove-focus-from-disabled-Select</li>
   <li>Additional commits viewable in <a 
href="https://github.com/JedWatson/react-select/compare/[email protected]@3.2.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-select&package-manager=npm_and_yarn&previous-version=3.1.0&new-version=3.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <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 squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor 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)
   
   
   </details>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to