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

[Snyk] Upgrade styled-components from 5.2.0 to 5.3.3 #4

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

Conversation

snyk-bot
Copy link

@snyk-bot snyk-bot commented Feb 6, 2022

Snyk has created this PR to upgrade styled-components from 5.2.0 to 5.3.3.

merge advice
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 9 versions ahead of your current version.
  • The recommended version was released 4 months ago, on 2021-10-19.
Release notes
Package name: styled-components
  • 5.3.3 - 2021-10-19

    What's Changed

    New Contributors

    Full Changelog: v5.3.1...v5.3.3

  • 5.3.2 - 2021-10-19
  • 5.3.1 - 2021-08-24
    • Fix forced server-side mode not triggering global styles (See #3566)

    • Fix SSR collisions caused by insufficient hash inputs and reordering of groups on the client, which is a regression in v5.2.0 (See #3563)

    • Fix dynamic creation React warning for React v18, backported to v5 by @ lynndylanhurley (See #3564)

    • Add missing typeof window check when checking for duplicate instances of styled-components (See #3553)

    • Prevent ServerStyleSheet from emitting empty style tags, which would cause issues in IE11 (See #3555)

    • Support css tagged templates inside style objects, by @ roginfarrer and @ dvingo (See #3469)

  • 5.3.1-pr3564 - 2021-08-21
  • 5.3.1-pr3563 - 2021-08-21
  • 5.3.0 - 2021-05-05
    • Pass elementToBeCreated as a third parameter to shouldForwardProp so that the user-specified function can decide whether to pass through props based on whether the created element will be a tag or another component. (see #3436)

    • Fix React Native components accepts function as style prop. (see #3389)

  • 5.2.3 - 2021-03-31

    fix an issue with an unguarded window accessor in a SSR path (see #3446)

  • 5.2.2 - 2021-03-30
    • For React Native based components, pass testID down to the native component if specified for an easier time testing. (see #3365)

    • Enable users of the babel macro to customize the styled-components import with importModuleName (see #3422)

    • [fix] COMPLEX_SELECTOR_PREFIX.includes wasn't transpiled (see #3397)

  • 5.2.1 - 2020-10-30

    Tweak server-side build settings to resolve an issue with jest-dom not being able to pick up generated styles (see #3308) thanks @ Lazyuki

  • 5.2.0 - 2020-09-04
    • Make sure StyleSheetManager renders all styles in iframe / child windows (see #3159) thanks @ eramdam!

    • Rework how components self-reference in extension scenarios (see #3236); should fix a bunch of subtle bugs around patterns like & + &

    • Fix keyframes not receiving a modified stylis instance when using something like stylis-plugin-rtl (see #3239)

    • Big performance gain for components using style objects (see #3239)

    • We no longer emit dynamic classNames for empty rulesets, so some className churn may occur in snapshots

    • Preallocate global style placement to ensure cGS is consistently inserted at the top of the stylesheet; note that this is done in runtime order so, if you have multiple cGS that have overlapping styles, ensure they're defined in code in the sequence you would want them injected (see #3239)

    • Add "engines" to package.json (currently set to Node 10, the oldest supported LTS distribution) (see #3201) thanks @ MichaelDeBoey!

    Finally, special thanks to @ willheslam for testing and some last minute fixes on this release!

from styled-components GitHub release notes

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

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.

1 participant