openknowledgebe / website

Open Knowledge Belgium website
https://openknowledge.be
MIT License
4 stars 0 forks source link

Bump styled-components from 5.2.1 to 5.2.3 #181

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps styled-components from 5.2.1 to 5.2.3.

Release notes

Sourced from styled-components's releases.

v5.2.3

fix an issue with an unguarded window accessor in a SSR path ([see #3446](styled-components/styled-components#3446))

v5.2.2

  • 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)

Changelog

Sourced from styled-components's changelog.

[v5.2.3] - 2021-03-31

[v5.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)

Commits
  • 4b23158 v5.2.3
  • 06afb1b Merge pull request #3446 from tillhainbach/fix-ssr
  • d8f7b05 fix(ssr): fix 'window' undefined reference error
  • bdde5e2 v5.2.2
  • 99e5731 Merge pull request #3397 from Smart-Tag-Studio/legacy-v5
  • c6ca4e6 Merge pull request #3432 from agriffis/legacy-v5
  • 6661228 feat: macro can customize importModuleName
  • 7b1c3aa fix macro test regression (#3420)
  • 6151662 Merge pull request #3415 from torgeirsk/fix-webpack-nonce-cra
  • 15b0796 use window.webpack_nonce to avoid overwriting by react-scripts
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)