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 78bf5db to 4ee18c4 Compare October 23, 2024 21:58
@renovate renovate bot force-pushed the renovate/chakra-react-select-5.x branch 2 times, most recently from e32c9b8 to 968ef9b Compare October 24, 2024 16:48
@renovate renovate bot force-pushed the renovate/chakra-react-select-5.x branch from 968ef9b to accbe6c Compare October 24, 2024 18:12
@renovate renovate bot force-pushed the renovate/chakra-react-select-5.x branch from accbe6c to 735b915 Compare October 24, 2024 21:40
@renovate renovate bot force-pushed the renovate/chakra-react-select-5.x branch from 735b915 to 7c9106e Compare October 25, 2024 01:08
@renovate renovate bot force-pushed the renovate/chakra-react-select-5.x branch from 7c9106e to b8df80d Compare October 25, 2024 07:39
@renovate renovate bot force-pushed the renovate/chakra-react-select-5.x branch from b8df80d to 752e483 Compare October 25, 2024 13:40
@renovate renovate bot force-pushed the renovate/chakra-react-select-5.x branch from 752e483 to ab3aa3e Compare October 25, 2024 17:03
@renovate renovate bot force-pushed the renovate/chakra-react-select-5.x branch from ab3aa3e to 5e5403d Compare October 25, 2024 19:30
@renovate renovate bot force-pushed the renovate/chakra-react-select-5.x branch from 5e5403d to 15da708 Compare October 25, 2024 21:34
@renovate renovate bot force-pushed the renovate/chakra-react-select-5.x branch from 15da708 to 4a2c06e Compare October 26, 2024 13:13
@renovate renovate bot force-pushed the renovate/chakra-react-select-5.x branch from 4a2c06e to 94f7ded Compare October 27, 2024 03:56
@renovate renovate bot force-pushed the renovate/chakra-react-select-5.x branch from 94f7ded to 45454df Compare October 28, 2024 11:26
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