Skip to content

Update dependency @storybook/react to v6 #1067

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

Merged
merged 2 commits into from
Apr 6, 2021

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 28, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@storybook/react 5.3.21 -> 6.2.3 age adoption passing confidence

Release Notes

storybookjs/storybook

v6.2.3

Compare Source

Bug Fixes
  • Core: Fix file-loader options for ESM compat (#​14480)
  • Core: Fix config.js-based configuration (#​14479)
Maintenance
  • Core: Disable postcss warning, add main.js features setting (#​14478)

v6.2.2

Compare Source

Bug Fixes
  • Core: Fix symlinks in static dir when building static Storybook (#​14448)
  • Addon-docs/ArgsTable: Use storySort parameter (#​14422)
  • Revert "Svelte - Fix async loaders and docs" Fix #​14443 (#​14444)
  • Addon-docs/Angular: Keep inlineStories to false by default (#​14447)
Maintenance

v6.2.1

Compare Source

Fix bad version update message from #​12183

v6.2.0

Compare Source

Storybook 6.2 future-proof component development

Storybook 6.2 includes major improvements for new frameworks, package managers, and bundlers.

🚀 Frameworks: Vue 3, Svelte Native CSF
📦 Packaging: NPM 7, Yarn 2, ESM
🛠 Bundlers: Webpack 5 (experimental), pluggable bundlers to enable Vite, ESBuild, Snowpack, & more.

It also includes an overhaul of Storybook’s auto-generated controls and hundreds more fixes, features, and tweaks.

Browse the changelogs matching 6.2.0-alpha.*, 6.2.0-beta.*, and 6.2.0-rc.* for the full list of changes. See Storybook 6 migration guide to upgrade from 5.x or MIGRATION.md for detailed migration instructions.

v6.1.21

Compare Source

Bug Fixes
  • IE11: Transpile prettier down to ES5 (#​14047)
  • CLI: Add --legacy-peer-deps for NPM7 install (#​14106)
  • SyntaxHighlighter: Safely access clipboard on global.navigator (#​14035)

v6.1.20

Compare Source

  • Deps: upgrade react-dev-utils to get newer immer (#​14015)

v6.1.19

Compare Source

Bug Fixes
  • Components: Add missing regenerator-runtime dependency (#​13991)

v6.1.18

Compare Source

Bug Fixes
  • UI: Fix theming for focused search bar (#​13895)
  • Storyshots: Support main.js usage (#​13842)

v6.1.17

Compare Source

Bug Fixes
  • CLI: Fix opening localhost in browser by default (#​13812)

v6.1.16

Compare Source

Bug Fixes
  • Addon-docs/Svelte: Fix component name in docgen-loader (#​13760)
  • UI: Fix copy to clipboard for insecure deployments (#​13777)

v6.1.15

Compare Source

Bug Fixes
  • Svelte: Fix duplicate story preview (#​13663)
  • Angular: Properly handle empty tsconfig compilerOptions (#​13596)
Maintenance
  • Angular: Use Nx function to read non-angularCli configs (#​13558)
Dependency Upgrades

v6.1.14

Compare Source

Bug Fixes

v6.1.12

Compare Source

Bug Fixes
  • Addon-docs: Fix link not working cross origin (#​13022)
  • Addon-docs: Resolve babel-loader from storybook/core (#​13607)

v6.1.11

Compare Source

Bug Fixes
  • UI: Fix null ref in sidebar (#​13423)
  • Addon-docs: Handle svelte docgen failures gracefully (#​13386)
Dependency Upgrades

v6.1.10

Compare Source

Bug Fixes
  • CLI: Fix stories path in Introduction.stories.mdx (#​13368)
  • UI: Fix display of custom brand image (#​13355)
  • Storyshots: Fix missing done attribute on type definition (#​13341)
  • Addon-docs: ArgTypes optional on Meta (#​13352)
Dependency Upgrades
  • Addon-storyshots: Add React as peer dependency (#​13343)

v6.1.9

Compare Source

Bug Fixes
  • Addon-backgrounds: Fix grid offset always using default value (#​13260)
  • UI: Fix keybindings on non-US keyboard layouts (#​13319)
  • Addon-Docs: Handle class attributes in Dynamic Source Rendering for Vue.js (#​13327)

v6.1.8

Compare Source

Bug Fixes
  • Core: Fix preview URL dropped hashes (#​13308)
  • Core: Fix template script tag support (#​13271)
  • Addon-docs: Fix Vue source snippets for function attributes (#​13288)
  • Components: Fix Zoom for IE11 (#​13302)
  • React: Don't add FastRefresh if already enabled (#​13303)
  • CLI: Fix storybook-deployer upgrade warning (#​13306)
Maintenance
  • React: Expose StorybookConfig types (#​13309)
  • React: Fix unit tests for react preset (#​13315)

v6.1.7

Compare Source

Bug Fixes
  • CLI: Fix not printing managerTotalTime when using cached manager (#​13294)
  • Core: Only apply express.json() middleware to /runtime-error route (#​13295)
  • Core: Don't use prebuilt or cached manager when running smoke test (#​13266)
  • Core: Detect arg inference for cyclic args and warn (#​13263)
Dependency Upgrades

v6.1.6

Compare Source

Bug Fixes
  • Addon-controls: Fix ensureDocsBeforeControls support for paths (#​13204)
  • CLI: Add core-js to Preact generator (#​13138)
  • Core: Improve handling of --static-dir option (#​13245)
  • Core: Fix webpack5 compatibility check for ProgressPlugin (#​13239)

v6.1.5

Compare Source

Bug Fixes
  • Core: Resolve react and react-dom from core (#​13195)

v6.1.4

Compare Source

Bug Fixes
  • Core: Clear manager cache on runtime error (#​13230)

v6.1.3

Compare Source

Bug Fixes
  • Core: Replace 'trash' with 'fs.remove' (#​13211)
  • UI: Fix overflow scrolling on layout:centered (#​13217)
  • CLI: Don't install babel-loader for CRA (#​13220)
  • Addon-docs: Fix lineheight in typeset component (#​13205)

v6.1.2

Compare Source

Bug Fixes
  • IE11: Transpile prettier down to ES5 (#​14047)
  • CLI: Add --legacy-peer-deps for NPM7 install (#​14106)
  • SyntaxHighlighter: Safely access clipboard on global.navigator (#​14035)

v6.1.1

Compare Source

Bug Fixes
  • Components: Add missing regenerator-runtime dependency (#​13991)

v6.1.0

Compare Source

6.1 is the first in a series of performance-oriented Storybook releases. It includes:

v6.0.28

Compare Source

Bug Fixes
  • CLI: Disable DLL by default in template (#​12954)

v6.0.27

Compare Source

Bug Fixes
  • CLI: Fix intro MDX for React17 (#​12878)
  • Core: Disable Docs DLL by default (#​12874)
  • Essentials: Fix absolute config dir (#​12873)
  • Addon-controls: Fix "docs before controls" check (#​12738)
  • Addon-knobs: Fix uncontrolled to controlled warning for booleans (#​12719)
Dependency Upgrades
  • Upgrade babel-plugin-react-docgen (#​12748)

v6.0.26

Compare Source

Bug Fixes
  • Addon-docs: Fix exotic React components in Source block (#​12638)

v6.0.25

Compare Source

Bug Fixes
  • CLI: Workaround for react native sb init (#​12405)

v6.0.24

Compare Source

Failed NPM publish

v6.0.23

Compare Source

Failed NPM publish

v6.0.22

Compare Source

Bug Fixes
  • Addon-docs: Change 2nd argument of transformSource to the storyContext (#​12265)
  • Angular: Unsubscribe prop subscriptions (#​12514)
  • React: Fix reactDocgen option when false (#​12492)
  • CLI: Fix storiesof-to-csf codemod for TypeScript (#​12453)
  • Addon-docs: Fix missing line-height on TypeSet block (#​12134)
  • Core: Use the denormed params on the first story for initial options (#​11938)
Maintenance
  • Build: Disable problematic story in Chromatic (#​12457)
Dependency Upgrades
  • [Security] Bump node-fetch from 2.6.0 to 2.6.1 (#​12448)

v6.0.21

Compare Source

Bug Fixes
  • Addon-controls: Fix uncontrolled to controlled warning for booleans (#​12322)
Maintenance

v6.0.20

Compare Source

Bug Fixes
  • ArgsTable: Fix union type splitting (#​11868)
  • CLI: Fix import of Button in react mdx template (#​12252)

v6.0.19

Compare Source

Bug Fixes
  • UI: Fix eject and copy URLs for composition (#​12233)

v6.0.18

Compare Source

Bug Fixes
  • UI: Fix disable parameter to hide addon panel (#​12171)
  • Addon-controls: Fix controls from args (#​12230)
Dependency Upgrades
  • Mithril: Add Mithril v2.0.0 to peer dependencies (#​12229)

v6.0.17

Compare Source

Bug Fixes
  • Addon-essentials: Log info on config override (#​12211)
Maintenance
  • Build: Remove outdated CLI tests (#​12207)
Dependency Upgrades
  • Source-loader: Pin prettier to 2.0.x version (#​12226)

v6.0.16

Compare Source

Bug Fixes
  • Addon-docs: Fix Vue ArgsTable sanitizing of item.type.elements to item.type.value (#​12165)

v6.0.15

Compare Source

Bug Fixes
  • Addon-docs: Fix ArgsTable union type handling in Vue/TS (#​12158)
  • Addon-docs: Fix inline rendering for DOM nodes in HTML (#​12164)
Maintenance
  • React: Simplify component type for CSF typing (#​12110)

v6.0.14

Compare Source

Bug Fixes
  • Addon-docs: Fix MDX IDs from CSF imports (#​12154)
  • Addon-viewport: Add preset to fix windows import (#​12148)
  • Composition: Verify refs in node (#​12085)
Maintenance
  • Build: Update and optimize circleCI Config (#​12118)

v6.0.13

Compare Source

Bug Fixes
  • Source-loader: Fix default exports of type TSAsExpression (#​12099)
  • Addon-docs: Fix source code for Template.bind({}) in MDX (#​12107)
  • Addon-A11y: Fix manual run & timeline (#​12003)
  • Core: Add frameworkPath to options to support custom frameworks (#​12087)

v6.0.12

Compare Source

Bug Fixes
  • Angular: Make CLI templates compatible with TS strict mode (#​12081)
  • React: Fix CSF component typing (#​12072)
  • ArgsTable: Fix styles to allow long text to wrap (#​11818)
  • Addon-docs: Fix main check for absolute config dirs (#​12057)

v6.0.11

Compare Source

NPM publish failed

v6.0.10

Compare Source

Bug Fixes
  • Addon-controls: Fix argType inference priority (#​12048)

v6.0.9

Compare Source

Bug Fixes
  • Addon-docs: Fix CSF names importing in MDX (#​12044)
Maintenance
  • ArgsTable: Error when subcomponents is an array (#​12033)

v6.0.7

Compare Source

Bug Fixes
  • Addon-docs: Fix extractArgTypes for unknown component (#​12012)
Maintenance
  • UI: Update upgrade command in about section (#​11934)
  • Build: Remove documentation scripts and fix README (#​12015)
Dependency Upgrades
  • Bump jest-specific-snapshot to v4 (#​11939)

v6.0.6

Compare Source

Bug Fixes
  • CLI: Fix upgrade to warn when no packages found (#​11993)
  • Addon-docs: Fix blocks type export (#​11987)
  • CLI: Fix RN link (#​11973)

v6.0.5

Compare Source

Bug Fixes
  • CLI: Fix welcome links on Introduction MDX (#​11949)

v6.0.4

Compare Source

Bug Fixes
  • Source-loader: Fix .add detection (#​11920)

v6.0.3

Compare Source

Bug Fixes
  • Essentials: Fix missing toolbars addon (#​11910)

v6.0.2

Compare Source

Bug Fixes
  • CLI: Fix intro MDX for React17 (#​12878)
  • Core: Disable Docs DLL by default (#​12874)
  • Essentials: Fix absolute config dir (#​12873)
  • Addon-controls: Fix "docs before controls" check (#​12738)
  • Addon-knobs: Fix uncontrolled to controlled warning for booleans (#​12719)
Dependency Upgrades
  • Upgrade babel-plugin-react-docgen (#​12748)

v6.0.1

Compare Source

Bug Fixes
  • UI: Fix eject and copy URLs for composition (#​12233)

v6.0.0

Compare Source

Storybook 6.0 is here!


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 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.

🔕 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 WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch from 5bfb98a to 24e1c01 Compare August 31, 2020 12:25
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch from 24e1c01 to c96511e Compare September 8, 2020 23:00
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch 2 times, most recently from 6827c44 to 4f7bbc0 Compare September 17, 2020 21:37
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch 2 times, most recently from 5c42246 to af42933 Compare September 28, 2020 03:39
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch 2 times, most recently from 5baf5e2 to 2839022 Compare October 5, 2020 08:57
@dmt0
Copy link
Contributor

dmt0 commented Oct 20, 2020

Waiting on storybookjs/storybook#11255

@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch from 2839022 to 936dc36 Compare October 23, 2020 10:26
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch from 936dc36 to ba4a2b0 Compare October 30, 2020 11:18
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch 4 times, most recently from de58f40 to 25fa1f2 Compare November 21, 2020 06:02
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch 8 times, most recently from 60d7ae4 to e4243ee Compare November 30, 2020 07:54
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch from e4243ee to dd29252 Compare December 4, 2020 03:16
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch 2 times, most recently from 21b4360 to 40419af Compare December 14, 2020 05:21
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch 3 times, most recently from 384fa56 to b36e60d Compare January 12, 2021 12:29
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch from b36e60d to bba68c5 Compare January 22, 2021 15:00
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch from bba68c5 to 8e0a525 Compare January 25, 2021 03:17
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch 3 times, most recently from 8ce0c13 to 71c026f Compare February 4, 2021 16:33
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch from 71c026f to 7cd7cfe Compare February 14, 2021 17:19
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch 2 times, most recently from 8b379a9 to 11b9c2c Compare February 24, 2021 05:11
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch 2 times, most recently from 2eef423 to 4ed5125 Compare March 8, 2021 09:27
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch 4 times, most recently from 468ec7f to d5ce274 Compare April 5, 2021 14:58
@dmt0 dmt0 force-pushed the renovate/major-storybook-monorepo branch from ad8cb71 to 92780e6 Compare April 6, 2021 18:14
@dmt0 dmt0 force-pushed the renovate/major-storybook-monorepo branch from aca6584 to 5d70750 Compare April 6, 2021 18:39
@dmt0 dmt0 force-pushed the renovate/major-storybook-monorepo branch from 5d70750 to 8c46df4 Compare April 6, 2021 18:44
@dmt0 dmt0 merged commit 042297c into master Apr 6, 2021
@dmt0 dmt0 deleted the renovate/major-storybook-monorepo branch April 6, 2021 18:51
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.

2 participants