Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

fix(deps): update dependency styled-jsx to v3 #164

Merged
merged 1 commit into from
Apr 29, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 26, 2019

This PR contains the following updates:

Package Type Update Change References
styled-jsx dependencies major ^2.2.6 -> ^3.2.1 source

Release Notes

zeit/styled-jsx

v3.2.1

Compare Source

Minor

Patches

  • Remove line breaks from production styles (#​546)
  • Fix source maps generation (#​551) - Thanks to (@​ijjk) for his feedback!
  • Update dependencies (#​550)

v3.2.0

Compare Source

Minor
  • Transition to Babel 7 and add support for JSX fragments shorthand <></> - Babel 6 is still supported (#​535) (@​ijjk)
Patches
  • Switched to visiting the Program path and then start a traversal manually to solve conflicts with other Babel plugins. (#​536) (@​ijjk)
  • Upgrade Stylis and fix some CSS preprocessing issues.

Huge thanks to @​ijjk for his contributions! 🎉

v3.1.3

Compare Source

Patches

styled-jsx converts style blocks to a custom JSXStyle component which takes css strings via a css prop. This prop conflicts with other libraries like styled-components. Since for us is just an implementation detail we are going to rename it to children and make theJSXStylecomponent work more like a regularstyle` element.

With this version you might need to update snapshot tests.

v3.1.2

Compare Source

Patches

v3.1.1

Compare Source

Patches

v3.1.0

Compare Source

v3.0.2

Compare Source

Patches

v3.0.1

Compare Source

Patches

v3.0.0

Compare Source

  • Enables authoring of styles in actual css files via the new styled-jsx/webpack loader 🔥

  • Introduces support for dynamic HTML elements

const Heading = `h${props.level}` 
  • Simplifies styling of child components via the new css.resolve tag which returns the scoped className and styles
const { className, styles } = css.resolve`p { color: black }` 
// ...
<div>
  <ChildComponent className={className} />
  {styles}
<div/>
  • React.StrictMode compliant

Breaking changes

Features

Patches

v2.2.7

Compare Source


Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 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 Renovate Bot. View repository job log here.

@renovate renovate bot force-pushed the renovate/styled-jsx-3.x branch from 0a90101 to b725d1d Compare April 28, 2019 19:37
@codecov
Copy link

codecov bot commented Apr 28, 2019

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #164   +/-   ##
=======================================
  Coverage   31.31%   31.31%           
=======================================
  Files         110      110           
  Lines        1935     1935           
  Branches      223      223           
=======================================
  Hits          606      606           
  Misses       1193     1193           
  Partials      136      136
Impacted Files Coverage Δ
packages/app/src/components/tiComponents/index.js 0% <0%> (ø) ⬆️
...p/src/components/tiComponents/FilterMandataires.js 0% <0%> (ø) ⬆️

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 89261e7...b725d1d. Read the comment docs.

@codecov
Copy link

codecov bot commented Apr 28, 2019

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #164   +/-   ##
=======================================
  Coverage   31.31%   31.31%           
=======================================
  Files         110      110           
  Lines        1935     1935           
  Branches      223      223           
=======================================
  Hits          606      606           
  Misses       1193     1193           
  Partials      136      136

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 caba268...93769c3. Read the comment docs.

@renovate renovate bot force-pushed the renovate/styled-jsx-3.x branch from b725d1d to 93769c3 Compare April 28, 2019 20:36
@renovate renovate bot merged commit 2161d4e into master Apr 29, 2019
@renovate renovate bot deleted the renovate/styled-jsx-3.x branch April 29, 2019 23:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant