Skip to content
This repository was archived by the owner on Jan 22, 2019. It is now read-only.

chore(deps): update storybook monorepo to v4.0.2 #306

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 1, 2018

This PR contains the following updates:

Package Type Update New value References Sourcegraph
@​storybook/addon-actions devDependencies patch 4.0.2 source code search for "@storybook/addon-actions"
@​storybook/addon-links devDependencies patch 4.0.2 source code search for "@storybook/addon-links"
@​storybook/addons devDependencies patch 4.0.2 source code search for "@storybook/addons"
@​storybook/react devDependencies patch 4.0.2 source code search for "@storybook/react"

Release Notes

storybooks/storybook

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:

  • Build tools
  • View layers
  • Mobile
    • Mobile device view: toggling stories panel with ☰ button #​3337
    • React Native: Remove the packager from storybook #​4261
    • React-Native: On-device addons #​4381
    • React-Native: On-device addons for notes, knobs, backgrounds #​4327
  • UI
  • Core
    • Story parameters #​2679
    • Generic addon decorators #​3555
    • Support css-modules #​4405
    • start-storybook: open browser tab on first compilation #​4149
    • start-storybook: suggest an alternative when the port is occupied #​4146
    • CLI-less Node api #​4344
    • Rename CLI to sb #​4345

There are hundreds of more fixes, features, and tweaks in the 4.0 release. See changelogs for 4.0.0-rc.* and 4.0.0-alpha.* for details; check out our migration guide for a walkthrough of how to upgrade or the
migration docs for an enumeration of breaking changes.

v4.0.0-rc.6

Compare Source

2018-October-25

Dependency Upgrades
  • Upgrade react-komposer to 2.0.5 #​4547

v4.0.0-rc.5

Compare Source

2018-October-25

Maintenance
  • Fix issue with sb init on the Vue CLI #​4535

v4.0.0-rc.4

Compare Source

2018-October-25

Features
  • Ember: update to not require any manual setup #​4544
Bug Fixes
  • React: add mini-css-extract-plugin to app/react dependencies #​4534
Maintenance
  • Add angular@7 cli tests #​4524
  • Fix the node-logger version in app/react #​4539
Dependency Upgrades
  • Bump danger from 4.4.8 to 6.0.2 #​4538
  • Bump react-test-renderer from 16.5.2 to 16.6.0 #​4536
  • Bump fuse.js from 3.2.1 to 3.3.0 #​4537
  • Bump riot from 3.12.0 to 3.13.0 #​4511

v4.0.0-rc.3

Compare Source

2018-October-23

Bug Fixes
  • Fix knobs select to support rich values #​4522
  • Turn off spell check in story filter #​4472-
Maintenance
  • ADD timeout to update check #​4530
  • REMOVE emotion from demo components to make backwards compatibility easier && ADD demo components to official example #​4527
  • Exclude story files from angular app build #​4485

v4.0.0-rc.2

Compare Source

2018-October-22

Features
Bug Fixes
  • Addon-Jest: undefined file extension #​4452
Maintenance
  • Override babelrc for the node related code #​4451
  • Use cross-env in official example #​4474
Dependency Upgrades
  • Bump copy-webpack-plugin from 4.5.3 to 4.5.4 #​4492
  • Bump jest-image-snapshot from 2.5.0 to 2.6.0 #​4494
  • Bump webpack from 4.20.2 to 4.21.0 #​4477

v4.0.0-rc.1

Compare Source

2018-October-18

Bug Fixes
  • Angular: expose webpackFinal extension #​4431
  • Addon-Knobs: fix ints as values #​4465
Maintenance
  • Add Angular 6 fixture to the sb-cli tests #​4464
Dependency Upgrades

v4.0.0-rc.0

Compare Source

2018-October-15

Features
Bug Fixes
  • Improve environment var loading #​4413
Maintenance
  • Skip preflight check when starting cra kitchen sink #​4408
  • Change crna-kitchen-sink path and Some CI maintenance #​4409
  • Create ember entry point to official storybook #​4426
Dependency Upgrades
  • Bump ember-cli from 3.4.3 to 3.5.0 #​4429
  • Bump react-native-modal-selector from 0.0.27 to 0.0.29 #​4428
  • Bump ember-cli-inject-live-reload from 1.8.2 to 1.10.1 #​4423
  • Bump html-webpack-plugin from 4.0.0-beta.1 to 4.0.0-beta.2 #​4421
  • Bump react-scripts from 2.0.4 to 2.0.5 #​4420
  • Bump autoprefixer from 9.1.5 to 9.2.0 #​4417
  • Bump redux from 4.0.0 to 4.0.1 #​4419
  • Bump ts-loader from 5.2.1 to 5.2.2 #​4418
  • Bump eslint-plugin-jest from 21.24.1 to 21.25.0 #​4424
  • Bump lazy-universal-dotenv from 1.9.1 to 2.0.0 #​4422

v4.0.0-alpha.25

Compare Source

2018-October-13

Breaking Changes
  • CLI: Rename CLI to sb #​4345
  • React Native: Remove the packager from storybook #​4261
  • React-Native: On-device addons #​4381
Features
  • Storybook version update check #​4334
  • CLI: specify project type interactively or as option #​4184
  • Addon-Jest: expand supported file types #​3983
  • CLI-less Node api #​4344
  • React-Native: Updated channel to support async option #​4326
  • React-Native: On-device addons for notes, knobs, backgrounds #​4327
  • Angular: Add support for "baseUrl" and "paths" from angular-cli #​4162
  • Angular: Added basePath support #​4323
  • Vue: support string-only component #​4285
  • Storyshots: Add snapshot serializer option #​4283
  • Storyshots: Support story-specific options as function #​4282
Bug Fixes
  • React-native: Remove deprecated attempt to load default addons #​4308
  • Fix panel layouts #​4304
  • [logging] better error logging for when opn fails to opn #​4348
  • Fix iPhone viewport dimensions #​4293
  • Fix Array.js value to string #​4336
  • Fixes to cli ember support #​4318
  • Update addon-jest to new propType #​4252
Maintenance
Dependency Upgrades

v4.0.0-alpha.24

Compare Source

2018-October-04

Features
  • Storybook for Ember #​4237
  • Riot: support the tagConstructor option #​4258
  • Presets: Add "addons" and "config" to preset extensions #​4240
Bug Fixes
  • Webpack: Fix broken SVGs #​4260
  • Babel/minify: use builtIns: false #​4262
  • Addon-Notes: Fix how markdownOptions are passed to marked #​4242
  • Addon-Knobs: Fix broken colorpicker #​4222

v4.0.0-alpha.23

Compare Source

2018-September-25

Features
  • Angular build time optimization #​4118
  • Pass Jest done callback to testMethod #​3853
Bug Fixes
  • Fix getstorybook CLI #​4213
  • FIX regression devtool, in case of cross domain parent, window.parent might throw #​4199
Dependency Upgrades

v4.0.0-alpha.22

Compare Source

2018-September-19

Features
  • Storyshots: story params support #​4176
  • Addon-options: story params support #​3965
  • Presets - API generalization #​4173
  • start-storybook: open browser tab on first compilation #​4149
  • start-storybook: suggest an alternative when the port is occupied #​4146
  • Merge webpack optimisation configs #​4121
Bug Fixes
  • Angular cli - fix prebuild #​4187
  • Presets - add babelDefault extension #​4155
  • CHANGE index.html.ejs to use files over chunks && UPGRADE generate-page-webpack-plugin #​4134
  • Allow replacing of stories (with warning rather than error) #​4061
Maintenance
Dependency Upgrades
  • [core]: widen airbnb-js-shims dep range #​4189
  • Updating react-split-pane to version 0.1.84 #​4153
  • Riot tag loader missing in cli #​4122

Renovate configuration

📅 Schedule: "on the 1st through 7th day of the month" in timezone America/Los_Angeles.

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

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

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


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

@renovate renovate bot requested a review from ijsnow as a code owner November 1, 2018 10:19
@felixfbecker felixfbecker assigned ijsnow and unassigned felixfbecker Nov 1, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants