-
Notifications
You must be signed in to change notification settings - Fork 14
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 (main) #79
base: main
Are you sure you want to change the base?
Conversation
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/[email protected]) |
4345a82
to
e5b206c
Compare
ec29fa4
to
74df16d
Compare
1dc1feb
to
3d3b8ed
Compare
5ed2b3e
to
6eeee91
Compare
6eeee91
to
a7a07c3
Compare
0090b67
to
65f28e3
Compare
65f28e3
to
9f5fa46
Compare
023304a
to
47cc87d
Compare
733adb8
to
4da833f
Compare
e5ec2a9
to
58a9b3f
Compare
Hi, can we expect an update to
|
Is it possible to make this happen? Latest Sanity ^3.39.1 needs ^6 of styled-components but "sanity-plugin-dashboard-widget-netlify" uses ^5 |
It would be nice to get an update on this but for now, I can recommend switching to this plugin. It has some additional features as well and is compatible with the latest version of Sanity Studio. |
114c9c4
to
71f350c
Compare
71f350c
to
2d3db0f
Compare
2d3db0f
to
83bf67f
Compare
83bf67f
to
bb7ff99
Compare
This PR contains the following updates:
^5.2
->^5.2 || ^6.0.0
^5.3.6
->^6.1.13
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 respectpeerDependenciesMeta[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
attrs
to provide a customtheme
prop to child components by @quantizor in https://github.com/styled-components/styled-components/pull/4242Full 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
toStyleSheet
function by @krudos in https://github.com/styled-components/styled-components/pull/4124StyleSheetManager
updating context on every render by @keeganstreet in https://github.com/styled-components/styled-components/pull/4159JSX.IntrinsicElements
for the supported element list by @RJWadley in https://github.com/styled-components/styled-components/pull/4149StyleFunction
,Interpolation
by @bcole808 in https://github.com/styled-components/styled-components/pull/4140CSSProperties
,CSSObject
,CSSPseudos
andCSSKeyframes
by @takurinton in https://github.com/styled-components/styled-components/pull/4117New Contributors
Full Changelog: styled-components/styled-components@v6.0.7...v6.0.8
v6.0.7
Compare Source
What's Changed
exactOptionalPropertyTypes
check by @aspirisen in https://github.com/styled-components/styled-components/pull/3993New 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
displayName
in production to save bytes, it's already present in the static className if you're using the babel plugin or equivalentflatMap
andat
with ES5-compliant variantsNew 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
Changed in this version
c0f8015
)e6c4f0a
)fa58875
)Breaking changes in v6
Migration guide → https://styled-components.com/docs/faqs#what-do-i-need-to-do-to-migrate-to-v6
stylis
v4 (if usingstylis-plugin-rtl
you'll need to upgrade to the newer version)@types/styled-components
in the past, you'll want to remove it$as
and$forwardedAs
props (useas
orforwardedAs
)$
prefix) for stuff you don't want to be passed to child component / HTMLStyleSheetManager
disableVendorPrefixes
withenableVendorPrefixes
propwithComponent
API (87f511a
); use "as" prop insteadFull Changelog: styled-components/styled-components@v5.3.7...v6.0.0
v5.3.11
Compare Source
Removed use of the
useDebugValue
hook to rectify older React support.Full Changelog: styled-components/styled-components@v5.3.10...v5.3.11
v5.3.10
Compare Source
What's Changed
Full Changelog: styled-components/styled-components@v5.3.9...v5.3.10
v5.3.9
Compare Source
What's Changed
Full Changelog: styled-components/styled-components@v5.3.8...v5.3.9
v5.3.8
Compare Source
What's Changed
fix(constants): rework process env guard
Full Changelog: styled-components/styled-components@v5.3.7-fixed...v5.3.8
v5.3.7
Compare Source
Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 these updates again.
This PR has been generated by Mend Renovate using a curated preset maintained by . View repository job log here