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(deps): update dependency styled-components to v6 #16

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 3, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
styled-components (source) ^5.3.11 -> ^6.0.0 age adoption passing confidence

Release Notes

styled-components/styled-components (styled-components)

v6.1.8

Compare Source

Revert adding peerDependencies from v6.1.7; apparently some build tools do not respect peerDependenciesMeta[package].optional which is causing issues. Will revisit at a later date if possible.

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

v6.1.7

Compare Source

What's Changed
  • chore: add all missing peer dependency statements by @​quantizor in https://github.com/styled-components/styled-components/pull/4243

    NOTE: this change may cause some installed dependency duplication until this NPM bug is addressed but yarn and pnpm have correct behavior. Bun also has a similar bug.

    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

Compare Source

What's Changed

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

v6.1.5

Compare Source

What's Changed

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

v6.1.4

Compare Source

What's Changed

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

v6.1.3

Compare Source

What's Changed

New Contributors

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

v6.1.2

Compare Source

What's Changed

New Contributors

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

v6.1.1

Compare Source

What's Changed

New Contributors

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

v6.1.0

Compare Source

What's Changed

New Contributors

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

v6.0.9

Compare Source

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

Compare Source

What's Changed

New Contributors

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

v6.0.7

Compare Source

What's Changed

New Contributors

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

v6.0.6

Compare Source

What's Changed

New Contributors

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

v6.0.5

Compare Source

What's Changed

New Contributors

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

v6.0.4

Compare Source

What's Changed

New Contributors

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

v6.0.3

Compare Source

What's Changed

New Contributors

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

v6.0.2

Compare Source

What's Changed

New Contributors

Full Changelog: styled-components/styled-components@v6.0.1...v6.0.2

v6.0.1

Compare Source

Fixed an issue where a dev-time warning was being triggered too eagerly.

Full Changelog: styled-components/styled-components@v6.0.0...v6.0.1

v6.0.0

Compare Source

yarn add styled-components

Changed in this version

  • fix(types): prevent prop bleed on styling properties (fixes #​4053, c0f8015)
  • feat(types): ship csstype via "CSS" namespace (e6c4f0a)
  • chore: bump stylis to 4.3 (fixes #​4007, fa58875)
  • reduced some sources of unnecessary branching logic

Breaking changes in v6

Migration guide → https://styled-components.com/docs/faqs#what-do-i-need-to-do-to-migrate-to-v6

  • now using stylis v4 (if using stylis-plugin-rtl you'll need to upgrade to the newer version)
  • styled-components now provides its own types; if you installed @types/styled-components in the past, you'll want to remove it
  • dropped $as and $forwardedAs props (use as or forwardedAs)
  • dropped automatic prop filtering; use transient props ($ prefix) for stuff you don't want to be passed to child component / HTML
  • StyleSheetManager
    • replaced disableVendorPrefixes with enableVendorPrefixes prop
    • dropped automatic vendor prefixing; if you need to support older browsers, you can re-enable it easily with the above prop
      <StyleSheetManager enableVendorPrefixes>
        {/* your React tree and ThemeProvider goes here */}
      </StyleSheetManager>
  • dropped deprecated withComponent API (87f511a); use "as" prop instead
  • node >= 14 needed

Full Changelog: styled-components/styled-components@v5.3.7...v6.0.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Copy link

cloudflare-pages bot commented Jan 3, 2024

Deploying calcway with  Cloudflare Pages  Cloudflare Pages

Latest commit: 3f6c00f
Status:🚫  Build failed.

View logs

Copy link

vercel bot commented Jan 3, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
calcway ❌ Failed (Inspect) Jul 19, 2024 3:51am

@renovate renovate bot force-pushed the renovate/styled-components-6.x branch from e805530 to b3da4ab Compare January 18, 2024 12:58
@renovate renovate bot force-pushed the renovate/styled-components-6.x branch from b3da4ab to 57e07f2 Compare February 6, 2024 02:35
@renovate renovate bot force-pushed the renovate/styled-components-6.x branch from 57e07f2 to 216ce4b Compare February 6, 2024 02:39
@renovate renovate bot force-pushed the renovate/styled-components-6.x branch from 216ce4b to d2be3b4 Compare February 6, 2024 02:40
@renovate renovate bot force-pushed the renovate/styled-components-6.x branch from d2be3b4 to 0e15692 Compare February 6, 2024 10:57
@renovate renovate bot changed the title chore(deps): update dependency styled-components to v6 fix(deps): update dependency styled-components to v6 Feb 6, 2024
@renovate renovate bot force-pushed the renovate/styled-components-6.x branch from 0e15692 to 02966c1 Compare February 6, 2024 11:09
@renovate renovate bot force-pushed the renovate/styled-components-6.x branch from 02966c1 to ceb0982 Compare February 6, 2024 12:13
@renovate renovate bot force-pushed the renovate/styled-components-6.x branch from ceb0982 to 973cfc2 Compare February 6, 2024 16:48
@renovate renovate bot force-pushed the renovate/styled-components-6.x branch from 973cfc2 to 5950b93 Compare February 6, 2024 18:33
@renovate renovate bot force-pushed the renovate/styled-components-6.x branch from 5950b93 to aadf7a2 Compare February 7, 2024 03:55
@renovate renovate bot force-pushed the renovate/styled-components-6.x branch from aadf7a2 to 9446e6b Compare February 7, 2024 21:40
@renovate renovate bot force-pushed the renovate/styled-components-6.x branch from 9446e6b to 9db3e29 Compare February 8, 2024 13:37
@renovate renovate bot force-pushed the renovate/styled-components-6.x branch from 9db3e29 to cf3839b Compare February 9, 2024 00:10
@renovate renovate bot force-pushed the renovate/styled-components-6.x branch from 55d9d21 to d380302 Compare July 5, 2024 22:33
@renovate renovate bot force-pushed the renovate/styled-components-6.x branch from d380302 to 6f8eecd Compare July 6, 2024 05:00
@renovate renovate bot force-pushed the renovate/styled-components-6.x branch from 6f8eecd to 41e28b3 Compare July 7, 2024 04:31
@renovate renovate bot force-pushed the renovate/styled-components-6.x branch from 41e28b3 to bcb5d04 Compare July 10, 2024 04:55
@renovate renovate bot force-pushed the renovate/styled-components-6.x branch from bcb5d04 to 7576a38 Compare July 11, 2024 03:07
@renovate renovate bot force-pushed the renovate/styled-components-6.x branch from 7576a38 to 778ccc8 Compare July 12, 2024 03:27
@renovate renovate bot force-pushed the renovate/styled-components-6.x branch from 778ccc8 to 03766b4 Compare July 13, 2024 05:45
@renovate renovate bot force-pushed the renovate/styled-components-6.x branch from 03766b4 to 6349614 Compare July 14, 2024 04:04
@renovate renovate bot force-pushed the renovate/styled-components-6.x branch from 6349614 to 5f0cd79 Compare July 15, 2024 03:29
@renovate renovate bot force-pushed the renovate/styled-components-6.x branch from 5f0cd79 to 4f19cbb Compare July 16, 2024 04:44
@renovate renovate bot force-pushed the renovate/styled-components-6.x branch from 4f19cbb to 6b89552 Compare July 16, 2024 16:19
@renovate renovate bot force-pushed the renovate/styled-components-6.x branch from 6b89552 to 2aa2d27 Compare July 16, 2024 23:27
@renovate renovate bot force-pushed the renovate/styled-components-6.x branch from 2aa2d27 to 1a44500 Compare July 18, 2024 03:05
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.

None yet

0 participants