-
Notifications
You must be signed in to change notification settings - Fork 19
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 - autoclosed #1105
Closed
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 ↗︎
|
renovate
bot
force-pushed
the
renovate/styled-components-6.x
branch
from
July 6, 2023 08:19
3b60059
to
15cb6ec
Compare
renovate
bot
force-pushed
the
renovate/styled-components-6.x
branch
from
July 6, 2023 08:27
15cb6ec
to
7c13d86
Compare
renovate
bot
force-pushed
the
renovate/styled-components-6.x
branch
from
July 7, 2023 19:05
7c13d86
to
7f0d43b
Compare
renovate
bot
force-pushed
the
renovate/styled-components-6.x
branch
from
July 10, 2023 12:55
7f0d43b
to
498aee3
Compare
renovate
bot
force-pushed
the
renovate/styled-components-6.x
branch
from
July 10, 2023 13:02
498aee3
to
715ba9e
Compare
renovate
bot
force-pushed
the
renovate/styled-components-6.x
branch
from
July 13, 2023 08:55
715ba9e
to
46dcbd1
Compare
renovate
bot
force-pushed
the
renovate/styled-components-6.x
branch
from
July 13, 2023 09:05
46dcbd1
to
39b2a90
Compare
renovate
bot
force-pushed
the
renovate/styled-components-6.x
branch
from
July 25, 2023 09:30
39b2a90
to
f9ffd46
Compare
1 task
renovate
bot
force-pushed
the
renovate/styled-components-6.x
branch
from
July 25, 2023 09:53
f9ffd46
to
f71f190
Compare
renovate
bot
force-pushed
the
renovate/styled-components-6.x
branch
from
July 25, 2023 10:16
f71f190
to
e82807f
Compare
renovate
bot
force-pushed
the
renovate/styled-components-6.x
branch
from
July 25, 2023 12:04
e82807f
to
d293e54
Compare
No top level dependency changes detected. Learn more about Socket for GitHub ↗︎ |
renovate
bot
force-pushed
the
renovate/styled-components-6.x
branch
from
July 25, 2023 12:29
d293e54
to
09af4d0
Compare
renovate
bot
force-pushed
the
renovate/styled-components-6.x
branch
from
August 2, 2023 08:04
09af4d0
to
7bf5317
Compare
renovate
bot
force-pushed
the
renovate/styled-components-6.x
branch
from
August 3, 2023 17:05
7bf5317
to
9a60376
Compare
renovate
bot
changed the title
chore(deps): update dependency styled-components to v6
fix(deps): Update dependency styled-components to v6
Aug 4, 2023
renovate
bot
force-pushed
the
renovate/styled-components-6.x
branch
from
August 14, 2023 11:05
9a60376
to
e947a71
Compare
renovate
bot
force-pushed
the
renovate/styled-components-6.x
branch
from
August 14, 2023 11:13
e947a71
to
5db1992
Compare
renovate
bot
changed the title
fix(deps): Update dependency styled-components to v6
fix(deps): Update dependency styled-components to v6 - autoclosed
Aug 22, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.2
->^5.2 || ^6.0.0
^5.3.11
->^6.0.7
Release Notes
styled-components/styled-components (styled-components)
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 these updates again.
This PR has been generated by Mend Renovate using a curated preset maintained by . View repository job log here