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 storybook monorepo (major) #734

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 21, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@storybook/addon-options (source) 3.4.12 -> 5.3.21 age adoption passing confidence
@storybook/addons (source) 3.4.12 -> 7.6.17 age adoption passing confidence
@storybook/cli (source) 3.4.12 -> 8.1.5 age adoption passing confidence
@storybook/react (source) 3.4.12 -> 8.1.5 age adoption passing confidence

Release Notes

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

v5.3.21

Compare Source

Bug Fixes
  • Core: Add skip dispose option to ClientApi (#​9868)

v5.3.20

Compare Source

Bug Fixes
  • React-native server: Fix addon tabs (#​10468)
  • Addon-docs: Fix babel JSX handling in MDX (#​11448)
  • Revert "Fix: Search stories" (#​10916)

v5.3.19

Compare Source

Bug Fixes
Security
  • Upgrade markdown-to-jsx to 6.11.4 (#​10873)

v5.3.18

Compare Source

Bug Fixes
  • Core: Fix manager assets to be routed in express (#​9646)
  • Storyshots: Fix MDX transform (#​10223)
  • Addon-docs: Restore IE11 compat on Windows by transpiling acorn-jsx (#​9790)
  • Addon-docs: Ensure visibility of links within prop descriptions (#​10210)

v5.3.17

Compare Source

Bug Fixes
  • Components: Change react-syntax-highlighter from esm to cjs (#​9780)

v5.3.15

Compare Source

Bug Fixes
  • Core: Disables html-webpack-plugin's option to remove script tag types (#​10042)
  • Addon-actions: Style ActionLogger to preserve whitespace (#​10046)
Maintenance
  • CI: Fix GitHub unit test workflow (#​9971)
Dependency Upgrades
  • Security: Remove usage of a vulnerable version of serialize-javascript (#​10071)

v5.3.14

Compare Source

Bug Fixes
  • Centered: remove typesVersions attribute (#​9907)
  • Props: Fix typescript unspecified default value (#​9873)
  • Core: Use telejson for websockets channel (#​9867)
  • Storyshots: Fix support for jsx/tsx config files (#​9834)
  • MDX: Fix custom classes getting stripped (#​8897)
  • Typescript: Add downlevel dts for 3.5 (#​9847)

v5.3.13

Compare Source

Bug Fixes
  • React: Remove MiniCssExtractPlugin for CRA (#​9759)
Maintenance
  • Build: Fix DLL generation race condition (#​9770)

v5.3.12

Compare Source

Bug Fixes
  • Core: Fix dev server error - back out bad change (#​9753)

v5.3.11

Compare Source

Bug Fixes
  • Svelte: Fix Svelte 3 slots for decorators (#​9724)
  • CLI: Fix file path for Button story (#​9325)
  • Angular: Emit decorator metadata by default (#​9701)
  • Storyshots: Fix config via main.ts (#​9577)
Maintenance
  • Cra-ts-kitchen-sink: Fix stories glob pattern (#​9706)

v5.3.10

Compare Source

Bug Fixes
  • Core: Upgrade min-css-extract-plugin to fix SASS loading (#​9652)
  • CRA: Fix jsconfig support (#​9324)
  • Web-components: Fix default value for docs prop table (#​9655)
  • Web-components: Fix types to play nicely with lit-element (#​9557)
  • UI: Add support for className prop on Form.Field (#​9665)
  • Addon-storyshots: Remove excess slashes from jest transform warning (#​9616)
Maintenance
  • Ember: Migrate to new "import { hbs } from 'ember-cli-htmlbars'" (#​9633)
  • Build: Netlify for examples again (#​9585)
  • Publish: Remove docs to reduce package size (#​9612)

v5.3.9

Compare Source

Bug Fixes
  • Addon-docs: Revert breaking source indentation fix (#​9609)

v5.3.8

Compare Source

Bug Fixes
  • Addon-docs: Fix TS false default value in prop table (#​9560)
  • Addon-knobs: Fix broken repo link in empty panel (#​9530)
  • Typescript: Export IStory in @storybook/angular (#​9097)
  • Fixed Angular button example story (#​9540)
  • Clean usage of @types/webpack-env dep in all packages (#​9536)

v5.3.7

Compare Source

Bug Fixes
  • Node-logger: Move @types/npmlog to dependencies (#​9538)
  • Core: Fix legacy story URLs (#​9545)
  • Addon-docs: Convert default prop value to string (#​9525)
  • Addon-docs: Preserve Source indentation by default (#​9513)

v5.3.6

Compare Source

Bug Fixes
  • Source-loader: Bypass if file has no exports (#​9505)
  • Core: Fix default sorting of docs-only stories (#​9504)

v5.3.5

Compare Source

Bug Fixes
  • Core: Fix typo for loading addon-notes/register-panel (#​9497)
  • Source-loader: Add imports to top of file (#​9492)

v5.3.4

Compare Source

Bug Fixes
  • Core: Fix presets register panel (#​9486)
  • Core: Fix addon/preset detection for local addons (#​9485)
  • Core: Fix default story sort (#​9482)

v5.3.3

Compare Source

Bug Fixes
  • UI: Fix edge case where only one legacy separator is defined (#​9425)
  • Core: Preserve kind load order on HMR when no sortFn is provided (#​9424)
  • Angular: Fix missing architect properties (#​9390)
  • Addon-knobs: Fix null knob values in select (#​9416)
  • Source-loader: Disable linting altogether (#​9417)

v5.3.2

Compare Source

Bug Fixes
  • Source-loader: Disable eslint entirely for generated code (#​9410)

v5.3.1

Compare Source

Bug Fixes
  • Core: Fix generated entry to import at top of file (#​9398)

v5.3.0

Compare Source

Storybook 5.3 is here!

Key features:

5.3 contains hundreds more fixes, features, and tweaks. Browse the changelogs matching 5.3.0-alpha.*, 5.3.0-beta.*, and 5.3.0-rc.* for the full list of changes. See MIGRATION.md to upgrade from 5.0 or earlier.

v5.2.8

Compare Source

Bug Fixes
  • UI: Fix layout of Preview container (#​8628)
  • Core: Use stable package to ensure story sorting is stable (#​8795)
  • Source-loader: Warn if applied to non-stories file (#​8773)

v5.2.7

Compare Source

Bug Fixes
  • Addon-contexts: Fix 'cannot read property h of undefined' in preact (#​9001)
  • Addon-viewports: Fix missing TypeScript types (#​8848)
  • Addon-A11y: Show errors, reset config properly (#​8779)
  • UI: Store layout state in sessionStorage (#​8786)
  • UI: Fix MobileLayout component error on master (#​8941)
  • Addon-analytics: Fix 'path is required in .pageview()' (#​8468)

v5.2.6

Compare Source

Bug Fixes
  • Addon-info: Remove jsnext:main (#​8764)
  • Addon-info: Fix "The prop 'children' is marked as required in 'Td'" (#​8745)
  • UI: Fix unmount components on Canvas/Docs tab switch (#​8625)
  • Addon-docs: Fix code style inside LI (#​8708)
  • Remove min-height CSS rule from DocsPage wrapper (#​8366)
  • Core: Revert webpack rebuild changes in node_modules (#​8657)
  • Addon-notes: Add key to render function (#​8633)
  • Addon-docs: Fix story scroll-to heuristics (#​8629)
  • React-native-server: Changed default port to number in CLI options (#​8584)
  • Increase TooltipLinkList max-height to accommodate more links (#​8545)
  • Prevent form submission as search is done while typing (#​8546)
  • Ondevice-knobs: Fix peer dep (#​8644)

v5.2.5

Compare Source

Bug Fixes
  • UI: Fix React15 support (#​8454)
  • React-native-server: Convert port to number in CLI options (#​8491)
  • Addon-docs: Fix React.forwardedRef/memo props (#​8445)
  • MDX: Handle <Story> name starting with number (#​8469)
  • React: Fix custom themes breaking the welcome demo (#​8259)
  • Addon-jest: Make withTests type generic (#​8410)
Dependency Upgrades
  • [Security] Bump lodash from 4.17.11 to 4.17.15 (#​8351)
Dependency Upgrades

v5.2.4

Compare Source

Bug Fixes
  • Angular: Fix angular2-template-loader / raw-loader version conflicts (#​8269)
  • CSF: Warn when CSF and storiesOf mixed in one file (#​8411)
  • Addon API: Clean preview hooks when removing a story (#​8408)
  • Update button.svelte (#​8369)
  • CSF: Ignore __esModule export (#​8317)
Maintenance
  • Publish top-level .js and .d.ts files (#​8354)

v5.2.3

Compare Source

Bug Fixes
  • Core: Fix lib/core whitelist (#​8182)

v5.2.2

Compare Source

Bug Fixes
  • Storyshots: First-class CSF support (#​8000)
  • UI: Move addon dependencies to devDependencies (#​8206)
  • Addon-docs: CSS classes for escape-hatch theming wrapper/content (#​8061)
  • CLI: Fix variable collisions in storiesof-to-csf (#​8106)
  • Addon-knobs: Add missing type def #​8105 (#​8118)
  • Dependencies: add @​types/webpack-env to apps that depend on it (#​8119)
  • Core: Show exception rather than error on react error boundary (#​8100)
  • UI: Fix inline code styling for dark theme (#​8260)
  • Addon-ondevice-notes: Validate the state content (#​8261)
  • Telejson: New version with typings and bugfixes (#​8228)
  • React: Add DecoratorFn type to exports (#​8121)
  • Addon-knobs: Handle undefined array value (#​8006)
  • Preact: Allow JSX.Element story (#​8159)
  • Storyshots: Fix STORYBOOK_HOOKS_CONTEXT error (#​8163)
  • Update react-draggable to 4.0.3 (#​8145)

v5.2.1

Compare Source

Bug Fixes

v5.2.0

Compare Source

Storybook 5.2 is here!

Key features:

5.2 contains hundreds more fixes, features, and tweaks. Browse the changelogs matching 5.2.0-alpha.*, 5.2.0-beta.*, and 5.2.0-rc.* for the full list of changes. See MIGRATION.md to upgrade from 5.0 or earlier.

v5.1.11

Compare Source

Bug Fixes
  • Core: Add polyfill for fetch (#​7401)
  • Core: Revert "Fix #​7167 addon-centered causes component to disappear when zooming" (#​7750)

v5.1.10

Compare Source

Breaking Changes
  • Core: Remove project root babel.config.js loading (#​7573)
Bug Fixes
  • Addon-info: change stylesheetBase info height from 110vh to 100vh (#​7141)
  • React-native: Fix react native server (#​7187)
  • Addon-centered/contexts: Move optionalDependencies to peerDependencies (#​7315)
  • Addon-notes/info: Fix indenting on markdown code blocks (#​7158)
  • Addon-actions: fix serialization performance (#​7256)
  • Addon-notes: Fix dark theming bug (#​7623)
  • CLI: Fix usage information (#​7627)
  • Addon-centered: Fix component disappearing on zoom (#​7400)
  • Addon-analytics: Fix API signature (#​7410)
  • UI: Fix Sidebar input refresh on 'Enter' (#​7342)
  • Addon-knobs: Prevent rerender when a button callback returns false. (#​7197)
  • Core: Keep story data and legacy data in sync (#​7319)
  • CLI: Move the free port logic so that loadOptions don't override it (#​7237)
  • Addon-backgrounds: Fix unstretched preview background wrapper (#​7173)
Maintenance
  • Build: delete tests & snapshots from dist (#​7358)
Dependency Upgrades
  • CLI: replaced merge-dirs dependency by fs-extra (#​7100)

v5.1.9

Compare Source

Bug Fixes
  • Core: Fix JSON babel config error reporting (#​7104)
  • UI: Fix about page version check message (#​7105)
Dependency Upgrades
  • Add missing dependencies to ui/react (#​7081)
  • UPGRADE lazy-universal-dotenv (#​7151)
  • Make compatible with yarn Pnp (#​6922)

v5.1.8

Compare Source

Bug Fixes
  • CLI: Fix RN template to not import addons (#​7096)

v5.1.7

Compare Source

Bug Fixes
  • UI: Fix warning of loading prop not being a string (#​7080)

v5.1.6

Compare Source

v5.1.5

Compare Source

Bug Fixes
  • Core: Upgrade plugin core-js fix (#​7086)
  • UI: Fix sidebar loading visibility (#​7073)
  • UI: Fix unnecessarily large bundlesize (#​7091)
  • Addon-contexts, RN-server: Add core-js dep (#​7094)

v5.1.4

Compare Source

Bug Fixes
  • Core: Fix core-js 3 errors (#​7051)
  • UI: Fix syntax highlighter plain text not visible (#​7057)
  • Addon-actions: Add default options to action(s) (#​6438)
Dependency Upgrades
  • RN: add missing core-js dependency (#​7016)
  • chore: set react version to 16.8.3 to match react native (#​7008)

v5.1.3

Compare Source

Bug Fixes
  • UI: Fix links that are not working with plain left click (#​6970)
  • Core: Don't redefine process variable (#​6991)
  • Core: Don't mutate user's babel config (#​6987)

v5.1.1

Compare Source

Storybook 5.1 is a juicy upgrade including:

  • 📱 Mobile: Standalone package architecture for React Native
  • 🎟 A11y addon: Realtime accessibility checks and visual feedback
  • 🛠 Context addon: New UI for themes, internationalization, & more
  • 🎛 Presets: One-line configuration for babel, webpack, & addons

5.1 contains hundreds more fixes, features, and tweaks. Browse the changelogs matching 5.1.0-alpha.*, 5.1.0-beta.*, and 5.1.0-rc.* for the full list of changes. See MIGRATION.md to ugprade from 5.0 or earlier.

v5.0.11

Compare Source

Bug Fixes
  • Polymer: Fix re-rendering lit-html elements after non-lit-html element (#​5868)
  • Addon-knobs: Check color knob value before applying uppercase (#​6598)
  • Angular: Fix sourceMap property of angulars webpack config (#​6535)

v5.0.10

Compare Source

Bug Fixes
  • Theming: legacy options don't override set config options (#​6543)
  • Theming: Fix null brandImage (#​6544)

v5.0.9

Compare Source

Bug Fixes
  • UI: Fix panel toggle behavior in fullscreen (#​6525)
  • Addon-Knobs: Add missing groupId for files knob (#​6534)
  • Theming: FIX brandImage when theme created with brandTitle (#​6120)

v5.0.8

Compare Source

Bump version to make 5.0.x latest since I just released a patch in v4.1.18

v5.0.7

Compare Source

Bug Fixes
  • Addon-Knobs: Fix sorting of knobs Panels (#​6480)
  • UI: Fix clickable footer links on about page (#​6441)
  • UI: Fix 'read full changelog' link on about page (#​6385)

v5.0.6

Compare Source

Bug Fixes
  • Addon-a11y: Fix color-blindness emulation in Firefox (#​6297)
  • Addon-info: Fixed contrast of Show Info button for a11y (#​6301)
  • Addon-cssresources: Fix panel layout (#​6263)
  • Addon-info: forwardRef elements use displayName if available (#​6222)
  • UI: Set expanded stories to objects instead of arrays (#​6290)
  • Addon-actions: safe render for cyclic obj (#​6240)
  • Core: Upgrade @​babel/preset-env to fix corejs option (#​6281)
  • Core: Enforces corejs v2 for babel (#​6267)
  • Knobs: Rename ALL panel to Other for ungrouped knobs (#​6232)

v5.0.5

Compare Source

Bump version number (same as 5.0.4, but need to make this latest again!)

v5.0.4

Compare Source

Bug Fixes
  • UI: Fix tooltip event bindings, logger import (#​6238)
  • CLI: Fix stories regexp in config.js (#​6180)
  • Accessibilty: Add missing button titles (#​6124)
  • React: Fix forked CRA support on Windows (#​6236)
  • Addon-knkobs: Fix color type button z-index (#​6203)
  • Angular: Fix typo in demo example (#​6193)
  • Addon-Info: Restore fonts and color styling (#​6186)
  • Addon-knobs: Fix ObjectType knob react warning (#​6159)
  • Core: Add core-js as a dep to client-api (#​6209)
  • React: Fix logging in cra-config (#​6245)

v5.0.3

Compare Source

Bug Fixes
  • Accessibility: Add missing button titles (#​6124)
Maintenance
  • UI: Make update notifications much less aggressive (#​6143)

v5.0.2

Compare Source

Features
  • CLI: Add --debug-webpack option (#​6082)
Bug Fixes
  • Addon-a11y: Fix design icons (#​5991)
  • Addon-cssresources: Fix STORY_RENDERED CSS reset (#​6050)
  • CLI: Clear build folder in static build (#​6024)
  • Addon-backgrounds: Set preview to theme color when "transparent" (#​6042)
  • UI: Fix search item in menu (#​6027)
  • Addon-knobs: Fix key press debouncing (#​6022)
  • CLI: Fix welcome component in dark theme (#​5998)
  • Addon-viewport: Fix viewport iframe dimensions (#​5993)
  • Core: fix selectStory with one parameter (#​5983)
Maintenance
  • Addon-viewport: Change styling to more closely match v4 (#​5979)

v5.0.1

Compare Source

Bug Fixes
  • Core: Remove custom presets warning (#​5911)
  • Core: support unicode chars in story IDs (#​5964)
  • Core: Add core-js dependencies where it was missing (#​5961)
  • CLI: Fix missing iframe.html in absolute path output directory(#​5947)
  • Addon-knobs: Added debouncing between keystrokes to speed up component rendering (#​5811)
  • UI: Fix search in production mode (#​5909)

v5.0.0

Compare Source

Storybook 5.0 is a completely new UI with the following improvements:

  • 🌓 New design with light and dark themes
  • 🛠 Canvas toolbar for easy access to addons
  • 🗺 Overhauled navigation sidebar with an intuitive menu
  • 🗜 Redesigned addons panel with handy buttons to toggle visibility and orientation
  • ⌨️ Improved keyboard shortcuts that are user configurable
  • 🌍 New URL structure that eliminates long strings of query parameters

5.0 contains hundreds more fixes, features, and tweaks. Browse the changelogs matching 5.0.0-alpha.*, 5.0.0-beta.*, and 5.0.0-rc.* for the full list of changes. See MIGRATION.md to upgrade from 4.x.

v4.1.18

Compare Source

Bug Fixes
  • Pin react-treebeard dependency at 3.1.0 (#​6517)

v4.1.16

Compare Source

Bug Fixes
  • UI: Workaround broken treebeard animations (#​6249)

v4.1.14

Compare Source

Dependency Upgrades
  • React-native: Fix RN 0.58.5 / support 0.59 via react-native-modal-datetime-picker 6.0.0 (#​4425)

v4.1.13

Compare Source

Maintenance
  • CLI: Cleanup version notice (#​5699)
  • Docs: Use static versions.json file instead of hacking one in (#​5675)

v4.1.12

Compare Source

Bug Fixes
  • Addon-google-analytics: Add missing register.js file (#​5379)
Dependency Upgrades
  • Update modal manager for RN 0.58 support (#​5581)

v4.1.11

Compare Source

Bug Fixes
  • React-native: Fixed isUIHidden param (#​5067)
  • React-native: Disabling warning if story is not set in async storage (#​5068)

v4.1.9

Compare Source

Note that 4.1.7 contained a bad merge that missed an important change and 4.1.8 release deployed incorrectly to NPM. This release fixes that:

Bug Fixes
  • Core: Add missing polyfills to manager to support IE (#​5238)

v4.1.8

Compare Source

Bad release fixed by https://github.com/storybooks/storybook/releases/edit/v4.1.9

v4.1.7

Compare Source

Bug Fixes
  • Core: make absolute DLL path relative (#​5238)
  • Addon-actions: import utils directly to prevent import cycles (#​5107)
  • Add-knobs: render non-grouped knobs in the ALL tab (#​5106)

v4.1.6

Compare Source

Bug Fixes
  • React: Fix react version backwards compatibility (#​5148)
  • UI: fix highlightColor (#​5150)
  • Core: Transpile addons.js with Babel for IE11 (#​5081)
Maintenance
  • Add CORS headers to versions.json (#​5155)
Dependency Upgrades
  • Bump puppeteer from 1.9.0 to 1.11.0 (#​5119)

v4.1.4

Compare Source

Bug Fixes
  • Core: Load Symbol polyfill before any other code (#​5082)
  • React: Fix error with new CRA Webpack config (#​5074)

v4.1.3

Compare Source

Bug Fixes
  • React: remove unnecessary dependencies, fix aliasing (#​5047)
  • React: alias to react & react-dom (#​5016)
  • Addon-knobs: Fix color picker display (#​5010)

v4.1.2

Compare Source

Bug Fixes
  • Addon-knobs: Add missing key property in Panel (#​4507)
  • Fix package version dependencies (#​4960)

v4.1.1

Compare Source

Bug Fixes
  • FIX react native by adding an empty array named dlls to the templateParameters (#​4985)

v4.1.0

Compare Source

Storybook 4.1 with performance and compatibility improvements! Highlights include:

  • Core: Performance optimizations on separate manager preview split, improved cold start, restart & rebuild (#​4834)
  • React: add support for all versions of react (#​4808)
  • Addon-CSSResources: new adddon to dynamically add/remove css (#​4622)
  • React: use babel presets/plugins based on CRA. (#​4836)
  • React-native: Add ability to filter story list (#​4806)
  • React: Add TypeScript support for react-scripts (#​4824)

There are dozens more fixes, features, and tweaks in the 4.1 release. See changelogs for 4.1.0-* for details.

v4.0.12

Compare Source

Bug Fixes
  • Addon-a11y: Fix runtime errors in older browsers (#​4904)

v4.0.11

Compare Source

Bug Fixes
  • Restore index.html in cra-kitchen-sink (#​4856)
  • Add try, catch for IE11 as it breaks script execution (#​4870)

v4.0.10

Compare Source

Fixes 4.0.9

Bug Fixes
  • Core: Use correct cache directory path (#​4792)
  • Addon-Info: fix docgen description display (#​4685)
  • Addon-storyshots-puppeteer: fix peerDependencies (#​4828)

v4.0.8

Compare Source

Bug Fixes
  • Addon-knobs: Vue optimize on force render (#​4773)

v4.0.7

Compare Source

  • Vue/Angular/Mithril/Polymer: add missing "forceReRender" and "addParameters" (#​4767)

v4.0.6

Compare Source

Features
  • React: add support for custom react-scripts packages (#​4712)
Bug Fixes
  • Core: fix NODE_PATH is not being loaded from .env (#​4706)

v4.0.4

Compare Source

2018-November-06

Bug Fixes
  • Core: Change extensions ordering in webpack config #​4708
  • Addon-Knobs: Fix PropTypes in NumberType #​4669
  • Addon-Viewport: Fix "defaultViewport" configuration #​4683
  • Addon-Jest: Fix test matching #​4689
  • Fix tests in node 11 by using Array#sort correctly #​4720
Dependency Upgrades
  • Bump react-syntax-highlighter from 9.0.1 to 10.0.0 #​4654
  • Remove SB deps from cli tests #​4705

v4.0.3

Compare Source

2018-November-06

Bug Fixes
  • React: Fix css relative asset urls #​4695
  • Core: Fix a bug with buildStaticStandalone resolving too early #​4649
  • Angular: Fixes component imports from dist #​4682
  • Addon-info: Improve accessibility with contrast #​4698
  • Ember: update ergonomics to not require any manual setup #​4594
  • React-native: fix accessibility for component preview (iOS+VoiceOver) #​4601
Maintenance
  • Update release process and master becomes the stable branch #​4719
  • Report CLI tests to teamcity #​4671
Dependency Upgrades
30 PRs

v4.0.2

Compare Source

2018-October-31

Fix broken 4.0.1 release

Bug Fixes
  • Addon-knobs: fix select array values showing k #​4586

v4.0.1

Compare Source

2018-October-31

Broken release - @storybook/client-logger somehow didn't get published to NPM.

v4.0.0

Compare Source

2018-October-29

Storybook 4.0 is our first major-version update in over a year! Key improvements include:


Configuration

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

🚦 Automerge: Enabled.

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

👻 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 Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch from 58b3437 to 285e978 Compare September 22, 2021 05:56
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch 4 times, most recently from 52c6c60 to 86a686d Compare October 1, 2021 18:08
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch 3 times, most recently from dde2e11 to d20087b Compare October 13, 2021 02:21
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch from d20087b to 9e0560c Compare October 14, 2021 08:39
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch 7 times, most recently from 1f02fe4 to c036872 Compare December 3, 2021 10:19
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch 3 times, most recently from 3a55485 to 9aa2825 Compare December 9, 2021 02:48
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch from 9aa2825 to 1930f26 Compare March 7, 2022 10:24
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch from 1930f26 to 6e085af Compare April 24, 2022 23:28
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch from 6e085af to c47c4eb Compare June 18, 2022 23:25
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch from c47c4eb to e588840 Compare September 25, 2022 15:27
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch from e588840 to bd30665 Compare November 20, 2022 16:55
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch from bd30665 to 5c3af9c Compare March 16, 2023 07:46
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch from 5c3af9c to 7c7879f Compare April 3, 2023 13:45
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch from 7c7879f to 239e57b Compare April 17, 2023 11:37
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch from 239e57b to 6bf17b8 Compare May 28, 2023 12:21
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch from 6bf17b8 to ab3c609 Compare June 8, 2023 04:08
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch from ab3c609 to 7846fe1 Compare June 15, 2023 08:54
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch from 40f76fe to 15214de Compare December 19, 2023 16:31
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch from 15214de to 9f17ee6 Compare January 1, 2024 19:55
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch 3 times, most recently from e79f1eb to 17b5523 Compare January 18, 2024 18:01
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch 3 times, most recently from 335cfff to 43c9bf3 Compare February 6, 2024 18:19
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch 3 times, most recently from 82932ca to 826fa8b Compare February 15, 2024 16:15
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch from 826fa8b to d627abb Compare February 20, 2024 12:14
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch from d627abb to 55d7201 Compare March 11, 2024 18:06
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch 3 times, most recently from 54a7c7a to 9bb5351 Compare March 21, 2024 20:28
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch 2 times, most recently from 7858f09 to 9a75142 Compare March 28, 2024 04:42
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch 3 times, most recently from 77b3e2f to 089330a Compare April 11, 2024 16:42
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch from 089330a to 8c6e87c Compare April 22, 2024 16:26
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch from 8c6e87c to 0693e0d Compare May 5, 2024 14:03
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch 2 times, most recently from 4315df8 to f1195d4 Compare May 15, 2024 15:58
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch 3 times, most recently from 9adaf49 to 8875af5 Compare May 27, 2024 18:45
@renovate renovate bot force-pushed the renovate/major-storybook-monorepo branch from 8875af5 to 5dc20f2 Compare May 30, 2024 06:09
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.

None yet

0 participants