-
-
Notifications
You must be signed in to change notification settings - Fork 45
fix(deps): update dependency styled-components to v6 #939
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
Closed
Conversation
This file contains hidden or 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
Contributor
Author
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: package-lock.json |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
6ae8fbc to
0cdc682
Compare
0cdc682 to
d9c0fcf
Compare
d9c0fcf to
fa1ad20
Compare
fa1ad20 to
ef6d057
Compare
ef6d057 to
1a5e9eb
Compare
1a5e9eb to
90a55e4
Compare
90a55e4 to
f82067a
Compare
f82067a to
16a3777
Compare
16a3777 to
c18b70d
Compare
c18b70d to
bc1b4ef
Compare
bc1b4ef to
07dd1fc
Compare
07dd1fc to
1f9bf53
Compare
1f9bf53 to
522c736
Compare
522c736 to
27664c0
Compare
78a4a5d to
8199332
Compare
8199332 to
dc3c32a
Compare
dc3c32a to
8a0350f
Compare
8a0350f to
7d31e98
Compare
7d31e98 to
0256c8f
Compare
0256c8f to
7d009de
Compare
7d009de to
3f456ee
Compare
3f456ee to
af1cf97
Compare
af1cf97 to
0db11af
Compare
0db11af to
92b5abd
Compare
92b5abd to
85d32bc
Compare
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.17Release Notes
styled-components/styled-components (styled-components)
v6.1.17Compare Source
Patch Changes
47a4dcb: Fix for looseDefaultThemetype definitiona8c0f5b: fix: add info link to consolev6.1.16Compare Source
Patch Changes
246c77b: Resolve TS error related toExoticComponentWithDisplayNameAPI from React.4757191: Native typings weren't on the correct folder, which caused issues on React Native projects using this libraryv6.1.15Compare Source
Patch Changes
b9688ae: chore: update postcss to version 8.4.49 and nanoid to version 3.3.8v6.1.14Compare Source
Patch Changes
6908326: Add changesets for release management18ebf6d: Prevent styled() from injecting an undefined ref prop in React 19v6.1.13Compare Source
What's Changed
New Contributors
Full Changelog: styled-components/styled-components@v6.1.12...v6.1.13
v6.1.12Compare Source
What's Changed
New Contributors
Full Changelog: styled-components/styled-components@v6.1.11...v6.1.12
v6.1.11Compare Source
What's Changed
Full Changelog: styled-components/styled-components@v6.1.10...v6.1.11
v6.1.10Compare Source
What's Changed
New Contributors
Full Changelog: styled-components/styled-components@v6.1.9...v6.1.10
v6.1.9Compare Source
What's Changed
New Contributors
Full Changelog: styled-components/styled-components@v6.1.8...v6.1.9
v6.1.8Compare Source
Revert adding
peerDependenciesfrom v6.1.7; apparently some package managers have differing behaviors aroundpeerDependenciesMeta[package].optionalwhich 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.7Compare 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.6Compare Source
What's Changed
Full Changelog: styled-components/styled-components@v6.1.5...v6.1.6
v6.1.5Compare Source
What's Changed
Full Changelog: styled-components/styled-components@v6.1.4...v6.1.5
v6.1.4Compare Source
What's Changed
attrsto provide a customthemeprop 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.3Compare Source
What's Changed
New Contributors
Full Changelog: styled-components/styled-components@v6.1.2...v6.1.3
v6.1.2What's Changed
New Contributors
Full Changelog: styled-components/styled-components@v6.1.1...v6.1.2
v6.1.1What's Changed
New Contributors
Full Changelog: styled-components/styled-components@v6.1.0...v6.1.1
v6.1.0Compare Source
What's Changed
New Contributors
Full Changelog: styled-components/styled-components@v6.0.9...v6.1.0
v6.0.9Compare 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.8Compare Source
What's Changed
toStyleSheetfunction by @krudos in https://github.com/styled-components/styled-components/pull/4124StyleSheetManagerupdating context on every render by @keeganstreet in https://github.com/styled-components/styled-components/pull/4159JSX.IntrinsicElementsfor the supported element list by @RJWadley in https://github.com/styled-components/styled-components/pull/4149StyleFunction,Interpolationby @bcole808 in https://github.com/styled-components/styled-components/pull/4140CSSProperties,CSSObject,CSSPseudosandCSSKeyframesby @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.7Compare Source
What's Changed
exactOptionalPropertyTypescheck 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.6Compare Source
What's Changed
New Contributors
Full Changelog: styled-components/styled-components@v6.0.5...v6.0.6
v6.0.5Compare Source
What's Changed
New Contributors
Full Changelog: styled-components/styled-components@v6.0.4...v6.0.5
v6.0.4Compare Source
What's Changed
New Contributors
Full Changelog: styled-components/styled-components@v6.0.3...v6.0.4
v6.0.3Compare Source
What's Changed
New Contributors
Full Changelog: styled-components/styled-components@v6.0.2...v6.0.3
v6.0.2Compare Source
What's Changed
displayNamein production to save bytes, it's already present in the static className if you're using the babel plugin or equivalentflatMapandatwith ES5-compliant variantsNew Contributors
Full Changelog: styled-components/styled-components@v6.0.1...v6.0.2
v6.0.1Compare 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.0Compare 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
stylisv4 (if usingstylis-plugin-rtlyou'll need to upgrade to the newer version)@types/styled-componentsin the past, you'll want to remove it$asand$forwardedAsprops (useasorforwardedAs)$prefix) for stuff you don't want to be passed to child component / HTMLStyleSheetManagerdisableVendorPrefixeswithenableVendorPrefixespropwithComponentAPI (87f511a); use "as" prop insteadFull Changelog: styled-components/styled-components@v5.3.7...v6.0.0
Configuration
📅 Schedule: Branch creation - "every weekday after 2:00 am before 6:00 am,every weekend" (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 was generated by Mend Renovate. View the repository job log.