emotion-js/emotion
### [`v11.5.0`](https://togithub.com/emotion-js/emotion/blob/master/packages/react/CHANGELOG.md#1150)
[Compare Source](https://togithub.com/emotion-js/emotion/compare/@emotion/cache@11.4.0...@emotion/cache@11.5.0)
##### Patch Changes
- [#2498](https://togithub.com/emotion-js/emotion/pull/2498) [`e5beae8e`](https://togithub.com/emotion-js/emotion/commit/e5beae8e320f3d1455e45efecdfeb7d757687a43) Thanks [@Andarist](https://togithub.com/Andarist)! - Fixed an edge case issue with incorrect rules being generated. When a context selector (`&`) was used not at the beginning of a selector (which is not valid SCSS but is allowed by the Stylis parser that we are using) within a group of selectors containing a pseudoclass then it was not replaced correctly with the current context selector.
- [#2500](https://togithub.com/emotion-js/emotion/pull/2500) [`eda5e687`](https://togithub.com/emotion-js/emotion/commit/eda5e687c0bc4eddcafb243a2b1028296fb45cba) Thanks [@Jarred-Sumner](https://togithub.com/Jarred-Sumner)! - Fix error loading [@emotion/react](https://togithub.com/emotion/react) in alternative JS environments
- Updated dependencies \[[`e5beae8e`](https://togithub.com/emotion-js/emotion/commit/e5beae8e320f3d1455e45efecdfeb7d757687a43), [`9ae4a91a`](https://togithub.com/emotion-js/emotion/commit/9ae4a91a08a6f7c5ca26a585f1c271a179db4623), [`f2eda829`](https://togithub.com/emotion-js/emotion/commit/f2eda8295429dd1892a06cbc9496321f2a55c10a)]:
- [@emotion/cache](https://togithub.com/emotion/cache)[@11](https://togithub.com/11).5.0
- [@emotion/sheet](https://togithub.com/emotion/sheet)[@1](https://togithub.com/1).0.3
balena-io-modules/rendition
### [`v21.9.1`](https://togithub.com/balena-io-modules/rendition/blob/master/CHANGELOG.md#v2191)
[Compare Source](https://togithub.com/balena-io-modules/rendition/compare/v21.9.0...v21.9.1)
#### (2021-10-21)
- patch: Update dependency core-js to ^3.18.3 \[Renovate Bot]
### [`v21.9.0`](https://togithub.com/balena-io-modules/rendition/blob/master/CHANGELOG.md#v2190)
[Compare Source](https://togithub.com/balena-io-modules/rendition/compare/v21.8.7...v21.9.0)
#### (2021-10-21)
- Add OS issues icon and tooltip in DownloadImageModal \[JSReds]
### [`v21.8.7`](https://togithub.com/balena-io-modules/rendition/blob/master/CHANGELOG.md#v2187)
[Compare Source](https://togithub.com/balena-io-modules/rendition/compare/v21.8.6...v21.8.7)
#### (2021-10-19)
- Fix monaco editor import conflict \[JSReds]
### [`v21.8.6`](https://togithub.com/balena-io-modules/rendition/blob/master/CHANGELOG.md#v2186)
[Compare Source](https://togithub.com/balena-io-modules/rendition/compare/v21.8.5...v21.8.6)
#### (2021-10-11)
- patch: Update dependency [@testing-library/react](https://togithub.com/testing-library/react) to v12 \[Renovate Bot]
styled-components/styled-components
### [`v5.3.3`](https://togithub.com/styled-components/styled-components/releases/v5.3.3)
##### What's Changed
- Backport [#3568](https://togithub.com/styled-components/styled-components/issues/3568) (read from textContent rather than innerHTML during rehydrate) to v5 by [@keeganstreet](https://togithub.com/keeganstreet) in [https://github.com/styled-components/styled-components/pull/3591](https://togithub.com/styled-components/styled-components/pull/3591)
- \[v5] generate more complete sourcemaps by [@henryqdineen](https://togithub.com/henryqdineen) in [https://github.com/styled-components/styled-components/pull/3597](https://togithub.com/styled-components/styled-components/pull/3597)
##### New Contributors
- [@henryqdineen](https://togithub.com/henryqdineen) made their first contribution in [https://github.com/styled-components/styled-components/pull/3597](https://togithub.com/styled-components/styled-components/pull/3597)
**Full Changelog**: https://github.com/styled-components/styled-components/compare/v5.3.1...v5.3.3
Configuration
📅 Schedule: "every weekend" (UTC).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
[ ] If you want to rebase/retry this PR, click this checkbox.
This PR contains the following updates:
^11.4.0
->^11.5.0
^11.4.1
->^11.5.0
^3.10.9
->^3.10.10
^17.0.9
->^17.0.10
^7.1.19
->^7.1.20
^4.7.1
->^4.7.2
^21.8.5
->^21.9.1
^5.3.1
->^5.3.3
Release Notes
emotion-js/emotion
### [`v11.5.0`](https://togithub.com/emotion-js/emotion/blob/master/packages/react/CHANGELOG.md#1150) [Compare Source](https://togithub.com/emotion-js/emotion/compare/@emotion/cache@11.4.0...@emotion/cache@11.5.0) ##### Patch Changes - [#2498](https://togithub.com/emotion-js/emotion/pull/2498) [`e5beae8e`](https://togithub.com/emotion-js/emotion/commit/e5beae8e320f3d1455e45efecdfeb7d757687a43) Thanks [@Andarist](https://togithub.com/Andarist)! - Fixed an edge case issue with incorrect rules being generated. When a context selector (`&`) was used not at the beginning of a selector (which is not valid SCSS but is allowed by the Stylis parser that we are using) within a group of selectors containing a pseudoclass then it was not replaced correctly with the current context selector. - [#2500](https://togithub.com/emotion-js/emotion/pull/2500) [`eda5e687`](https://togithub.com/emotion-js/emotion/commit/eda5e687c0bc4eddcafb243a2b1028296fb45cba) Thanks [@Jarred-Sumner](https://togithub.com/Jarred-Sumner)! - Fix error loading [@emotion/react](https://togithub.com/emotion/react) in alternative JS environments - Updated dependencies \[[`e5beae8e`](https://togithub.com/emotion-js/emotion/commit/e5beae8e320f3d1455e45efecdfeb7d757687a43), [`9ae4a91a`](https://togithub.com/emotion-js/emotion/commit/9ae4a91a08a6f7c5ca26a585f1c271a179db4623), [`f2eda829`](https://togithub.com/emotion-js/emotion/commit/f2eda8295429dd1892a06cbc9496321f2a55c10a)]: - [@emotion/cache](https://togithub.com/emotion/cache)[@11](https://togithub.com/11).5.0 - [@emotion/sheet](https://togithub.com/emotion/sheet)[@1](https://togithub.com/1).0.3balena-io-modules/rendition
### [`v21.9.1`](https://togithub.com/balena-io-modules/rendition/blob/master/CHANGELOG.md#v2191) [Compare Source](https://togithub.com/balena-io-modules/rendition/compare/v21.9.0...v21.9.1) #### (2021-10-21) - patch: Update dependency core-js to ^3.18.3 \[Renovate Bot] ### [`v21.9.0`](https://togithub.com/balena-io-modules/rendition/blob/master/CHANGELOG.md#v2190) [Compare Source](https://togithub.com/balena-io-modules/rendition/compare/v21.8.7...v21.9.0) #### (2021-10-21) - Add OS issues icon and tooltip in DownloadImageModal \[JSReds] ### [`v21.8.7`](https://togithub.com/balena-io-modules/rendition/blob/master/CHANGELOG.md#v2187) [Compare Source](https://togithub.com/balena-io-modules/rendition/compare/v21.8.6...v21.8.7) #### (2021-10-19) - Fix monaco editor import conflict \[JSReds] ### [`v21.8.6`](https://togithub.com/balena-io-modules/rendition/blob/master/CHANGELOG.md#v2186) [Compare Source](https://togithub.com/balena-io-modules/rendition/compare/v21.8.5...v21.8.6) #### (2021-10-11) - patch: Update dependency [@testing-library/react](https://togithub.com/testing-library/react) to v12 \[Renovate Bot]styled-components/styled-components
### [`v5.3.3`](https://togithub.com/styled-components/styled-components/releases/v5.3.3) ##### What's Changed - Backport [#3568](https://togithub.com/styled-components/styled-components/issues/3568) (read from textContent rather than innerHTML during rehydrate) to v5 by [@keeganstreet](https://togithub.com/keeganstreet) in [https://github.com/styled-components/styled-components/pull/3591](https://togithub.com/styled-components/styled-components/pull/3591) - \[v5] generate more complete sourcemaps by [@henryqdineen](https://togithub.com/henryqdineen) in [https://github.com/styled-components/styled-components/pull/3597](https://togithub.com/styled-components/styled-components/pull/3597) ##### New Contributors - [@henryqdineen](https://togithub.com/henryqdineen) made their first contribution in [https://github.com/styled-components/styled-components/pull/3597](https://togithub.com/styled-components/styled-components/pull/3597) **Full Changelog**: https://github.com/styled-components/styled-components/compare/v5.3.1...v5.3.3Configuration
📅 Schedule: "every weekend" (UTC).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by WhiteSource Renovate. View repository job log here.