im-perativa / streamlit-calendar

A Streamlit component to show calendar view using FullCalendar
https://calendar-component.streamlit.app/
Apache License 2.0
119 stars 12 forks source link

fix(deps): update dependency styled-components to v6.1.13 #17

Open renovate[bot] opened 9 months ago

renovate[bot] commented 9 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
styled-components (source) 6.0.8 -> 6.1.13 age adoption passing confidence

Release Notes

styled-components/styled-components (styled-components) ### [`v6.1.13`](https://togithub.com/styled-components/styled-components/compare/v6.1.12...99c02f52d69e8e509c0bf012cadee7f8e819a6dd) [Compare Source](https://togithub.com/styled-components/styled-components/compare/v6.1.12...v6.1.13) ### [`v6.1.12`](https://togithub.com/styled-components/styled-components/releases/tag/v6.1.12) [Compare Source](https://togithub.com/styled-components/styled-components/compare/v6.1.11...v6.1.12) #### What's Changed - Export rehydrate from StyleSheet by [@​hamidrezahanafi](https://togithub.com/hamidrezahanafi) in [https://github.com/styled-components/styled-components/pull/4328](https://togithub.com/styled-components/styled-components/pull/4328) - Prevent ServerStyleSheet generating empty style tags/elements by [@​hamidrezahanafi](https://togithub.com/hamidrezahanafi) in [https://github.com/styled-components/styled-components/pull/4327](https://togithub.com/styled-components/styled-components/pull/4327) #### New Contributors - [@​hamidrezahanafi](https://togithub.com/hamidrezahanafi) made their first contribution in [https://github.com/styled-components/styled-components/pull/4328](https://togithub.com/styled-components/styled-components/pull/4328) **Full Changelog**: https://github.com/styled-components/styled-components/compare/v6.1.11...v6.1.12 ### [`v6.1.11`](https://togithub.com/styled-components/styled-components/compare/v6.1.10...v6.1.11) [Compare Source](https://togithub.com/styled-components/styled-components/compare/v6.1.10...v6.1.11) ### [`v6.1.10`](https://togithub.com/styled-components/styled-components/compare/v6.1.9...cda9ccbfeb8e9e8962f38b486b4291c3847668d9) [Compare Source](https://togithub.com/styled-components/styled-components/compare/v6.1.9...v6.1.10) ### [`v6.1.9`](https://togithub.com/styled-components/styled-components/releases/tag/v6.1.9) [Compare Source](https://togithub.com/styled-components/styled-components/compare/v6.1.8...v6.1.9) #### What's Changed - fix: improve types for .attrs() by [@​uhyo](https://togithub.com/uhyo) in [https://github.com/styled-components/styled-components/pull/4288](https://togithub.com/styled-components/styled-components/pull/4288) - fix(types): allow using a styled component as a key inside object styles in the web runtime by [@​iiroj](https://togithub.com/iiroj) in [https://github.com/styled-components/styled-components/pull/4249](https://togithub.com/styled-components/styled-components/pull/4249) - Upgrading babel dependencies to latest to fix CVE-2023-45133 by [@​JesseObrien](https://togithub.com/JesseObrien) in [https://github.com/styled-components/styled-components/pull/4214](https://togithub.com/styled-components/styled-components/pull/4214) #### New Contributors - [@​uhyo](https://togithub.com/uhyo) made their first contribution in [https://github.com/styled-components/styled-components/pull/4288](https://togithub.com/styled-components/styled-components/pull/4288) - [@​iiroj](https://togithub.com/iiroj) made their first contribution in [https://github.com/styled-components/styled-components/pull/4249](https://togithub.com/styled-components/styled-components/pull/4249) - [@​JesseObrien](https://togithub.com/JesseObrien) made their first contribution in [https://github.com/styled-components/styled-components/pull/4214](https://togithub.com/styled-components/styled-components/pull/4214) **Full Changelog**: https://github.com/styled-components/styled-components/compare/v6.1.8...v6.1.9 ### [`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**: https://github.com/styled-components/styled-components/compare/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 [@​quantizor](https://togithub.com/quantizor) in [https://github.com/styled-components/styled-components/pull/4243](https://togithub.com/styled-components/styled-components/pull/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**: https://github.com/styled-components/styled-components/compare/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 [@​quantizor](https://togithub.com/quantizor) in [https://github.com/styled-components/styled-components/pull/4245](https://togithub.com/styled-components/styled-components/pull/4245) **Full Changelog**: https://github.com/styled-components/styled-components/compare/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 [@​quantizor](https://togithub.com/quantizor) in [https://github.com/styled-components/styled-components/pull/4244](https://togithub.com/styled-components/styled-components/pull/4244) **Full Changelog**: https://github.com/styled-components/styled-components/compare/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 [@​quantizor](https://togithub.com/quantizor) in [https://github.com/styled-components/styled-components/pull/4242](https://togithub.com/styled-components/styled-components/pull/4242) **Full Changelog**: https://github.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 [@​benjaminrae](https://togithub.com/benjaminrae) in [https://github.com/styled-components/styled-components/pull/4237](https://togithub.com/styled-components/styled-components/pull/4237) - fix(deps): pin dependencies to exact versions prior to bun migration by [@​quantizor](https://togithub.com/quantizor) in [https://github.com/styled-components/styled-components/pull/4238](https://togithub.com/styled-components/styled-components/pull/4238) - fix(types): nested styled with additional prop types by [@​justinbhopper](https://togithub.com/justinbhopper) in [https://github.com/styled-components/styled-components/pull/4236](https://togithub.com/styled-components/styled-components/pull/4236) #### New Contributors - [@​benjaminrae](https://togithub.com/benjaminrae) made their first contribution in [https://github.com/styled-components/styled-components/pull/4237](https://togithub.com/styled-components/styled-components/pull/4237) **Full Changelog**: https://github.com/styled-components/styled-components/compare/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 [@​maximebiloe](https://togithub.com/maximebiloe) in [https://github.com/styled-components/styled-components/pull/4212](https://togithub.com/styled-components/styled-components/pull/4212) - feat(types): expose FastOmit to improve emit performance by [@​justinbhopper](https://togithub.com/justinbhopper) in [https://github.com/styled-components/styled-components/pull/4230](https://togithub.com/styled-components/styled-components/pull/4230) #### New Contributors - [@​maximebiloe](https://togithub.com/maximebiloe) made their first contribution in [https://github.com/styled-components/styled-components/pull/4212](https://togithub.com/styled-components/styled-components/pull/4212) **Full Changelog**: https://github.com/styled-components/styled-components/compare/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 [@​takurinton](https://togithub.com/takurinton) in [https://github.com/styled-components/styled-components/pull/4200](https://togithub.com/styled-components/styled-components/pull/4200) - fix(native): image unsupported border color style by [@​nazmeln](https://togithub.com/nazmeln) in [https://github.com/styled-components/styled-components/pull/4195](https://togithub.com/styled-components/styled-components/pull/4195) - fix(styled): add displayName in all environments by [@​delijah](https://togithub.com/delijah) in [https://github.com/styled-components/styled-components/pull/4208](https://togithub.com/styled-components/styled-components/pull/4208) - fix(ssr): correctly place new rules after hydrated rules by [@​probablyup](https://togithub.com/probablyup) in [https://github.com/styled-components/styled-components/pull/4210](https://togithub.com/styled-components/styled-components/pull/4210) #### New Contributors - [@​nazmeln](https://togithub.com/nazmeln) made their first contribution in [https://github.com/styled-components/styled-components/pull/4195](https://togithub.com/styled-components/styled-components/pull/4195) - [@​delijah](https://togithub.com/delijah) made their first contribution in [https://github.com/styled-components/styled-components/pull/4208](https://togithub.com/styled-components/styled-components/pull/4208) **Full Changelog**: https://github.com/styled-components/styled-components/compare/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 [@​davidlacasse](https://togithub.com/davidlacasse) in [https://github.com/styled-components/styled-components/pull/4188](https://togithub.com/styled-components/styled-components/pull/4188) - fix(native): solve ts warning by [@​krudos](https://togithub.com/krudos) in [https://github.com/styled-components/styled-components/pull/4190](https://togithub.com/styled-components/styled-components/pull/4190) - chore: remove babel macro due to lack of usage by [@​probablyup](https://togithub.com/probablyup) in [https://github.com/styled-components/styled-components/pull/4193](https://togithub.com/styled-components/styled-components/pull/4193) #### New Contributors - [@​davidlacasse](https://togithub.com/davidlacasse) made their first contribution in [https://github.com/styled-components/styled-components/pull/4188](https://togithub.com/styled-components/styled-components/pull/4188) **Full Changelog**: https://github.com/styled-components/styled-components/compare/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**: https://github.com/styled-components/styled-components/compare/v6.0.8...v6.0.9

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.



This PR was generated by Mend Renovate. View the repository job log.