Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix(deps): update dependency babel-plugin-styled-components to ^1.13.3 #69

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 27, 2020

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
babel-plugin-styled-components (source) ^1.10.6 -> ^1.13.3 age adoption passing confidence

Release Notes

styled-components/babel-plugin-styled-components (babel-plugin-styled-components)

v1.13.3

Compare Source

  • when there are multiple assignments prefer the outer name (#​355) thanks @​rockwotj
  • minor dependency updates

v1.13.2

Compare Source

  • added some conditional guards to code paths that lead to errors for some consumers (0c16c1b)
  • dependency updates
  • teach babel plugin about certain spread application scenarios with "css" prop #​339
  • handle namespace import (import * as styled from 'styled-components') properly #​340

v1.13.1

Compare Source

Fix one edge case with object key interpolation from v1.13.0

v1.13.0

Compare Source

  • teach the plugin how to handle variable interpolation in object keys, e.g.

    css={{
      [theme.breakpoint.sm]: {
        color: 'red'
      } 
    }}
  • plugin now emits transient props when replacing css prop calls (cuts down on garbage in the DOM for s-c 5.1+)

  • merge withConfig arguments to allow for shouldForwardProp, thanks @​ithinkdancan #​323

  • move injected components to end of file scope, thanks @​sfishel18

  • Ensure sc- prefix is always added #​313, thanks @​chalbert

v1.12.1

Compare Source

v1.12.0

Compare Source

  • Add topLevelImportPaths option (#​288)

    This functionality allows the composer to specify alternate import locations for the "styled" constructor, for instance if you are using a third party library that wraps styled-components and does additional processing. See this test for how to use it.

  • preserve structure of JSX member expressions in generated ast nodes; this makes sure that other babel transformations that rename variables will be able to process the ast nodes created by this plugin. fixes #​240

v1.11.1

Compare Source

Revert #​283, it caused a major build performance regression

v1.11.0

Compare Source

Thank you to all our contributors!

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)


Configuration

📅 Schedule: Branch creation - "before 8am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Apr 27, 2020
@renovate renovate bot force-pushed the renovate/babel-plugin-styled-components-1.x branch from 88de085 to 3512be2 Compare August 27, 2020 07:01
@renovate renovate bot changed the title fix(deps): update dependency babel-plugin-styled-components to ^1.10.7 fix(deps): update dependency babel-plugin-styled-components to ^1.11.1 Aug 27, 2020
@renovate renovate bot force-pushed the renovate/babel-plugin-styled-components-1.x branch from 3512be2 to 1dfe87f Compare November 27, 2020 06:47
@renovate renovate bot changed the title fix(deps): update dependency babel-plugin-styled-components to ^1.11.1 fix(deps): update dependency babel-plugin-styled-components to ^1.12.0 Nov 27, 2020
@renovate renovate bot force-pushed the renovate/babel-plugin-styled-components-1.x branch from 1dfe87f to 1b9c2c4 Compare October 18, 2021 23:45
@renovate renovate bot changed the title fix(deps): update dependency babel-plugin-styled-components to ^1.12.0 fix(deps): update dependency babel-plugin-styled-components to ^1.13.3 Oct 18, 2021
@renovate renovate bot force-pushed the renovate/babel-plugin-styled-components-1.x branch from 1b9c2c4 to f70fdcd Compare September 25, 2022 22:42
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants