GroceriStar / react-only-intern-23

https://cool-features.netlify.com/
GNU General Public License v3.0
1 stars 2 forks source link

Bump react-select from 2.3.0 to 2.4.4 #253

Open dependabot-preview[bot] opened 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps react-select from 2.3.0 to 2.4.4.

Release notes *Sourced from [react-select's releases](https://github.com/JedWatson/react-select/releases).* > ## v2.4.2 / 2019-03-11 > ## Bug fixes > * [#3446](https://github-redirect.dependabot.com/JedWatson/react-select/pull/3446) Fix bug with select input value not being selectable. Thanks [@​kangweichan](https://github.com/kangweichan) > * [#3445](https://github-redirect.dependabot.com/JedWatson/react-select/pull/3446) Fix accessibility bug. Disabled options are now focusable and announced by screen-readers but not selectable. Thanks [@​sarahbethfederman](https://github.com/sarahbethfederman) > > ## Updates > * Fixed typo in style docs. Thanks [thiagodebastos](https://github.com/thiagodebastos). > * [#3460](https://github-redirect.dependabot.com/JedWatson/react-select/pull/3460) Added description for actionTypes to docs. Thanks [@​mikekellyio](https://github.com/mikekellyio) > > ## v2.4.1 / 2019-02-18 > ## Bug fixes > * [#3432](https://github-redirect.dependabot.com/JedWatson/react-select/pull/3432) Fix bug with select menu's not working on mobile. > > ## v2.4.0 / 2019-02-15 > ### Bug fixes > * [#3427](https://github-redirect.dependabot.com/JedWatson/react-select/pull/3427) remove focusOption() invocation on ENTER press if the menu is not open. > * [#3402](https://github-redirect.dependabot.com/JedWatson/react-select/pull/3402) fix menu scroll being reset on focus of a select with an open menu in ie11. See [#3342](https://github-redirect.dependabot.com/JedWatson/react-select/issues/3342) for details. Thanks [timothypage](https://github.com/timothypage) > * [#3420](https://github-redirect.dependabot.com/JedWatson/react-select/pull/3420) fixed select menu being opened on click, when openMenuOnClick is false. Thanks [caleb](https://github.com/caleb) and [rscotten](https://github.com/rscotten) > * [#3419](https://github-redirect.dependabot.com/JedWatson/react-select/pull/3419) fixed bug with ScrollCaptor operating on an undefined scrollTarget. Thanks [iulian-radu-at](https://github.com/iulian-radu-at) > * [#3411](https://github-redirect.dependabot.com/JedWatson/react-select/pull/3411) fix bug where Enter key press on select with a closed menu wouldn't propagate up. Resolves [#2217](https://github-redirect.dependabot.com/JedWatson/react-select/issues/2217). > * [#3407](https://github-redirect.dependabot.com/JedWatson/react-select/pull/3407) remove unnecessary aria-roles from menu and options. This is now all handled by our aria-live implementation. Resolves [#3355](https://github-redirect.dependabot.com/JedWatson/react-select/issues/3355). Thanks [sarahbethfederman](https://github.com/sarahbethfederman). > * [#3393](https://github-redirect.dependabot.com/JedWatson/react-select/pull/3393), fix aria live announcement text for removing a selected option. Thanks [msharkeyiii](https://github.com/msharkeyiii). > * [#3350](https://github-redirect.dependabot.com/JedWatson/react-select/pull/3350) Updated to 0.91 of flow. Updated types to pass stricter type checking, in later versions of flow. Thanks [DragonWW](https://github.com/DragorWW) > > > ### Updates > * [#3370](https://github-redirect.dependabot.com/JedWatson/react-select/pull/3370) Updated memoize-one dependency to 5.0.0. Thanks [adam187](https://github.com/adam187) > * [#3366](https://github-redirect.dependabot.com/JedWatson/react-select/pull/3366/files) Update build tooling, to leverage babel 7. Thanks [DragonWW](https://github.com/DragorWW)
Commits - [`6fa3591`](https://github.com/JedWatson/react-select/commit/6fa3591e01e3319e06d63c2877a588d4fe59d107) v2.4.4 - [`2e7082a`](https://github.com/JedWatson/react-select/commit/2e7082aea9203cd98ce896808ca730ac51d0d67f) Merge pull request [#3563](https://github-redirect.dependabot.com/JedWatson/react-select/issues/3563) from mattermost/mm-14843 - [`0d2ec0a`](https://github.com/JedWatson/react-select/commit/0d2ec0a97f680cdf85a1f2507cde7e6fdb021e7a) Fix composition on non-Chrome browsers - [`b37edfd`](https://github.com/JedWatson/react-select/commit/b37edfd3c71d37a41baf0d770031c26c92813e7c) Merge pull request [#3540](https://github-redirect.dependabot.com/JedWatson/react-select/issues/3540) from risenforces/is-active-example - [`52b1ade`](https://github.com/JedWatson/react-select/commit/52b1ade255cfd9ff837c65bc474a403ed58309fe) add :active to StyledSingle and StyledMulti docs examples - [`c0ccc00`](https://github.com/JedWatson/react-select/commit/c0ccc0070dcdf8ebe75e2d440efb3f914782afbd) fix issue when disabled option was highlighted on the :active state - [`292bad3`](https://github.com/JedWatson/react-select/commit/292bad3298f2cafad6767f2134bd79a9c27e4073) Merge branch 'master' of https://github.com/JedWatson/react-select - [`ed9e958`](https://github.com/JedWatson/react-select/commit/ed9e958392efba725fcc6acd812b4a26a499ceef) Use shield style for citcleCI badge - [`192f7f1`](https://github.com/JedWatson/react-select/commit/192f7f16db12561a596e4713e6af083fdfccb512) v2.4.3 - [`6e85c18`](https://github.com/JedWatson/react-select/commit/6e85c18e83ca865f20f3b3494145094a2b0cdae6) Merge pull request [#3492](https://github-redirect.dependabot.com/JedWatson/react-select/issues/3492) from destructobeam/master - Additional commits viewable in [compare view](https://github.com/JedWatson/react-select/compare/v2.3.0...v2.4.4)


Dependabot compatibility score

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 commands and options
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 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.

Dependabot has been acquired by GitHub  🎉