Skip to content

Update storybook monorepo to v7 (major)#272

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-storybook-monorepo
Open

Update storybook monorepo to v7 (major)#272
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-storybook-monorepo

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 28, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@storybook/addon-actions (source) ^6.5.16 -> ^7.4.6 age adoption passing confidence
@storybook/react (source) ^6.5.16 -> ^7.4.6 age adoption passing confidence

Release Notes

storybookjs/storybook (@​storybook/addon-actions)

v7.4.6

Compare Source

v7.4.5

Compare Source

v7.4.4

Compare Source

v7.4.3

Compare Source

v7.4.2

Compare Source

v7.4.1

Compare Source

v7.4.0

Compare Source

v7.3.2

Compare Source

v7.3.1

Compare Source

v7.3.0

Compare Source

v7.2.3

Compare Source

v7.2.2

Compare Source

v7.2.1

Compare Source

v7.2.0

Compare Source

This month, we're going to experiment with our launch cycle by making smaller but more frequent releases. Our goal is to bring you new features more quickly, while also smoothing the upgrade process.

Storybook 7.2 is the first of these new, faster releases:

v7.1.1

Compare Source

v7.1.0

Compare Source

Storybook 7.1 is here! 🎉

For a better upgrade experience, please use one of the following commands:

npm or yarn 1:
npx storybook@latest upgrade

pnpm:
pnpm dlx storybook@latest upgrade

yarn berry:
yarn dlx storybook@latest upgrade

v7.0.27

Compare Source

v7.0.26

Compare Source

v7.0.25

Compare Source

v7.0.24

Compare Source

v7.0.23

Compare Source

v7.0.22

Compare Source

v7.0.21

Compare Source

v7.0.20

Compare Source

Bug Fixes
  • Server: Fix .stories.yml support #​22906
  • Docs: Fix Source block snippet updates #​22835
  • Core: Fix indexing errors by excluding node_modules stories #​22873
  • CLI: Fix upgrade notification message #​22933
  • Angular: Add --open/--no-open flag to dev command #​22964
  • Angular: Silence compodoc when running storybook with --quiet #​22957
Maintenance
  • Core: Improve MDX of error in story index #​22782
Build
  • Build: Fix the theme output during development #​22841
  • Revert "Docs: E2E tests for Source block update fix" #​22934

v7.0.19

Compare Source

Bad release

v7.0.18

Compare Source

Bug Fixes
  • Vue3: Fix TS 5.0 compat with vue-component-type-helpers #​22814
  • Vue3: Fix reactive args updates in decorators #​22717
  • Vue3: Revert v7 breaking change, restore reactive v6-compat API #​22692
Build
  • Build: Add more checks to ci:daily workflow #​22815
  • Build: Fix Nextjs E2E tests #​22816
  • Build: Bring back new Vue3 tests to main #​22685

v7.0.17

Compare Source

Bug Fixes

v7.0.16

Compare Source

Accidental no-op

v7.0.15

Compare Source

Bug Fixes

v7.0.14

Compare Source

Bug Fixes
  • Core: Only connect to serverChannel in development mode #​22575
  • CLI: Fix error parsing on NPM proxy #​22690
Maintenance
  • Core: Create server channel from window.location #​22055

v7.0.13

Compare Source

Bug Fixes
  • Angular: Fix process I/O for compodoc command #​22441
  • CLI: Improve error handling when dealing with angular.json files #​22663
  • CLI: Skip prompting for eslint plugin with --yes flag #​22651
  • CLI: Account for windows paths when copying templates #​22644
  • CLI: Fix pnpm init command #​22635
  • UI: Add legacy font formats #​22576
  • Webpack: Remove the alias for global #​22393
Maintenance
  • Angular: Enable unit tests #​22355
  • CLI: Reduce installation noise and improve error handling #​22554
  • CLI: Only handle CTRL + C on init event #​22687
  • CLI: Don't touch nx packages on upgrade #​22419
Build
  • Build: Add discord notification when generating sandboxes fails #​22638
  • Build: Set correct ref on sandboxes Github action #​22625
  • Build: Fix sandbox generation scripts #​22620

v7.0.12

Compare Source

Bug Fixes
  • Core: Fix source snippets for stories with mapped args #​22135
  • CLI: Fix getFrameworkPackage logic #​22559
  • CLI: Remove automigrate reference from init command #​22561
Maintenance
  • CLI: Detach automigrate command from storybook init #​22523

v7.0.11

Compare Source

Bug Fixes
  • Toolbars: Fix title behavior in UI #​22496
  • CLI: Fix storybook upgrade precheckfailure object #​22517
  • CLI: Throw errors instead of rejecting promises #​22515
  • CLI: Remove unsupported frameworks/renderers and improve builder detection #​22492
  • Web-components: Fix source decorator to handle document fragments #​22513
  • Core: Fix windows path error in StoryStore v6 #​22512
  • CLI: Do not show a migration summary on sb init #​22109
  • UI: Show current search shortcut in search box sidebar #​21619
  • Outline: Fix additional outline border in docs mode #​21773
  • Measure: Deactivate when switching to Docs mode #​21602
  • CSF: Expose story id in composeStories #​22471
  • CLI: Prompt to force initialization when storybook folder is detected #​22392
  • UI: Fix css inconsistency in Button and Icon components #​22497

v7.0.10

Compare Source

Bug Fixes
  • CLI: Fix copyTemplate failures on init #​22375
  • CLI: Fix server init #​22443
  • CLI: Scope styles in sample components from the CLI templates #​22162
  • React: Use correct default annotations for composeStories #​22308
  • Server: Add json indexer #​22460
  • UI: Fix opacity from list-item color #​22074
Maintenance
  • CLI: Refactor package manager methods to be async #​22401
  • Improve Error message for Angular.json file not found #​22377

v7.0.9

Compare Source

Bug Fixes
  • Core: Fix virtual modules excluded for babel-loader #​22331
Maintenance
  • Angular: Allow TypeScript 4.0.0 and 5.0.0 #​22391

v7.0.8

Compare Source

Bug Fixes
  • Typescript: Fix bad typings caused by tsup bug #​22261
  • Migrate: skip the automigration for gf markdown when user isn't using mdx #​22186
  • UI: Addon panel does not update after disabling/enabling an addon #​22258
  • Vue3: Fix compiler error when there is double tag #​22286
  • Args: Fix multiple mapped args return array of labels #​22169
  • CLI: Add web-components webpack5 to missing-babelrc automigration #​22202
  • Docs: Fix inline story style #​21870
  • UI: Fix shift + 7 shortcut to focus search field #​22073
  • UI: Fix controls missing when navigating from story #​21967
  • NextJS: Fix tsconfig resolution #​22160
Maintenance
  • Telemetry: Persist sessionId across runs #​22325
  • Packaging: Move types condition to the front in all package.json.exports maps #​22321
  • Core: Rename manager UI mjs to js #​22247
  • Angular: Add support for Angular 16 #​22096
  • Packaging: Don't generate ESM dist for preset files #​22330
  • Packaging: Fix url for all packages in package.json #​22101
  • Add regex to ignore outdated Browserslist in Jest initialization base file #​22260

v7.0.7

Compare Source

Bug Fixes
  • Core: Pass parameters in SET_INDEX for docs entries #​22154
  • Addon-actions: Fix ESM by upgrading from uuid-browser to uuid #​22037
  • Addon-actions: Fix decorator type #​22175
  • Core: Add new tags to distinguish docs attachment #​22120
  • Core: Restore Docs useParameter using DOCS_PREPARED #​22118
Maintenance
  • CSF: Improve error message for bad default export #​22190
  • CLI: Add addon query-params to list of SB7 incompatible addons #​22095
  • UI: Add remount story shortcut #​21401
Build

v7.0.6

Compare Source

Bug Fixes
  • Core: Fix module guard in non-webpack environments #​22085
Maintenance
  • CLI: Mark qwik as using addon-interactions #​22000
Build
  • Build: Upgrade Playwright to 1.32.3 #​22087

v7.0.5

Compare Source

Bug Fixes
  • Docs: Fix source snippets when parameters.docs.source.type = 'code' #​22048
  • CLI: Mention how to setup a monorepo manually in babelrc automigration #​22052
  • UI: Fix upgrade command in about page #​22056
  • CLI: Fix CLI sandbox command #​21977

v7.0.4

Compare Source

Storybook 7.0 is here! 🎉

See our Migration guide to upgrade from earlier versions of Storybook.

Bug Fixes
  • CLI: Catch errors thrown on sanity check of SB installs #​22039
Dependency Upgrades
  • Addon-docs: Remove mdx1-csf as optional peer dep #​22038

v7.0.3

Compare Source

Bug Fixes
  • React: Fix default export docgen for React.FC and forwardRef #​22024
  • Viewport: Remove transitions when switching viewports #​21963
  • CLI: Fix JsPackageManager typo #​22006
  • Viewport: Fix the defaultOrientation config option #​21962
  • UI: Fix story data access for broken About page #​21951
  • Angular: Fix components disappearing on docs page on property change #​21944
  • React: Don't show decorators in JSX snippets #​21907
  • Addon-docs: Include decorators by default in source decorators #​21902
  • CLI: Fix npm list command #​21947
  • Core: Revert Emotion :first-child (etc) workarounds #​21213
Maintenance
  • UI: Add remount story shortcut #​21401
  • Telemetry: Add CLI version to context #​21999
  • CLI: Update template code references to 7.0 #​21845
  • Addon-actions: Fix non-included type file #​21922
  • Addon GFM: Fix node-logger dependency #​21938
Dependency Upgrades
  • React-vite: Fix perf regression by pinning vite-plugin-react-docgen-ts #​22013
  • Update @emotion/cache version #​21941

v7.0.2

Compare Source

v7.0.1

Compare Source

Bad release

v7.0.0

Compare Source

Storybook 7.0 is here! 🎉

See our Migration guide to upgrade from earlier versions of Storybook.

Full announcement and proper release to the latest npm tag coming soon. 😘

storybookjs/storybook (@​storybook/react)

v7.4.6

Compare Source

v7.4.5

Compare Source

v7.4.4

Compare Source

v7.4.3

Compare Source

v7.4.2

Compare Source

v7.4.1

Compare Source

v7.4.0

Compare Source

  • Addon-docs: Resolve mdx-react-shim & @storybook/global correctly - #​23941, th

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


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

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

@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch from e005a4c to dbb5329 Compare August 31, 2020 12:21
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch from dbb5329 to 3d7fef3 Compare September 26, 2020 05:16
@renovate renovate bot changed the title Update storybook monorepo to v6 (major) Update storybook monorepo (major) Sep 26, 2020
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch from 3d7fef3 to 71d73e7 Compare September 26, 2020 06:35
@renovate renovate bot changed the title Update storybook monorepo (major) Update storybook monorepo to v6 (major) Sep 26, 2020
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch from 71d73e7 to a46ae30 Compare October 3, 2020 18:07
@renovate renovate bot changed the title Update storybook monorepo to v6 (major) Update storybook monorepo (major) Oct 3, 2020
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch 4 times, most recently from f2a27b4 to e4b6875 Compare October 3, 2020 18:38
@renovate renovate bot changed the title Update storybook monorepo (major) Update storybook monorepo to v6 (major) Oct 3, 2020
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch from e4b6875 to 035594f Compare October 5, 2020 07:37
@renovate renovate bot changed the title Update storybook monorepo to v6 (major) Update storybook monorepo (major) Oct 5, 2020
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch from 035594f to 8949790 Compare October 5, 2020 09:12
@renovate renovate bot changed the title Update storybook monorepo (major) Update storybook monorepo to v6 (major) Oct 5, 2020
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch 2 times, most recently from b044131 to 3d97872 Compare October 16, 2020 02:10
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch from 3d97872 to aca05e4 Compare October 23, 2020 10:26
@renovate renovate bot changed the title Update storybook monorepo to v6 (major) Update storybook monorepo (major) Oct 23, 2020
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch from aca05e4 to e13ed02 Compare October 23, 2020 10:34
@renovate renovate bot changed the title Update storybook monorepo (major) Update storybook monorepo to v6 (major) Oct 23, 2020
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch 2 times, most recently from 5654191 to 0d9f24f Compare October 30, 2020 11:23
@renovate renovate bot changed the title Update storybook monorepo to v6 (major) Update storybook monorepo (major) Oct 30, 2020
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch from 0d9f24f to 04401df Compare October 30, 2020 12:43
@renovate renovate bot changed the title Update storybook monorepo (major) Update storybook monorepo to v6 (major) Oct 30, 2020
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch 3 times, most recently from 20c5da9 to 7e2fe98 Compare November 10, 2020 13:21
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch from 65db3d3 to e97e470 Compare November 23, 2020 17:08
@renovate renovate bot changed the title Update storybook monorepo (major) Update storybook monorepo to v6 (major) Nov 23, 2020
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch from e97e470 to 9254b26 Compare November 24, 2020 00:03
@renovate renovate bot changed the title Update storybook monorepo to v6 (major) Update storybook monorepo (major) Nov 24, 2020
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch from 9254b26 to d45f176 Compare November 24, 2020 00:16
@renovate renovate bot changed the title Update storybook monorepo (major) Update storybook monorepo to v6 (major) Nov 24, 2020
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch from d45f176 to 589e1df Compare November 24, 2020 09:24
@renovate renovate bot changed the title Update storybook monorepo to v6 (major) Update storybook monorepo (major) Nov 24, 2020
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch from 589e1df to 16ccd2e Compare November 24, 2020 11:11
@renovate renovate bot changed the title Update storybook monorepo (major) Update storybook monorepo to v6 (major) Nov 24, 2020
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch from 16ccd2e to a9f9aa9 Compare November 25, 2020 00:27
@renovate renovate bot changed the title Update storybook monorepo to v6 (major) Update storybook monorepo (major) Nov 25, 2020
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch from a9f9aa9 to 5091590 Compare November 25, 2020 02:20
@renovate renovate bot changed the title Update storybook monorepo (major) Update storybook monorepo to v6 (major) Nov 25, 2020
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch from 5091590 to e397c78 Compare November 26, 2020 17:19
@renovate renovate bot changed the title Update storybook monorepo to v6 (major) Update storybook monorepo (major) Nov 26, 2020
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch from e397c78 to b8194a4 Compare November 26, 2020 17:27
@renovate renovate bot changed the title Update storybook monorepo (major) Update storybook monorepo to v6 (major) Nov 26, 2020
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch from b8194a4 to 2ee42b5 Compare November 27, 2020 14:33
@renovate renovate bot changed the title Update storybook monorepo to v6 (major) Update storybook monorepo (major) Nov 27, 2020
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch from 2ee42b5 to 4419ac1 Compare November 27, 2020 16:45
@renovate renovate bot changed the title Update storybook monorepo (major) Update storybook monorepo to v6 (major) Nov 27, 2020
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch from 4419ac1 to 19c9f58 Compare November 29, 2020 13:08
@renovate renovate bot changed the title Update storybook monorepo to v6 (major) Update storybook monorepo (major) Nov 29, 2020
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch from 19c9f58 to a163784 Compare November 29, 2020 14:33
@renovate renovate bot changed the title Update storybook monorepo (major) Update storybook monorepo to v6 (major) Nov 29, 2020
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch from a163784 to 01075ec Compare December 4, 2020 03:17
@renovate
Copy link
Contributor Author

renovate bot commented Feb 3, 2021

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻️ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you check the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! Found: react@17.0.2
npm ERR! node_modules/react
npm ERR!   peer react@"^17.0.1" from the root project
npm ERR!   peer react@"*" from @icons/material@0.2.4
npm ERR!   node_modules/@icons/material
npm ERR!     @icons/material@"^0.2.4" from react-color@2.19.3
npm ERR!     node_modules/react-color
npm ERR!       react-color@"^2.19.3" from the root project
npm ERR!   42 more (@material-ui/core, @material-ui/styles, ...)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^0.14.0 || ^15.0.0 || ^16.0.0" from create-react-context@0.3.0
npm ERR! node_modules/@storybook/api/node_modules/create-react-context
npm ERR!   create-react-context@"0.3.0" from @reach/router@1.3.4
npm ERR!   node_modules/@storybook/api/node_modules/@reach/router
npm ERR!     @reach/router@"^1.3.4" from @storybook/api@6.2.9
npm ERR!     node_modules/@storybook/api
npm ERR!       @storybook/api@"6.2.9" from @storybook/addon-actions@6.2.9
npm ERR!       node_modules/@storybook/addon-actions
npm ERR!       1 more (@storybook/addons)
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate-cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate-cache/others/npm/_logs/2021-04-23T05_45_40_493Z-debug.log

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@stale
Copy link

stale bot commented Aug 2, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

wontfix This will not be worked on

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants