Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency chakra-react-select to v5 #981

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 12, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
chakra-react-select 4.10.1 -> 5.0.1 age adoption passing confidence

Release Notes

csandman/chakra-react-select (chakra-react-select)

v5.0.1: 5.0.1

Compare Source

What's Changed

  • Removes support for the isFixed attribute on options to remove the tag close button. This was supposed to be removed with the other breaking changes, but it was missed.
    • The original idea for this feature was taken from an example in the react-select docs for how you can use custom components. Because of this, this should be done by the end user if desired.

Full Changelog: csandman/chakra-react-select@v5.0.0...v5.0.1

v5.0.0: 5.0.0

Compare Source

What's Changed

This is the last major release before Chakra v3 is fully released! The intention of this release is to batch a few breaking changes that have been in the works for a while, along with a codemod to hopefully make the changes for you.

Breaking Changes
  1. The useBasicStyles prop was removed, as the styles provided by it are now the default. Originally, it was styled to match the InputRightAddon component, in order to create a visual separation between the dropdown indicator and the clear indicator. However, it seems that most people preferred it to visually match the original Chakra Select component, so those styles are now the default. If you want to modify the styles to appear like they used to, you can do so using the chakraStyles prop. Some examples of how to do this are provided in the README.
  2. Remove the deprecated selectedOptionColor prop. A new prop was added a while ago to replace that one, selectedOptionColorScheme, as some people were getting confused by the meaning of the original (thinking it meant an explicit color instead of a named color from their theme). The old one was left in the code though, and now it is gone for good.
  3. Remove the deprecated hasStickyGroupHeaders prop. This was removed from the documentation a long time ago, as it was only ever really an experimental way to style the grouped option headers so they'd stay in view while you scroll the list of options. It also had some problems with using the keyboard to navigate between options. They would disappear behind the header when you used the up arrow.
  4. Renamed the colorScheme prop to tagColorScheme. There has been some confusion around what this prop actually means, as the original name the prop had wasn't specific enough to it's purpose. It didn't make sense to have a specific prop for selectedOptionColorScheme, and not be specific with the naming for the tagColorScheme. This may be followed by the addition of a new root colorScheme prop, but that isn't included here.

All of these changes can be made automatically using the Codemod provided here

npx crs-codemod@latest v5 .

### or
npx crs-codemod@latest v5 ./src

This release will most likely mean an end of support for v3 (Chakra v1 compatible version), unless people want to put up any fix PRs for it themselves.

Full Changelog: csandman/chakra-react-select@v4.10.1...v5.0.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/chakra-react-select-5.x branch from 972b718 to 829b61e Compare October 12, 2024 07:11
@renovate renovate bot force-pushed the renovate/chakra-react-select-5.x branch from 829b61e to d17a9a9 Compare October 12, 2024 11:18
@renovate renovate bot force-pushed the renovate/chakra-react-select-5.x branch from d17a9a9 to ecd21f4 Compare October 12, 2024 15:58
@renovate renovate bot force-pushed the renovate/chakra-react-select-5.x branch from ecd21f4 to 8f2b324 Compare October 12, 2024 20:27
@renovate renovate bot force-pushed the renovate/chakra-react-select-5.x branch from 8f2b324 to 79a1397 Compare October 13, 2024 15:33
@renovate renovate bot force-pushed the renovate/chakra-react-select-5.x branch from 79a1397 to 62e9d1d Compare October 14, 2024 18:51
@renovate renovate bot force-pushed the renovate/chakra-react-select-5.x branch from 62e9d1d to 0bb0ec9 Compare October 14, 2024 21:48
@renovate renovate bot force-pushed the renovate/chakra-react-select-5.x branch from 0bb0ec9 to 6494136 Compare October 15, 2024 12:50
@renovate renovate bot force-pushed the renovate/chakra-react-select-5.x branch from 6494136 to 79a7498 Compare October 15, 2024 17:58
@renovate renovate bot force-pushed the renovate/chakra-react-select-5.x branch from 79a7498 to c64dc2d Compare October 15, 2024 20:55
@renovate renovate bot force-pushed the renovate/chakra-react-select-5.x branch from c64dc2d to 418c8b4 Compare October 15, 2024 23:06
@renovate renovate bot force-pushed the renovate/chakra-react-select-5.x branch from 418c8b4 to 1e302e2 Compare October 16, 2024 00:22
@renovate renovate bot force-pushed the renovate/chakra-react-select-5.x branch from 1e302e2 to 287c2be Compare October 16, 2024 20:30
@renovate renovate bot force-pushed the renovate/chakra-react-select-5.x branch from 287c2be to d259b66 Compare October 16, 2024 21:21
@renovate renovate bot force-pushed the renovate/chakra-react-select-5.x branch from d259b66 to bd9f2c9 Compare October 17, 2024 02:28
@renovate renovate bot force-pushed the renovate/chakra-react-select-5.x branch from 2b58ba2 to 0c0f1ea Compare October 18, 2024 21:47
@renovate renovate bot force-pushed the renovate/chakra-react-select-5.x branch from 0c0f1ea to 99aba46 Compare October 19, 2024 00:59
@renovate renovate bot force-pushed the renovate/chakra-react-select-5.x branch from 99aba46 to cb4b654 Compare October 19, 2024 04:53
@renovate renovate bot force-pushed the renovate/chakra-react-select-5.x branch from cb4b654 to 604638e Compare October 19, 2024 06:07
@renovate renovate bot force-pushed the renovate/chakra-react-select-5.x branch from 604638e to ba2219f Compare October 19, 2024 07:29
@renovate renovate bot force-pushed the renovate/chakra-react-select-5.x branch from ba2219f to fe2114c Compare October 19, 2024 10:41
@renovate renovate bot force-pushed the renovate/chakra-react-select-5.x branch from fe2114c to 78d17c4 Compare October 20, 2024 01:57
@renovate renovate bot force-pushed the renovate/chakra-react-select-5.x branch from 78d17c4 to a4ac175 Compare October 20, 2024 03:25
@renovate renovate bot force-pushed the renovate/chakra-react-select-5.x branch from a4ac175 to 41b51de Compare October 20, 2024 22:04
@renovate renovate bot force-pushed the renovate/chakra-react-select-5.x branch from 41b51de to f035f25 Compare October 21, 2024 16:32
@renovate renovate bot force-pushed the renovate/chakra-react-select-5.x branch from f035f25 to 8c12ba9 Compare October 22, 2024 03:18
@renovate renovate bot force-pushed the renovate/chakra-react-select-5.x branch from 8c12ba9 to 1d63710 Compare October 22, 2024 06:30
@renovate renovate bot force-pushed the renovate/chakra-react-select-5.x branch from 1d63710 to 4e6ac8e Compare October 22, 2024 10:14
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