-
Notifications
You must be signed in to change notification settings - Fork 95
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(dev-deps): update dependency styled-components to v6 - autoclosed #578
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
June 28, 2023 13:42
6f2f38a
to
da22636
Compare
renovate
bot
force-pushed
the
renovate/styled-components-6.x
branch
from
June 30, 2023 01:49
da22636
to
cb13251
Compare
renovate
bot
force-pushed
the
renovate/styled-components-6.x
branch
from
June 30, 2023 04:23
cb13251
to
01ce738
Compare
renovate
bot
force-pushed
the
renovate/styled-components-6.x
branch
from
June 30, 2023 04:31
01ce738
to
c5beb0e
Compare
renovate
bot
force-pushed
the
renovate/styled-components-6.x
branch
from
July 3, 2023 03:54
c5beb0e
to
4ef0a9e
Compare
renovate
bot
force-pushed
the
renovate/styled-components-6.x
branch
from
July 7, 2023 20:34
4ef0a9e
to
6d07a45
Compare
renovate
bot
force-pushed
the
renovate/styled-components-6.x
branch
from
July 13, 2023 04:11
6d07a45
to
4115a9f
Compare
renovate
bot
force-pushed
the
renovate/styled-components-6.x
branch
from
July 16, 2023 22:51
4115a9f
to
efc75ef
Compare
renovate
bot
force-pushed
the
renovate/styled-components-6.x
branch
from
July 17, 2023 01:18
efc75ef
to
e17e095
Compare
renovate
bot
force-pushed
the
renovate/styled-components-6.x
branch
from
July 17, 2023 16:16
e17e095
to
0e4fcae
Compare
renovate
bot
force-pushed
the
renovate/styled-components-6.x
branch
from
July 17, 2023 19:50
0e4fcae
to
97001bd
Compare
Deployment failed with the following error:
|
renovate
bot
force-pushed
the
renovate/styled-components-6.x
branch
2 times, most recently
from
July 20, 2023 23:20
cb74a4f
to
4cf9738
Compare
renovate
bot
force-pushed
the
renovate/styled-components-6.x
branch
from
July 21, 2023 19:30
4cf9738
to
0332621
Compare
renovate
bot
force-pushed
the
renovate/styled-components-6.x
branch
2 times, most recently
from
December 6, 2023 13:13
a625546
to
8841298
Compare
Deployment failed with the following error:
|
renovate
bot
force-pushed
the
renovate/styled-components-6.x
branch
from
December 6, 2023 13:24
8841298
to
2d50f1c
Compare
renovate
bot
force-pushed
the
renovate/styled-components-6.x
branch
from
December 20, 2023 07:06
2d50f1c
to
44424b5
Compare
renovate
bot
force-pushed
the
renovate/styled-components-6.x
branch
from
December 22, 2023 16:17
44424b5
to
5ed32e7
Compare
renovate
bot
force-pushed
the
renovate/styled-components-6.x
branch
from
December 27, 2023 07:51
5ed32e7
to
310ff18
Compare
renovate
bot
force-pushed
the
renovate/styled-components-6.x
branch
from
December 27, 2023 17:01
310ff18
to
6d04e25
Compare
renovate
bot
force-pushed
the
renovate/styled-components-6.x
branch
from
December 27, 2023 21:19
6d04e25
to
fff2a93
Compare
renovate
bot
force-pushed
the
renovate/styled-components-6.x
branch
from
February 1, 2024 23:38
fff2a93
to
ea4390b
Compare
renovate
bot
force-pushed
the
renovate/styled-components-6.x
branch
5 times, most recently
from
March 10, 2024 04:55
b0becc7
to
8fceb14
Compare
Deployment failed with the following error:
|
renovate
bot
force-pushed
the
renovate/styled-components-6.x
branch
3 times, most recently
from
March 10, 2024 18:32
15beff7
to
72b0e87
Compare
renovate
bot
force-pushed
the
renovate/styled-components-6.x
branch
from
March 10, 2024 18:36
72b0e87
to
3b2c0e8
Compare
renovate
bot
changed the title
chore(dev-deps): update dependency styled-components to v6
chore(dev-deps): update dependency styled-components to v6 - autoclosed
Mar 24, 2024
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.3.11
->6.1.8
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 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
Configuration
📅 Schedule: Branch creation - "before 6am" in timezone America/New_York, 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. View repository job log here.