chore(deps): update dependency styled-components to v6.3.5 #656

Merged
renovate merged 1 commit from renovate/styled-components-6.x-lockfile into master 2026-01-11 06:04:48 +01:00
Collaborator

This PR contains the following updates:

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

Release Notes

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

v6.3.5

Compare Source

Patch Changes
  • 7ff7002: Fix: Line comments (//) in multiline CSS declarations no longer cause parsing errors (fixes #​5613)

    JS-style line comments (//) placed after multiline declarations like calc() were not being properly stripped, causing CSS parsing issues. Comments are now correctly removed anywhere in the CSS while preserving valid syntax.

    Example that now works:

    const Box = styled.div`
      max-height: calc(100px + 200px + 300px); // This comment no longer breaks parsing
      background-color: green;
    `;
    
  • 7ff7002: Fix: Contain invalid CSS syntax to just the affected line

    In styled-components v6, invalid CSS syntax (like unbalanced braces) could cause all subsequent styles to be ignored. This fix ensures that malformed CSS only affects the specific declaration, not subsequent valid styles.

    Example that now works:

    const Circle = styled.div`
      width: 100px;
      line-height: ${() => '14px}'}; // ⛔️ This malformed line is dropped
      background-color: green; // ✅ Now preserved (was ignored in v6)
    `;
    

Configuration

📅 Schedule: 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 Renovate Bot.

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.3.4` → `6.3.5`](https://renovatebot.com/diffs/npm/styled-components/6.3.4/6.3.5) | --- ### Release Notes <details> <summary>styled-components/styled-components (styled-components)</summary> ### [`v6.3.5`](https://github.com/styled-components/styled-components/releases/tag/styled-components%406.3.5) [Compare Source](https://github.com/styled-components/styled-components/compare/styled-components@6.3.4...styled-components@6.3.5) ##### Patch Changes - [`7ff7002`](https://github.com/styled-components/styled-components/commit/7ff7002): Fix: Line comments (`//`) in multiline CSS declarations no longer cause parsing errors (fixes [#&#8203;5613](https://github.com/styled-components/styled-components/issues/5613)) JS-style line comments (`//`) placed after multiline declarations like `calc()` were not being properly stripped, causing CSS parsing issues. Comments are now correctly removed anywhere in the CSS while preserving valid syntax. **Example that now works:** ```tsx const Box = styled.div` max-height: calc(100px + 200px + 300px); // This comment no longer breaks parsing background-color: green; `; ``` - [`7ff7002`](https://github.com/styled-components/styled-components/commit/7ff7002): Fix: Contain invalid CSS syntax to just the affected line In styled-components v6, invalid CSS syntax (like unbalanced braces) could cause all subsequent styles to be ignored. This fix ensures that malformed CSS only affects the specific declaration, not subsequent valid styles. **Example that now works:** ```tsx const Circle = styled.div` width: 100px; line-height: ${() => '14px}'}; // ⛔️ This malformed line is dropped background-color: green; // ✅ Now preserved (was ignored in v6) `; ``` </details> --- ### Configuration 📅 **Schedule**: 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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43Ni41IiwidXBkYXRlZEluVmVyIjoiNDIuNzYuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
chore(deps): update dependency styled-components to v6.3.5
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
4e72ea5eba
renovate scheduled this pull request to auto merge when all checks succeed 2026-01-11 06:02:33 +01:00
renovate merged commit 747d14e759 into master 2026-01-11 06:04:48 +01:00
renovate deleted branch renovate/styled-components-6.x-lockfile 2026-01-11 06:04:48 +01:00
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!656
No description provided.