Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 1, 2023

Bumps chakra-react-select from 4.2.2 to 4.6.0.

Release notes

Sourced from chakra-react-select's releases.

4.6.0

What's Changed

  • Value Style Fixes by @​csandman in csandman/chakra-react-select#248
    • Fix various styles, so they line up better with how the original react-select is laid out
      • In response to #246
    • Fix the condition for setting the aria-invalid prop
  • Prop Deprecation by @​csandman in csandman/chakra-react-select#247
    • Add @deprecated flags to both the original styles and theme props to help prevent people from using them by mistake.
      • Unfortunately, these props are not flagged when you attempt to pass them into the component, but at least the @deprecated label shows up when you hover over the prop.
    • Change the prop selectedOptionColor to selectedOptionColorScheme to prevent confusion.
      • The selectedOptionColor prop will still function for the time being, but will be removed in the next major version
    • Remove the documentation for hasStickyGroupHeaders and isFixed as a soft deprecation. They still function for now, but will probably be removed eventually (unless people start complaining).
      • These props were added very early on in this package's development, mostly as a way to try some things myself. Ultimately, they don't make much sense in the scope of other props, and these same customizations can be done from the user's side with custom components and chakraStyles.

Full Changelog: csandman/chakra-react-select@v4.5.0...v4.6.0

4.5.0

What's Changed

New Contributors

Full Changelog: csandman/chakra-react-select@v4.4.3...v4.5.0

4.4.3

What's Changed

Full Changelog: csandman/chakra-react-select@v4.4.2...v4.4.3

4.4.2

What's Changed

... (truncated)

Commits
  • 546e49e 4.6.0
  • 4d85057 Merge pull request #247 from csandman/prop-deprecation
  • 02c1706 Merge branch 'main' into prop-deprecation
  • df2e615 Merge pull request #248 from csandman/value-style-fixes
  • ec0de84 Actually fix the aria-invalid prop this time
  • 3eb06d1 Re-add data-focus props
  • 65708c8 Fix new color scheme prop
  • 30e6d77 Remove hasStickyGroupHeaders prop destructuring
  • 3803149 Remove the documentation for isFixed and hasStickyGroupHeaders as a soft ...
  • dc971f8 Replace selectedOptionColor prop with selectedOptionColorScheme
  • 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)

jeremy-code and others added 2 commits September 23, 2022 13:01
Bumps [chakra-react-select](https://github.com/csandman/chakra-react-select) from 4.2.2 to 4.6.0.
- [Release notes](https://github.com/csandman/chakra-react-select/releases)
- [Commits](csandman/chakra-react-select@v4.2.2...v4.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 1, 2023
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Mar 1, 2023

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 2a23979
Status:🚫  Build failed.

View logs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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