Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: missing type declarations #4237

Merged

Conversation

benjaminrae
Copy link
Contributor

Fixes #4234 and #4235

In tsconfig.json "declarationDir" was set to ".", by removing that type declarations are included in the "dist" output.

This looks like the Rollup TypeScript Plugin workaround when using file output. As far as I can see styled-components doesn't need that. See this issue for the workaround.

@Kegulf
Copy link

Kegulf commented Dec 21, 2023

Apperantly this is needed 😂
#4235

@quantizor
Copy link
Contributor

I'm confused why this is suddenly an issue? The tsconfig hasn't changed for months...

@maxired
Copy link

maxired commented Dec 22, 2023

@quantizor my guess is because of 4df0cd7 ?

@quantizor
Copy link
Contributor

quantizor commented Dec 22, 2023

@quantizor my guess is because of 4df0cd7 ?

Could be. Maybe some of the installed versions shifted within their semver ranges and a bugfix quietly broke output or something. I'll verify this fix in a bit.

Copy link
Contributor

@quantizor quantizor left a comment

Choose a reason for hiding this comment

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

Thank you, fix looks good! Going to pin dependencies to exact versions after this so it doesn't happen again.

@quantizor quantizor merged commit 69d6f33 into styled-components:main Dec 22, 2023
5 checks passed
kodiakhq bot pushed a commit to X-oss-byte/Nextjs that referenced this pull request Dec 23, 2023
[![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.2` -> `6.1.3`](https://renovatebot.com/diffs/npm/styled-components/6.1.0/6.1.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/styled-components/6.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/styled-components/6.1.3?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.3?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.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

### [`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).
renovate bot added a commit to macchiitaka/tasks-app-nextjs that referenced this pull request Dec 23, 2023
[![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.1` ->
`6.1.3`](https://renovatebot.com/diffs/npm/styled-components/6.1.1/6.1.3)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/styled-components/6.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/styled-components/6.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/styled-components/6.1.1/6.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/styled-components/6.1.1/6.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEwMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
kodiakhq bot pushed a commit to X-oss-byte/Nextjs that referenced this pull request Dec 27, 2023
[![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.4`](https://renovatebot.com/diffs/npm/styled-components/6.1.0/6.1.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/styled-components/6.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/styled-components/6.1.4?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.4?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.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

### [`v6.1.4`](https://togithub.com/styled-components/styled-components/compare/v6.1.3...ef9097dfde422b14804af102c62a86e23696934c)

[Compare Source](https://togithub.com/styled-components/styled-components/compare/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).
kodiakhq bot pushed a commit to X-oss-byte/Nextjs that referenced this pull request Dec 27, 2023
[![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.4` -> `6.1.5`](https://renovatebot.com/diffs/npm/styled-components/6.1.0/6.1.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/styled-components/6.1.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/styled-components/6.1.5?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.5?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.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

### [`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/compare/v6.1.3...ef9097dfde422b14804af102c62a86e23696934c)

[Compare Source](https://togithub.com/styled-components/styled-components/compare/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).
kodiakhq bot pushed a commit to X-oss-byte/Nextjs that referenced this pull request Dec 28, 2023
[![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.5` -> `6.1.6`](https://renovatebot.com/diffs/npm/styled-components/6.1.0/6.1.6) | [![age](https://developer.mend.io/api/mc/badges/age/npm/styled-components/6.1.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/styled-components/6.1.6?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.6?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.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

### [`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/compare/v6.1.3...ef9097dfde422b14804af102c62a86e23696934c)

[Compare Source](https://togithub.com/styled-components/styled-components/compare/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).
kodiakhq bot pushed a commit to X-oss-byte/Nextjs that referenced this pull request Jan 8, 2024
[![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).
kodiakhq bot pushed a commit to X-oss-byte/Nextjs that referenced this pull request Jan 9, 2024
[![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.7` -> `6.1.8`](https://renovatebot.com/diffs/npm/styled-components/6.1.0/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.0/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.0/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

### [`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).
github-merge-queue bot pushed a commit to agbrs/agb that referenced this pull request Apr 4, 2024
[![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.0.2` ->
`6.1.8`](https://renovatebot.com/diffs/npm/styled-components/6.0.2/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.0.2/6.1.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/styled-components/6.0.2/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

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

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

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

#### What's Changed

- fix(native): bump postcss version from 8.4.23 to 8.4.31 by
[@&#8203;davidlacasse](https://togithub.com/davidlacasse) in
[styled-components/styled-components#4188
- fix(native): solve ts warning by
[@&#8203;krudos](https://togithub.com/krudos) in
[styled-components/styled-components#4190
- chore: remove babel macro due to lack of usage by
[@&#8203;probablyup](https://togithub.com/probablyup) in
[styled-components/styled-components#4193

#### New Contributors

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

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

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

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

fix bundling to not hardcode `window` (should fix some testing use cases
that were incorrectly assuming a server environment when JSDOM and
similar are in use)

**Full Changelog**:
styled-components/styled-components@v6.0.8...v6.0.9

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

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

#### What's Changed

- feat(native): add `toStyleSheet` function by
[@&#8203;krudos](https://togithub.com/krudos) in
[styled-components/styled-components#4124
- fix: prevent `StyleSheetManager` updating context on every render by
[@&#8203;keeganstreet](https://togithub.com/keeganstreet) in
[styled-components/styled-components#4159
- fix(types): ensure typing for static properties defined on third-party
components wrapped by styled-components by
[@&#8203;MartinPELCAT](https://togithub.com/MartinPELCAT) in
[styled-components/styled-components#4141
- fix: production mode inconsistent CSS rendering when dynamic property
values are the same but property names are different by
[@&#8203;bcole808](https://togithub.com/bcole808) in
[styled-components/styled-components#4132
- fix(types): decrease type complexity by moving off of
`JSX.IntrinsicElements` for the supported element list by
[@&#8203;RJWadley](https://togithub.com/RJWadley) in
[styled-components/styled-components#4149
- fix(types): adopt ref typing from forwardedAs by
[@&#8203;probablyup](https://togithub.com/probablyup) in
[styled-components/styled-components#4163
- chore: update typescript reference on issue template by
[@&#8203;chilled-capybara](https://togithub.com/chilled-capybara) in
[styled-components/styled-components#4150
- chore(types): add type exports for `StyleFunction`, `Interpolation` by
[@&#8203;bcole808](https://togithub.com/bcole808) in
[styled-components/styled-components#4140
- chore: updated Contributing guide benchmark instructions by
[@&#8203;bcole808](https://togithub.com/bcole808) in
[styled-components/styled-components#4137
- chore(types): add missing types `CSSProperties`, `CSSObject`,
`CSSPseudos` and `CSSKeyframes` by
[@&#8203;takurinton](https://togithub.com/takurinton) in
[styled-components/styled-components#4117

#### New Contributors

- [@&#8203;takurinton](https://togithub.com/takurinton) made their first
contribution in
[styled-components/styled-components#4117
- [@&#8203;krudos](https://togithub.com/krudos) made their first
contribution in
[styled-components/styled-components#4124
- [@&#8203;chilled-capybara](https://togithub.com/chilled-capybara) made
their first contribution in
[styled-components/styled-components#4150
- [@&#8203;MartinPELCAT](https://togithub.com/MartinPELCAT) made their
first contribution in
[styled-components/styled-components#4141
- [@&#8203;RJWadley](https://togithub.com/RJWadley) made their first
contribution in
[styled-components/styled-components#4149

**Full Changelog**:
styled-components/styled-components@v6.0.7...v6.0.8

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

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

#### What's Changed

- refactor(types): enable `exactOptionalPropertyTypes` check by
[@&#8203;aspirisen](https://togithub.com/aspirisen) in
[styled-components/styled-components#3993
- fix(types): allow number for height/width/etc
([#&#8203;4090](https://togithub.com/styled-components/styled-components/issues/4090))
by [@&#8203;drewbrend](https://togithub.com/drewbrend) in
[styled-components/styled-components#4111

#### New Contributors

- [@&#8203;aspirisen](https://togithub.com/aspirisen) made their first
contribution in
[styled-components/styled-components#3993
- [@&#8203;drewbrend](https://togithub.com/drewbrend) made their first
contribution in
[styled-components/styled-components#4111

**Full Changelog**:
styled-components/styled-components@v6.0.6...v6.0.7

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

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

#### What's Changed

- fix(types): issues with StyleFunctions and StyledObjects by
[@&#8203;bcole808](https://togithub.com/bcole808) in
[styled-components/styled-components#4107

#### New Contributors

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

**Full Changelog**:
styled-components/styled-components@v6.0.5...v6.0.6

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

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

#### What's Changed

- Fix createGlobalStyle not removing styles on unmount by
[@&#8203;mdeschamps](https://togithub.com/mdeschamps) in
[styled-components/styled-components#4101

#### New Contributors

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

**Full Changelog**:
styled-components/styled-components@v6.0.4...v6.0.5

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

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

#### What's Changed

- refactor: dev warning on unknown props retargeted specifically toward
HTML targets rather than other React components by
[@&#8203;woodreamz](https://togithub.com/woodreamz) in
[styled-components/styled-components#4084
- fix: untyped event handler callbacks by
[@&#8203;ziolekjj](https://togithub.com/ziolekjj) in
[styled-components/styled-components#4086

#### New Contributors

- [@&#8203;woodreamz](https://togithub.com/woodreamz) made their first
contribution in
[styled-components/styled-components#4084
- [@&#8203;ziolekjj](https://togithub.com/ziolekjj) made their first
contribution in
[styled-components/styled-components#4086

**Full Changelog**:
styled-components/styled-components@v6.0.3...v6.0.4

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

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

#### What's Changed

- fix: StyleSheetManager missing Stylis types by
[@&#8203;MattIPv4](https://togithub.com/MattIPv4) in
[styled-components/styled-components#4078

#### New Contributors

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

**Full Changelog**:
styled-components/styled-components@v6.0.2...v6.0.3

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
github-merge-queue bot pushed a commit to agbrs/agb that referenced this pull request Apr 4, 2024
[![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.0.2` ->
`6.1.8`](https://renovatebot.com/diffs/npm/styled-components/6.0.2/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.0.2/6.1.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/styled-components/6.0.2/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

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

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

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

#### What's Changed

- fix(native): bump postcss version from 8.4.23 to 8.4.31 by
[@&#8203;davidlacasse](https://togithub.com/davidlacasse) in
[styled-components/styled-components#4188
- fix(native): solve ts warning by
[@&#8203;krudos](https://togithub.com/krudos) in
[styled-components/styled-components#4190
- chore: remove babel macro due to lack of usage by
[@&#8203;probablyup](https://togithub.com/probablyup) in
[styled-components/styled-components#4193

#### New Contributors

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

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

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

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

fix bundling to not hardcode `window` (should fix some testing use cases
that were incorrectly assuming a server environment when JSDOM and
similar are in use)

**Full Changelog**:
styled-components/styled-components@v6.0.8...v6.0.9

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

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

#### What's Changed

- feat(native): add `toStyleSheet` function by
[@&#8203;krudos](https://togithub.com/krudos) in
[styled-components/styled-components#4124
- fix: prevent `StyleSheetManager` updating context on every render by
[@&#8203;keeganstreet](https://togithub.com/keeganstreet) in
[styled-components/styled-components#4159
- fix(types): ensure typing for static properties defined on third-party
components wrapped by styled-components by
[@&#8203;MartinPELCAT](https://togithub.com/MartinPELCAT) in
[styled-components/styled-components#4141
- fix: production mode inconsistent CSS rendering when dynamic property
values are the same but property names are different by
[@&#8203;bcole808](https://togithub.com/bcole808) in
[styled-components/styled-components#4132
- fix(types): decrease type complexity by moving off of
`JSX.IntrinsicElements` for the supported element list by
[@&#8203;RJWadley](https://togithub.com/RJWadley) in
[styled-components/styled-components#4149
- fix(types): adopt ref typing from forwardedAs by
[@&#8203;probablyup](https://togithub.com/probablyup) in
[styled-components/styled-components#4163
- chore: update typescript reference on issue template by
[@&#8203;chilled-capybara](https://togithub.com/chilled-capybara) in
[styled-components/styled-components#4150
- chore(types): add type exports for `StyleFunction`, `Interpolation` by
[@&#8203;bcole808](https://togithub.com/bcole808) in
[styled-components/styled-components#4140
- chore: updated Contributing guide benchmark instructions by
[@&#8203;bcole808](https://togithub.com/bcole808) in
[styled-components/styled-components#4137
- chore(types): add missing types `CSSProperties`, `CSSObject`,
`CSSPseudos` and `CSSKeyframes` by
[@&#8203;takurinton](https://togithub.com/takurinton) in
[styled-components/styled-components#4117

#### New Contributors

- [@&#8203;takurinton](https://togithub.com/takurinton) made their first
contribution in
[styled-components/styled-components#4117
- [@&#8203;krudos](https://togithub.com/krudos) made their first
contribution in
[styled-components/styled-components#4124
- [@&#8203;chilled-capybara](https://togithub.com/chilled-capybara) made
their first contribution in
[styled-components/styled-components#4150
- [@&#8203;MartinPELCAT](https://togithub.com/MartinPELCAT) made their
first contribution in
[styled-components/styled-components#4141
- [@&#8203;RJWadley](https://togithub.com/RJWadley) made their first
contribution in
[styled-components/styled-components#4149

**Full Changelog**:
styled-components/styled-components@v6.0.7...v6.0.8

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

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

#### What's Changed

- refactor(types): enable `exactOptionalPropertyTypes` check by
[@&#8203;aspirisen](https://togithub.com/aspirisen) in
[styled-components/styled-components#3993
- fix(types): allow number for height/width/etc
([#&#8203;4090](https://togithub.com/styled-components/styled-components/issues/4090))
by [@&#8203;drewbrend](https://togithub.com/drewbrend) in
[styled-components/styled-components#4111

#### New Contributors

- [@&#8203;aspirisen](https://togithub.com/aspirisen) made their first
contribution in
[styled-components/styled-components#3993
- [@&#8203;drewbrend](https://togithub.com/drewbrend) made their first
contribution in
[styled-components/styled-components#4111

**Full Changelog**:
styled-components/styled-components@v6.0.6...v6.0.7

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

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

#### What's Changed

- fix(types): issues with StyleFunctions and StyledObjects by
[@&#8203;bcole808](https://togithub.com/bcole808) in
[styled-components/styled-components#4107

#### New Contributors

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

**Full Changelog**:
styled-components/styled-components@v6.0.5...v6.0.6

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

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

#### What's Changed

- Fix createGlobalStyle not removing styles on unmount by
[@&#8203;mdeschamps](https://togithub.com/mdeschamps) in
[styled-components/styled-components#4101

#### New Contributors

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

**Full Changelog**:
styled-components/styled-components@v6.0.4...v6.0.5

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

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

#### What's Changed

- refactor: dev warning on unknown props retargeted specifically toward
HTML targets rather than other React components by
[@&#8203;woodreamz](https://togithub.com/woodreamz) in
[styled-components/styled-components#4084
- fix: untyped event handler callbacks by
[@&#8203;ziolekjj](https://togithub.com/ziolekjj) in
[styled-components/styled-components#4086

#### New Contributors

- [@&#8203;woodreamz](https://togithub.com/woodreamz) made their first
contribution in
[styled-components/styled-components#4084
- [@&#8203;ziolekjj](https://togithub.com/ziolekjj) made their first
contribution in
[styled-components/styled-components#4086

**Full Changelog**:
styled-components/styled-components@v6.0.3...v6.0.4

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

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

#### What's Changed

- fix: StyleSheetManager missing Stylis types by
[@&#8203;MattIPv4](https://togithub.com/MattIPv4) in
[styled-components/styled-components#4078

#### New Contributors

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

**Full Changelog**:
styled-components/styled-components@v6.0.2...v6.0.3

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing types in dist of release 6.1.2
4 participants