Skip to content

Commit 2e5497f

Browse files
fix(deps): update dependency styled-components to v6.1.17 (#1626)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [styled-components](https://styled-components.com) ([source](https://redirect.github.com/styled-components/styled-components)) | [`6.1.16` -> `6.1.17`](https://renovatebot.com/diffs/npm/styled-components/6.1.16/6.1.17) | [![age](https://developer.mend.io/api/mc/badges/age/npm/styled-components/6.1.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/styled-components/6.1.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/styled-components/6.1.16/6.1.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/styled-components/6.1.16/6.1.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>styled-components/styled-components (styled-components)</summary> ### [`v6.1.17`](https://redirect.github.com/styled-components/styled-components/releases/tag/styled-components%406.1.17) [Compare Source](https://redirect.github.com/styled-components/styled-components/compare/styled-components@6.1.16...styled-components@6.1.17) ##### Patch Changes - [`47a4dcb`](https://redirect.github.com/styled-components/styled-components/commit/47a4dcb): Fix for loose `DefaultTheme` type definition - [`a8c0f5b`](https://redirect.github.com/styled-components/styled-components/commit/a8c0f5b): fix: add info link to console </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 this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/kula-app/OnLaunch). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjIyNy4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
1 parent d6e2e99 commit 2e5497f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"reflect-metadata": "0.2.2",
6262
"request-ip": "3.3.0",
6363
"stripe": "17.7.0",
64-
"styled-components": "6.1.16",
64+
"styled-components": "6.1.17",
6565
"swr": "2.3.3",
6666
"use-debounce": "10.0.4",
6767
"uuid": "11.1.0",

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -10380,7 +10380,7 @@ __metadata:
1038010380
request-ip: "npm:3.3.0"
1038110381
start-server-and-test: "npm:2.0.11"
1038210382
stripe: "npm:17.7.0"
10383-
styled-components: "npm:6.1.16"
10383+
styled-components: "npm:6.1.17"
1038410384
swr: "npm:2.3.3"
1038510385
tailwindcss: "npm:3.4.17"
1038610386
ts-node: "npm:10.9.2"
@@ -12731,9 +12731,9 @@ __metadata:
1273112731
languageName: node
1273212732
linkType: hard
1273312733

12734-
"styled-components@npm:6.1.16":
12735-
version: 6.1.16
12736-
resolution: "styled-components@npm:6.1.16"
12734+
"styled-components@npm:6.1.17":
12735+
version: 6.1.17
12736+
resolution: "styled-components@npm:6.1.17"
1273712737
dependencies:
1273812738
"@emotion/is-prop-valid": "npm:1.2.2"
1273912739
"@emotion/unitless": "npm:0.8.1"
@@ -12747,7 +12747,7 @@ __metadata:
1274712747
peerDependencies:
1274812748
react: ">= 16.8.0"
1274912749
react-dom: ">= 16.8.0"
12750-
checksum: 10c0/190d6d5dc9099489fac37e23be5bda7fef399ca9f9230f1de81100b98ec1c75070ef5990241c007126d97f40069d3c864f4239e185161a70ff111dd3e3bf5370
12750+
checksum: 10c0/87f35173c5fc2291ddba7ed8224d19fe6872d056a577f55fe130248f5ea23e5c48c012e881fa1ad93df60b56a12c1c2d553f628e204f090189221734927e50b0
1275112751
languageName: node
1275212752
linkType: hard
1275312753

0 commit comments

Comments
 (0)