Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 21, 2025

Bumps chakra-react-select from 4.10.1 to 6.1.0.

Release notes

Sourced from chakra-react-select's releases.

6.1.0

What's Changed

New Contributors

Full Changelog: csandman/chakra-react-select@v6.0.1...v6.1.0

6.0.1

What's Changed

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

6.0.0

Finally, a Chakra V3 compatible version of Chakra React Select is ready to go! There were many breaking changes in the V3 release of Chakra UI, so this version took a while, but it's now ready for use in production. Thanks to everyone who tested out the pre-releases and gave feedback.

The docs should be fully updated, but if anything doesn't make sense after the release, don't hesitate to post an issue or a discussion. Unfortunately, due to the size of this release, there won't be a codemod available for migrating (similar to the core Chakra library). Here are all of the breaking changes that should be noted when upgrading.

Breaking Changes

  • Most of the styles pulled from the theme are now using styles from Chakra's new Select component.
    • The exceptions are the Control, which still uses styles from the Input theme, and the MultiValue components, which still pull their styles from the Tag theme. The docs have been updated to list out which theme styles are being used for each React Select sub-component: https://github.com/csandman/chakra-react-select#theme-styles.
  • Everything that was previously named colorScheme is now named colorPalette: https://www.chakra-ui.com/docs/get-started/migration#colorscheme-prop
    • tagColorScheme is now tagColorPalette.
    • selectedOptionColorScheme is now selectedOptionColorPalette.
    • An individual option's colorScheme key is now colorPalette.
  • Some props were replaced on chakraComponents.LoadingIndicator:
  • The LoadingIndicator component no longer changes size in response to changes to the root size prop. With the new default size, the default spinner size ended up looking the best across all three select sizes.
  • focusBorderColor was replaced with focusRingColor and errorBorderColor was removed, as there is no longer any equivalent prop that exists.
  • All boolean props have had the is prefix removed: https://www.chakra-ui.com/docs/get-started/migration#boolean-props
    • isRequired is now the required attribute that's already built-in to react-select. It will behave the same as the required prop on any other Chakra component.
    • isReadOnly is now readOnly
    • isInvalid is now invalid. This prop was removed from the core Input, Select, and Textarea components in the Chakra UI library in favor of passing them into a wrapping Field.Root. However, they were left on this package due to many users not always wrapping the Select: https://www.chakra-ui.com/docs/get-started/migration#input-select-textarea
    • Adds disabled, which will override the isDisabled prop built-in to react-select
      • This is just to keep the props consistent with the other Chakra prop names. The isDisabled prop from React Select will still function as it did previously.
  • Add a default for the menuPlacement of "auto". This is to more closely match the default flipping behavior of the Chakra Select.

... (truncated)

Commits
  • 7434fd5 6.1.0
  • 1a42b07 [ImgBot] Optimize images (#365)
  • 1611b50 fix: update type definitions to use ConditionalValue for color palette props ...
  • 870c8ff chore: Update all dependencies in main package and demo (#363)
  • f9e87a0 feat: Change selectedOptionColorPalette values pulled from the theme (#364)
  • 9dc874b 6.0.1
  • 228e951 Merge pull request #355 from csandman/fix/menu-list-positioning
  • e92624b Re-add relative positioning to MenuList
  • baedc04 Add advanced example for Dialog menu portal target
  • 52c9bfe Add default tags
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

PR-Codex overview

This PR focuses on updating the version of the chakra-react-select package from ^4.7.6 to ^6.1.0 in the package.json and the corresponding changes in the pnpm-lock.yaml.

Detailed summary

  • Updated chakra-react-select from ^4.7.6 to ^6.1.0 in package.json.
  • Adjusted chakra-react-select version details in pnpm-lock.yaml.
  • Changed peer dependency for @chakra-ui/react from 2.x to 3.x.
  • Updated react and react-dom peer dependencies to include 19.x in react-select.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

Bumps [chakra-react-select](https://github.com/csandman/chakra-react-select) from 4.10.1 to 6.1.0.
- [Release notes](https://github.com/csandman/chakra-react-select/releases)
- [Commits](csandman/chakra-react-select@v4.10.1...v6.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added Dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 21, 2025
@dependabot dependabot bot requested review from a team as code owners April 21, 2025 20:35
@vercel
Copy link

vercel bot commented Apr 21, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
thirdweb_playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 21, 2025 8:46pm
thirdweb-www ❌ Failed (Inspect) Apr 21, 2025 8:46pm
3 Skipped Deployments
Name Status Preview Comments Updated (UTC)
docs-v2 ⬜️ Skipped (Inspect) Apr 21, 2025 8:46pm
login ⬜️ Skipped (Inspect) Apr 21, 2025 8:46pm
wallet-ui ⬜️ Skipped (Inspect) Apr 21, 2025 8:46pm

@changeset-bot
Copy link

changeset-bot bot commented Apr 21, 2025

⚠️ No Changeset found

Latest commit: 2939a65

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel vercel bot temporarily deployed to Preview – wallet-ui April 21, 2025 20:35 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 April 21, 2025 20:35 Inactive
@vercel vercel bot temporarily deployed to Preview – login April 21, 2025 20:35 Inactive
@graphite-app
Copy link
Contributor

graphite-app bot commented Apr 21, 2025

How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • merge-queue - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

@github-actions github-actions bot added the Dashboard Involves changes to the Dashboard. label Apr 21, 2025
@socket-security
Copy link

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedchakra-react-select@​4.10.1 ⏵ 6.1.0100 +1100100 +192100

View full report

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 21, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/chakra-react-select-6.1.0 branch April 21, 2025 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dashboard Involves changes to the Dashboard. Dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants