lobehub / sd-webui-lobe-theme

🅰️ Lobe theme - The modern theme for stable diffusion webui, exquisite interface design, highly customizable UI, and efficiency boosting features.
https://github.com/AUTOMATIC1111/stable-diffusion-webui
GNU Affero General Public License v3.0
2.4k stars 223 forks source link

Update dependency react-tag-input to v6.10.3 #574

Open renovate[bot] opened 4 months ago

renovate[bot] commented 4 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-tag-input 6.9.0 -> 6.10.3 age adoption passing confidence

Release Notes

react-tags/react-tags (react-tag-input) ### [`v6.10.3`](https://togithub.com/react-tags/react-tags/releases/tag/v6.10.3): (2024-07-11) #### Fixes - Update the className attributes so its correctly typed and passed to the DOM by [@​chasemcdo](https://togithub.com/chasemcdo) in [https://github.com/react-tags/react-tags/pull/980](https://togithub.com/react-tags/react-tags/pull/980) - Don't use deprecated props in default values to avoid false warnings by [@​ad1992](https://togithub.com/ad1992) in [https://github.com/react-tags/react-tags/pull/981](https://togithub.com/react-tags/react-tags/pull/981) #### Build - Change export order by [@​RobertStanyon](https://togithub.com/RobertStanyon) in [https://github.com/react-tags/react-tags/pull/976](https://togithub.com/react-tags/react-tags/pull/976) #### New Contributors - [@​RobertStanyon](https://togithub.com/RobertStanyon) made their first contribution in [https://github.com/react-tags/react-tags/pull/976](https://togithub.com/react-tags/react-tags/pull/976) - [@​chasemcdo](https://togithub.com/chasemcdo) made their first contribution in [https://github.com/react-tags/react-tags/pull/980](https://togithub.com/react-tags/react-tags/pull/980) ### [`v6.10.0`](https://togithub.com/react-tags/react-tags/releases/tag/v6.10.0) [Compare Source](https://togithub.com/react-tags/react-tags/compare/v6.9.0...v6.10.0) ### v6.10.0 (2024-05-23) #### Note As we are preparing the library for **v7**, please ensure to check the [migration guide](https://togithub.com/react-tags/react-tags?tab=readme-ov-file#preparing-for-migration-to-v7xx) for a smooth upgrade once **v7** is out 🙏 #### Features - prop-types RIP and welcome typescript by [@​ad1992](https://togithub.com/ad1992) in [https://github.com/react-tags/react-tags/pull/944](https://togithub.com/react-tags/react-tags/pull/944) - add autoFocus prop and deprecated autofocus by [@​ad1992](https://togithub.com/ad1992) in [https://github.com/react-tags/react-tags/pull/951](https://togithub.com/react-tags/react-tags/pull/951) - add separators prop and deprecate delimiters by [@​ad1992](https://togithub.com/ad1992) in [https://github.com/react-tags/react-tags/pull/961](https://togithub.com/react-tags/react-tags/pull/961) - publish types by [@​ad1992](https://togithub.com/ad1992) in [https://github.com/react-tags/react-tags/pull/964](https://togithub.com/react-tags/react-tags/pull/964) - export Separators by [@​ad1992](https://togithub.com/ad1992) in [https://github.com/react-tags/react-tags/pull/966](https://togithub.com/react-tags/react-tags/pull/966) #### Fixes - disable editing tags when readOnly set to true by [@​ad1992](https://togithub.com/ad1992) in [https://github.com/react-tags/react-tags/pull/947](https://togithub.com/react-tags/react-tags/pull/947) - delete tag when backspace is pressed only when input field position is inline by [@​ad1992](https://togithub.com/ad1992) in [https://github.com/react-tags/react-tags/pull/948](https://togithub.com/react-tags/react-tags/pull/948) #### Refactor - transform ReactTags into a functional component and cleanup by [@​ad1992](https://togithub.com/ad1992) in [https://github.com/react-tags/react-tags/pull/945](https://togithub.com/react-tags/react-tags/pull/945) - Transform suggestions to a functional component and cleanup by [@​ad1992](https://togithub.com/ad1992) in [https://github.com/react-tags/react-tags/pull/946](https://togithub.com/react-tags/react-tags/pull/946) - make example typesafe and improve types in ReactTags.tsx by [@​ad1992](https://togithub.com/ad1992) in [https://github.com/react-tags/react-tags/pull/952](https://togithub.com/react-tags/react-tags/pull/952) - add a warning for removing autocomplete prop - [#​949](https://togithub.com/react-tags/react-tags/issues/949) by [@​ad1992](https://togithub.com/ad1992) in [https://github.com/react-tags/react-tags/pull/950](https://togithub.com/react-tags/react-tags/pull/950) #### Tests - RIP Enzyme and move to React Testing Library by [@​ad1992](https://togithub.com/ad1992) in [https://github.com/react-tags/react-tags/pull/955](https://togithub.com/react-tags/react-tags/pull/955) - add missing snapshots by [@​ad1992](https://togithub.com/ad1992) in [https://github.com/react-tags/react-tags/pull/956](https://togithub.com/react-tags/react-tags/pull/956) - add missing test and update coverage by [@​ad1992](https://togithub.com/ad1992) in [https://github.com/react-tags/react-tags/pull/958](https://togithub.com/react-tags/react-tags/pull/958) - fix failing test and update target for code coverage gh action by [@​ad1992](https://togithub.com/ad1992) in [https://github.com/react-tags/react-tags/pull/962](https://togithub.com/react-tags/react-tags/pull/962) - map lodash-es to lodash to fix tests [@​ad1992](https://togithub.com/ad1992) in [https://github.com/react-tags/react-tags/pull/972](https://togithub.com/react-tags/react-tags/pull/972) #### Build - publish types to types dir and migrate example build from webpack to esbuild [@​ad1992](https://togithub.com/ad1992) in [https://github.com/react-tags/react-tags/pull/968](https://togithub.com/react-tags/react-tags/pull/968) - move to lodash-es and reduce bundle size by 4kb by [@​ad1992](https://togithub.com/ad1992) in [https://github.com/react-tags/react-tags/pull/967](https://togithub.com/react-tags/react-tags/pull/967) - move to ESM 🎉 by [@​ad1992](https://togithub.com/ad1992) in [https://github.com/react-tags/react-tags/pull/965](https://togithub.com/react-tags/react-tags/pull/965) #### Docs - move to scss and tweak example [@​ad1992](https://togithub.com/ad1992) in [https://github.com/react-tags/react-tags/pull/971](https://togithub.com/react-tags/react-tags/pull/971) - update migration steps for v7 by [@​ad1992](https://togithub.com/ad1992) in [https://github.com/react-tags/react-tags/pull/969](https://togithub.com/react-tags/react-tags/pull/969) - update example in readme, funding URL, and add maintainers field by [@​ad1992](https://togithub.com/ad1992) in [https://github.com/react-tags/react-tags/pull/959](https://togithub.com/react-tags/react-tags/pull/959) **Full Changelog**: https://github.com/react-tags/react-tags/compare/v6.9.0...v6.10.0

Configuration

📅 Schedule: Branch creation - "on sunday before 6:00am" in timezone UTC, 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.



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

coderabbitai[bot] commented 4 months ago

[!IMPORTANT]

Review Skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share - [X](https://twitter.com/intent/tweet?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A&url=https%3A//coderabbit.ai) - [Mastodon](https://mastodon.social/share?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A%20https%3A%2F%2Fcoderabbit.ai) - [Reddit](https://www.reddit.com/submit?title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&text=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code.%20Check%20it%20out%3A%20https%3A//coderabbit.ai) - [LinkedIn](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fcoderabbit.ai&mini=true&title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&summary=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code)
Tips ### Chat There are 3 ways to chat with [CodeRabbit](https://coderabbit.ai): - Review comments: Directly reply to a review comment made by CodeRabbit. Example: - `I pushed a fix in commit .` - `Generate unit testing code for this file.` - `Open a follow-up GitHub issue for this discussion.` - Files and specific lines of code (under the "Files changed" tab): Tag `@coderabbitai` in a new review comment at the desired location with your query. Examples: - `@coderabbitai generate unit testing code for this file.` - `@coderabbitai modularize this function.` - PR comments: Tag `@coderabbitai` in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples: - `@coderabbitai generate interesting stats about this repository and render them as a table.` - `@coderabbitai show all the console.log statements in this repository.` - `@coderabbitai read src/utils.ts and generate unit testing code.` - `@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.` Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. ### CodeRabbit Commands (invoked as PR comments) - `@coderabbitai pause` to pause the reviews on a PR. - `@coderabbitai resume` to resume the paused reviews. - `@coderabbitai review` to trigger an incremental review. This is useful when automatic reviews are disabled for the repository. - `@coderabbitai full review` to full the review from scratch and review all the files again. - `@coderabbitai summary` to regenerate the summary of the PR. - `@coderabbitai resolve` resolve all the CodeRabbit review comments. - `@coderabbitai help` to get help. Additionally, you can add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. ### CodeRabbit Configration File (`.coderabbit.yaml`) - You can programmatically configure CodeRabbit by adding a `.coderabbit.yaml` file to the root of your repository. - Please see the [configuration documentation](https://docs.coderabbit.ai/guides/configure-coderabbit) for more information. - If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: `# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json` ### Documentation and Community - Visit our [Documentation](https://coderabbit.ai/docs) for detailed information on how to use CodeRabbit. - Join our [Discord Community](https://discord.com/invite/GsXnASn26c) to get help, request features, and share feedback. - Follow us on [X/Twitter](https://twitter.com/coderabbitai) for updates and announcements.
lobehubbot commented 4 months ago

👍 @renovate[bot]

Thank you for raising your pull request and contributing to our Community Please make sure you have followed our contributing guidelines. We will review it as soon as possible. If you encounter any problems, please feel free to connect with us.\ 非常感谢您提出拉取请求并为我们的社区做出贡献,请确保您已经遵循了我们的贡献指南,我们会尽快审查它。 如果您遇到任何问题,请随时与我们联系。