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

CHORE(NPM) - bump @leafygreen-ui/tabs from 11.2.0 to 13.1.0 #496

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 11, 2024

Bumps @leafygreen-ui/tabs from 11.2.0 to 13.1.0.

Release notes

Sourced from @​leafygreen-ui/tabs's releases.

@​leafygreen-ui/tabs@​13.1.0

Minor Changes

  • 30f111498: LG-4473 Updates the selected and setSelected props to accept both strings and numbers. The string must match the text content from the name prop on the Tab component.

      const [selectedTab, setSelectedTab] = useState<string | number>('Tab 4');
    return (
    <div>
    <Button onClick={() => setSelectedTab('Tab 2')}>
    Set second tab as active
    </Button>
    <Tabs
    selected={selectedTab}
    setSelected={setSelectedTab}
    >
    <Tab name="Tab 1">
    Content 1
    </Tab>
    <Tab name="Tab 2">
    Content 2
    </Tab>
    <Tab name="Tab 3">
    Content 3
    </Tab>
    <Tab name="Tab 4">
    Content 4
    </Tab>
    <Tabs>
    </div>
    );

Patch Changes

  • Updated dependencies [9776f5f42]
    • @​leafygreen-ui/hooks@​8.2.0

@​leafygreen-ui/tabs@​13.0.1

Patch Changes

  • e7bc12814: Adds more thorough test coverage for disabled inputs
  • Updated dependencies [c1b8b633b]
  • Updated dependencies [fe2483937]
    • @​leafygreen-ui/hooks@​8.1.4

@​leafygreen-ui/tabs@​13.0.0

Major Changes

... (truncated)

Commits

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)

@dependabot dependabot bot requested a review from a team as a code owner November 11, 2024 18:07
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 11, 2024
@minnakt minnakt requested review from khelif96 and removed request for a team November 18, 2024 17:05
Bumps [@leafygreen-ui/tabs](https://github.com/mongodb/leafygreen-ui) from 11.2.0 to 13.1.0.
- [Release notes](https://github.com/mongodb/leafygreen-ui/releases)
- [Commits](https://github.com/mongodb/leafygreen-ui/compare/@leafygreen-ui/tabs@11.2.0...@leafygreen-ui/tabs@13.1.0)

---
updated-dependencies:
- dependency-name: "@leafygreen-ui/tabs"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/leafygreen-ui/tabs-13.1.0 branch from e0ec2f9 to dd73ae4 Compare November 18, 2024 22:46
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 25, 2024

Superseded by #521.

@dependabot dependabot bot closed this Nov 25, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/leafygreen-ui/tabs-13.1.0 branch November 25, 2024 18:29
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants