Skip to content

Commit

Permalink
Update dependency styled-components to v6.1.7 (#1102)
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.6` -> `6.1.7`](https://renovatebot.com/diffs/npm/styled-components/6.1.0/6.1.7) | [![age](https://developer.mend.io/api/mc/badges/age/npm/styled-components/6.1.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/styled-components/6.1.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/styled-components/6.1.0/6.1.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/styled-components/6.1.0/6.1.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

### [`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

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

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

#### What's Changed

-   fix(types): missing type declarations by [@&#8203;benjaminrae](https://togithub.com/benjaminrae) in [styled-components/styled-components#4237
-   fix(deps): pin dependencies to exact versions prior to bun migration by [@&#8203;quantizor](https://togithub.com/quantizor) in [styled-components/styled-components#4238
-   fix(types): nested styled with additional prop types by [@&#8203;justinbhopper](https://togithub.com/justinbhopper) in [styled-components/styled-components#4236

#### New Contributors

-   [@&#8203;benjaminrae](https://togithub.com/benjaminrae) made their first contribution in [styled-components/styled-components#4237

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

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

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

#### What's Changed

-   fix(types): StyledObject type to allow nested selectors by [@&#8203;maximebiloe](https://togithub.com/maximebiloe) in [styled-components/styled-components#4212
-   feat(types): expose FastOmit to improve emit performance by [@&#8203;justinbhopper](https://togithub.com/justinbhopper) in [styled-components/styled-components#4230

#### New Contributors

-   [@&#8203;maximebiloe](https://togithub.com/maximebiloe) made their first contribution in [styled-components/styled-components#4212

**Full Changelog**: styled-components/styled-components@v6.1.1...v6.1.2

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

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

#### What's Changed

-   fix(types): remove duplicated type by [@&#8203;takurinton](https://togithub.com/takurinton) in [styled-components/styled-components#4200
-   fix(native): image unsupported border color style by [@&#8203;nazmeln](https://togithub.com/nazmeln) in [styled-components/styled-components#4195
-   fix(styled): add displayName in all environments by [@&#8203;delijah](https://togithub.com/delijah) in [styled-components/styled-components#4208
-   fix(ssr): correctly place new rules after hydrated rules by [@&#8203;probablyup](https://togithub.com/probablyup) in [styled-components/styled-components#4210

#### New Contributors

-   [@&#8203;nazmeln](https://togithub.com/nazmeln) made their first contribution in [styled-components/styled-components#4195
-   [@&#8203;delijah](https://togithub.com/delijah) made their first contribution in [styled-components/styled-components#4208

**Full Changelog**: styled-components/styled-components@v6.1.0...v6.1.1

</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.

---

 - [ ] 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/X-oss-byte/Nextjs).
  • Loading branch information
renovate[bot] committed Jan 8, 2024
1 parent 90c13a7 commit 9d2c807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
"semver": "7.5.4",
"shell-quote": "1.8.1",
"strip-ansi": "7.1.0",
"styled-components": "6.1.6",
"styled-components": "6.1.7",
"styled-jsx": "5.1.2",
"styled-jsx-plugin-postcss": "4.0.1",
"swr": "^2.0.0",
Expand Down

0 comments on commit 9d2c807

Please sign in to comment.