hpi-schul-cloud/nuxt-client

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

greenkeeper opened this issue · 17 comments

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
  • lint (windows-latest): There are 2 failures, 0 warnings, and 0 notices.
  • lint (macos-latest): There are 2 failures, 0 warnings, and 0 notices.
  • lint (ubuntu-latest): There are 1 failures, 0 warnings, and 0 notices.
  • test-unit (windows-latest): There are 1 failures, 0 warnings, and 0 notices.
  • test-unit (macos-latest): There are 2 failures, 0 warnings, and 0 notices.
  • test-unit (ubuntu-latest): There are 2 failures, 0 warnings, and 0 notices.
  • npm audit: There are 1 failures, 0 warnings, and 0 notices.
  • test-screenshot: There are 3 failures, 0 warnings, and 0 notices.
  • Travis CI - Branch: The build errored.

Release Notes for v5.3.9

Bug Fixes

  • Addon-docs: Revert breaking source indentation fix (#9609)
Commits

The new version differs by 12 commits.

  • 94aca9f v5.3.9
  • d764dd6 Update peer dependencies to 5.3.9
  • 5c7d9ab Update Custom Body Documentation (#9613)
  • d7999ee derp, rem and em aren't plural
  • 6fdda8c Add documentation for changing base font-size
  • 4c6531d Remove duplicate text (#9597)
  • 48fc6c0 Addon-docs: Revert breaking source indentation fix (#9609)
  • e98d92c Revert breaking source change
  • 7961bba Added missing = in angular guide (#9601)
  • 63ab6de Added missing = in angular guide
  • 9aec650 5.3.8 latest.json version file
  • b4ae66a Update version.ts to 5.3.8

See the full diff

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 🌴

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Release Notes for v5.3.11

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

The new version differs by 39 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 39 commits in total.

See the full diff