chore: bump styled-components from 6.4.2 to 6.4.3
Closed
Number: #1925
Type: Pull Request
State: Closed
Type: Pull Request
State: Closed
Author:
dependabot[bot]
Association: Unknown
Comments: 3
Association: Unknown
Comments: 3
Created:
June 26, 2026 at 10:33 PM UTC
(27 days ago)
(27 days ago)
Updated:
June 27, 2026 at 11:14 AM UTC
(27 days ago)
(27 days ago)
Closed:
June 27, 2026 at 11:14 AM UTC
(27 days ago)
(27 days ago)
Time to Close:
about 13 hours
Labels:
level 1 recode dependencies javascript in-review
level 1 recode dependencies javascript in-review
Description:
Bumps styled-components from 6.4.2 to 6.4.3.
Release notes
Sourced from styled-components's releases.
styled-components@6.4.3
Patch Changes
- f692ec2: Fix a TypeScript error when wrapping a component whose props can't be statically read, such as Mantine v7's polymorphic-factory components (
Button,Card,Menu.Item, and similar). These styled components no longer reject every prop, includingchildren; arbitrary props are accepted again at the JSX call site and via.attrs(), while components with readable prop types stay fully type-checked.- f692ec2: Keep TypeScript attribute autocomplete working while you type props on a polymorphic styled component. When a component renders a different element through
as(for exampleas="video"), beginning to type a new prop name could make the whole suggestion list vanish; the rendered element's props now keep autocompleting as you go.styled-components@6.4.3-prerelease-20260602021501
Patch Changes
- f692ec2: Fix a TypeScript error when wrapping a component whose props can't be statically read, such as Mantine v7's polymorphic-factory components (
Button,Card,Menu.Item, and similar). These styled components no longer reject every prop, includingchildren; arbitrary props are accepted again at the JSX call site and via.attrs(), while components with readable prop types stay fully type-checked.- f692ec2: Keep TypeScript attribute autocomplete working while you type props on a polymorphic styled component. When a component renders a different element through
as(for exampleas="video"), beginning to type a new prop name could make the whole suggestion list vanish; the rendered element's props now keep autocompleting as you go.Full Changelog: https://github.com/styled-components/styled-components/compare/styled-components%406.4.2...styled-components%406.4.3-prerelease-20260602021501
Commits
e066341Version Packagesf692ec2fix(types): permissive props for un-introspectable targets, plus as-target au...- See full diff 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 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)
Package Dependencies
Technical Details
| ID: | 16094099 |
| UUID: | 4755511241 |
| Node ID: | PR_kwDOOgGO-s7rJ9Rb |
| Host: | GitHub |
| Repository: | recodehive/recode-website |