Skip to content

Commit

Permalink
fix(deps): update dependency styled-components to v6.1.8 (#2219)
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)) |
[`6.1.3` ->
`6.1.8`](https://renovatebot.com/diffs/npm/styled-components/6.1.3/6.1.8)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/styled-components/6.1.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/styled-components/6.1.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/styled-components/6.1.3/6.1.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/styled-components/6.1.3/6.1.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/styled-components/styled-components/compare/v6.1.7...v6.1.8)

Revert adding `peerDependencies` from v6.1.7; apparently some build
tools do not respect `peerDependenciesMeta[package].optional` which is
[causing
issues](https://togithub.com/styled-components/styled-components/pull/4243#issuecomment-1881571372).
Will revisit at a later date if possible.

**Full Changelog**:
styled-components/styled-components@v6.1.7...v6.1.8

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

[Compare
Source](https://togithub.com/styled-components/styled-components/compare/v6.1.6...v6.1.7)

##### What's Changed

- chore: add all missing peer dependency statements by
[@&#8203;quantizor](https://togithub.com/quantizor) in
[styled-components/styled-components#4243

NOTE: this change may cause some installed dependency duplication until
[this NPM bug](https://togithub.com/npm/cli/issues/7106) is addressed
but yarn and pnpm have correct behavior. Bun also has [a similar
bug](https://togithub.com/oven-sh/bun/issues/7869).

Overall these changes ensure that styled-components is specifying a
known working version of all utilized libraries, while instructing the
client package manager that higher semver-compliant versions are
*permissible and should work*, assuming the relevant libraries are
compliant in practice.

**Full Changelog**:
styled-components/styled-components@v6.1.6...v6.1.7

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

[Compare
Source](https://togithub.com/styled-components/styled-components/compare/v6.1.5...v6.1.6)

##### What's Changed

- fix: bump stylis to 4.3.1 to resolve issue with leaking nested
selectors by [@&#8203;quantizor](https://togithub.com/quantizor) in
[styled-components/styled-components#4245

**Full Changelog**:
styled-components/styled-components@v6.1.5...v6.1.6

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

[Compare
Source](https://togithub.com/styled-components/styled-components/compare/v6.1.4...v6.1.5)

##### What's Changed

- fix: further constrain self-referencing to match v5 behavior by
[@&#8203;quantizor](https://togithub.com/quantizor) in
[styled-components/styled-components#4244

**Full Changelog**:
styled-components/styled-components@v6.1.4...v6.1.5

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

[Compare
Source](https://togithub.com/styled-components/styled-components/compare/v6.1.3...v6.1.4)

#### What's Changed

- fix: allow using `attrs` to provide a custom `theme` prop to child
components by [@&#8203;quantizor](https://togithub.com/quantizor) in
[styled-components/styled-components#4242

**Full Changelog**:
styled-components/styled-components@v6.1.3...v6.1.4

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday,before 5am
every weekday,every weekend" in timezone Asia/Tokyo, Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/macchiitaka/tasks-app-nextjs).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 20, 2024
1 parent 03a510e commit de9a86e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-is": "18.2.0",
"styled-components": "6.1.3",
"styled-components": "6.1.8",
"styled-normalize": "8.1.0",
"stylis": "^4.3.0"
},
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12010,10 +12010,10 @@ style-search@^0.1.0:
resolved "https://registry.yarnpkg.com/style-search/-/style-search-0.1.0.tgz#7958c793e47e32e07d2b5cafe5c0bf8e12e77902"
integrity sha512-Dj1Okke1C3uKKwQcetra4jSuk0DqbzbYtXipzFlFMZtowbF1x7BKJwB9AayVMyFARvU8EDrZdcax4At/452cAg==

styled-components@6.1.3:
version "6.1.3"
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-6.1.3.tgz#d3ffea630800f4486e79f6264826dad9426474e3"
integrity sha512-kLerFjTAABuEZ870O4q4dyT/VCOJC/HA08+VeIGhkiOKkwJLP17HAWHCiqZWnUMV19m3axlOKR/+/EbCbuJAZg==
styled-components@6.1.8:
version "6.1.8"
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-6.1.8.tgz#c109d36aeea52d8f049e12de2f3be39a6fc86201"
integrity sha512-PQ6Dn+QxlWyEGCKDS71NGsXoVLKfE1c3vApkvDYS5KAK+V8fNWGhbSUEo9Gg2iaID2tjLXegEW3bZDUGpofRWw==
dependencies:
"@emotion/is-prop-valid" "1.2.1"
"@emotion/unitless" "0.8.0"
Expand All @@ -12022,7 +12022,7 @@ styled-components@6.1.3:
csstype "3.1.2"
postcss "8.4.31"
shallowequal "1.1.0"
stylis "4.3.0"
stylis "4.3.1"
tslib "2.5.0"

styled-jsx@5.1.1:
Expand Down Expand Up @@ -12130,10 +12130,10 @@ stylelint@^15.11.0:
table "^6.8.1"
write-file-atomic "^5.0.1"

stylis@4.3.0, stylis@^4.3.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.3.0.tgz#abe305a669fc3d8777e10eefcfc73ad861c5588c"
integrity sha512-E87pIogpwUsUwXw7dNyU4QDjdgVMy52m+XEOPEKUn161cCzWjjhPSQhByfd1CcNvrOLnXQ6OnnZDwnJrz/Z4YQ==
stylis@4.3.1, stylis@^4.3.0:
version "4.3.1"
resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.3.1.tgz#ed8a9ebf9f76fe1e12d462f5cc3c4c980b23a7eb"
integrity sha512-EQepAV+wMsIaGVGX1RECzgrcqRRU/0sYOHkeLsZ3fzHaHXZy4DaOOX0vOlGQdlsjkh3mFHAIlVimpwAs4dslyQ==

superjson@^1.10.0:
version "1.12.3"
Expand Down

1 comment on commit de9a86e

@vercel
Copy link

@vercel vercel bot commented on de9a86e Jan 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.