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 #412

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 31, 2019

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@storybook/addon-actions (source) 5.1.9 -> 5.3.21 age adoption passing confidence
@storybook/addon-links (source) 5.1.9 -> 5.3.21 age adoption passing confidence
@storybook/addons (source) 5.1.9 -> 5.3.22 age adoption passing confidence
@storybook/core (source) 5.1.9 -> 5.3.21 age adoption passing confidence
@storybook/react (source) 5.1.9 -> 5.3.21 age adoption passing confidence
@storybook/theming (source) 5.1.9 -> 5.3.22 age adoption passing confidence

Release Notes

storybookjs/storybook

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)

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.

👻 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/storybook-monorepo branch from 9328622 to 222bf00 Compare July 31, 2019 09:11
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 222bf00 to 05d06df Compare August 13, 2019 01:56
@renovate renovate bot changed the title chore(deps): update storybook monorepo to v5.1.10 chore(deps): update storybook monorepo Aug 13, 2019
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 05d06df to a0468b5 Compare August 13, 2019 02:01
@renovate renovate bot changed the title chore(deps): update storybook monorepo chore(deps): update storybook monorepo to v5.1.11 Aug 13, 2019
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from a0468b5 to dfbd45a Compare September 14, 2019 03:52
@renovate renovate bot changed the title chore(deps): update storybook monorepo to v5.1.11 chore(deps): update storybook monorepo Sep 14, 2019
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from dfbd45a to b2c9fa5 Compare September 14, 2019 03:55
@renovate renovate bot changed the title chore(deps): update storybook monorepo chore(deps): update storybook monorepo to v5.2.0 Sep 14, 2019
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from b2c9fa5 to 99c4214 Compare October 4, 2019 11:56
@renovate renovate bot changed the title chore(deps): update storybook monorepo to v5.2.0 chore(deps): update storybook monorepo to v5.2.1 Oct 4, 2019
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 99c4214 to e25257f Compare November 11, 2019 22:01
@renovate renovate bot changed the title chore(deps): update storybook monorepo to v5.2.1 chore(deps): update storybook monorepo to v5.2.6 Nov 11, 2019
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from e25257f to 27a481f Compare December 14, 2019 17:52
@renovate renovate bot changed the title chore(deps): update storybook monorepo to v5.2.6 chore(deps): update storybook monorepo to v5.2.8 Dec 14, 2019
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 27a481f to ee35ecc Compare January 18, 2020 19:48
@renovate renovate bot changed the title chore(deps): update storybook monorepo to v5.2.8 chore(deps): update storybook monorepo to v5.3.6 Jan 18, 2020
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from ee35ecc to c8ab899 Compare February 9, 2020 04:59
@renovate renovate bot changed the title chore(deps): update storybook monorepo to v5.3.6 chore(deps): update storybook monorepo to v5.3.12 Feb 9, 2020
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from c8ab899 to 45bdafa Compare February 17, 2020 23:46
@renovate renovate bot changed the title chore(deps): update storybook monorepo to v5.3.12 chore(deps): update storybook monorepo to v5.3.13 Feb 17, 2020
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 45bdafa to 47a3d08 Compare February 25, 2020 15:24
@renovate renovate bot changed the title chore(deps): update storybook monorepo to v5.3.13 chore(deps): update storybook monorepo Feb 25, 2020
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 47a3d08 to 96ca2d2 Compare February 25, 2020 15:30
@renovate renovate bot changed the title chore(deps): update storybook monorepo chore(deps): update storybook monorepo to v5.3.14 Feb 25, 2020
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 96ca2d2 to d722a30 Compare March 14, 2020 03:38
@renovate renovate bot changed the title chore(deps): update storybook monorepo to v5.3.14 chore(deps): update storybook monorepo Mar 14, 2020
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from d722a30 to 683cb83 Compare March 14, 2020 03:42
@renovate renovate bot changed the title chore(deps): update storybook monorepo chore(deps): update storybook monorepo to v5.3.15 Mar 14, 2020
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 683cb83 to 664fe4a Compare March 14, 2020 07:47
@renovate renovate bot changed the title chore(deps): update storybook monorepo to v5.3.15 chore(deps): update storybook monorepo Mar 14, 2020
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch 2 times, most recently from b028739 to 26127bf Compare March 14, 2020 07:56
@renovate renovate bot changed the title chore(deps): update storybook monorepo chore(deps): update storybook monorepo to v5.3.17 Mar 14, 2020
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 26127bf to 13a080d Compare March 31, 2020 13:40
@renovate renovate bot changed the title chore(deps): update storybook monorepo to v5.3.17 chore(deps): update storybook monorepo Mar 31, 2020
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 13a080d to e1cf037 Compare March 31, 2020 13:45
@renovate renovate bot changed the title chore(deps): update storybook monorepo chore(deps): update storybook monorepo to v5.3.18 Mar 31, 2020
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from e1cf037 to 42091c1 Compare July 1, 2020 13:53
@renovate renovate bot changed the title chore(deps): update storybook monorepo to v5.3.18 chore(deps): update storybook monorepo to v5.3.19 Jul 1, 2020
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 42091c1 to 7cefac4 Compare October 27, 2020 22:57
@renovate renovate bot changed the title chore(deps): update storybook monorepo to v5.3.19 chore(deps): update storybook monorepo to v5.3.21 Oct 27, 2020
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 7cefac4 to dfdf2f4 Compare March 7, 2022 13:35
@renovate renovate bot changed the title chore(deps): update storybook monorepo to v5.3.21 chore(deps): update storybook monorepo Mar 7, 2022
@renovate
Copy link
Author

renovate bot commented Mar 25, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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

1 participant