-
Notifications
You must be signed in to change notification settings - Fork 13
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
chore(deps): update dependency styled-components to v6 #46
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
New dependencies detected. Learn more about Socket for GitHub ↗︎
|
renovate
bot
force-pushed
the
renovate/major-6-apps-dependencies
branch
from
September 1, 2023 20:33
bcd7e42
to
d90b2cb
Compare
renovate
bot
force-pushed
the
renovate/major-6-apps-dependencies
branch
from
September 1, 2023 21:35
d90b2cb
to
5573d8d
Compare
renovate
bot
force-pushed
the
renovate/major-6-apps-dependencies
branch
from
September 1, 2023 21:49
5573d8d
to
01dd53a
Compare
renovate
bot
force-pushed
the
renovate/major-6-apps-dependencies
branch
from
September 13, 2023 16:21
01dd53a
to
66463c5
Compare
renovate
bot
force-pushed
the
renovate/major-6-apps-dependencies
branch
from
October 3, 2023 17:32
66463c5
to
0aa99b0
Compare
renovate
bot
force-pushed
the
renovate/major-6-apps-dependencies
branch
from
October 4, 2023 09:47
0aa99b0
to
1da6c6a
Compare
renovate
bot
force-pushed
the
renovate/major-6-apps-dependencies
branch
from
October 4, 2023 10:38
1da6c6a
to
178b0a6
Compare
renovate
bot
force-pushed
the
renovate/major-6-apps-dependencies
branch
from
October 4, 2023 15:43
178b0a6
to
43f40b8
Compare
renovate
bot
force-pushed
the
renovate/major-6-apps-dependencies
branch
from
October 14, 2023 05:00
d39b30b
to
2033fe5
Compare
renovate
bot
force-pushed
the
renovate/major-6-apps-dependencies
branch
2 times, most recently
from
October 17, 2023 22:07
e3c9c4f
to
d731f2e
Compare
renovate
bot
force-pushed
the
renovate/major-6-apps-dependencies
branch
from
October 18, 2023 07:05
d731f2e
to
59b6698
Compare
renovate
bot
force-pushed
the
renovate/major-6-apps-dependencies
branch
from
October 18, 2023 18:40
59b6698
to
9ea2f57
Compare
renovate
bot
force-pushed
the
renovate/major-6-apps-dependencies
branch
from
October 18, 2023 18:45
9ea2f57
to
7981629
Compare
renovate
bot
force-pushed
the
renovate/major-6-apps-dependencies
branch
from
October 18, 2023 19:19
7981629
to
edff87b
Compare
renovate
bot
force-pushed
the
renovate/major-6-apps-dependencies
branch
from
October 18, 2023 19:24
edff87b
to
c32ad55
Compare
stipsan
approved these changes
Oct 23, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^5.3.11
->^6.1.0
Release Notes
styled-components/styled-components (styled-components)
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
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 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 has been generated by Mend Renovate using a curated preset maintained by . View repository job log here