Skip to content

Commit

Permalink
fix(deps): update dependency styled-components to v5.3.11 (#8)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [styled-components](https://styled-components.com)
([source](https://togithub.com/styled-components/styled-components)) |
[`5.3.6` ->
`5.3.11`](https://renovatebot.com/diffs/npm/styled-components/5.3.6/5.3.11)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/styled-components/5.3.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/styled-components/5.3.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/styled-components/5.3.6/5.3.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/styled-components/5.3.6/5.3.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@types/styled-components](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/styled-components)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/styled-components))
| [`5.1.26` ->
`5.1.34`](https://renovatebot.com/diffs/npm/@types%2fstyled-components/5.1.26/5.1.34)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fstyled-components/5.1.34?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fstyled-components/5.1.34?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fstyled-components/5.1.26/5.1.34?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fstyled-components/5.1.26/5.1.34?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>styled-components/styled-components
(styled-components)</summary>

###
[`v5.3.11`](https://togithub.com/styled-components/styled-components/releases/tag/v5.3.11)

[Compare
Source](https://togithub.com/styled-components/styled-components/compare/v5.3.10...v5.3.11)

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`](https://togithub.com/styled-components/styled-components/releases/tag/v5.3.10)

[Compare
Source](https://togithub.com/styled-components/styled-components/compare/v5.3.9...v5.3.10)

#### What's Changed

- fix: Do not add px to unitless CSS variables by
[@&#8203;Lazyuki](https://togithub.com/Lazyuki) in
[https://github.com/styled-components/styled-components/pull/3975](https://togithub.com/styled-components/styled-components/pull/3975)

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

###
[`v5.3.9`](https://togithub.com/styled-components/styled-components/releases/tag/v5.3.9)

[Compare
Source](https://togithub.com/styled-components/styled-components/compare/v5.3.8...v5.3.9)

##### What's Changed

- \[v5] Make styled components work when the Object prototype is frozen
by [@&#8203;jportner](https://togithub.com/jportner) in
[https://github.com/styled-components/styled-components/pull/3964](https://togithub.com/styled-components/styled-components/pull/3964)

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

###
[`v5.3.8`](https://togithub.com/styled-components/styled-components/releases/tag/v5.3.8)

[Compare
Source](https://togithub.com/styled-components/styled-components/compare/v5.3.7...v5.3.8)

#### 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`](https://togithub.com/styled-components/styled-components/compare/v5.3.6...v5.3.7)

[Compare
Source](https://togithub.com/styled-components/styled-components/compare/v5.3.6...v5.3.7)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/austinbiggs/ivy).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
  • Loading branch information
austinbiggs authored Feb 3, 2024
2 parents 3f8e086 + 18d4109 commit 8e9401d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-is": "18.2.0",
"styled-components": "5.3.6",
"styled-components": "5.3.11",
"tslib": "^2.3.0"
},
"devDependencies": {
Expand All @@ -32,7 +32,7 @@
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"@types/react-is": "18.2.2",
"@types/styled-components": "5.1.26",
"@types/styled-components": "5.1.34",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
"babel-jest": "29.7.0",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2667,7 +2667,7 @@ __metadata:
"@types/react": "npm:18.2.33"
"@types/react-dom": "npm:18.2.14"
"@types/react-is": "npm:18.2.2"
"@types/styled-components": "npm:5.1.26"
"@types/styled-components": "npm:5.1.34"
"@typescript-eslint/eslint-plugin": "npm:6.20.0"
"@typescript-eslint/parser": "npm:6.20.0"
babel-jest: "npm:29.7.0"
Expand All @@ -2691,7 +2691,7 @@ __metadata:
react: "npm:18.2.0"
react-dom: "npm:18.2.0"
react-is: "npm:18.2.0"
styled-components: "npm:5.3.6"
styled-components: "npm:5.3.11"
ts-jest: "npm:29.1.2"
ts-node: "npm:10.9.1"
tslib: "npm:^2.3.0"
Expand Down Expand Up @@ -3562,14 +3562,14 @@ __metadata:
languageName: node
linkType: hard

"@types/styled-components@npm:5.1.26":
version: 5.1.26
resolution: "@types/styled-components@npm:5.1.26"
"@types/styled-components@npm:5.1.34":
version: 5.1.34
resolution: "@types/styled-components@npm:5.1.34"
dependencies:
"@types/hoist-non-react-statics": "npm:*"
"@types/react": "npm:*"
csstype: "npm:^3.0.2"
checksum: 10c0/61c53b035d82bbf6071d3f15348f2e9a43af8c28c630ab472d153277082a578aa60116ddc67bcfea1340d93577d5758c359f0a4d4d1291a419cebb3f8677b63e
checksum: 10c0/5bce93ea2c6161fc45daaf863eefdc20672e839ae486597c40b95e7978e249c160c1bc9706f56cb5152a7ef63cf485d15a9502889169ef945281f511e4b2d5a0
languageName: node
linkType: hard

Expand Down Expand Up @@ -12876,9 +12876,9 @@ __metadata:
languageName: node
linkType: hard

"styled-components@npm:5.3.6":
version: 5.3.6
resolution: "styled-components@npm:5.3.6"
"styled-components@npm:5.3.11":
version: 5.3.11
resolution: "styled-components@npm:5.3.11"
dependencies:
"@babel/helper-module-imports": "npm:^7.0.0"
"@babel/traverse": "npm:^7.4.5"
Expand All @@ -12894,7 +12894,7 @@ __metadata:
react: ">= 16.8.0"
react-dom: ">= 16.8.0"
react-is: ">= 16.8.0"
checksum: 10c0/14c0c1fa2944a753fcdaef10478c340046076163ad419eb7a4a37602e953cf63df3603961abdce7b4e780c2cc828cdf1c7a5f7d96fb07fabc24f23997980d69a
checksum: 10c0/90b73479770c5d68e22e6366d210119d7203154a3e49dc828f6f6b4c2d5c077f7548210dfddd0af3cb15b0b63fab3eec8dc995c1734e97a313a9b83ba893668e
languageName: node
linkType: hard

Expand Down

0 comments on commit 8e9401d

Please sign in to comment.