Skip to content
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 v4.4.1 #194

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 23, 2019

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
styled-components (source) 4.1.3 -> 4.4.1 age adoption passing confidence

Release Notes

styled-components/styled-components

v4.4.1

Compare Source

  • Fix styled-components's react-native import for React Native Web, by @​fiberjw (see #​2797)

  • Remove dev-time warning if referencing a theme prop without an outer ThemeProvider, the check for it isn't smart enough to handle cases with "or" or ternary fallbacks and creates undesirable noise in various third party integrations

v4.4.0

Compare Source

This is the last minor release before v5, please start using the beta and give us feedback!

This is a minor release not a patch release due to this change: #​2738. Apologies if this causes some code churn in your projects, it was a long-standing bug that needed fixing.

  • Fix to use ownerDocument instead of global document, by @​yamachig (see #​2721)

  • Backport fix for SSR classname mismatches in development mode for some environments like next.js (see #​2701)

  • Fix attrs not properly taking precedence over props

  • Backport fix where classnames are composed in the wrong order if custom class names are passed in (see #​2760)

  • Fix add check for style tag detached - sheet in the style tag is null in this case, by @​newying61 (see #​2707)

v4.3.2

Compare Source

Fix usage of the "css" prop with the styled-components babel macro (relevant to CRA 2.x users), by @​jamesknelson (see #​2633)

v4.3.1

Compare Source

  • Revert #​2586; breaks rehydration in dev for certain runtimes like next.js

We'll explore reintroducing it in v5 but better safe than sorry.

v4.3.0

Compare Source

  • Make it possible to initialize SC_ATTR and SC_DISABLE_SPEEDY via REACT_APP_* .env variables for easier integration with CRA applications (see #​2501)

  • Fix components being folded inappropriately when an interim HOC is present (see #​2586)

  • Fix theme prop for styled native components, also fixes theme in
    defaultProps for them (see #​2576)

  • Add "forwardedAs" prop to allow deeply passing a different "as" prop value to underlying components
    when using styled() as a higher-order component (see #​2580)

  • Implement defaultProps folding (see #​2597)

v4.2.1

Compare Source

Major thanks to our wonderful contributors!

  • Remove className usage checker dev utility due to excessive false-positive noise in certain runtime environments like next.js and the related warning suppression prop (see #​2563).

  • Attach displayName to forwardRef function as described in React docs (see #​2508).

  • Compatibility with react-native-web 0.11 (see #​2453).

  • Add stack trace to .attrs warning (see #​2486).

  • Fix functions as values for object literals. (see 2489)

  • Remove validation in Babel macro, by @​mAAdhaTTah (see #​2427)

v4.2.0

Compare Source

Thanks to our amazing contributors for leading the charge on this big minor release! Awesome perf stuff in there and QOL changes in preparation for v5.

  • Reduced GC pressure when using component selector styles. (see #​2424).

  • Add svg tag marker to domElements.js (see #​2389)

  • Make the GlobalStyleComponent created by createGlobalStyle call the base constructor with props (see #​2321).

  • Move to Mono repository structure with lerna @​imbhargav5 (see #​2326)

  • Expose StyleSheetContext and StyleSheetConsumer for you fancy babes doing wild stuff

  • Filter suppressClassNameWarning to not to pass down to the wrapped components @​taneba (see #​2365)

  • Fix an edge case where React would break streaming inside <textarea> elements, which have special child behavior and aren't a suitable place to inject a style tag (see #​2413)


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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented Mar 23, 2019

Codecov Report

Merging #194 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #194   +/-   ##
=======================================
  Coverage   90.03%   90.03%           
=======================================
  Files         170      170           
  Lines         813      813           
  Branches       72       72           
=======================================
  Hits          732      732           
  Misses         70       70           
  Partials       11       11

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c5b57f5...f8738cd. Read the comment docs.

@netlify
Copy link

netlify bot commented Mar 23, 2019

success

Built with commit f8738cd

https://deploy-preview-194--mcs-ui.netlify.com

@renovate renovate bot force-pushed the renovate/styled-components-4.x branch from 01edf68 to 971f5ae Compare June 1, 2019 09:54
@renovate renovate bot changed the title chore(deps): update dependency styled-components to v4.2.0 chore(deps): update dependency styled-components to v4.2.1 Jun 1, 2019
@renovate renovate bot force-pushed the renovate/styled-components-4.x branch from 971f5ae to 2d5bc6c Compare June 19, 2019 11:39
@renovate renovate bot changed the title chore(deps): update dependency styled-components to v4.2.1 chore(deps): update dependency styled-components to v4.3.1 Jun 19, 2019
@renovate renovate bot force-pushed the renovate/styled-components-4.x branch from 2d5bc6c to 2690f9d Compare July 13, 2019 04:59
@renovate renovate bot changed the title chore(deps): update dependency styled-components to v4.3.1 chore(deps): update dependency styled-components to v4.3.2 Jul 13, 2019
@renovate renovate bot force-pushed the renovate/styled-components-4.x branch from 2690f9d to 6e38c53 Compare October 1, 2019 07:01
@renovate renovate bot changed the title chore(deps): update dependency styled-components to v4.3.2 chore(deps): update dependency styled-components to v4.4.0 Oct 1, 2019
@renovate renovate bot force-pushed the renovate/styled-components-4.x branch from 6e38c53 to f8738cd Compare November 11, 2019 08:59
@renovate renovate bot changed the title chore(deps): update dependency styled-components to v4.4.0 chore(deps): update dependency styled-components to v4.4.1 Nov 11, 2019
@renovate
Copy link
Contributor Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant