Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 27, 2020

This PR contains the following updates:

Package Change Age Confidence
babel-plugin-styled-components (source) ^1.10.6^1.13.3 age 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
@renovate renovate bot force-pushed the renovate/babel-plugin-styled-components-1.x branch 2 times, most recently from bff9085 to 2fe499c Compare August 13, 2025 17:14
@renovate renovate bot force-pushed the renovate/babel-plugin-styled-components-1.x branch from 2fe499c to 30d6993 Compare August 19, 2025 14:19
@renovate renovate bot force-pushed the renovate/babel-plugin-styled-components-1.x branch from 30d6993 to 630e8e1 Compare September 25, 2025 15:47
@renovate renovate bot force-pushed the renovate/babel-plugin-styled-components-1.x branch from 630e8e1 to c1a8273 Compare November 10, 2025 23:58
@renovate renovate bot force-pushed the renovate/babel-plugin-styled-components-1.x branch from c1a8273 to fa2006b Compare November 18, 2025 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant