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

chore(deps): update dependency babel-plugin-styled-components to v1.13.3 #3621

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 30, 2020

Mend Renovate

This PR contains the following updates:

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

Release Notes

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!


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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Aug 30, 2020
@renovate renovate bot force-pushed the renovate/babel-plugin-styled-components-1.x branch from ffa7e72 to d7d4521 Compare October 10, 2020 16:53
@renovate renovate bot force-pushed the renovate/babel-plugin-styled-components-1.x branch from d7d4521 to 3ead314 Compare November 20, 2020 18:35
@renovate renovate bot changed the title chore(deps): update dependency babel-plugin-styled-components to v1.11.1 chore(deps): update dependency babel-plugin-styled-components to v1.12.0 Nov 20, 2020
@renovate renovate bot changed the title chore(deps): update dependency babel-plugin-styled-components to v1.12.0 chore(deps): update dependency babel-plugin-styled-components to v1.12.1 Jun 29, 2021
@renovate renovate bot force-pushed the renovate/babel-plugin-styled-components-1.x branch from 3ead314 to ac70458 Compare June 29, 2021 16:41
@coveralls
Copy link

coveralls commented Jun 29, 2021

Coverage Status

Coverage remained the same at 21.942% when pulling 45dabcf on renovate/babel-plugin-styled-components-1.x into 4d65335 on next.

@renovate renovate bot changed the title chore(deps): update dependency babel-plugin-styled-components to v1.12.1 chore(deps): update dependency babel-plugin-styled-components to v1.13.0 Jun 29, 2021
@renovate renovate bot force-pushed the renovate/babel-plugin-styled-components-1.x branch from ac70458 to 871594d Compare June 29, 2021 17:53
@renovate renovate bot changed the title chore(deps): update dependency babel-plugin-styled-components to v1.13.0 chore(deps): update dependency babel-plugin-styled-components to v1.13.1 Jun 29, 2021
@renovate renovate bot force-pushed the renovate/babel-plugin-styled-components-1.x branch from 871594d to 554cf87 Compare June 29, 2021 18:21
@renovate renovate bot changed the title chore(deps): update dependency babel-plugin-styled-components to v1.13.1 chore(deps): update dependency babel-plugin-styled-components to v1.13.2 Jul 8, 2021
@renovate renovate bot force-pushed the renovate/babel-plugin-styled-components-1.x branch from 554cf87 to d94e65e Compare July 8, 2021 15:51
@renovate renovate bot force-pushed the renovate/babel-plugin-styled-components-1.x branch from d94e65e to e69a85d Compare October 19, 2021 00:12
@renovate renovate bot changed the title chore(deps): update dependency babel-plugin-styled-components to v1.13.2 chore(deps): update dependency babel-plugin-styled-components to v1.13.3 Oct 19, 2021
@renovate renovate bot force-pushed the renovate/babel-plugin-styled-components-1.x branch from e69a85d to 45dabcf Compare December 12, 2021 21:00
@renovate
Copy link
Contributor Author

renovate bot commented Mar 25, 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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants