chore(deps): update dependency styled-components to v6.4.3 #764

Open
renovate wants to merge 1 commit from renovate/styled-components-6.x-lockfile into master
Collaborator

This PR contains the following updates:

Package Type Update Change
styled-components (source) dependencies patch 6.4.16.4.3

Release Notes

styled-components/styled-components (styled-components)

v6.4.3

Compare Source

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.

v6.4.2

Compare Source

Patch Changes
  • 9945904: Restore TypeScript prop autocomplete inside the JSX of a styled component once the first attribute is typed.
  • 9945904: Apply all chain levels' styles when an extended styled component renders with the as prop under Preact's react-compat.
  • 9945904: Respect a custom toString on plain value objects (e.g. design tokens) when interpolated into a styled component, rather than walking the object's keys as CSS declarations.
  • 9945904: Fix a TypeScript error when wrapping a component whose props include an as prop with a non-string type (such as Next.js Link's as?: Url). The styled component now accepts either the styled-components polymorphism value or the wrapped component's own as type, so spreading the wrapped component's props onto the styled component is assignable again.
  • 9945904: Restore reliable styling in production browser bundles built without a runtime process global.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [styled-components](https://styled-components.com) ([source](https://github.com/styled-components/styled-components)) | dependencies | patch | [`6.4.1` → `6.4.3`](https://renovatebot.com/diffs/npm/styled-components/6.4.1/6.4.3) | --- ### Release Notes <details> <summary>styled-components/styled-components (styled-components)</summary> ### [`v6.4.3`](https://github.com/styled-components/styled-components/releases/tag/styled-components%406.4.3) [Compare Source](https://github.com/styled-components/styled-components/compare/styled-components@6.4.2...styled-components@6.4.3) ##### Patch Changes - [`f692ec2`](https://github.com/styled-components/styled-components/commit/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`](https://github.com/styled-components/styled-components/commit/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. ### [`v6.4.2`](https://github.com/styled-components/styled-components/releases/tag/styled-components%406.4.2) [Compare Source](https://github.com/styled-components/styled-components/compare/styled-components@6.4.1...styled-components@6.4.2) ##### Patch Changes - [`9945904`](https://github.com/styled-components/styled-components/commit/9945904): Restore TypeScript prop autocomplete inside the JSX of a styled component once the first attribute is typed. - [`9945904`](https://github.com/styled-components/styled-components/commit/9945904): Apply all chain levels' styles when an extended styled component renders with the `as` prop under Preact's `react-compat`. - [`9945904`](https://github.com/styled-components/styled-components/commit/9945904): Respect a custom `toString` on plain value objects (e.g. design tokens) when interpolated into a styled component, rather than walking the object's keys as CSS declarations. - [`9945904`](https://github.com/styled-components/styled-components/commit/9945904): Fix a TypeScript error when wrapping a component whose props include an `as` prop with a non-string type (such as Next.js `Link`'s `as?: Url`). The styled component now accepts either the styled-components polymorphism value or the wrapped component's own `as` type, so spreading the wrapped component's props onto the styled component is assignable again. - [`9945904`](https://github.com/styled-components/styled-components/commit/9945904): Restore reliable styling in production browser bundles built without a runtime `process` global. </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xODUuMSIsInVwZGF0ZWRJblZlciI6IjQzLjI0Ny4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
chore(deps): update dependency styled-components to v6.4.2
Some checks failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/deploy Pipeline failed
renovate/artifacts Artifact file update failure
299cfef9fd
renovate scheduled this pull request to auto merge when all checks succeed 2026-05-19 15:05:33 +02:00
renovate force-pushed renovate/styled-components-6.x-lockfile from 299cfef9fd
Some checks failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/deploy Pipeline failed
renovate/artifacts Artifact file update failure
to e65d709a8c
Some checks failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/deploy Pipeline failed
renovate/artifacts Artifact file update failure
2026-06-24 20:05:01 +02:00
Compare
renovate changed title from chore(deps): update dependency styled-components to v6.4.2 to chore(deps): update dependency styled-components to v6.4.3 2026-06-24 20:05:05 +02:00
Author
Collaborator

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
undefined
### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: yarn.lock ``` undefined ```
Some checks failed
ci/woodpecker/push/build Pipeline was successful
Required
Details
ci/woodpecker/push/test Pipeline was successful
Required
Details
ci/woodpecker/push/deploy Pipeline failed
Required
Details
renovate/artifacts Artifact file update failure
Some required checks were not successful.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/styled-components-6.x-lockfile:renovate/styled-components-6.x-lockfile
git switch renovate/styled-components-6.x-lockfile
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
yolokube/dashboard!764
No description provided.