Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

build(deps): bump @vector-im/compound-web from 0.5.4 to 0.6.1 in /frontend #2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2023

Bumps @vector-im/compound-web from 0.5.4 to 0.6.1.

Release notes

Sourced from @​vector-im/compound-web's releases.

Release 0.6.1

0.6.1 Release

What's Changed

Full Changelog: element-hq/compound-web@v0.6.0...v0.6.1

Release 0.6.0

Breaking changes

The form elements have been completely revamped, including default style on the form root element. They are now all exported in a Form object, so that this markup is valid:

import { Form } from "@vector-im/compound-web";
const Render: React.FC = () => (
<Form.Root>
<Form.Field name="username">
<Form.Label>Username</Form.Label>
<Form.TextControl />
</Form.Field>
<Form.Field name="password">
<Form.Label>Password</Form.Label>
<Form.PasswordControl />
</Form.Field>
<Form.Submit>Submit</Form.Submit>
</Form.Root>
);

The <Checkbox />, <Toggle /> and <Radio /> components don't have a kind property anymore, but rather rely on the data-invalid property (used by Radix forms) for their invalid state

What's Changed

Full Changelog: element-hq/compound-web@v0.5.4...v0.6.0

Commits
  • e8df43a Merge pull request #117 from vector-im/quenting/wider-design-tokens-requirement
  • 9c970b0 Make the @​vector-im/compound-design-tokens requirement wider
  • eb42599 Create separator component (#113)
  • 16f6568 Merge pull request #116 from vector-im/johannes/useId-pt2
  • 3a9c0f5 minor version bump
  • 5f5a56c Merge pull request #108 from vector-im/quenting/forms-cleanup
  • 200b429 Merge branch 'main' into quenting/forms-cleanup
  • 3309a66 Appease the linter
  • 01f9f14 Make usage of useId unanalyzable
  • 116081a Remove Figma definitions in storyboook (#115)
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps [@vector-im/compound-web](https://github.com/vector-im/compound-web) from 0.5.4 to 0.6.1.
- [Release notes](https://github.com/vector-im/compound-web/releases)
- [Commits](element-hq/compound-web@v0.5.4...v0.6.1)

---
updated-dependencies:
- dependency-name: "@vector-im/compound-web"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added A-Dependencies Pull requests that update a dependency file Z-Deps-Frontend Updates to the frontend dependencies labels Oct 27, 2023
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Oct 27, 2023

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 209655a
Status: ✅  Deploy successful!
Preview URL: https://626f8964.matrix-authentication-service-docs.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-fron-sj4f.matrix-authentication-service-docs.pages.dev

View logs

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 30, 2023

Looks like @vector-im/compound-web is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Oct 30, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/frontend/vector-im/compound-web-0.6.1 branch October 30, 2023 14:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A-Dependencies Pull requests that update a dependency file Z-Deps-Frontend Updates to the frontend dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants