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

chore(deps): update non-major shared dependencies #1203

Merged
merged 5 commits into from
Sep 15, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 14, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@storybook/addon-a11y 6.3.4 -> 6.3.8 age adoption passing confidence
@storybook/addon-essentials 6.3.4 -> 6.3.8 age adoption passing confidence
@storybook/react 6.3.4 -> 6.3.8 age adoption passing confidence
@types/react 17.0.14 -> 17.0.20 age adoption passing confidence
@types/styled-components 5.1.11 -> 5.1.14 age adoption passing confidence
styled-components (source) 5.3.0 -> 5.3.1 age adoption passing confidence

Release Notes

storybookjs/storybook

v6.3.8

Compare Source

Maintenance
  • Core: Write JSON stats file in streaming fashion and omit chunks for brevity (#​15889)

v6.3.7

Compare Source

Fix bad publish of 6.4.0-alpha.27 to the latest tag

v6.3.6

Compare Source

Bug Fixes
  • CLI: Fix debug webpack output in static build (#​15674)
  • CSF3: Fix custom render function (#​15668)

v6.3.5

Compare Source

Bug Fixes
  • Controls: Don't set arg in validateOptions if it would be undefined (#​15654)
  • Trailing comma handling for "-s" command line paramenter (#​15615)
  • Controls: Fix color matching behavior for non-string types (#​15549)
  • Composition: Fix refs ordering (#​15527)
styled-components/styled-components

v5.3.1

Compare Source

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


Configuration

📅 Schedule: "on Monday every 8 weeks of the year starting on the 5th week" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner September 14, 2021 14:04
@renovate renovate bot force-pushed the renovate/shared-minor-patch branch from c330629 to 190e424 Compare September 14, 2021 14:49
@renovate renovate bot force-pushed the renovate/shared-minor-patch branch from 190e424 to c90d52d Compare September 14, 2021 20:36
@jzempel
Copy link
Member

jzempel commented Sep 14, 2021

To clarify, the fix in commit 3742602, which alleviated 100+ of the following package errors:

'(...).CSSProperties | undefined' is not assignable to type 'React.CSSProperties | undefined

was to run:

yarn lerna exec yarn install
yarn lerna exec yarn upgrade

The first command repaired outdated lock files. The second upgraded lock dependencies, allowing yarn tsc to successfully compile.

@zendesk-garden zendesk-garden temporarily deployed to staging September 14, 2021 23:24 Inactive
@coveralls
Copy link

Coverage Status

Coverage remained the same at 94.826% when pulling eb836c8 on renovate/shared-minor-patch into b9484d6 on main.

@jzempel jzempel merged commit c147e48 into main Sep 15, 2021
@jzempel jzempel deleted the renovate/shared-minor-patch branch September 15, 2021 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

4 participants