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 to v3.4.12 #92

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 11, 2018

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@storybook/addon-info (source) 3.3.12 -> 3.4.12 age adoption passing confidence
@storybook/addon-options (source) 3.3.12 -> 3.4.12 age adoption passing confidence
@storybook/addon-storyshots (source) 3.3.12 -> 3.4.12 age adoption passing confidence
@storybook/react (source) 3.3.12 -> 3.4.12 age adoption passing confidence

Release Notes

storybookjs/storybook

v3.4.12

Compare Source

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

v3.4.11

Compare Source

3.4.11

2018-September-17

Dependencies
  • Allow v1 or v2 in airbnb-js-shims #​4190

v3.4.10

Compare Source

2018-August-03

NOTE: 3.4.9 publish failed

Bug Fixes
  • addons-jest: bug with the jest parameter #​3923
  • addon-info: fix copy button styling #​3896

v3.4.8

Compare Source

2018-June-21

Bug Fixes
  • Fix centered addon for IE11 #​3735
  • Display functions as variables not invocations #​3761

v3.4.7

Compare Source

2018-June-10

Bug Fixes
  • Remove linebreaks in notes text when they are html elements #​3731

v3.4.6

Compare Source

2018-May-26

Features
  • Addon-notes: Add classname to the container component to target with styles. #​3617

v3.4.5

Compare Source

2018-May-17

Features
  • Addon-info: improve prop options #​3428
Bug Fixes
  • Addon-storysource: Remove nested braces in code block #​3568
  • Addon-info: Fix double quotes in prop table, add additional examples #​3401
  • Ignore any unstructured output from the package managers #​3563
  • Use the --use-npm flag also for version checking #​3535

v3.4.4

Compare Source

2018-May-12

Bug Fixes
  • Ignore home package.json no license field #​3531
  • fixed Duplicate declaration h #​3409
  • Storyshots integrity tests options #​3418
  • Fix dynamic knobs d2a289e
Dependency Upgrades
  • jest-image-snapshot version to ^2.4.1 #​3500

v3.4.3

Compare Source

2018-April-27

Features
  • Suppress verbose build output #​3487
Bug Fixes
  • Improve yarn detection #​3453
  • Don't try to access the devtools hook if we are cross-origin #​3485
Dependency Upgrades
  • Update webpack-hot-middleware to fix HMR #​3463

v3.4.2

Compare Source

2018-April-17

Bug Fixes
  • Serialize boolean type only for non-nullable values #​3432
  • Addon actions: fix slow logging #​3133
Documentation
  • Fix storyshots readme for image snapshotting #​3397

v3.4.1

Compare Source

2018-April-10

Features
  • Make storybook addons channel available globally in window #​3243
Bug Fixes
  • Scroll preview pane for non-percentage heights #​3342
  • Replacing Report Fragment with div #​3372
  • Don't use direct react dependency in core #​3382
Documentation
  • Add typescript docs #​3361
  • Update links of the live examples for the new release #​3197

v3.4.0

Compare Source

2018-March-30

Welcome to Storybook 3.4 with the following key improvements:

  • Polymer 2 support #​2225
  • Angular and Vue storyshots #​2564
  • Add image snapshots to addon-storyshots #​2413
  • Multiple story hierarchies #​2452
  • Addon-storysource: story source in addon pane #​2885

Read on for more improvements, fixes, 1In addition, there are hundreds of dependency upgrades in the 3.4 release, so to see the details, please see the changelogs for 3.4.0-rc.* and 3.4.0-alpha.*.

Features
  • Bind window access if window is defined; add addons channel access too #​3243
  • Fix screenshots tests & add getScreenshotOption to storyshots #​3102
  • Add __STORYBOOK_CLIENT_API__ for external tools #​3058
  • Addon storysource: select stories from inside of the StoryPanel #​3154
  • Storyshots: env.NODE_PATH support #​2873
  • Knobs: Select knob key/value ordering #​1745
  • Angular: Add option to pass custom styles for ng components #​2856
  • Core: Add watch mode for build-storybook #​2866
  • Core: Add __dirname support #​2791
  • Pass default webpack config as third argument in Full Control Mode #​2796
  • Angular and Vue storyshots #​2564
  • Addon-info: Added "Copy button" for code example #​2713
  • Angular: Serve styles and assets using .angular-cli webpack configuration #​2735
  • API: Added an event that is emitted when a channel is created. #​2711
  • Addon-a11y: Handle components with delayed rendering #​2651
  • Polymer 2 support #​2225
  • Add image snapshots to addon-storyshots #​2413
  • Angular template support for Storybook #​2690
  • Custom tsconfig.json for angular apps. #​2669
  • Multiple story hierarchies #​2452
  • Change template story files extension to .ts #​2594
  • Use store revisions to ensure that stories re-render on HMR. #​2605
  • Ability to force re-render a story #​2463
  • Introduce framework-independent core library #​2241
Bug Fixes
Documentation
Maintenance

v3.3.15

Compare Source

2018-March-07

Bug Fixes
  • Unset background when switching to a non-background story #​3142
  • Updated testIds in RN StoryListView to use kind #​3129
  • Added missing key prop to NoTests component. #​3111
  • Events addon: fix React keys warning #​3072

v3.3.14

Compare Source

Bug Fixes
  • RN: Add error handler on WS to fix crashing on page reload #​3002
  • Added safety net preventing storybook Jest addon from throwing. #​3023
  • Added "key" prop to list items inside test failure message. #​2867
  • Addon-info: Add type check to PropType on OneOf #​2653
  • Use @​storybook/podda to fix npm engine version in podda #​3033
  • Addon-backgrounds: set background on iframe instead of adding a wrapper in preview #​2807

v3.3.13

Compare Source

3.3.13

2018-February-11

Bug Fixes
  • Angular: add rule for .md to webpack.config.prod.js #​2924
  • Check for correct props in Flow or prop-types #​2902

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.

@evenchange4
Copy link
Owner

evenchange4 commented Feb 11, 2018

Deploy preview for react-progressive-bg-image ready!

Built with commit 37f77aa

https://deploy-preview-92--react-progressive-bg-image.netlify.com

@codecov
Copy link

codecov bot commented Feb 11, 2018

Codecov Report

Merging #92 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #92   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           3      3           
  Lines          34     34           
  Branches        7      7           
=====================================
  Hits           34     34

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update aa84006...37f77aa. Read the comment docs.

@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 0ed0cc0 to 5bbfc49 Compare February 21, 2018 08:55
@renovate renovate bot changed the title chore(deps): update storybook monorepo packages to v3.3.13 chore(deps): update storybook monorepo packages to v3.3.14 Feb 21, 2018
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 5bbfc49 to 5e44511 Compare March 7, 2018 10:08
@renovate renovate bot changed the title chore(deps): update storybook monorepo packages to v3.3.14 chore(deps): update storybook monorepo packages to v3.3.15 Mar 7, 2018
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 5e44511 to 3efbb18 Compare March 30, 2018 23:46
@renovate renovate bot changed the title chore(deps): update storybook monorepo packages to v3.3.15 chore(deps): update storybook monorepo packages Mar 30, 2018
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 3efbb18 to a20518d Compare March 30, 2018 23:49
@renovate renovate bot changed the title chore(deps): update storybook monorepo packages chore(deps): update storybook monorepo packages to v3.4.0 Mar 30, 2018
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from a20518d to 8eb710c Compare April 10, 2018 22:36
@renovate renovate bot changed the title chore(deps): update storybook monorepo packages to v3.4.0 chore(deps): update storybook monorepo packages to v3.4.1 Apr 10, 2018
@renovate renovate bot changed the title chore(deps): update storybook monorepo packages to v3.4.1 chore(deps): update storybook monorepo to v3.4.1 Apr 17, 2018
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 8eb710c to 1133ea1 Compare April 17, 2018 23:15
@renovate renovate bot changed the title chore(deps): update storybook monorepo to v3.4.1 chore(deps): update storybook monorepo Apr 17, 2018
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 1133ea1 to 082835e Compare April 17, 2018 23:22
@renovate renovate bot changed the title chore(deps): update storybook monorepo chore(deps): update storybook monorepo to v3.4.2 Apr 17, 2018
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 082835e to 98cdeda Compare April 27, 2018 19:10
@renovate renovate bot changed the title chore(deps): update storybook monorepo to v3.4.2 chore(deps): update storybook monorepo Apr 27, 2018
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 98cdeda to 4986c33 Compare April 27, 2018 19:20
@renovate renovate bot changed the title chore(deps): update storybook monorepo chore(deps): update storybook monorepo to v3.4.3 Apr 27, 2018
@renovate renovate bot changed the title chore(deps): update storybook monorepo to v3.4.3 Update storybook monorepo to v3.4.3 May 9, 2018
@renovate renovate bot changed the title Update storybook monorepo to v3.4.3 chore(deps): update storybook monorepo to v3.4.3 May 9, 2018
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 4986c33 to a4761c5 Compare May 12, 2018 19:49
@renovate renovate bot changed the title chore(deps): update storybook monorepo to v3.4.3 chore(deps): update storybook monorepo May 12, 2018
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from a4761c5 to c7bc6b1 Compare May 12, 2018 19:58
@renovate renovate bot changed the title chore(deps): update storybook monorepo chore(deps): update storybook monorepo to v3.4.4 May 12, 2018
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from c7bc6b1 to b6647b6 Compare May 17, 2018 22:13
@renovate renovate bot changed the title chore(deps): update storybook monorepo to v3.4.4 chore(deps): update storybook monorepo May 17, 2018
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from b6647b6 to af85a09 Compare May 17, 2018 22:40
@renovate renovate bot changed the title chore(deps): update storybook monorepo chore(deps): update storybook monorepo to v3.4.7 Jun 10, 2018
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from cd4eb8b to 9da0a8d Compare June 21, 2018 13:12
@renovate renovate bot changed the title chore(deps): update storybook monorepo to v3.4.7 chore(deps): update storybook monorepo Jun 21, 2018
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch 3 times, most recently from 7fa6708 to aeb67c7 Compare June 21, 2018 15:10
@renovate renovate bot changed the title chore(deps): update storybook monorepo chore(deps): update storybook monorepo to v3.4.7 Jun 21, 2018
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from aeb67c7 to a18c960 Compare June 21, 2018 16:39
@renovate renovate bot changed the title chore(deps): update storybook monorepo to v3.4.7 chore(deps): update storybook monorepo Jun 21, 2018
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from a18c960 to f0b78d7 Compare June 21, 2018 17:16
@renovate renovate bot changed the title chore(deps): update storybook monorepo chore(deps): update storybook monorepo to v3.4.8 Jun 21, 2018
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from f0b78d7 to 236828f Compare August 3, 2018 09:31
@renovate renovate bot changed the title chore(deps): update storybook monorepo to v3.4.8 chore(deps): update storybook monorepo Aug 3, 2018
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 236828f to 6e222ec Compare August 3, 2018 10:07
@renovate renovate bot changed the title chore(deps): update storybook monorepo chore(deps): update storybook monorepo to v3.4.10 Aug 3, 2018
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 6e222ec to 8c77aed Compare August 3, 2018 11:57
@renovate renovate bot changed the title chore(deps): update storybook monorepo to v3.4.10 chore(deps): update storybook monorepo Aug 3, 2018
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch 2 times, most recently from ac715ca to 08a25e4 Compare August 3, 2018 13:27
@renovate renovate bot changed the title chore(deps): update storybook monorepo chore(deps): update storybook monorepo to v3.4.10 Aug 3, 2018
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 08a25e4 to 59a7910 Compare September 17, 2018 23:03
@renovate renovate bot changed the title chore(deps): update storybook monorepo to v3.4.10 chore(deps): update storybook monorepo Sep 17, 2018
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 59a7910 to 0f36b47 Compare September 17, 2018 23:08
@renovate renovate bot changed the title chore(deps): update storybook monorepo chore(deps): update storybook monorepo to v3.4.11 Sep 17, 2018
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 0f36b47 to 437b93c Compare March 24, 2019 12:53
@renovate renovate bot changed the title chore(deps): update storybook monorepo to v3.4.11 chore(deps): update storybook monorepo Mar 24, 2019
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 437b93c to 37f77aa Compare March 24, 2019 12:59
@renovate renovate bot changed the title chore(deps): update storybook monorepo chore(deps): update storybook monorepo to v3.4.12 Mar 24, 2019
@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.

2 participants