-
Notifications
You must be signed in to change notification settings - Fork 3
Update dependency styled-components to v6 #39
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
base: dev
Are you sure you want to change the base?
Conversation
⚠ 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 |
|
This PR contains the following updates:
^5.2.1->^6.0.0Release Notes
styled-components/styled-components (styled-components)
v6.1.19Compare Source
Patch Changes
aa997d8: fix for React Native >=0.79 crashes when using unsupported web-only CSS values (e.g., fit-content, min-content, max-content). The fix emits a warning and ignores the property using those values, instead of causing crashes.v6.1.18Compare Source
Patch Changes
76b18a4: fix react 19 compatibilitybdac7af: Quickfix to support expo sdk >= 53 and react-native >=0.79.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 #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 #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 #4124StyleSheetManagerupdating context on every render by @keeganstreet in #4159JSX.IntrinsicElementsfor the supported element list by @RJWadley in #4149StyleFunction,Interpolationby @bcole808 in #4140CSSProperties,CSSObject,CSSPseudosandCSSKeyframesby @takurinton in #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 #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
v5.3.11Compare Source
Removed use of the
useDebugValuehook to rectify older React support.Full Changelog: styled-components/styled-components@v5.3.10...v5.3.11
v5.3.10Compare Source
What's Changed
Full Changelog: styled-components/styled-components@v5.3.9...v5.3.10
v5.3.9Compare Source
What's Changed
Full Changelog: styled-components/styled-components@v5.3.8...v5.3.9
v5.3.8Compare 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.7Compare Source
v5.3.6Compare Source
What's Changed
Deprecations
$asand$forwardedAswill be removed in the next major version, use the unprefixed props insteadNew Contributors
Full Changelog: styled-components/styled-components@v5.3.5...v5.3.6
v5.3.5Add statement of solidarity against the war on Ukraine 🇺🇦
v5.3.3What's Changed
New Contributors
Full Changelog: styled-components/styled-components@v5.3.1...v5.3.3
v5.3.1Compare Source
Fix forced server-side mode not triggering global styles (See #3566)
Fix SSR collisions caused by insufficient hash inputs and reordering of groups on the client, which is a regression in v5.2.0 (See #3563)
Fix dynamic creation React warning for React v18, backported to v5 by @lynndylanhurley (See #3564)
Add missing typeof window check when checking for duplicate instances of styled-components (See #3553)
Prevent ServerStyleSheet from emitting empty style tags, which would cause issues in IE11 (See #3555)
Support css tagged templates inside style objects, by @roginfarrer and @dvingo (See #3469)
v5.3.0Compare Source
Pass
elementToBeCreatedas a third parameter toshouldForwardPropso that the user-specified function can decide whether to pass through props based on whether the created element will be a tag or another component. (see #3436)Fix React Native components accepts function as style prop. (see #3389)
v5.2.3Compare Source
fix an issue with an unguarded window accessor in a SSR path (see #3446)
v5.2.2Compare Source
For React Native based components, pass
testIDdown to the native component if specified for an easier time testing. (see #3365)Enable users of the babel macro to customize the styled-components import with
importModuleName(see #3422)[fix] COMPLEX_SELECTOR_PREFIX.includes wasn't transpiled (see #3397)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 this update again.
This PR was generated by Mend Renovate. View the repository job log.