Update all digest updates #19

Merged
renovate[bot] merged 1 commits from renovate/all-digest into master 2026-02-09 04:06:54 +04:00
Collaborator

This PR contains the following updates:

Package Change Age Confidence
@types/node (source) 24.10.1124.10.12 age confidence
styled-components (source) 6.3.86.3.9 age confidence

Release Notes

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

v6.3.9

Compare Source

Patch Changes
  • ca61aca: Fix CSS block comments containing // (e.g. URLs) causing subsequent styles to not be applied.
  • a2cd792: Fix createGlobalStyle styles not being removed when unmounted in RSC environments. React 19's precedence attribute on style tags makes them persist as permanent resources; global styles now render without precedence so they follow normal component lifecycle.
  • dbe0aae: In RSC environments, theme is now undefined instead of {} for styled components, matching the existing behavior of withTheme and createGlobalStyle. This ensures accessing theme properties without a ThemeProvider correctly throws rather than silently returning undefined.
  • 1888c73: Fix withTheme HOC types: ref now correctly resolves to the component instance type instead of the constructor, and theme is properly optional in the wrapped component's props.
  • f84f3fa: Fix SSR styles hydration and global style cleanup in Shadow DOM
  • 43a5b4b: Optimize internal style processing hot paths: cached GroupedTag index lookups, string fast path in flatten, direct string concatenation in dynamic style generation, pre-built stylis middleware chain with lazy RegExp creation, single-lookup Map operations, VirtualTag append fast-path, and manual string concat in SSR output.
  • 788e8c0: Revert exports field and restore browser/server build split with browser field in package.json. Fixes require('stream') resolution errors in browser bundlers like webpack 5.

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`24.10.11` → `24.10.12`](https://renovatebot.com/diffs/npm/@types%2fnode/24.10.11/24.10.12) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/24.10.12?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/24.10.11/24.10.12?slim=true) | | [styled-components](https://styled-components.com) ([source](https://github.com/styled-components/styled-components)) | [`6.3.8` → `6.3.9`](https://renovatebot.com/diffs/npm/styled-components/6.3.8/6.3.9) | ![age](https://developer.mend.io/api/mc/badges/age/npm/styled-components/6.3.9?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/styled-components/6.3.8/6.3.9?slim=true) | --- ### Release Notes <details> <summary>styled-components/styled-components (styled-components)</summary> ### [`v6.3.9`](https://github.com/styled-components/styled-components/releases/tag/styled-components%406.3.9) [Compare Source](https://github.com/styled-components/styled-components/compare/styled-components@6.3.8...styled-components@6.3.9) ##### Patch Changes - [`ca61aca`](https://github.com/styled-components/styled-components/commit/ca61aca): Fix CSS block comments containing `//` (e.g. URLs) causing subsequent styles to not be applied. - [`a2cd792`](https://github.com/styled-components/styled-components/commit/a2cd792): Fix `createGlobalStyle` styles not being removed when unmounted in RSC environments. React 19's `precedence` attribute on style tags makes them persist as permanent resources; global styles now render without `precedence` so they follow normal component lifecycle. - [`dbe0aae`](https://github.com/styled-components/styled-components/commit/dbe0aae): In RSC environments, `theme` is now `undefined` instead of `{}` for styled components, matching the existing behavior of `withTheme` and `createGlobalStyle`. This ensures accessing theme properties without a ThemeProvider correctly throws rather than silently returning `undefined`. - [`1888c73`](https://github.com/styled-components/styled-components/commit/1888c73): Fix `withTheme` HOC types: ref now correctly resolves to the component instance type instead of the constructor, and `theme` is properly optional in the wrapped component's props. - [`f84f3fa`](https://github.com/styled-components/styled-components/commit/f84f3fa): Fix SSR styles hydration and global style cleanup in Shadow DOM - [`43a5b4b`](https://github.com/styled-components/styled-components/commit/43a5b4b): Optimize internal style processing hot paths: cached GroupedTag index lookups, string fast path in flatten, direct string concatenation in dynamic style generation, pre-built stylis middleware chain with lazy RegExp creation, single-lookup Map operations, VirtualTag append fast-path, and manual string concat in SSR output. - [`788e8c0`](https://github.com/styled-components/styled-components/commit/788e8c0): Revert `exports` field and restore browser/server build split with `browser` field in package.json. Fixes `require('stream')` resolution errors in browser bundlers like webpack 5. </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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4wLjUiLCJ1cGRhdGVkSW5WZXIiOiI0My4wLjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21hdGVkIiwiZGVwZW5kZW5jaWVzIl19-->
renovate[bot] added 1 commit 2026-02-09 04:02:21 +04:00
Update all digest updates
All checks were successful
Test / Basic (pull_request) Successful in 3m15s
Test / Basic (push) Successful in 2m41s
RenovateBot / renovate (push) Successful in 1m17s
e89cd478b4
renovate[bot] scheduled this pull request to auto merge when all checks succeed 2026-02-09 04:02:21 +04:00
renovate[bot] merged commit e89cd478b4 into master 2026-02-09 04:06:54 +04:00
renovate[bot] deleted branch renovate/all-digest 2026-02-09 04:06:54 +04:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: valentineus/strapi-plugin-checkbox-list#19