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 17 dependencies from npm #3477

Merged
merged 20 commits into from
Apr 26, 2018

Conversation

dependencies[bot]
Copy link

@dependencies dependencies bot commented Apr 23, 2018

Overview

The following dependencies have been updated:

  • codelyzer in / from "4.2.1" to "4.3.0"
  • eslint-plugin-jest in / from "21.15.0" to "21.15.1"
  • tslint-config-prettier in / from "1.10.0" to "1.12.0"
  • typescript in / from "2.8.1" to "2.8.3"
  • glamorous in addons/actions from "4.12.3" to "4.12.4"
  • glamorous in lib/components from "4.12.3" to "4.12.4"
  • glamorous in addons/a11y from "4.12.3" to "4.12.4"
  • glamorous in addons/info from "4.12.3" to "4.12.4"
  • glamorous in addons/jest from "4.12.3" to "4.12.4"
  • style-loader in lib/core from "0.20.3" to "0.21.0"
  • glamorous in app/react from "4.12.3" to "4.12.4"
  • react-modal in lib/ui from "3.4.1" to "3.4.2"
  • url-parse in app/react-native from "1.3.0" to "1.4.0"
  • @types/node in examples/angular-cli from "9.6.5" to "9.6.6"
  • karma in examples/angular-cli from "2.0.0" to "2.0.2"
  • typescript in examples/angular-cli from "2.8.1" to "2.8.3"
  • react-chromatic in examples/official-storybook from "0.8.1" to "0.8.2"

Details

Dependencies.io has updated codelyzer (a npm dependency in /) from "4.2.1" to "4.3.0".

4.3.0

New Rules

  • max-inline-declarations which limits the size of inline templates and/or styles. Credits to NagRock #536 174ed46.
  • prefer-output-readonly requires the @Outputs of a component to be readonly. Credits to rafaelss95 #515 3d652d1.
  • no-conflicting-life-cycle-hooks prevents to implement OnChanges and DoCheck on the same class. Credits to rafaelss95 #560 e521115.
  • enforce-component-selector Component Selector Required #551 b9c899b. Credits to wKoza.
  • no-life-cycle-call disallow explicit calls to lifecycle hooks. Credits to rafaelss95 #427 3e10013

Bug Fixes

  • Possible bug with no-input-rename #374 f3a53bd.
  • Removed dependency on @angular/platform-browser-dynamic #525 671e954.
  • Rule contextual-life-cycle too aggressively scoped #545 dcb4b3e.
  • no-output-named-after-standard-event Does Not Check Output Rename #537 96d9292.
  • Template Conditional Complexity reports incorrect threshold #533 5851306.

A lot of credits go to rafaelss95, wKoza. The rest of the amazing people who work on codelyzer can be found here.


Dependencies.io has updated eslint-plugin-jest (a npm dependency in /) from "21.15.0" to "21.15.1".

21.15.1

21.15.1 (2018-04-19)

Bug Fixes

  • rules: improve no-identical-title error message (#108) (8213ada)

Dependencies.io has updated tslint-config-prettier (a npm dependency in /) from "1.10.0" to "1.12.0".

1.12.0

1.12.0 (2018-04-19)

Features

  • checker: Do not output anything if there are no conflicting rules (#134) (ae07ea7)
1.11.0

1.11.0 (2018-04-19)

Features

  • checker: add ability to check multiple files at once (#127) (e3e8012)

Reverts

  • "Merge pull request #119 from alexjoverm/greenkeeper/semantic-release-15.1.2" (#136) (963e690)

Dependencies.io has updated typescript (a npm dependency in /) from "2.8.1" to "2.8.3".

2.8.3

This release include a set of bug fixes reported against TypeScript 2.8.1. For the complete list of fixed issues, check out the fixed issues query for TypeScript 2.8.3.

Download:


Dependencies.io has updated glamorous (a npm dependency in addons/actions) from "4.12.3" to "4.12.4".

4.12.4

4.12.4 (2018-04-18)

Bug Fixes

  • video: forward the playsInline prop (0e7b984), closes #412

Dependencies.io has updated glamorous (a npm dependency in lib/components) from "4.12.3" to "4.12.4".

4.12.4

4.12.4 (2018-04-18)

Bug Fixes

  • video: forward the playsInline prop (0e7b984), closes #412

Dependencies.io has updated glamorous (a npm dependency in addons/a11y) from "4.12.3" to "4.12.4".

4.12.4

4.12.4 (2018-04-18)

Bug Fixes

  • video: forward the playsInline prop (0e7b984), closes #412

Dependencies.io has updated glamorous (a npm dependency in addons/info) from "4.12.3" to "4.12.4".

4.12.4

4.12.4 (2018-04-18)

Bug Fixes

  • video: forward the playsInline prop (0e7b984), closes #412

Dependencies.io has updated glamorous (a npm dependency in addons/jest) from "4.12.3" to "4.12.4".

4.12.4

4.12.4 (2018-04-18)

Bug Fixes

  • video: forward the playsInline prop (0e7b984), closes #412

Dependencies.io has updated style-loader (a npm dependency in lib/core) from "0.20.3" to "0.21.0".

0.21.0

0.21.0 (2018-04-18)

Features


Dependencies.io has updated glamorous (a npm dependency in app/react) from "4.12.3" to "4.12.4".

4.12.4

4.12.4 (2018-04-18)

Bug Fixes

  • video: forward the playsInline prop (0e7b984), closes #412

Dependencies.io has updated react-modal (a npm dependency in lib/ui) from "3.4.1" to "3.4.2".

3.4.2
  • 529ca33 Add testId prop for use as a test hook
  • e294dc7 [added] Add module field to package json
  • d8fe0dd Added default prop for defaultStyles property

Dependencies.io has updated url-parse (a npm dependency in app/react-native) from "1.3.0" to "1.4.0".

1.4.0

No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.


Dependencies.io has updated @types/node (a npm dependency in examples/angular-cli) from "9.6.5" to "9.6.6".

9.6.6

No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.


Dependencies.io has updated karma (a npm dependency in examples/angular-cli) from "2.0.0" to "2.0.2".

2.0.2

No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.


Dependencies.io has updated typescript (a npm dependency in examples/angular-cli) from "2.8.1" to "2.8.3".

2.8.3

This release include a set of bug fixes reported against TypeScript 2.8.1. For the complete list of fixed issues, check out the fixed issues query for TypeScript 2.8.3.

Download:


Dependencies.io has updated react-chromatic (a npm dependency in examples/official-storybook) from "0.8.1" to "0.8.2".

0.8.2

No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.

@Hypnosphi
Copy link
Member

Hypnosphi commented Apr 23, 2018

@tmeasday any idea what this error is?

[ { locations: [ [Object] ],
[16:58:43][Step 2/2] message: 'Variable "$input" got invalid value {"autoAcceptChanges":false,"baselineCommits":["fd12550d32596f45b74a020fb6afa6ede58400ac"],"commit":"3dc136a0291bd4fedfc9de7e205025434adf7d74","committedAt":1524502047000,"committerEmail":"bot@dependencies.io","committerName":"Dependencies.io Bot","fromCI":false,"isTravisPrBuild":false,"packageVersion":"0.8.2","runtimeSpecs":[{"component":{"displayName":"AddonPanel","name":"ui/AddonPanel"},"input":"{\"kind\":\"ui/AddonPanel\",\"name\":\"default\"}","name":"default","runtime":"storybook"},{"component":{"displayName":"AddonPanel","name":"ui/AddonPanel"},"input":"{\"kind\":\"ui/AddonPanel\",\"name\":\"no panels\"}","name":"no panels","runtime":"storybook"},{"component":{"displayName":"Header","name":"ui/stories/Header"},"input":"{\"kind\":\"ui/stories/Header\",\"name\":\"simple\"}","name":"simple","runtime":"storybook"},{"component":{"displayName":"Header","name":"ui/stories/Header"},"input":"{\"kind\":\"ui/stories/Header\",\"name\":\"mobile-view\"}","name":"mobile-view","runtime":"storybook"},{"component":{"displayName":"Layout","name":"ui/Layout"},"input":"{\"kind\":\"ui/Layout\",\"name\":\"default\"}","name":"default","runtime":"storybook"},{"component":{"displayName":"Layout","name":"ui/Layout"},"input":"{\"kind\":\"ui/Layout\",\"name\":\"full screen\"}","name":"full screen","runtime":"storybook"},{"component":{"displayName":"Layout","name":"ui/Layout"},"input":"{\"kind\":\"ui/Layout\",\"name\":\"no stories panel\"}","name":"no stories panel","runtime":"storybook"},{"component":{"displayName":"Layout","name":"ui/Layout"},"input":"{\"kind\":\"ui/Layout\",\"name\":\"no addon panel\"}","name":"no addon panel","runtime":"storybook"},{"component":{"displayName":"Layout","name":"ui/Layout"},"input":"{\"kind\":\"ui/Layout\",\"name\":\"addon panel in right\"}","name":"addon panel in right","runtime":"storybook"},{"component":{"displayName":"MenuItem","name":"ui/MenuItem"},"input":"{\"kind\":\"ui/MenuItem\",\"name\":\"default\"}","name":"default","runtime":"storybook"},{"component":{"displayName":"SearchBox","name":"ui/SearchBox"},"input":"{\"kind\":\"ui/SearchBox\",\"name\":\"default\"}","name":"default","runtime":"storybook"},{"component":{"displayName":"SearchBox","name":"ui/SearchBox"},"input":"{\"kind\":\"ui/SearchBox\",\"name\":\"with stories\"}","name":"with stories","runtime":"storybook"},{"component":{"displayName":"StoriesPanel","name":"ui/stories/StoriesPanel"},"input":"{\"kind\":\"ui/stories/StoriesPanel\",\"name\":\"default\"}","name":"default","runtime":"storybook"},{"component":{"displayName":"StoriesPanel","name":"ui/stories/StoriesPanel"},"input":"{\"kind\":\"ui/stories/StoriesPanel\",\"name\":\"with storiesHierarchies prop\"}","name":"with storiesHierarchies prop","runtime":"storybook"},{"component":{"displayName":"StoriesPanel","name":"ui/stories/StoriesPanel"},"input":"{\"kind\":\"ui/stories/StoriesPanel\",\"name\":\"storiesHierarchies exists but is empty\"}","name":"storiesHierarchies exists but is empty","runtime":"storybook"},{"component":{"displayName":"StoriesPanel","name":"ui/stories/StoriesPanel"},"input":"{\"kind\":\"ui/stories/StoriesPanel\",\"name\":\"when open on mobile device\"}","name":"when open on mobile device","runtime":"storybook"},{"component":{"displayName":"Stories","name":"ui/stories/Stories"},"input":"{\"kind\":\"ui/stories/Stories\",\"name\":\"empty\"}","name":"empty","runtime":"storybook"},{"component":{"displayName":"Stories","name":"ui/stories/Stories"},"input":"{\"kind\":\"ui/stories/Stories\",\"name\":\"simple\"}","name":"simple","runtime":"storybook"},{"component":{"displayName":"Stories","name":"ui/stories/Stories"},"input":"{\"kind\":\"ui/stories/Stories\",\"name\":\"with hierarchy - hierarchySeparator is defined\"}","name":"with hierarchy - hierarchySeparator is defined","runtime":"storybook"},{"component":{"displayName":"Stories","name":"ui/stories/Stories"},"input":"{\"kind\":\"ui/stories/Stories\",\"name\":\"without hierarchy - hierarchySeparator is defined\"}","name":"without hierarchy - hierarchySeparator is defined","runtime":"storybook"},{"component":{"displayName":"Stories","name":"ui/stories/Stories"},"input":"{\"kind\":\"ui/stories/Stories\",\"name\":\"with highlighting when storiesFilter is provided\"}","name":"with highlighting when storiesFilter is provided","runtime":"storybook"},{"component":{"displayName":"TextFilter","name":"ui/stories/TextFilter"},"input":"{\"kind\":\"ui/stories/TextFilter\",\"name\":\"without filterText\"}","name":"without filterText","runtime":"storybook"},{"component":{"displayName":"TextFilter","name":"ui/stories/TextFilter"},"input":"{\"kind\":\"ui/stories/TextFilter\",\"name\":\"with filterText\"}","name":"with filterText","runtime":"storybook"},{"component":{"displayName":"Button","name":"Components|Form/Button"},"input":"{\"kind\":\"Components|Form/Button\",\"name\":\"with onclick\"}","name":"with onclick","runtime":"storybook"},{"component":{"displayName":"MenuLink","name":"Components|Navigation/MenuLink"},"input":"{\"kind\":\"Components|Navigation/MenuLink\",\"name\":\"default\"}","name":"default","runtime":"storybook"},{"component":{"displayName":"MenuLink","name":"Components|Navigation/MenuLink"},"input":"{\"kind\":\"Components|Navigation/MenuLink\",\"name\":\"active\"}","name":"active","runtime":"storybook"},{"component":{"displayName":"MenuLink","name":"Components|Navigation/MenuLink"},"input":"{\"kind\":\"Components|Navigation/MenuLink\",\"name\":\"with knobs\"}","name":"with knobs","runtime":"storybook"},{"component":{"displayName":"RoutedLink","name":"Components|Navigation/RoutedLink"},"input":"{\"kind\":\"Components|Navigation/RoutedLink\",\"name\":\"w/ onClick\"}","name":"w/ onClick","runtime":"storybook"},{"component":{"displayName":"RoutedLink","name":"Components|Navigation/RoutedLink"},"input":"{\"kind\":\"Components|Navigation/RoutedLink\",\"name\":\"w/ href\"}","name":"w/ href","runtime":"storybook"},{"component":{"displayName":"Addons|a11y","name":"Addons|a11y"},"input":"{\"kind\":\"Addons|a11y\",\"name\":\"Default\"}","name":"Default","runtime":"storybook"},{"component":{"displayName":"Addons|a11y","name":"Addons|a11y"},"input":"{\"kind\":\"Addons|a11y\",\"name\":\"Label\"}","name":"Label","runtime":"storybook"},{"component":{"displayName":"Addons|a11y","name":"Addons|a11y"},"input":"{\"kind\":\"Addons|a11y\",\"name\":\"Disabled\"}","name":"Disabled","runtime":"storybook"},{"component":{"displayName":"Addons|a11y","name":"Addons|a11y"},"input":"{\"kind\":\"Addons|a11y\",\"name\":\"Invalid contrast\"}","name":"Invalid contrast","runtime":"storybook"},{"component":{"displayName":"Addons|a11y","name":"Addons|a11y"},"input":"{\"kind\":\"Addons|a11y\",\"name\":\"delayed render\"}","name":"delayed render","runtime":"storybook"},{"component":{"displayName":"Button","name":"Addons|a11y/Button"},"input":"{\"kind\":\"Addons|a11y/Button\",\"name\":\"Default\"}","name":"Default","runtime":"storybook"},{"component":{"displayName":"Button","name":"Addons|a11y/Button"},"input":"{\"kind\":\"Addons|a11y/Button\",\"name\":\"Content\"}","name":"Content","runtime":"storybook"},{"component":{"displayName":"Button","name":"Addons|a11y/Button"},"input":"{\"kind\":\"Addons|a11y/Button\",\"name\":\"Label\"}","name":"Label","runtime":"storybook"},{"component":{"displayName":"Button","name":"Addons|a11y/Button"},"input":"{\"kind\":\"Addons|a11y/Button\",\"name\":\"Disabled\"}","name":"Disabled","runtime":"storybook"},{"component":{"displayName":"Button","name":"Addons|a11y/Button"},"input":"{\"kind\":\"Addons|a11y/Button\",\"name\":\"Invalid contrast\"}","name":"Invalid contrast","runtime":"storybook"},{"component":{"displayName":"Form","name":"Addons|a11y/Form"},"input":"{\"kind\":\"Addons|a11y/Form\",\"name\":\"Without Label\"}","name":"Without Label","runtime":"storybook"},{"component":{"displayName":"Form","name":"Addons|a11y/Form"},"input":"{\"kind\":\"Addons|a11y/Form\",\"name\":\"With label\"}","name":"With label","runtime":"storybook"},{"component":{"displayName":"Form","name":"Addons|a11y/Form"},"input":"{\"kind\":\"Addons|a11y/Form\",\"name\":\"With placeholder\"}","name":"With placeholder","runtime":"storybook"},{"component":{"displayName":"Image","name":"Addons|a11y/Image"},"input":"{\"kind\":\"Addons|a11y/Image\",\"name\":\"Without alt\"}","name":"Without alt","runtime":"storybook"},{"component":{"displayName":"Image","name":"Addons|a11y/Image"},"input":"{\"kind\":\"Addons|a11y/Image\",\"name\":\"With alt\"}","name":"With alt","runtime":"storybook"},{"component":{"displayName":"Image","name":"Addons|a11y/Image"},"input":"{\"kind\":\"Addons|a11y/Image\",\"name\":\"Presentation\"}","name":"Presentation","runtime":"storybook"},{"component":{"displayName":"Typography","name":"Addons|a11y/Typography"},"input":"{\"kind\":\"Addons|a11y/Typography\",\"name\":\"Correct\"}","name":"Correct","runtime":"storybook"},{"component":{"displayName":"Typography","name":"Addons|a11y/Typography"},"input":"{\"kind\":\"Addons|a11y/Typography\",\"name\":\"Empty Heading\"}","name":"Empty Heading","runtime":"storybook"},{"component":{"displayName":"Typography","name":"Addons|a11y/Typography"},"input":"{\"kind\":\"Addons|a11y/Typography\",\"name\":\"Empty Paragraph\"}","name":"Empty Paragraph","runtime":"storybook"},{"component":{"displayName":"Typography","name":"Addons|a11y/Typography"},"input":"{\"kind\":\"Addons|a11y/Typography\",\"name\":\"Empty Link\"}","name":"Empty Link","runtime":"storybook"},{"component":{"displayName":"Typography","name":"Addons|a11y/Typography"},"input":"{\"kind\":\"Addons|a11y/Typography\",\"name\":\"Link without href\"}","name":"Link without href","runtime":"storybook"},{"component":{"displayName":"Addons|Actions","name":"Addons|Actions"},"input":"{\"kind\":\"Addons|Actions\",\"name\":\"Hello World\"}","name":"Hello World","runtime":"storybook"},{"component":{"displayName":"Addons|Actions","name":"Addons|Actions"},"input":"{\"kind\":\"Addons|Actions\",\"name\":\"Decorated Action\"}","name":"Decorated Action","runtime":"storybook"},{"component":{"displayName":"Addons|Actions","name":"Addons|Actions"},"input":"{\"kind\":\"Addons|Actions\",\"name\":\"Circular Payload\"}","name":"Circular Payload","runtime":"storybook"},{"component":{"displayName":"Addons|Actions","name":"Addons|Actions"},"input":"{\"kind\":\"Addons|Actions\",\"name\":\"Function Name\"}","name":"Function Name","runtime":"storybook"},{"component":{"displayName":"Addons|Actions","name":"Addons|Actions"},"input":"{\"kind\":\"Addons|Actions\",\"name\":\"Reserved keyword as name\"}","name":"Reserved keyword as name","runtime":"storybook"},{"component":{"displayName":"Addons|Actions","name":"Addons|Actions"},"input":"{\"kind\":\"Addons|Actions\",\"name\":\"All types\"}","name":"All types","runtime":"storybook"},{"component":{"displayName":"Addons|Actions","name":"Addons|Actions"},"input":"{\"kind\":\"Addons|Actions\",\"name\":\"configureActions\"}","name":"configureActions","runtime":"storybook"},{"component":{"displayName":"Addons|Backgrounds","name":"Addons|Backgrounds"},"input":"{\"kind\":\"Addons|Backgrounds\",\"name\":\"story 1\"}","name":"story 1","runtime":"storybook"},{"component":{"displayName":"Addons|Backgrounds","name":"Addons|Backgrounds"},"input":"{\"kind\":\"Addons|Backgrounds\",\"name\":\"story 2\"}","name":"story 2","runtime":"storybook"},{"component":{"displayName":"Addons|Centered","name":"Addons|Centered"},"input":"{\"kind\":\"Addons|Centered\",\"name\":\"story 1\"}","name":"story 1","runtime":"storybook"},{"component":{"displayName":"Addons|Events","name":"Addons|Events"},"input":"{\"kind\":\"Addons|Events\",\"name\":\"Logger\"}","name":"Logger","runtime":"storybook"},{"component":{"displayName":"Addons|GraphQL","name":"Addons|GraphQL"},"input":"{\"kind\":\"Addons|GraphQL\",\"name\":\"get user info\"}","name":"get user info","runtime":"storybook"},{"component":{"displayName":"Addons|Info.React Docgen","name":"Addons|Info.React Docgen"},"input":"{\"kind\":\"Addons|Info.React Docgen\",\"name\":\"Comments from PropType declarations\"}","name":"Comments from PropType declarations","runtime":"storybook"},{"component":{"displayName":"Addons|Info.React Docgen","name":"Addons|Info.React Docgen"},"input":"{\"kind\":\"Addons|Info.React Docgen\",\"name\":\"Comments from Flow declarations\"}","name":"Comments from Flow declarations","runtime":"storybook"},{"component":{"displayName":"Addons|Info.React Docgen","name":"Addons|Info.React Docgen"},"input":"{\"kind\":\"Addons|Info.React Docgen\",\"name\":\"Comments from component declaration\"}","name":"Comments from component declaration","runtime":"storybook"},{"component":{"displayName":"Addons|Info.React Docgen","name":"Addons|Info.React Docgen"},"input":"{\"kind\":\"Addons|Info.React Docgen\",\"name\":\"Comments from named export component declaration\"}","name":"Comments from named export component declaration","runtime":"storybook"},{"component":{"displayName":"Addons|Info.Markdown","name":"Addons|Info.Markdown"},"input":"{\"kind\":\"Addons|Info.Markdown\",\"name\":\"Displays Markdown in description\"}","name":"Displays Markdown in description","runtime":"storybook"},{"component":{"displayName":"Addons|Info.JSX","name":"Addons|Info.JSX"},"input":"{\"kind\":\"Addons|Info.JSX\",\"name\":\"Displays JSX in description\"}","name":"Displays JSX in description","runtime":"storybook"},{"component":{"displayName":"Addons|Info.Options.inline","name":"Addons|Info.Options.inline"},"input":"{\"kind\":\"Addons|Info.Options.inline\",\"name\":\"Inlines component inside story\"}","name":"Inlines component inside story","runtime":"storybook"},{"component":{"displayName":"Addons|Info.Options.header","name":"Addons|Info.Options.header"},"input":"{\"kind\":\"Addons|Info.Options.header\",\"name\":\"Shows or hides Info Addon header\"}","name":"Shows or hides Info Addon header","runtime":"storybook"},{"component":{"displayName":"Addons|Info.Options.source","name":"Addons|Info.Options.source"},"input":"{\"kind\":\"Addons|Info.Options.source\",\"name\":\"Shows or hides Info Addon source\"}","name":"Shows or hides Info Addon source","runtime":"storybook"},{"component":{"displayName":"Addons|Info.Options.propTables","name":"Addons|Info.Options.propTables"},"input":"{\"kind\":\"Addons|Info.Options.propTables\",\"name\":\"Shows additional component prop tables\"}","name":"Shows additional component prop tables","runtime":"storybook"},{"component":{"displayName":"Addons|Info.Options.propTablesExclude","name":"Addons|Info.Options.propTablesExclude"},"input":"{\"kind\":\"Addons|Info.Options.propTablesExclude\",\"name\":\"Exclude component from prop tables\"}","name":"Exclude component from prop tables","runtime":"storybook"},{"component":{"displayName":"Addons|Info.Options.styles","name":"Addons|Info.Options.styles"},"input":"{\"kind\":\"Addons|Info.Options.styles\",\"name\":\"Extend info styles with an object\"}","name":"Extend info styles with an object","runtime":"storybook"},{"component":{"displayName":"Addons|Info.Options.styles","name":"Addons|Info.Options.styles"},"input":"{\"kind\":\"Addons|Info.Options.styles\",\"name\":\"Full control over styles using a function\"}","name":"Full control over styles using a function","runtime":"storybook"},{"component":{"displayName":"Addons|Info.Options.TableComponent","name":"Addons|Info.Options.TableComponent"},"input":"{\"kind\":\"Addons|Info.Options.TableComponent\",\"name\":\"Use a custom component for the table\"}","name":"Use a custom component for the table","runtime":"storybook"},{"component":{"displayName":"Addons|Info.Decorator","name":"Addons|Info.Decorator"},"input":"{\"kind\":\"Addons|Info.Decorator\",\"name\":\"Use Info as story decorator\"}","name":"Use Info as story decorator","runtime":"storybook"},{"component":{"displayName":"Addons|Info.GitHub issues","name":"Addons|Info.GitHub issues"},"input":"{\"kind\":\"Addons|Info.GitHub issues\",\"name\":\"#1814\"}","name":"#1814","runtime":"storybook"},{"component":{"displayName":"Addons|Info.Options.maxPropsIntoLine === 0","name":"Addons|Info.Options.maxPropsIntoLine === 0"},"input":"{\"kind\":\"Addons|Info.Options.maxPropsIntoLine === 0\",\"name\":\"Object and array props are broken to lines\"}","name":"Object and array props are broken to lines","runtime":"storybook"},{"component":{"displayName":"Addons|Info.Options.maxPropsIntoLine === 3","name":"Addons|Info.Options.maxPropsIntoLine === 3"},"input":"{\"kind\":\"Addons|Info.Options.maxPropsIntoLine === 3\",\"name\":\"Object and array props are broken to lines\"}","name":"Object and array props are broken to lines","runtime":"storybook"},{"component":{"displayName":"Addons|jest","name":"Addons|jest"},"input":"{\"kind\":\"Addons|jest\",\"name\":\"withTests\"}","name":"withTests","runtime":"storybook"},{"component":{"displayName":"Addons|Knobs.withKnobs","name":"Addons|Knobs.withKnobs"},"input":"{\"kind\":\"Addons|Knobs.withKnobs\",\"name\":\"tweaks static values\"}","name":"tweaks static values","runtime":"storybook"},{"component":{"displayName":"Addons|Knobs.withKnobs","name":"Addons|Knobs.withKnobs"},"input":"{\"kind\":\"Addons|Knobs.withKnobs\",\"name\":\"tweaks static values organized in groups\"}","name":"tweaks static values organized in groups","runtime":"storybook"},{"component":{"displayName":"Addons|Knobs.withKnobs","name":"Addons|Knobs.withKnobs"},"input":"{\"kind\":\"Addons|Knobs.withKnobs\",\"name\":\"dynamic knobs\"}","name":"dynamic knobs","runtime":"storybook"},{"component":{"displayName":"Addons|Knobs.withKnobs","name":"Addons|Knobs.withKnobs"},"input":"{\"kind\":\"Addons|Knobs.withKnobs\",\"name\":\"triggers actions via button\"}","name":"triggers actions via button","runtime":"storybook"},{"component":{"displayName":"Addons|Knobs.withKnobs","name":"Addons|Knobs.withKnobs"},"input":"{\"kind\":\"Addons|Knobs.withKnobs\",\"name\":\"XSS safety\"}","name":"XSS safety","runtime":"storybook"},{"component":{"displayName":"Addons|Knobs.withKnobsOptions","name":"Addons|Knobs.withKnobsOptions"},"input":"{\"kind\":\"Addons|Knobs.withKnobsOptions\",\"name\":\"tweaks static values with debounce delay\"}","name":"tweaks static values with debounce delay","runtime":"storybook"},{"component":{"displayName":"Addons|Knobs.withKnobsOptions","name":"Addons|Knobs.withKnobsOptions"},"input":"{\"kind\":\"Addons|Knobs.withKnobsOptions\",\"name\":\"triggers actions via button with debounce delay\"}","name":"triggers actions via button with debounce delay","runtime":"storybook"},{"component":{"displayName":"Addons|Links.Link","name":"Addons|Links.Link"},"input":"{\"kind\":\"Addons|Links.Link\",\"name\":\"First\"}","name":"First","runtime":"storybook"},{"component":{"displayName":"Addons|Links.Link","name":"Addons|Links.Link"},"input":"{\"kind\":\"Addons|Links.Link\",\"name\":\"Second\"}","name":"Second","runtime":"storybook"},{"component":{"displayName":"Addons|Links.Button","name":"Addons|Links.Button"},"input":"{\"kind\":\"Addons|Links.Button\",\"name\":\"First\"}","name":"First","runtime":"storybook"},{"component":{"displayName":"Addons|Links.Button","name":"Addons|Links.Button"},"input":"{\"kind\":\"Addons|Links.Button\",\"name\":\"Second\"}","name":"Second","runtime":"storybook"},{"component":{"displayName":"Addons|Links.Select","name":"Addons|Links.Select"},"input":"{\"kind\":\"Addons|Links.Select\",\"name\":\"Index\"}","name":"Index","runtime":"storybook"},{"component":{"displayName":"Addons|Links.Select","name":"Addons|Links.Select"},"input":"{\"kind\":\"Addons|Links.Select\",\"name\":\"First\"}","name":"First","runtime":"storybook"},{"component":{"displayName":"Addons|Links.Select","name":"Addons|Links.Select"},"input":"{\"kind\":\"Addons|Links.Select\",\"name\":\"Second\"}","name":"Second","runtime":"storybook"},{"component":{"displayName":"Addons|Links.Select","name":"Addons|Links.Select"},"input":"{\"kind\":\"Addons|Links.Select\",\"name\":\"Third\"}","name":"Third","runtime":"storybook"},{"component":{"displayName":"Addons|Links.Href","name":"Addons|Links.Href"},"input":"{\"kind\":\"Addons|Links.Href\",\"name\":\"log\"}","name":"log","runtime":"storybook"},{"component":{"displayName":"Addons|Links.Scroll position","name":"Addons|Links.Scroll position"},"input":"{\"kind\":\"Addons|Links.Scroll position\",\"name\":\"First\"}","name":"First","runtime":"storybook"},{"component":{"displayName":"Addons|Links.Scroll position","name":"Addons|Links.Scroll position"},"input":"{\"kind\":\"Addons|Links.Scroll position\",\"name\":\"Second\"}","name":"Second","runtime":"storybook"},{"component":{"displayName":"Addons|Notes","name":"Addons|Notes"},"input":"{\"kind\":\"Addons|Notes\",\"name\":\"withNotes\"}","name":"withNotes","runtime":"storybook"},{"component":{"displayName":"Addons|Notes","name":"Addons|Notes"},"input":"{\"kind\":\"Addons|Notes\",\"name\":\"withNotes rendering imported markdown\"}","name":"withNotes rendering imported markdown","runtime":"storybook"},{"component":{"displayName":"Addons|Notes","name":"Addons|Notes"},"input":"{\"kind\":\"Addons|Notes\",\"name\":\"withNotes rendering inline, github-flavored markdown\"}","name":"withNotes rendering inline, github-flavored markdown","runtime":"storybook"},{"component":{"displayName":"Addons|Notes","name":"Addons|Notes"},"input":"{\"kind\":\"Addons|Notes\",\"name\":\"using decorator arguments, withNotes\"}","name":"using decorator arguments, withNotes","runtime":"storybook"},{"component":{"displayName":"Addons|Notes","name":"Addons|Notes"},"input":"{\"kind\":\"Addons|Notes\",\"name\":\"using decorator arguments, withMarkdownNotes\"}","name":"using decorator arguments, withMarkdownNotes","runtime":"storybook"},{"component":{"displayName":"Addons|Storyshots","name":"Addons|Storyshots"},"input":"{\"kind\":\"Addons|Storyshots\",\"name\":\"text\"}","name":"text","runtime":"storybook"},{"component":{"displayName":"Addons|Storyshots","name":"Addons|Storyshots"},"input":"{\"kind\":\"Addons|Storyshots\",\"name\":\"table\"}","name":"table","runtime":"storybook"},{"component":{"displayName":"Addons|Viewport","name":"Addons|Viewport"},"input":"{\"kind\":\"Addons|Viewport\",\"name\":\"default\"}","name":"default","runtime":"storybook"},{"component":{"displayName":"Addons|Viewport.Custom Default (Kindle Fire 2)","name":"Addons|Viewport.Custom Default (Kindle Fire 2)"},"input":"{\"kind\":\"Addons|Viewport.Custom Default (Kindle Fire 2)\",\"name\":\"Inherited\"}","name":"Inherited","runtime":"storybook"},{"component":{"displayName":"Addons|Viewport.Custom Default (Kindle Fire 2)","name":"Addons|Viewport.Custom Default (Kindle Fire 2)"},"input":"{\"kind\":\"Addons|Viewport.Custom Default (Kindle Fire 2)\",\"name\":\"Overridden via \\\"withViewport\\\" decorator\"}","name":"Overridden via \"withViewport\" decorator","runtime":"storybook"},{"component":{"displayName":"Addons|Viewport.Custom Default (Kindle Fire 2)","name":"Addons|Viewport.Custom Default (Kindle Fire 2)"},"input":"{\"kind\":\"Addons|Viewport.Custom Default (Kindle Fire 2)\",\"name\":\"Overridden via \\\"Viewport\\\" component\"}","name":"Overridden via \"Viewport\" component","runtime":"storybook"},{"component":{"displayName":"Addons|Viewport.withViewport","name":"Addons|Viewport.withViewport"},"input":"{\"kind\":\"Addons|Viewport.withViewport\",\"name\":\"onViewportChange\"}","name":"onViewportChange","runtime":"storybook"},{"component":{"displayName":"App|acceptance","name":"App|acceptance"},"input":"{\"kind\":\"App|acceptance\",\"name\":\"cra-kitchen-sink\"}","name":"cra-kitchen-sink","runtime":"storybook"},{"component":{"displayName":"App|acceptance","name":"App|acceptance"},"input":"{\"kind\":\"App|acceptance\",\"name\":\"vue-kitchen-sink\"}","name":"vue-kitchen-sink","runtime":"storybook"},{"component":{"displayName":"App|acceptance","name":"App|acceptance"},"input":"{\"kind\":\"App|acceptance\",\"name\":\"angular-cli\"}","name":"angular-cli","runtime":"storybook"},{"component":{"displayName":"App|acceptance","name":"App|acceptance"},"input":"{\"kind\":\"App|acceptance\",\"name\":\"polymer-cli\"}","name":"polymer-cli","runtime":"storybook"},{"component":{"displayName":"App|acceptance","name":"App|acceptance"},"input":"{\"kind\":\"App|acceptance\",\"name\":\"mithril-kitchen-sink\"}","name":"mithril-kitchen-sink","runtime":"storybook"},{"component":{"displayName":"Core|Parameters","name":"Core|Parameters"},"input":"{\"kind\":\"Core|Parameters\",\"name\":\"passed to story\"}","name":"passed to story","runtime":"storybook"},{"component":{"displayName":"Dirname Example","name":"Other|/stories//Dirname Example"},"input":"{\"kind\":\"Other|/stories//Dirname Example\",\"name\":\"story 1\"}","name":"story 1","runtime":"storybook"},{"component":{"displayName":"Dirname Example","name":"Other|/stories//Dirname Example"},"input":"{\"kind\":\"Other|/stories//Dirname Example\",\"name\":\"story 2\"}","name":"story 2","runtime":"storybook"}]}; Field value.branch of required type String! was not provided.' } ]
[16:58:43][Step 2/2]

@tmeasday
Copy link
Member

This is odd, it failed to detect the checked out branch.

I wonder why, exactly? Is there anything in particular different about this particular PR that could have made it happen?

In any case, I think we need to be a little more defensive with our branch detection. I'll release a package update with a fix.

@Hypnosphi
Copy link
Member

Is there anything in particular different about this particular PR that could have made it happen?

Probably this?

Dependencies.io has updated react-chromatic (a npm dependency in examples/official-storybook) from "0.8.1" to "0.8.2".

@tmeasday
Copy link
Member

Good point!

@codecov
Copy link

codecov bot commented Apr 26, 2018

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3477   +/-   ##
=======================================
  Coverage   37.44%   37.44%           
=======================================
  Files         455      455           
  Lines       10284    10284           
  Branches      913      918    +5     
=======================================
  Hits         3851     3851           
- Misses       5890     5901   +11     
+ Partials      543      532   -11
Impacted Files Coverage Δ
addons/info/src/components/types/Shape.js 66.03% <0%> (ø) ⬆️
lib/ui/src/modules/ui/index.js 0% <0%> (ø) ⬆️
addons/jest/src/hoc/provideJestResult.js 0% <0%> (ø) ⬆️
lib/ui/src/modules/api/actions/api.js 51.85% <0%> (ø) ⬆️
addons/actions/src/lib/types/infinity/index.js 80% <0%> (ø) ⬆️
lib/ui/src/modules/shortcuts/actions/shortcuts.js 18.84% <0%> (ø) ⬆️
...codemod/src/transforms/update-organisation-name.js 40.62% <0%> (ø) ⬆️
lib/ui/src/libs/key_events.js 34.61% <0%> (ø) ⬆️
lib/ui/src/modules/ui/containers/routed_link.js 22.72% <0%> (ø) ⬆️
addons/knobs/src/components/types/Files.js 14.28% <0%> (ø) ⬆️
... and 74 more

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 fd12550...0a959b4. Read the comment docs.

@tmeasday
Copy link
Member

Updated to react-chromatic@0.8.3. Should resolve the immediate problem at least.

@tmeasday
Copy link
Member

Weird, running yarn in the subdirectory didn't complete updating the yarn.lock.

@tmeasday
Copy link
Member

tmeasday commented Apr 26, 2018

@Hypnosphi OK, solved the "no branch" issue.

Any idea what is happening here that means we aren't detecting a branch? Does Teamcity set any environment vars for the checked out branch?

@Hypnosphi
Copy link
Member

Not sure if it does that by default, but it should be configurable. Would having something like pull/3477 be enough?

@storybook-bot storybook-bot merged commit 0a959b4 into master Apr 26, 2018
@Hypnosphi Hypnosphi deleted the dependencies.io-update-build-336.0.0 branch April 26, 2018 12:12
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.

5 participants