build(deps): bump @chakra-ui/react from 2.10.9 to 3.35.0#8457
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Bumps [@chakra-ui/react](https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react) from 2.10.9 to 3.35.0. - [Release notes](https://github.com/chakra-ui/chakra-ui/releases) - [Changelog](https://github.com/chakra-ui/chakra-ui/blob/main/packages/react/CHANGELOG.md) - [Commits](https://github.com/chakra-ui/chakra-ui/commits/@chakra-ui/react@3.35.0/packages/react) --- updated-dependencies: - dependency-name: "@chakra-ui/react" dependency-version: 3.35.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
6fc9ac0 to
7c3e6a2
Compare
Bumps @chakra-ui/react from 2.8.2 to 3.35.0 and migrates the devtools
extension source to the v3 API:
- ChakraProvider now requires `value={defaultSystem}`
- Button: `colorScheme` -> `colorPalette`, `isLoading` -> `loading`
- IconButton: `icon` prop replaced by children, `isActive` replaced by
conditional `bg`
- Alert is now compound (`Alert.Root` / `Alert.Indicator` /
`Alert.Content`); `AlertIcon` removed
- Accordion is now compound (`Accordion.Root` / `Accordion.Item` /
`Accordion.ItemTrigger` / `Accordion.ItemIndicator` /
`Accordion.ItemContent`); `allowMultiple`/`allowToggle` -> `multiple`/
`collapsible`; `index`/`onChange` -> `value`/`onValueChange` with
string item values
- ButtonGroup: `spacing` -> `gap`
…s panel The import resolved via the @/ alias to src/public/lexical.svg, but the asset lives in the WXT public/ directory. Switch to the public URL string (matching how /inspect.svg is referenced) so the build resolves it.
…transformers web build transformers.web.js imports `onnxruntime-common` directly even though it is only declared transitively via onnxruntime-web. Under pnpm's strict layout, webpack cannot resolve the import from inside the transformers package, causing the Vercel build to fail with "Module not found: Can't resolve 'onnxruntime-common'". Add an explicit webpack alias that resolves onnxruntime-common through the onnxruntime-web -> @huggingface/transformers chain so the import succeeds regardless of hoisting.
…y' into dependabot/npm_and_yarn/chakra-ui/react-3.35.0
etrepum
approved these changes
May 5, 2026
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps @chakra-ui/react from 2.10.9 to 3.35.0.
Release notes
Sourced from @chakra-ui/react's releases.
... (truncated)
Changelog
Sourced from @chakra-ui/react's changelog.
... (truncated)
Commits
975bd36Version Packages (#10677)4dfd1eechore: bump ark-uid041e10build: use lower ark-ui version for now16f8329fix: reject invalid css unit decimals (#10785)af36e21fix: regression and bump ark-ui581c7d1fix: correct css prop usage in GridItem component (#10781)4ea94e7fix(deps): update react to v19.2.5 (#10777)2d630b1chore: add pin-input examplee9f04d4fix: backdrop stacking index39e3db3fix(tokens): resolve array shorthand for fonts, shadows, gradients, animation...