Skip to content

chore(deps): update dependency styled-components to v5.3.11 - autoclosed - #142

Closed
renovate[bot] wants to merge 30 commits into
mainfrom
renovate/styled-components-5.x
Closed

chore(deps): update dependency styled-components to v5.3.11 - autoclosed#142
renovate[bot] wants to merge 30 commits into
mainfrom
renovate/styled-components-5.x

Conversation

@renovate

@renovate renovate Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
styled-components (source) 5.1.15.3.11 age confidence

Release Notes

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

v5.3.11

Compare Source

Removed use of the useDebugValue hook to rectify older React support.

Full Changelog: styled-components/styled-components@v5.3.10...v5.3.11

v5.3.10

Compare Source

What's Changed

Full Changelog: styled-components/styled-components@v5.3.9...v5.3.10

v5.3.9

Compare Source

What's Changed

Full Changelog: styled-components/styled-components@v5.3.8...v5.3.9

v5.3.8

Compare Source

What's Changed

fix(constants): rework process env guard

Full Changelog: styled-components/styled-components@v5.3.7-fixed...v5.3.8

v5.3.7

Compare Source

v5.3.6

Compare Source

What's Changed

Deprecations

  • $as and $forwardedAs will be removed in the next major version, use the unprefixed props instead

New Contributors

Full Changelog: styled-components/styled-components@v5.3.5...v5.3.6

v5.3.5

Add statement of solidarity against the war on Ukraine 🇺🇦

v5.3.3

What's Changed

New Contributors

Full Changelog: styled-components/styled-components@v5.3.1...v5.3.3

v5.3.1

Compare Source

  • Fix forced server-side mode not triggering global styles (See #​3566)

  • Fix SSR collisions caused by insufficient hash inputs and reordering of groups on the client, which is a regression in v5.2.0 (See #​3563)

  • Fix dynamic creation React warning for React v18, backported to v5 by @​lynndylanhurley (See #​3564)

  • Add missing typeof window check when checking for duplicate instances of styled-components (See #​3553)

  • Prevent ServerStyleSheet from emitting empty style tags, which would cause issues in IE11 (See #​3555)

  • Support css tagged templates inside style objects, by @​roginfarrer and @​dvingo (See #​3469)

v5.3.0

Compare Source

  • Pass elementToBeCreated as a third parameter to shouldForwardProp so that the user-specified function can decide whether to pass through props based on whether the created element will be a tag or another component. (see #​3436)

  • Fix React Native components accepts function as style prop. (see #​3389)

v5.2.3

Compare Source

fix an issue with an unguarded window accessor in a SSR path (see #​3446)

v5.2.2

Compare Source

  • For React Native based components, pass testID down to the native component if specified for an easier time testing. (see #​3365)

  • Enable users of the babel macro to customize the styled-components import with importModuleName (see #​3422)

  • [fix] COMPLEX_SELECTOR_PREFIX.includes wasn't transpiled (see #​3397)

v5.2.1

Compare Source

Tweak server-side build settings to resolve an issue with jest-dom not being able to pick up generated styles (see #​3308) thanks @​Lazyuki

v5.2.0

Compare Source

  • Make sure StyleSheetManager renders all styles in iframe / child windows (see #​3159) thanks @​eramdam!

  • Rework how components self-reference in extension scenarios (see #​3236); should fix a bunch of subtle bugs around patterns like & + &

  • Fix keyframes not receiving a modified stylis instance when using something like stylis-plugin-rtl (see #​3239)

  • Big performance gain for components using style objects (see #​3239)

  • We no longer emit dynamic classNames for empty rulesets, so some className churn may occur in snapshots

  • Preallocate global style placement to ensure cGS is consistently inserted at the top of the stylesheet; note that this is done in runtime order so, if you have multiple cGS that have overlapping styles, ensure they're defined in code in the sequence you would want them injected (see #​3239)

  • Add "engines" to package.json (currently set to Node 10, the oldest supported LTS distribution) (see #​3201) thanks @​MichaelDeBoey!

Finally, special thanks to @​willheslam for testing and some last minute fixes on this release!


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM (* 0-3 * * *)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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


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

This PR was generated by Mend Renovate. View the repository job log.

ajasnosz and others added 16 commits July 20, 2026 10:07
* fix: button misalignment on long lines

* fix: update CHANGELOG.md
## [1.2.3-beta.1](v1.2.2...v1.2.3-beta.1) (2026-07-20)

### Bug Fixes

* button misalignment on long lines ([#117](#117)) ([f349cf9](f349cf9))
* fix: stale task handling

* fix: update CHANGELOG.md
## [1.2.3-beta.2](v1.2.3-beta.1...v1.2.3-beta.2) (2026-07-21)

### Bug Fixes

* stale task handling ([#122](#122)) ([be7ac41](be7ac41))
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
## [1.2.3-beta.3](v1.2.3-beta.2...v1.2.3-beta.3) (2026-07-22)

### Bug Fixes

* update ci actions ([#123](#123)) ([41e835a](41e835a))
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
#110)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…3.11 (#114)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jul 27, 2026
@renovate
renovate Bot requested a review from ajasnosz July 27, 2026 03:07
ajasnosz and others added 4 commits July 30, 2026 09:22
## [1.2.3-beta.4](v1.2.3-beta.3...v1.2.3-beta.4) (2026-07-30)

### Bug Fixes

* change font type to fast load ([#145](#145)) ([3fa5c20](3fa5c20))
* fix: add restore button

* fix: remove logout button when no auth

* fix: move button

* fix: move button

* fix: change button text

* fix: update CHANGELOG.md

* fix: update CHANGELOG.md

* fix: add wrapper for transaction handling

* fix: add handling for standalone transaction
## [1.2.3-beta.5](v1.2.3-beta.4...v1.2.3-beta.5) (2026-07-30)

### Bug Fixes

* load config from files ([#144](#144)) ([afabf12](afabf12))
@renovate
renovate Bot force-pushed the renovate/styled-components-5.x branch from 8ab1e65 to 3799c5b Compare July 30, 2026 14:06
ajasnosz and others added 2 commits August 13, 2026 12:09
## [1.2.3-beta.6](v1.2.3-beta.5...v1.2.3-beta.6) (2026-08-13)

### Bug Fixes

* optional ports for groups ([#147](#147)) ([9680db0](9680db0))
@renovate
renovate Bot force-pushed the renovate/styled-components-5.x branch from 3799c5b to 40355ae Compare August 14, 2026 23:11
ajasnosz and others added 4 commits August 17, 2026 09:32
* fix: add pagination on groups page

* fix: add pagination on groups page

* fix: update CHANGELOG.md
## [1.2.3-beta.7](v1.2.3-beta.6...v1.2.3-beta.7) (2026-08-17)

### Bug Fixes

* add pagination for groups ([#148](#148)) ([89f68a1](89f68a1))
* fix: add devices in bulk

* fix: add devices in bulk

* fix: add address list

* fix: stylistic updates to frontend

* fix: remove comments

* fix: move session check to write
* fix: bump security updates

* fix: registry change
@renovate
renovate Bot force-pushed the renovate/styled-components-5.x branch from 40355ae to 5e45a82 Compare August 20, 2026 10:29
srv-rr-github-token and others added 3 commits August 20, 2026 10:37
## [1.2.3-beta.8](v1.2.3-beta.7...v1.2.3-beta.8) (2026-08-20)

### Bug Fixes

* add in bulk device groups ([#149](#149)) ([38ccdb2](38ccdb2))
* bump security updates ([#151](#151)) ([885668a](885668a))
* vuln bump ([#150](#150)) ([1934658](1934658))
@renovate
renovate Bot force-pushed the renovate/styled-components-5.x branch from 5e45a82 to b76072e Compare August 21, 2026 14:08
Base automatically changed from develop to main August 24, 2026 08:24
@renovate renovate Bot changed the title chore(deps): update dependency styled-components to v5.3.11 chore(deps): update dependency styled-components to v5.3.11 - autoclosed Aug 24, 2026
@renovate renovate Bot closed this Aug 24, 2026
@renovate
renovate Bot deleted the renovate/styled-components-5.x branch August 24, 2026 08:25
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants