Skip to content

chore:(deps): bump react-select from 4.3.1 to 5.2.0 in /explorer - #33

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/explorer/react-select-5.2.0
Closed

chore:(deps): bump react-select from 4.3.1 to 5.2.0 in /explorer#33
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/explorer/react-select-5.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 2, 2021

Copy link
Copy Markdown

Bumps react-select from 4.3.1 to 5.2.0.

Release notes

Sourced from react-select's releases.

react-select@5.2.0

Minor Changes

Patch Changes

react-select@5.1.0

Minor Changes

Patch Changes

  • fdd01e66 #4833 Thanks @​ebonow! - Value container display property should be grid when isMulti and has no value so the Placeholder component is positioned correctly with the Input

  • 0937604f #4823 Thanks @​mikunpham! - Fix the issue where input contents are moved to the left due to multiple space characters.

  • ec80b577 #4803 Thanks @​Methuselah96! - Import CSSObject from @​emotion/react instead of @​emotion/serialize

react-select@5.0.0

Upgrade Guide

Summary

  • Convert to TypeScript (#4489) - TypeScript types now come packaged with react-select so you no longer need to have @types/react-select installed; we no longer include Flow types
  • Drop IE11 support (#4625, #4720, #4634) - this allows us to make changes to our CSS that we've wanted to make for a long time as well as remove unnecessary JS solutions (those changes are noted below)
  • Use forwardRef for all wrapped components (#4489) - this means that if you were accessing anything on the Select instance using a ref, the ref will now reference the internal Select directly (see below for how to upgrade)
  • Replace HOCs with hooks (#4489) - if you were using our HOCs to create custom Selects (i.e., makeCreatableSelect, mangeState, makeAsyncSelect) these have now been replaced by hooks (i.e., useCreatable, useStateManager, useAsync)
  • Remove dependency on AutosizeInput (#4625) - our new solution uses CSS grid which IE11 does not fully support; also .prefix__input now targets the input and NOT the container
  • Improve screen reader experience (#4676) - this isn't a breaking change in the API but it does change the screen reader announcements
  • Use CSS grid for single value layout (#4720) - this also isn't a breaking change in the API but is it a change in the styles since it switches to using CSS grid (not fully supported by IE11) for single-value Selects
  • Remove readonly attribute on our DummyInput (#4634) - this results in better accessibility but uses caret-color which is not available on IE11

Details

Convert to TypeScript

We've rewritten react-select in TypeScript which means you can remove any dependencies on @types/react-select. If you were using the Flow types than look into contributing types for v5 to flow-typed.

Here are the most notable changes when replacing @types/react-select with our packaged types:

... (truncated)

Commits
  • 4563298 Merge pull request #4892 from JedWatson/changeset-release/master
  • dc3a552 Version Packages
  • d074ffb Merge pull request #4890 from JedWatson/update-changesets
  • b9d1ee8 Update yarn.lock
  • 9d484b2 Bump changeset dependencies
  • 20ea030 Merge pull request #4785 from Rall3n/current-input-value-meta
  • a694069 Merge branch 'master' into current-input-value-meta
  • e67ea16 Merge pull request #4878 from ebonow/documentation-improvements-21-10-24
  • 6bc1f57 Merge branch 'master' into documentation-improvements-21-10-24
  • ac4072a Update changeset
  • Additional commits viewable in compare view

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 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)

Bumps [react-select](https://github.com/JedWatson/react-select) from 4.3.1 to 5.2.0.
- [Release notes](https://github.com/JedWatson/react-select/releases)
- [Changelog](https://github.com/JedWatson/react-select/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/JedWatson/react-select/compare/react-select@4.3.1...react-select@5.2.0)

---
updated-dependencies:
- dependency-name: react-select
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Nov 2, 2021

Copy link
Copy Markdown
Author

The following labels could not be found: automerge.

@dependabot @github

dependabot Bot commented on behalf of github Nov 8, 2021

Copy link
Copy Markdown
Author

Superseded by #34.

@dependabot dependabot Bot closed this Nov 8, 2021
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/explorer/react-select-5.2.0 branch November 8, 2021 09:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants