GrabarzUndPartner / gp-vue-boilerplate

Grabarz & Partner Boilerplate is a professional front-end template for building fast, robust, and adaptable web apps or sites with vuejs.
https://grabarzundpartner.de
MIT License
127 stars 23 forks source link

An in-range update of storybook is breaking the build 🚨 #357

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 4 years ago

There have been updates to the storybook monorepo:

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

This monorepo update includes releases of one or more dependencies which all belong to the storybook group definition.

storybook is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details - ❌ **continuous-integration/travis-ci/push:** The Travis CI build could not complete due to an error ([Details](https://travis-ci.org/GrabarzUndPartner/gp-vue-boilerplate/builds/645529536?utm_source=github_status&utm_medium=notification)). - ✅ **continuous-integration/appveyor/branch:** AppVeyor build succeeded ([Details](https://ci.appveyor.com/project/StephanGerbeth/gp-vue-boilerplate/builds/30539878)).

Release Notes for v5.3.10

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)
Commits

The new version differs by 22 commits.

  • 589bec8 v5.3.10
  • d540933 Update peer dependencies to 5.3.10
  • 55e5f2d 5.3.10 changelog
  • 2737f70 Merge pull request #9652 from storybookjs/fix/9462-sass-loading
  • 07c06f2 Update yarn.lock
  • 583e267 MIGRATE ember to new "import { hbs } from 'ember-cli-htmlbars'" (#9633)
  • bef630a Fix jsconfig support with CRA (#9324)
  • bce8aa4 Fix default value for web components prop table docs (#9655)
  • 29ab2db fix(webcomponents): make types play nicely with lit-element (#9557)
  • 2db6886 Merge pull request #9665 from storybookjs/fix/styled-form-fields
  • ac4b688 Netlify for examples again (#9585)
  • 7dbd7f1 Merge pull request #9612 from storybookjs/shilman/remove-docs-from-publish
  • 21b3dee fix(addon-storyshots): Remove excess slashes from jest transfor… (#9616)
  • 57d4958 Add Paddings addon to addon gallery (#9647)
  • 205e54a documentation fix #9498 - theming + addon-docs incompatible (#9661)

There are 22 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to these versions 🚀

Release Notes for v5.3.10

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)
Commits

The new version differs by commits.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to these versions 🚀

Commits

The new version differs by 17 commits.

  • 71b9291 v5.3.11
  • 8e21554 Update peer dependencies to 5.3.11
  • fad53cd 5.3.11 changelog
  • 83f6c44 Svelte: Fix Svelte 3 slots for decorators (#9724)
  • 41459c1 Correct the file path for the Button story (#9325)
  • c41f520 Cra-ts-kitchen-sink: Fix stories glob pattern (#9706)
  • 2c85dda Angular: Emit decorator metadata by default (#9701)
  • 6952bbf CHANGE example urls to netlify urls (#9653)
  • 7031233 Add docs re storyshots "disable" parameter (#9717)
  • 8b28913 Merge pull request #9716 from sakito21/fix/docs-configurations-typescript-config
  • e1677f0 Merge branch 'master' of github.com:storybookjs/storybook
  • a2a6c13 6.0.0-alpha.4 next.json version file
  • d4e305f Fix @storybook/addon-storyshots not being able to read config f… (#9577)
  • 1caf36d fix docs awesome-typescript-loader to ts-loader
  • 39a0a06 5.3.10 latest.json version file

There are 17 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to these versions 🚀

Release Notes for v5.3.12

Bug Fixes

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

The new version differs by 23 commits.

  • 55b76e2 v5.3.12
  • 0465c91 Update peer dependencies to 5.3.12
  • cb50a3d 5.3.12 changelog
  • e990c30 Merge pull request #9753 from storybookjs/9749-fix-dev-server
  • e887ad3 5.3.11 latest.json version file
  • 59e7361 Update version.ts to 5.3.11
  • 71b9291 v5.3.11
  • 8e21554 Update peer dependencies to 5.3.11
  • fad53cd 5.3.11 changelog
  • 83f6c44 Svelte: Fix Svelte 3 slots for decorators (#9724)
  • 41459c1 Correct the file path for the Button story (#9325)
  • c41f520 Cra-ts-kitchen-sink: Fix stories glob pattern (#9706)
  • 2c85dda Angular: Emit decorator metadata by default (#9701)
  • 6952bbf CHANGE example urls to netlify urls (#9653)
  • 7031233 Add docs re storyshots "disable" parameter (#9717)

There are 23 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to these versions 🚀

Release Notes for v5.3.13

Bug Fixes

  • React: Remove MiniCssExtractPlugin for CRA (#9759)

Maintenance

  • Build: Fix DLL generation race condition (#9770)
Commits

The new version differs by 52 commits.

  • d840df0 v5.3.13
  • b99e956 Update peer dependencies to 5.3.13
  • b66ebb8 5.3.13 changelog
  • 1a79ec4 Merge pull request #9770 from storybookjs/fix/dll-generation
  • 4c525e1 Merge pull request #9708 from yeseouler/next
  • 0807b20 Merge branch 'master' of github.com:storybookjs/storybook
  • 612db01 6.0.0-alpha.10 next.json version file
  • 88347bd Merge pull request #9804 from danawoodman/patch-3
  • 7d4f22f Merge pull request #9806 from DerZyklop/patch-3
  • 14f075d Update README.md
  • 369597d Remove duplicate "AntDesign" section
  • cee8635 6.0.0-alpha.9 next.json version file
  • 9b67ebd Merge branch 'master' of github.com:storybookjs/storybook
  • dba353b 6.0.0-alpha.7 next.json version file
  • 0959818 Merge pull request #9783 from seantcoyote/patch-3

There are 52 commits in total.

See the full diff