Skip to content

build(deps): bump styled-components from 6.4.2 to 6.4.3 in /docs#6584

Merged
evankanderson merged 1 commit into
mainfrom
dependabot/npm_and_yarn/docs/styled-components-6.4.3
Jul 13, 2026
Merged

build(deps): bump styled-components from 6.4.2 to 6.4.3 in /docs#6584
evankanderson merged 1 commit into
mainfrom
dependabot/npm_and_yarn/docs/styled-components-6.4.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 8, 2026

Copy link
Copy Markdown
Contributor

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, including children; 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 example as="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, including children; 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 example as="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: styled-components/styled-components@styled-components@6.4.2...styled-components@6.4.3-prerelease-20260602021501

Commits
  • e066341 Version Packages
  • f692ec2 fix(types): permissive props for un-introspectable targets, plus as-target au...
  • See full diff in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 8, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 8, 2026 06:12
@dependabot dependabot Bot added the javascript Pull requests that update Javascript code label Jul 8, 2026
evankanderson
evankanderson previously approved these changes Jul 9, 2026
@coveralls

coveralls commented Jul 9, 2026

Copy link
Copy Markdown

Coverage Status

Coverage is 60.904%dependabot/npm_and_yarn/docs/styled-components-6.4.3 into main. No base build found for main.

Bumps [styled-components](https://github.com/styled-components/styled-components) from 6.4.2 to 6.4.3.
- [Release notes](https://github.com/styled-components/styled-components/releases)
- [Commits](https://github.com/styled-components/styled-components/compare/styled-components@6.4.2...styled-components@6.4.3)

---
updated-dependencies:
- dependency-name: styled-components
  dependency-version: 6.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/docs/styled-components-6.4.3 branch from 608b532 to 2bdc3e8 Compare July 9, 2026 17:22
@evankanderson
evankanderson merged commit 85288a0 into main Jul 13, 2026
34 of 35 checks passed
@evankanderson
evankanderson deleted the dependabot/npm_and_yarn/docs/styled-components-6.4.3 branch July 13, 2026 23: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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants