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

Update dependency babel-plugin-styled-components to v1.10.7 #157

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 26, 2018

This PR contains the following updates:

Package Type Update Change
babel-plugin-styled-components devDependencies minor 1.8.0 -> 1.10.7

Release Notes

styled-components/babel-plugin-styled-components

v1.10.7

Compare Source

emit styled('tag') instead of styled.tag for css prop (#​266); this handles if the given tag is not in the dom elements whitelist yet in styled-components proper

fixes styled-components/styled-components#​2965 (comment)

v1.10.6

Compare Source

Fix import-seeking loop regression (introduced in 1.10.3) that can occur when running the babel plugin over ESM files without a styled import, #​234 thanks @​ZauberNerd

v1.10.5

Compare Source

Thanks to @​ZauberNerd for figuring out an edge case with import detection in the "css" prop handling code (was causing some stalled compliations in certain project setups) #​233

v1.10.4

Compare Source

Fix for babel type checks potentially not existing due to older versions being used via package manager resolution 64d9b92

v1.10.3

Compare Source

  • do not try to transpile things we don't own (#​230)

  • customize css prop component injection depending on use case (#​228)

  • Support custom elements (#​229)

  • Support nested + lowercase components (#​229)

  • fix ssr transpilation of object styles in the css prop (#​229)

v1.10.2

Compare Source

fix SSR support for styled HOC + object styles #​227

v1.10.1

Compare Source

Fix transpilation of the "css" prop to be stable under SSR and receive all the minification goodies

v1.10.0

Compare Source

  • Add support for the css prop from the styled-components Babel macro

v1.9.4

Compare Source

v1.9.3

Compare Source

Fixes a critical bug in the css prop transpilation, which would cause the output to be invalid. Please upgrade as soon as possible if you want to use the css prop!

v1.9.2

Compare Source

v1.9.1

Compare Source

v1.9.0

Compare Source

Add support for the css prop!

See https://medium.com/styled-components/announcing-native-support-for-the-css-prop-in-styled-components-245ca5252feb for more information


Renovate configuration

📅 Schedule: 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 WhiteSource Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented Nov 26, 2018

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #157   +/-   ##
=======================================
  Coverage   99.88%   99.88%           
=======================================
  Files          53       53           
  Lines         863      863           
  Branches      139      139           
=======================================
  Hits          862      862           
  Misses          1        1

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 6eb8e75...2ab3106. Read the comment docs.

@renovate renovate bot changed the title Update dependency babel-plugin-styled-components to v1.9.0 Update dependency babel-plugin-styled-components to v1.9.1 Nov 27, 2018
@renovate renovate bot force-pushed the renovate/babel-plugin-styled-components-1.x branch from a5a621d to c527011 Compare November 27, 2018 16:49
@renovate renovate bot changed the title Update dependency babel-plugin-styled-components to v1.9.1 Update dependency babel-plugin-styled-components to v1.9.2 Nov 29, 2018
@renovate renovate bot force-pushed the renovate/babel-plugin-styled-components-1.x branch from c527011 to b3ef756 Compare November 29, 2018 13:54
@renovate renovate bot changed the title Update dependency babel-plugin-styled-components to v1.9.2 Update dependency babel-plugin-styled-components to v1.9.3 Dec 10, 2018
@renovate renovate bot force-pushed the renovate/babel-plugin-styled-components-1.x branch from b3ef756 to 9aabe1d Compare December 10, 2018 14:48
@renovate renovate bot changed the title Update dependency babel-plugin-styled-components to v1.9.3 Update dependency babel-plugin-styled-components to v1.9.4 Dec 11, 2018
@renovate renovate bot force-pushed the renovate/babel-plugin-styled-components-1.x branch 2 times, most recently from 59db985 to 9a27a81 Compare December 17, 2018 10:22
@renovate renovate bot changed the title Update dependency babel-plugin-styled-components to v1.9.4 Update dependency babel-plugin-styled-components to v1.10.0 Dec 17, 2018
@renovate renovate bot force-pushed the renovate/babel-plugin-styled-components-1.x branch 4 times, most recently from a1ed5c6 to 19de07d Compare April 17, 2019 06:46
@renovate renovate bot force-pushed the renovate/babel-plugin-styled-components-1.x branch from 19de07d to dff0660 Compare June 15, 2019 23:10
@renovate renovate bot changed the title Update dependency babel-plugin-styled-components to v1.10.0 Update dependency babel-plugin-styled-components to v1.10.1 Jun 15, 2019
@renovate renovate bot force-pushed the renovate/babel-plugin-styled-components-1.x branch from dff0660 to 2ab3106 Compare July 13, 2019 02:58
@renovate renovate bot changed the title Update dependency babel-plugin-styled-components to v1.10.1 Update dependency babel-plugin-styled-components to v1.10.6 Jul 13, 2019
@renovate renovate bot force-pushed the renovate/babel-plugin-styled-components-1.x branch from 2ab3106 to c23c5cb Compare February 8, 2020 12:59
@renovate renovate bot changed the title Update dependency babel-plugin-styled-components to v1.10.6 Update dependency babel-plugin-styled-components to v1.10.7 Feb 8, 2020
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.

None yet

1 participant