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

Update @storybook/react to the latest version 🚀 #117

Closed
wants to merge 1 commit into from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Jan 7, 2018

Version 3.3.4 of @storybook/react was just published.

Dependency @storybook/react
Current Version 3.3.2
Type devDependency

The version 3.3.4 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of @storybook/react.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes v3.3.4

2018-January-07

Bug Fixes

  • Fix config dir detection #2666
  • Removed lowercase-only restriction for knobs #2646
  • Add IE11 compatibility meta tag #2650
  • Allow transparency in color knob #2624
  • RN: Use haul/bin/cli.js for cross-platform support #2577
  • Publish package sources along with transpiled files #2604
  • Fixed all peerDependencies for apps. #2601
  • Renamed angular root node to avoid name collisions #2657
  • Add .ts compatibility to storyshots #2639
  • Remove @angular/core dep from knobs peer. #2640
  • Angular: Change template story files extension .ts #2594
  • Skip serializing (Synthetic)Events #2626

Maintenance

  • Separate stories in angular-cli example #2592

Dependency Upgrades

13 Upgrades
  • Upgraded @types/lodash in / from "4.14.91" to "4.14.92" #2659
  • Upgraded marksy in addons/info from "6.0.1" to "6.0.2" #2659
  • Upgraded css-loader in app/react from "0.28.7" to "0.28.8" #2659
  • Upgraded html-loader in app/react from "0.5.1" to "0.5.4" #2659
  • Upgraded uglifyjs-webpack-plugin in app/react from "1.1.5" to "1.1.6" #2659
  • Upgraded css-loader in app/angular from "0.28.7" to "0.28.8" #2659
  • Upgraded uglifyjs-webpack-plugin in app/angular from "1.1.5" to "1.1.6" #2659
  • Upgraded css-loader in app/react-native from "0.28.7" to "0.28.8" #2659
  • Upgraded uglifyjs-webpack-plugin in app/react-native from "1.1.5" to "1.1.6" #2659
  • Upgraded css-loader in app/vue from "0.28.7" to "0.28.8" #2659
  • Upgraded uglifyjs-webpack-plugin in app/vue from "1.1.5" to "1.1.6" #2659
  • Upgraded @types/node in examples/angular-cli from "6.0.95" to "6.0.96" #2659
  • Upgraded css-loader in examples/vue-kitchen-sink from "0.28.7" to "0.28.8" #2659
FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper bot added a commit that referenced this pull request Jan 8, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 8, 2018

Version 3.3.5 just got published.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jan 8, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 8, 2018

Version 3.3.6 just got published.

Update to this version instead 🚀

Release Notes v3.3.6

2018-January-08

Bug Fixes

  • Remove src/ from remaining .npmignores #2678

@openedx-webhooks
Copy link

Thanks for the pull request, @Greenkeeper[bot]! I've created OSPR-2059 to keep track of it in JIRA. JIRA is a place for product owners to prioritize feature reviews by the engineering development teams.

Feel free to add as much of the following information to the ticket:

  • supporting documentation
  • edx-code email threads
  • timeline information ("this must be merged by XX date", and why that is)
  • partner information ("this is a course on edx.org")
  • any other information that can help Product understand the context for the PR

All technical communication about the code itself will still be done via the GitHub pull request interface. As a reminder, our process documentation is here.

We can't start reviewing your pull request until you've submitted a signed contributor agreement or indicated your institutional affiliation. If you like, you can add yourself to the AUTHORS file for this repo, though that isn't required. Please see the CONTRIBUTING file for more information.

@openedx-webhooks openedx-webhooks added needs triage open-source-contribution PR author is not from Axim or 2U and removed greenkeeper labels Jan 10, 2018
@jaebradley jaebradley force-pushed the greenkeeper/@storybook/react-3.3.4 branch from 185c934 to ebdb172 Compare January 10, 2018 23:13
@jaebradley jaebradley self-assigned this Jan 10, 2018
@coveralls
Copy link

coveralls commented Jan 10, 2018

Coverage Status

Coverage remained the same at 99.563% when pulling ebdb172 on greenkeeper/@storybook/react-3.3.4 into a0e346b on master.

greenkeeper bot added a commit that referenced this pull request Jan 10, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 10, 2018

Version 3.3.7 just got published.

Update to this version instead 🚀

Release Notes v3.3.7

2018-January-10

Bug Fixes

  • Angular: add entry components to modulemetadata - #2701 #2702
  • Add html and markup loaders to angular and vue apps #2692

Maintenance

  • Extract tslint exclusions out of package.json scripts #2684
  • Add tslint to the linting pipe #2682

@jaebradley
Copy link
Contributor

jaebradley commented Jan 10, 2018

The reason that this package upgrade was resulting in failing builds is because of eslint issues associated with storybook#2602 and storybook#2627. They were both resolved by release 3.3.5. The reason this build was still failing is that the package.json was still referencing 3.3.4.

These eslint issues should be fixed after increasing the version to 3.3.6.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 10, 2018

Version 3.4.0-alpha.1 just got published.

Update to this version instead 🚀

Release Notes v3.4.0-alpha.1

2018-January-10

In addition to the changes listed here, also contains fixes from 3.3.5 and 3.3.6 and 3.3.7.

Features

  • Custom tsconfig.json for angular apps. #2669

Dependency Upgrades

105 Upgrades
  • Upgraded babel-eslint in / from "8.1.2" to "8.2.1" #2700
  • Upgraded eslint-plugin-jest in / from "21.5.0" to "21.6.1" #2700
  • Upgraded jest in / from "22.0.4" to "22.0.5" #2700
  • Upgraded jest-cli in / from "22.0.4" to "22.0.5" #2700
  • Upgraded jest-config in / from "22.0.4" to "22.0.5" #2700
  • Upgraded jest-diff in / from "22.0.3" to "22.0.5" #2700
  • Upgraded jest-environment-jsdom in / from "22.0.4" to "22.0.5" #2700
  • Upgraded jest-jasmine2 in / from "22.0.4" to "22.0.5" #2700
  • Upgraded lerna in / from "2.5.1" to "2.6.0" #2700
  • Upgraded nodemon in / from "1.14.9" to "1.14.10" #2700
  • Upgraded common-tags in app/react from "1.6.0" to "1.7.0" #2700
  • Upgraded nodemon in app/react from "1.14.9" to "1.14.10" #2700
  • Upgraded common-tags in app/angular from "1.6.0" to "1.7.0" #2700
  • Upgraded nodemon in app/angular from "1.14.9" to "1.14.10" #2700
  • Upgraded common-tags in app/vue from "1.6.0" to "1.7.0" #2700
  • Upgraded nodemon in app/vue from "1.14.9" to "1.14.10" #2700
  • Upgraded vue-loader in app/vue from "13.6.2" to "13.7.0" #2700
  • Upgraded jest in examples/cra-kitchen-sink from "22.0.4" to "22.0.5" #2700
  • Upgraded vue-loader in examples/vue-kitchen-sink from "13.6.2" to "13.7.0" #2700
  • Upgraded webpack-dev-server in examples/vue-kitchen-sink from "2.10.0" to "2.10.1" #2700
  • Upgraded marked in /docs from "0.3.7" to "0.3.12" #2699
  • Upgraded react-stack-grid in /docs from "0.7.0" to "0.7.1" #2699
  • Upgraded @storybook/addon-actions in /docs from "3.3.4" to "3.3.6" #2686
  • Upgraded @storybook/addon-links in /docs from "3.3.4" to "3.3.6" #2686
  • Upgraded @storybook/addons in /docs from "3.3.4" to "3.3.6" #2686
  • Upgraded @storybook/react in /docs from "3.3.4" to "3.3.6" #2686
  • Upgraded gatsby-link in /docs from "1.6.32" to "1.6.33" #2686
  • Upgraded gatsby in /docs from "1.9.149" to "1.9.150" #2686
  • Upgraded nodemon in / from "1.14.8" to "1.14.9" #2687
  • Upgraded markdown-loader in app/react from "2.0.1" to "2.0.2" #2687
  • Upgraded nodemon in app/react from "1.14.8" to "1.14.9" #2687
  • Upgraded nodemon in app/angular from "1.14.8" to "1.14.9" #2687
  • Upgraded react-native in app/react-native from "0.51.0" to "0.52.0" #2687
  • Upgraded nodemon in app/vue from "1.14.8" to "1.14.9" #2687
  • Upgraded @storybook/addon-actions in /docs from "3.3.3" to "3.3.4" #2674
  • Upgraded @storybook/addon-links in /docs from "3.3.3" to "3.3.4" #2674
  • Upgraded @storybook/addons in /docs from "3.3.3" to "3.3.4" #2674
  • Upgraded @storybook/react in /docs from "3.3.3" to "3.3.4" #2674
  • Update eslint in / from 4.14.0 to 4.15.0 #2673
  • Upgraded nodemon in / from "1.14.7" to "1.14.8" #2664
  • Upgraded marksy in addons/info from "6.0.2" to "6.0.3" #2664
  • Upgraded nodemon in app/react from "1.14.7" to "1.14.8" #2664
  • Upgraded nodemon in app/angular from "1.14.7" to "1.14.8" #2664
  • Upgraded nodemon in app/vue from "1.14.7" to "1.14.8" #2664
  • Upgraded webpack-dev-server in examples/vue-kitchen-sink from "2.9.7" to "2.10.0" #2664
  • Upgraded @types/lodash in / from "4.14.91" to "4.14.92" #2659
  • Upgraded marksy in addons/info from "6.0.1" to "6.0.2" #2659
  • Upgraded css-loader in app/react from "0.28.7" to "0.28.8" #2659
  • Upgraded html-loader in app/react from "0.5.1" to "0.5.4" #2659
  • Upgraded uglifyjs-webpack-plugin in app/react from "1.1.5" to "1.1.6" #2659
  • Upgraded css-loader in app/angular from "0.28.7" to "0.28.8" #2659
  • Upgraded uglifyjs-webpack-plugin in app/angular from "1.1.5" to "1.1.6" #2659
  • Upgraded css-loader in app/react-native from "0.28.7" to "0.28.8" #2659
  • Upgraded uglifyjs-webpack-plugin in app/react-native from "1.1.5" to "1.1.6" #2659
  • Upgraded css-loader in app/vue from "0.28.7" to "0.28.8" #2659
  • Upgraded uglifyjs-webpack-plugin in app/vue from "1.1.5" to "1.1.6" #2659
  • Upgraded @types/node in examples/angular-cli from "6.0.95" to "6.0.96" #2659
  • Upgraded css-loader in examples/vue-kitchen-sink from "0.28.7" to "0.28.8" #2659
  • Upgraded @angular/animations in examples/angular-cli from "5.1.2" to "5.1.3" #2648
  • Upgraded @angular/common in examples/angular-cli from "5.1.2" to "5.1.3" #2648
  • Upgraded @angular/compiler in examples/angular-cli from "5.1.2" to "5.1.3" #2648
  • Upgraded @angular/core in examples/angular-cli from "5.1.2" to "5.1.3" #2648
  • Upgraded @angular/forms in examples/angular-cli from "5.1.2" to "5.1.3" #2648
  • Upgraded @angular/http in examples/angular-cli from "5.1.2" to "5.1.3" #2648
  • Upgraded @angular/platform-browser in examples/angular-cli from "5.1.2" to "5.1.3" #2648
  • Upgraded @angular/platform-browser-dynamic in examples/angular-cli from "5.1.2" to "5.1.3" #2648
  • Upgraded @angular/router in examples/angular-cli from "5.1.2" to "5.1.3" #2648
  • Upgraded @angular/compiler-cli in examples/angular-cli from "5.1.2" to "5.1.3" #2648
  • Upgraded @angular/language-service in examples/angular-cli from "5.1.2" to "5.1.3" #2648
  • Upgraded postcss-loader in app/react from "2.0.9" to "2.0.10" #2637
  • Upgraded postcss-loader in app/angular from "2.0.9" to "2.0.10" #2637
  • Upgraded postcss-loader in app/react-native from "2.0.9" to "2.0.10" #2637
  • Upgraded postcss-loader in app/vue from "2.0.9" to "2.0.10" #2637
  • Update inquirer in / from 4.0.1 to 4.0.2 #2632
  • Upgraded danger in / from "2.1.8" to "2.1.10" #2618
  • Upgraded autoprefixer in app/react from "7.2.3" to "7.2.4" #2618
  • Upgraded autoprefixer in app/angular from "7.2.3" to "7.2.4" #2618
  • Upgraded autoprefixer in app/react-native from "7.2.3" to "7.2.4" #2618
  • Upgraded autoprefixer in app/vue from "7.2.3" to "7.2.4" #2618
  • Upgraded nodemon in / from "1.14.6" to "1.14.7" #2612
  • Upgraded nodemon in app/react from "1.14.6" to "1.14.7" #2612
  • Upgraded nodemon in app/angular from "1.14.6" to "1.14.7" #2612
  • Upgraded nodemon in app/vue from "1.14.6" to "1.14.7" #2612
  • Upgraded vue-loader in app/vue from "13.6.1" to "13.6.2" #2611
  • Upgraded vue-loader in examples/vue-kitchen-sink from "13.6.1" to "13.6.2" #2611
  • Upgraded nodemon in / from "1.14.5" to "1.14.6" #2609
  • Upgraded nodemon in app/react from "1.14.5" to "1.14.6" #2609
  • Upgraded nodemon in app/angular from "1.14.5" to "1.14.6" #2609
  • Upgraded nodemon in app/vue from "1.14.5" to "1.14.6" #2609
  • Upgraded enzyme in / from "3.2.0" to "3.3.0" #2608
  • Upgraded nodemon in / from "1.14.3" to "1.14.5" #2608
  • Upgraded graphiql in addons/graphql from "0.11.10" to "0.11.11" #2608
  • Upgraded enzyme in addons/links from "3.2.0" to "3.3.0" #2608
  • Upgraded nodemon in app/react from "1.14.3" to "1.14.5" #2608
  • Upgraded nodemon in app/angular from "1.14.3" to "1.14.5" #2608
  • Upgraded nodemon in app/vue from "1.14.3" to "1.14.5" #2608
  • Upgraded enzyme in examples/cra-kitchen-sink from "3.2.0" to "3.3.0" #2608
  • Upgraded enzyme in examples/official-storybook from "3.2.0" to "3.3.0" #2608
  • Update 2 dependencies from npm #2597
  • Upgraded @storybook/addon-actions in /docs from "3.3.1" to "3.3.3" #2598
  • Upgraded @storybook/addon-links in /docs from "3.3.1" to "3.3.3" #2598
  • Upgraded @storybook/addons in /docs from "3.3.1" to "3.3.3" #2598
  • Upgraded @storybook/react in /docs from "3.3.1" to "3.3.3" #2598
  • Upgraded danger in / from "2.1.6" to "2.1.8" #2599
  • Upgraded axe-core in addons/a11y from "2.6.0" to "2.6.1" #2599

chore(package): update version

chore(package): update version
@jaebradley jaebradley force-pushed the greenkeeper/@storybook/react-3.3.4 branch from ebdb172 to 0ea4983 Compare January 10, 2018 23:32
@jaebradley
Copy link
Contributor

Ok, updated this to 3.3.7. Do we want to go to 3.4.0-alpha.1?

I swear, if another version of @storybook/react gets published before I merge this PR...

@coveralls
Copy link

coveralls commented Jan 10, 2018

Coverage Status

Coverage remained the same at 99.563% when pulling ebdb172 on greenkeeper/@storybook/react-3.3.4 into a0e346b on master.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 13, 2018

Version 3.3.9 just got published.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jan 19, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 19, 2018

Version 3.3.10 just got published.

Update to this version instead 🚀

Release Notes v3.3.10

2018-January-19

Bug Fixes

  • Addon-backgrounds: remove redundant scrollbars #2744
  • Addon-info: add keys for separator spans in OneOfType #2743

jaebradley pushed a commit that referenced this pull request Jan 22, 2018
Closes #117

build(storybook): update react

build(storybook): update all storybook dependencies
@jaebradley jaebradley deleted the greenkeeper/@storybook/react-3.3.4 branch January 25, 2018 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants