NASA-PDS / doi-ui

The web interface for the PDS DOI Service providing the ability management PDS archive DOIs. See the DOI Service for more details on the available capabilities. https://nasa-pds.github.io/doi-service/
Apache License 2.0
0 stars 4 forks source link

Bump styled-components from 5.3.5 to 6.0.8 #193

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Bumps styled-components from 5.3.5 to 6.0.8.

Release notes

Sourced from styled-components's releases.

v6.0.8

What's Changed

New Contributors

Full Changelog: https://github.com/styled-components/styled-components/compare/v6.0.7...v6.0.8

v6.0.7

What's Changed

New Contributors

Full Changelog: https://github.com/styled-components/styled-components/compare/v6.0.6...v6.0.7

v6.0.6

What's Changed

New Contributors

Full Changelog: https://github.com/styled-components/styled-components/compare/v6.0.5...v6.0.6

v6.0.5

What's Changed

New Contributors

Full Changelog: https://github.com/styled-components/styled-components/compare/v6.0.4...v6.0.5

... (truncated)

Commits
  • cb9b8c1 chore: v6.0.8
  • 71af2e9 chore: suppress apparently corrupted ref type from React
  • f4173ea refactor: adjust types
  • 5a41553 chore: expose DataAttributes type
  • af178ea fix: adopt ref typing from forwardedAs
  • 423ca24 fix: union type too complex (#4149)
  • 425590f fix: production mode inconsistent CSS rendering when dynamic property values ...
  • 6ee6c23 fix: ensure typing for static properties defined on third-party components wr...
  • 01a8d91 Updated benchmark instructions in the Contributing guide (#4137)
  • a07212e Add type exports for StyleFunction, Interpolation (#4140)
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
anilnatha commented 9 months ago

Marked as draft for the same reason I marked #195 PR as draft. Bumping major versions could introduce breaking changes. May want to update our package.json spec so only minor and patch versions can be bumped.

anilnatha commented 9 months ago

Capped version upgrades for styled-components to be <6.0.0 to avoid introduction of breaking changes.