⬆ Bump @chakra-ui/react from 3.8.0 to 3.24.2 in /frontend
Type: Pull Request
State: Closed
Association: None
Comments: 1
(10 months ago)
(10 months ago)
(10 months ago)
dependencies javascript
Bumps @chakra-ui/react from 3.8.0 to 3.24.2.
Release notes
Sourced from @chakra-ui/react's releases.
@chakra-ui/react@3.24.2Patch Changes
333b063Thanks@segunadebayo! - Fix issue where usingasChildwith invalid child elements orReact.lazycomponents would throw an error.This issue more commonly occurs when composing with Next.js
Linkcomponent.import { Breadcrumb } from "@chakra-ui/react" import Link from "next/link"export default function Page() {
return (
<Breadcrumb.Root>
{/* 🧨 Throws an error */}
<Breadcrumb.Link asChild>
<Link href="#">aaaa</Link>
</Breadcrumb.Link>
</Breadcrumb.Root>
)
}
@chakra-ui/react@3.24.1Patch Changes
e81a6aeThanks@segunadebayo! - Provide a way to exclude components from prose styling by usingnot-prose
9b7bf1dThanks@segunadebayo! - Fix issue where_fullscreenreturns the wrong css selector
@chakra-ui/react@3.24.0Minor Changes
#10164
79971c0Thanks@segunadebayo! - Add new codeblock component with support for highlight.js and shiki.<CodeBlock.AdapterProvider value={shikiAdapter}> <CodeBlock.Root code="console.log('Hello, world!')" language="tsx"> <CodeBlock.Content>
... (truncated)
Changelog
Sourced from @chakra-ui/react's changelog.
3.24.2
Patch Changes
333b063Thanks@segunadebayo! - Fix issue where usingasChildwith invalid child elements orReact.lazycomponents would throw an error.This issue more commonly occurs when composing with Next.js
Linkcomponent.import { Breadcrumb } from "@chakra-ui/react" import Link from "next/link"export default function Page() {
return (
<Breadcrumb.Root>
{/* 🧨 Throws an error */}
<Breadcrumb.Link asChild>
<Link href="#">aaaa</Link>
</Breadcrumb.Link>
</Breadcrumb.Root>
)
}
3.24.1
Patch Changes
e81a6aeThanks@segunadebayo! - Provide a way to exclude components from prose styling by usingnot-prose
9b7bf1dThanks@segunadebayo! - Fix issue where_fullscreenreturns the wrong css selector3.24.0
Minor Changes
#10164
79971c0Thanks@segunadebayo! - Add new codeblock component with support for highlight.js and shiki.
... (truncated)
Commits
00dc934Version Packages (#10229)333b063fix(factory): valid element check17ac9f5Version Packages (#10217)d71ec6dfix(deps): update react to v19.1.1 (#10219)9b7bf1dfix: fullscreen selector4f61b0aVersion Packages (#10200)79971c0feat: Codeblock component (#10164)9d87724chore: refactor skip nav stories74957b4refactor: isolate simple-gridaf85275chore: update links- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
1
3
+2008
-1929
Package Dependencies
@chakra-ui/react
npm
3.8.0 → 3.24.2
Minor
/frontend
Technical Details
| ID: | 5427777 |
| UUID: | 2729068829 |
| Node ID: | PR_kwDOPHGtI86iqkkd |
| Host: | GitHub |
| Repository: | mfv-brian/python-fullstack |
| Mergeable: | Yes |
| Merge State: | Unstable |