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

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

Compare Source

v6.1.12

Compare Source

What's Changed

New Contributors

Full Changelog: styled-components/styled-components@v6.1.11...v6.1.12

v6.1.11

Compare Source

v6.1.10

Compare Source

v6.1.9

Compare Source

What's Changed

New Contributors

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

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 is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

Copy link

cloudflare-workers-and-pages bot commented Jan 3, 2024

Deploying calcway with  Cloudflare Pages  Cloudflare Pages

Latest commit: c5b6e4f
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) Nov 23, 2024 10:48am

@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 c7b50fa to 9819c10 Compare November 11, 2024 04:26
@renovate renovate bot force-pushed the renovate/styled-components-6.x branch from 9819c10 to 147cbc5 Compare November 11, 2024 13:57
@renovate renovate bot force-pushed the renovate/styled-components-6.x branch from 147cbc5 to c8a4b6d Compare November 12, 2024 04:32
@renovate renovate bot force-pushed the renovate/styled-components-6.x branch from c8a4b6d to c8d35d5 Compare November 16, 2024 03:18
@renovate renovate bot force-pushed the renovate/styled-components-6.x branch from c8d35d5 to fceaef7 Compare November 16, 2024 06:51
@renovate renovate bot force-pushed the renovate/styled-components-6.x branch from fceaef7 to 5f14f73 Compare November 17, 2024 04:07
@renovate renovate bot force-pushed the renovate/styled-components-6.x branch from 5f14f73 to 2a577f2 Compare November 18, 2024 05:03
@renovate renovate bot force-pushed the renovate/styled-components-6.x branch from 2a577f2 to 40040f4 Compare November 19, 2024 03:16
@renovate renovate bot force-pushed the renovate/styled-components-6.x branch from 40040f4 to b3a7d73 Compare November 19, 2024 21:07
@renovate renovate bot force-pushed the renovate/styled-components-6.x branch from b3a7d73 to 1a6abfc Compare November 20, 2024 05:08
@renovate renovate bot force-pushed the renovate/styled-components-6.x branch from 1a6abfc to 8568920 Compare November 21, 2024 05:19
@renovate renovate bot force-pushed the renovate/styled-components-6.x branch from 8568920 to 474fcd8 Compare November 22, 2024 22:38
@renovate renovate bot force-pushed the renovate/styled-components-6.x branch from 474fcd8 to 4107e4c Compare November 23, 2024 04:26
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.

0 participants