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

Update dependency chakra-react-select to v4.10.1 #129

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 22, 2023

This PR contains the following updates:

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

Release Notes

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

v4.10.1: 4.10.1

Compare Source

What's Changed

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

v4.10.0: 4.10.0

Compare Source

What's Changed

Full Changelog: csandman/chakra-react-select@v4.9.2...v4.10.0

v4.9.2: 4.9.2

Compare Source

What's Changed

Full Changelog: csandman/chakra-react-select@v4.9.1...v4.9.2

v4.9.1: 4.9.1

Compare Source

What's Changed

Full Changelog: csandman/chakra-react-select@v4.9.0...v4.9.1

v4.9.0: 4.9.0

Compare Source

What's Changed

I tested this change in a few different environments with different module resolution setups but it's possible I missed a case. If it ends up not working for your particular setup, please open a bug report with as much specific information as you can give me, such as:

  • Chakra Package Versions
  • React Version
  • TypeScript or Vanilla
  • Yarn or NPM (and which version of the package manager you're on)
  • Your jsconfig/tsconfig setup

I'm not likely to figure out what's going on if I can't replicate the environment locally, so the more information you can provide the better!

Full Changelog: csandman/chakra-react-select@v4.8.0...v4.9.0

v4.8.0: 4.8.0

Compare Source

What's Changed

Full Changelog: csandman/chakra-react-select@v4.7.6...v4.8.0

v4.7.6: 4.7.6

Compare Source

What's Changed

Full Changelog: csandman/chakra-react-select@v4.7.5...v4.7.6

v4.7.5: 4.7.5

Compare Source

What's Changed

Full Changelog: csandman/chakra-react-select@v4.7.4...v4.7.5

v4.7.4: 4.7.4

Compare Source

What's Changed

Full Changelog: csandman/chakra-react-select@v4.7.3...v4.7.4

v4.7.3: 4.7.3

Compare Source

What's Changed

This version is a temporary fix to issue #​273. It downgrade the react-select dependency version to v5.7.0 to ensure that the custom props work for all users. Once my PR gets merged into the base package, this package will be re-upgraded to the newest version. See this PR for full details.

Full Changelog: csandman/chakra-react-select@v4.7.2...v4.7.3

v4.7.2: 4.7.2

Compare Source

  • Closes #​281 - useBasicStyles was no longer defined.
    • In the haste to get a fix out for #​276, some local changes that were not ready for production yet were included in v4.7.1. There are no code changes on git in this version, it just removes these extra local changes.

Full Changelog: csandman/chakra-react-select@v4.7.1...v4.7.2

v4.7.1: 4.7.1

Compare Source

What's Changed

New Contributors

Full Changelog: csandman/chakra-react-select@v4.7.0...v4.7.1

v4.7.0: 4.7.0

Compare Source

What's Changed

New Contributors

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

v4.6.0: 4.6.0

Compare Source

What's Changed

  • Value Style Fixes by @​csandman in https://github.com/csandman/chakra-react-select/pull/248
    • Fix various styles, so they line up better with how the original react-select is laid out
    • Fix the condition for setting the aria-invalid prop
  • Prop Deprecation by @​csandman in https://github.com/csandman/chakra-react-select/pull/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

v4.5.0: 4.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: csandman/chakra-react-select@v4.4.3...v4.5.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 becomes conflicted, 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.

@vercel
Copy link

vercel bot commented Feb 22, 2023

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

Name Status Preview Comments Updated (UTC)
griffith-calendar ❌ Failed (Inspect) Oct 10, 2024 1:55am

@renovate renovate bot force-pushed the renovate/chakra-react-select-4.x branch from e78a174 to 7506cb2 Compare March 1, 2023 03:55
@renovate renovate bot changed the title Update dependency chakra-react-select to v4.5.0 Update dependency chakra-react-select to v4.6.0 Mar 1, 2023
@renovate renovate bot changed the title Update dependency chakra-react-select to v4.6.0 Update dependency chakra-react-select to v4.7.0 Jul 25, 2023
@renovate renovate bot force-pushed the renovate/chakra-react-select-4.x branch from 7506cb2 to b4c1c4b Compare July 25, 2023 00:07
@renovate renovate bot force-pushed the renovate/chakra-react-select-4.x branch from b4c1c4b to 5f72f60 Compare September 11, 2023 15:17
@renovate renovate bot changed the title Update dependency chakra-react-select to v4.7.0 Update dependency chakra-react-select to v4.7.1 Sep 11, 2023
@renovate renovate bot force-pushed the renovate/chakra-react-select-4.x branch from 5f72f60 to dc2592b Compare September 12, 2023 19:11
@renovate renovate bot changed the title Update dependency chakra-react-select to v4.7.1 Update dependency chakra-react-select to v4.7.2 Sep 12, 2023
@renovate renovate bot force-pushed the renovate/chakra-react-select-4.x branch from dc2592b to 86e2b81 Compare October 4, 2023 22:12
@renovate renovate bot changed the title Update dependency chakra-react-select to v4.7.2 Update dependency chakra-react-select to v4.7.3 Oct 4, 2023
@renovate renovate bot force-pushed the renovate/chakra-react-select-4.x branch from 86e2b81 to 40c7f45 Compare October 11, 2023 22:28
@renovate renovate bot changed the title Update dependency chakra-react-select to v4.7.3 Update dependency chakra-react-select to v4.7.4 Oct 11, 2023
@renovate renovate bot changed the title Update dependency chakra-react-select to v4.7.4 Update dependency chakra-react-select to v4.7.5 Oct 18, 2023
@renovate renovate bot force-pushed the renovate/chakra-react-select-4.x branch from 40c7f45 to b6ba38d Compare October 18, 2023 00:11
@renovate renovate bot force-pushed the renovate/chakra-react-select-4.x branch from b6ba38d to 4c27f25 Compare October 27, 2023 22:01
@renovate renovate bot changed the title Update dependency chakra-react-select to v4.7.5 Update dependency chakra-react-select to v4.7.6 Oct 27, 2023
@renovate renovate bot force-pushed the renovate/chakra-react-select-4.x branch from 4c27f25 to 17618aa Compare June 12, 2024 03:49
@renovate renovate bot changed the title Update dependency chakra-react-select to v4.7.6 Update dependency chakra-react-select to v4.8.0 Jun 12, 2024
@renovate renovate bot force-pushed the renovate/chakra-react-select-4.x branch from 17618aa to d090ed0 Compare June 29, 2024 05:00
@renovate renovate bot changed the title Update dependency chakra-react-select to v4.8.0 Update dependency chakra-react-select to v4.9.0 Jun 29, 2024
@renovate renovate bot force-pushed the renovate/chakra-react-select-4.x branch from d090ed0 to 1ef64f4 Compare July 4, 2024 04:02
@renovate renovate bot changed the title Update dependency chakra-react-select to v4.9.0 Update dependency chakra-react-select to v4.9.1 Jul 4, 2024
@renovate renovate bot force-pushed the renovate/chakra-react-select-4.x branch from 1ef64f4 to 3169a26 Compare September 5, 2024 02:17
@renovate renovate bot changed the title Update dependency chakra-react-select to v4.9.1 Update dependency chakra-react-select to v4.9.2 Sep 5, 2024
@renovate renovate bot force-pushed the renovate/chakra-react-select-4.x branch from 3169a26 to 77ff62a Compare October 9, 2024 19:33
@renovate renovate bot changed the title Update dependency chakra-react-select to v4.9.2 Update dependency chakra-react-select to v4.10.0 Oct 9, 2024
@renovate renovate bot changed the title Update dependency chakra-react-select to v4.10.0 Update dependency chakra-react-select to v4.10.1 Oct 10, 2024
@renovate renovate bot force-pushed the renovate/chakra-react-select-4.x branch from 77ff62a to 67191c0 Compare October 10, 2024 01:54
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