Coder Social home page Coder Social logo

ticketmaster / aurora Goto Github PK

View Code? Open in Web Editor NEW
106.0 18.0 64.0 6.35 MB

Shared UI Library for Ticketmaster

Home Page: http://design.ticketmaster.com

License: MIT License

HTML 0.29% JavaScript 97.92% TypeScript 1.79%
react styled-components design-system ui-library ticketmaster

aurora's People

Contributors

alee046 avatar alexkaduk avatar bahkostya avatar blyzniuk avatar c0smicg avatar chiragg928 avatar christopheutm avatar csabbee avatar damusnet avatar dtereshenko avatar dusaniuk avatar ffortier avatar greenkeeper[bot] avatar kat-chen-tm avatar kennykhoapham avatar krivonospaul avatar mlampedx avatar monicavarhale avatar natusaspire avatar nyonchev avatar oohmarty avatar pischulova avatar robbyrob81 avatar serhiihryb avatar shykisto avatar simplynutty avatar stan-che avatar svilko avatar tm1-mikeanama avatar yankouskia avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

aurora's Issues

Unable to get checkbox to work

  • @ticketmaster/aurora version: 3.86.0

Relevant code or config

 <CheckBoxGroup value={["1"]}>
        <CheckBoxButton name="Agree to T&C" value="1" index={0}>
          Agree to T&C
        </CheckBoxButton>
 </CheckBoxGroup>

What you did: Tried creating a single checkbox

What happened:
Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined

Reproduction repository: https://codesandbox.io/s/p3w96vlzoj

An in-range update of react is breaking the build ๐Ÿšจ

There have been updates to the react monorepo:

    • The devDependency react was updated from 16.5.2 to 16.6.0.

๐Ÿšจ 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 react group definition.

react 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 failed (Details).

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 ๐ŸŒด

An in-range update of @typescript-eslint/parser is breaking the build ๐Ÿšจ

The devDependency @typescript-eslint/parser was updated from 1.12.0 to 1.13.0.

๐Ÿšจ View failing branch.

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

@typescript-eslint/parser 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 failed (Details).

Release Notes for v1.13.0

1.13.0 (2019-07-21)

Bug Fixes

  • Correct @types/json-schema dependency (#675) (a5398ce)
  • eslint-plugin: remove imports from typescript-estree (#706) (ceb2d32), closes #705
  • eslint-plugin: undo breaking changes to recommended config (93f72e3)
  • utils: move typescript from peer dep to dev dep (#712) (f949355)
  • utils: RuleTester should not require a parser (#713) (158a417)

Features

  • eslint-plugin: add new rule no-misused-promises (#612) (28a131d)
  • eslint-plugin: add new rule require-await (#674) (807bc2d)
Commits

The new version differs by 14 commits.

  • c367b34 chore: publish v1.13.0
  • 78375ce chore: add check for dirty workspace post-install (#736)
  • 93f72e3 fix(eslint-plugin): undo breaking changes to recommended config
  • 807bc2d feat(eslint-plugin): add new rule require-await (#674)
  • f949355 fix(utils): move typescript from peer dep to dev dep (#712)
  • c1e5c37 docs: fix typo in no-misused-promises related links (#719)
  • 6be0d81 docs(eslint-plugin): correct no-magic-number docs (#717)
  • 66f9741 docs(eslint-plugin): mention member-delimiter-style in semi (#715)
  • 158a417 fix(utils): RuleTester should not require a parser (#713)
  • 28a131d feat(eslint-plugin): add new rule no-misused-promises (#612)
  • ceb2d32 fix(eslint-plugin): remove imports from typescript-estree (#706)
  • 9836fb7 docs: readme typo (#701)
  • c2ad091 chore(eslint-plugin): add config validation script to CI (#649)
  • a5398ce fix: Correct @types/json-schema dependency (#675)

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 ๐ŸŒด

An in-range update of prettier is breaking the build ๐Ÿšจ

The devDependency prettier was updated from 1.16.4 to 1.17.0.

๐Ÿšจ View failing branch.

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

prettier 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 failed (Details).

Release Notes for Prettier 1.17: More quotes options and support for shared configs

๐Ÿ”— Release Notes

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 ๐ŸŒด

"name" prop of "Input" component shouldn't be required

Problem description:
name prop of Input component is required, but actually it shouldn't be, as HTML Input doesn't have required attributes. In our case, we're rendering Aurora fields within an application which uses a <form> element and the good and old submit method to form action with post method. This automatically sends to backend all input with defined name attributes which are rendered within the tags of the form. And in our case, we don't need this fields to be submitted as they're intended to be handled on the frontend.

Suggested solution:
Make name prop of Input component as non-required.

Which search input should we use?

There's currently 2 search inputs with different styling (Inputs/Search and SearchInput) and both have different styling.

One has an X button at the end (and another X when you're using Chrome).

They have different margins between the icon and the text.

They have different color.

So which one is the one you are updating and which one is deprecated?

An in-range update of @types/react-dom is breaking the build ๐Ÿšจ

The devDependency @types/react-dom was updated from 16.8.4 to 16.8.5.

๐Ÿšจ View failing branch.

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

@types/react-dom 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 failed (Details).

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 ๐ŸŒด

AdaptiveModal is causing errors in React.StrictMode

  • @ticketmaster/aurora version: v3.138.0

Relevant code or config

<AdaptiveModal
      displayTop={true}
      isOpened={open}
      size={size}
      actionBar={getHeader()}
      bottomActionBar={getFooter()}
      containerProps={{ style: { overflow: 'unset' } }}
      contentProps={{ style: { overflowY: 'unset' } }}
      overlayProps={{ style: { zIndex: '1000' } }}
      bottomActionBarProps={{ style: { boxShadow: 'unset' } }}
    >
      {children}
</AdaptiveModal>

What you did:

Activate React.StrictMode

What happened:

index.js:1 Warning: findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of Transition which is inside StrictMode. Instead, add a ref directly to the element you want to reference. Learn more about using refs safely here: https://fb.me/react-strict-mode-find-node
    in div (created by styled.div)
    in styled.div (created by Modal)
    in Transition (created by CSSTransition)
    in CSSTransition (created by Modal)
    in div (created by styled.div)
    in styled.div (created by Backdrop)
    in Backdrop (created by Modal)
    in Transition (created by CSSTransition)
    in CSSTransition (created by Modal)
    in Modal (created by Context.Consumer)
    in Unknown (at Modal.component.tsx:64)
    in Modal (at ErrorModal.component.tsx:12)
    in ErrorModal (at UnexpectedErrorModal.container.tsx:27)
    in UnexpectedErrorModalContainer (created by ConnectFunction)
    in ConnectFunction (at src/index.tsx:31)
    in Provider (at src/index.tsx:30)
    in ErrorBoundary (at src/index.tsx:29)
    in StrictMode (at src/index.tsx:28)

An in-range update of react-transition-group is breaking the build ๐Ÿšจ

The devDependency react-transition-group was updated from 2.5.0 to 2.5.1.

๐Ÿšจ View failing branch.

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

react-transition-group 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 failed (Details).

Release Notes for v2.5.1

2.5.1 (2018-12-10)

Bug Fixes

  • prevent calling setState in TransitionGroup if it has been unmounted (#435) (6d46b69)
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 ๐ŸŒด

An in-range update of prettier is breaking the build ๐Ÿšจ

The devDependency prettier was updated from 1.15.2 to 1.15.3.

๐Ÿšจ View failing branch.

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

prettier 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 failed (Details).

Release Notes for 1.15.3

๐Ÿ”— Changelog

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 ๐ŸŒด

Can't use checkBox

  • @ticketmaster/aurora version: 3.7.1
  • node version: v8.11.3
  • npm (or yarn) version: 5.6.0

Problem description:
Can't use checkBox, it is exist and marked as released but not exported.

An in-range update of eslint-plugin-jsx-a11y is breaking the build ๐Ÿšจ

The devDependency eslint-plugin-jsx-a11y was updated from 6.2.1 to 6.2.2.

๐Ÿšจ View failing branch.

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

eslint-plugin-jsx-a11y 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 failed (Details).

Commits

The new version differs by 102 commits.

  • 057fb27 6.2.2
  • fc56208 Merge pull request #615 from evcohen/changelog--v6.2.2
  • 8c5f964 Changelog for v6.2.2
  • f82fbcb Merge pull request #614 from evcohen/update--jsx-ast-utils
  • 1c3e63a Update jsx-ast-utils to v2.2.1
  • c571293 Merge pull request #613 from evcohen/add-babel-to-dev-deps
  • c398d3a Add @babel/cli to the dev dependencies
  • 13b370c Merge pull request #610 from evcohen/greenkeeper/flow-bin-0.102.0
  • e28b81a Merge branch 'master' into greenkeeper/flow-bin-0.102.0
  • e3163e3 Merge pull request #603 from evcohen/another-attempt-at-eslint-v6
  • f121a78 Merge branch 'master' into another-attempt-at-eslint-v6
  • f3de162 Merge pull request #611 from evcohen/update-jsx-ast-utils
  • 91f17be Update ESLint to v6
  • 1eb9f19 Update jsx-ast-utils to 2.2.0
  • 313bc03 chore(package): update flow-bin to version 0.102.0

There are 102 commits in total.

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 ๐ŸŒด

An in-range update of rollup-plugin-node-resolve is breaking the build ๐Ÿšจ

The devDependency rollup-plugin-node-resolve was updated from 4.0.1 to 4.1.0.

๐Ÿšจ View failing branch.

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

rollup-plugin-node-resolve 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 failed (Details).

Commits

The new version differs by 4 commits.

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 ๐ŸŒด

An in-range update of babel-plugin-transform-react-remove-prop-types is breaking the build ๐Ÿšจ

The devDependency babel-plugin-transform-react-remove-prop-types was updated from 0.4.20 to 0.4.21.

๐Ÿšจ View failing branch.

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

babel-plugin-transform-react-remove-prop-types 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 failed (Details).

Release Notes for v0.4.21
  • Add support for defining additionalLibraries as a regexp expression (#174) @pkuczynski
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 ๐ŸŒด

How to disable the scroll of the adaptive modal?

  • @ticketmaster/aurora version:
  • node version:
  • npm (or yarn) version:

Relevant code or config

What you did:

What happened:

image

Reproduction repository:

Problem description: I would like to disable the scroll in the adaptive modal. It messes up the dropdown

Suggested solution:

Checkbox component IE11 issue

Checkbox component does not work correctly in IE11/IE10

  • @ticketmaster/aurora latest:
  • node version: 10.15.0
  • yarn version: 1.12.3

checkbox

An in-range update of eslint-plugin-react is breaking the build ๐Ÿšจ

The devDependency eslint-plugin-react was updated from 7.11.1 to 7.12.0.

๐Ÿšจ View failing branch.

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

eslint-plugin-react 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 failed (Details).

Release Notes for v7.12.0

Added

Fixed

Changed

Commits

The new version differs by 127 commits.

  • a83d65c Update CHANGELOG and bump version
  • 0c6160e [Dev Deps] update coveralls, babel-eslint, typescript
  • cd6c8e6 [Deps] update resolve
  • d2b5b73 Merge pull request #1828 from alexzherdev/1721-no-typos-create-class
  • e747459 [Tests] remove node 5/7/9, add node 11
  • b33ae84 Merge pull request #1098 from arian/createElement-display-test
  • 84be80a Merge pull request #1824 from alexzherdev/1762-jsx-max-depth-false-positive
  • a442067 Merge pull request #2029 from sstern6/issue1422
  • 7d07c37 Merge pull request #2032 from alexzherdev/jsx-fragments-message
  • 8c6a8e2 Merge pull request #2089 from jomasti/feature/support-react-forwardref-memo
  • 14451d4 Merge pull request #2085 from himynameisdave/issues/2083
  • 8be52c7 ๐Ÿ“ Addresses CR comments
  • f7e3121 Merge branch 'master' of https://github.com/yannickcr/eslint-plugin-react into issues/2083
  • 77e3fd0 Merge pull request #2090 from JBallin/no-method-set-state-docs-url
  • 7da9e0d Fix noMethodSetState docsUrl's

There are 127 commits in total.

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 ๐ŸŒด

An in-range update of babel-plugin-transform-react-remove-prop-types is breaking the build ๐Ÿšจ

The devDependency babel-plugin-transform-react-remove-prop-types was updated from 0.4.21 to 0.4.22.

๐Ÿšจ View failing branch.

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

babel-plugin-transform-react-remove-prop-types 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 failed (Details).

Release Notes for v0.4.22
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 ๐ŸŒด

An in-range update of stylelint-processor-styled-components is breaking the build ๐Ÿšจ

The devDependency stylelint-processor-styled-components was updated from 1.3.2 to 1.4.0.

๐Ÿšจ View failing branch.

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

stylelint-processor-styled-components 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 failed (Details).

Commits

The new version differs by 34 commits.

  • a777314 1.4.0
  • 1df417c prepare changelog for 1.4.0
  • 0e82472 Merge pull request #219 from chinesedfan/clever_guess
  • 8c2f5d1 Merge branch 'master' into clever_guess
  • 1c16989 Merge pull request #220 from chinesedfan/filter_warnings
  • ec93c42 Merge branch 'master' into filter_warnings
  • aa8cec0 Merge pull request #213 from brettjurgens/allow_overriding_importName
  • 7a0e1af Merge branch 'master' into allow_overriding_importName
  • e50ea18 Merge branch 'master' into filter_warnings
  • b0a1fec Merge pull request #211 from chinesedfan/better_error_handler
  • 36fe4e6 Update invalid fixture as the parser is updated
  • 2a14888 Merge branch 'master' into better_error_handler
  • 99d1b3b make the inserted parseError follow stylelint$warning
  • be12715 Merge pull request #212 from brettjurgens/upgrade_to_babel_7
  • 65cee85 Merge branch 'master' into allow_overriding_importName

There are 34 commits in total.

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 ๐ŸŒด

An in-range update of styled-components is breaking the build ๐Ÿšจ

The devDependency styled-components was updated from 4.1.1 to 4.1.2.

๐Ÿšจ View failing branch.

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

styled-components 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).

Release Notes for v4.1.2
  • Fix function-form attrs to receive the full execution context (including theme) (see #2210)

  • Adjust innerRef deprecation warning to not be fired if wrapping a custom component, since that underlying component may not be on forwardRef yet and actually using the prop (see #2211)

  • Expose the ThemeConsumer and ThemeContext exports for the native and primitives entries (see #2217)

  • Remove createGlobalStyle multimount warning; Concurrent and Strict modes intentionally render the same component multiple times, which causes this warning to be triggered always even when usage is correct in the application (see #2216)

  • Folded components are now targettable via component selector as in v3 if you used the old .extend API (see #2239)

  • Don't treat uppercased strings as tag-like components and don't filter out props from them (see #2225)

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 ๐ŸŒด

Banner component has confusing behavior

Problem description:

Banner component is not uncontrolled component in regards to collapsible state. There is ability to set isExpanded and subscribe to onButtonClick to control that property.

On the other hand, Bannercomponent is not controlled component. Because isExpanded props is controlled inside component state itself and does not matter what is set by props till it's changed.
https://github.com/ticketmaster/aurora/blob/master/src/components/Banner/index.js#L83

Currently I have added Banner component and I want always keep it expanded and just listen to onButtonClick callback to make 3rd party logic, but Banner toggles its height.

Suggested solution:
The best solution for such case is to make that component controlled. It's not hard for integrators to control isExpanded and onButtonClick. And this approach will not lead to unexpected/confusing behavior.

If you are good with suggested approach, I could contribute to fix that.

Extraneous attributes passed to elements

Problem description: There are extraneous attributes passed to elements due to their presence in defaultProps. For example, if a Link component is passed an invalid href prop, a button or a span will be rendered, but those elements will still be passed unnecessary defaultProps including rel and target. For reference: https://github.com/ticketmaster/aurora/blob/master/src/components/Text/Link.js#L107

Suggested solution: We should remove these element-specific attributes from defaultProps in the event that different underlying tags could be returned. Instead, we should use a helper function inside of the component to provide the appropriate element-specific default attributes when appropriate.

Date picker & Time picker

Does @ticketmaster/aurora provide Time Picker ?
And how to implement Date Picker using @ticketmaster/aurora ?

An in-range update of @typescript-eslint/eslint-plugin is breaking the build ๐Ÿšจ

The devDependency @typescript-eslint/eslint-plugin was updated from 1.12.0 to 1.13.0.

๐Ÿšจ View failing branch.

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

@typescript-eslint/eslint-plugin 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 failed (Details).

Release Notes for v1.13.0

1.13.0 (2019-07-21)

Bug Fixes

  • Correct @types/json-schema dependency (#675) (a5398ce)
  • eslint-plugin: remove imports from typescript-estree (#706) (ceb2d32), closes #705
  • eslint-plugin: undo breaking changes to recommended config (93f72e3)
  • utils: move typescript from peer dep to dev dep (#712) (f949355)
  • utils: RuleTester should not require a parser (#713) (158a417)

Features

  • eslint-plugin: add new rule no-misused-promises (#612) (28a131d)
  • eslint-plugin: add new rule require-await (#674) (807bc2d)
Commits

The new version differs by 14 commits.

  • c367b34 chore: publish v1.13.0
  • 78375ce chore: add check for dirty workspace post-install (#736)
  • 93f72e3 fix(eslint-plugin): undo breaking changes to recommended config
  • 807bc2d feat(eslint-plugin): add new rule require-await (#674)
  • f949355 fix(utils): move typescript from peer dep to dev dep (#712)
  • c1e5c37 docs: fix typo in no-misused-promises related links (#719)
  • 6be0d81 docs(eslint-plugin): correct no-magic-number docs (#717)
  • 66f9741 docs(eslint-plugin): mention member-delimiter-style in semi (#715)
  • 158a417 fix(utils): RuleTester should not require a parser (#713)
  • 28a131d feat(eslint-plugin): add new rule no-misused-promises (#612)
  • ceb2d32 fix(eslint-plugin): remove imports from typescript-estree (#706)
  • 9836fb7 docs: readme typo (#701)
  • c2ad091 chore(eslint-plugin): add config validation script to CI (#649)
  • a5398ce fix: Correct @types/json-schema dependency (#675)

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 ๐ŸŒด

LinkedinIcon hover color does not work as expected

  • @ticketmaster/aurora version: 3.39.2
  • node version: 11.1.0
  • npm (or yarn) version:

Relevant code or config

What you did:

What happened:
Hover for the Linkedin Icon does not show the current link hover color.

Reproduction repository:

Problem description:
The fill for the Linkedin svg is hardcoded to white which causes the link hover color to not show.

e.g.
<svg ... fill={colors.white.base}>

Suggested solution:
We should pass in the color prop and set it for the fill attribute.

e.g.
const LinkedinIcon = ({ size, color, children, ...props }) => (
<svg ... fill={color}>

IE support issues

@ticketmaster/aurora version: 3.57.0
node version: 10.12.12
npm (or yarn) version: 6.4.1

I've faced problems while I was trying to run our TM1 Marketing React app on the IE11 browser.
I saw only the blank page and found next errors related mostly to unsupported by IE features:
image
image
image

An in-range update of rollup-plugin-babel is breaking the build ๐Ÿšจ

The devDependency rollup-plugin-babel was updated from 4.1.0 to 4.2.0.

๐Ÿšจ View failing branch.

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

rollup-plugin-babel 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 failed (Details).

Commits

The new version differs by 3 commits.

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 ๐ŸŒด

An in-range update of @types/jest is breaking the build ๐Ÿšจ

The devDependency @types/jest was updated from 24.0.15 to 24.0.16.

๐Ÿšจ View failing branch.

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

@types/jest 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 failed (Details).

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 ๐ŸŒด

An in-range update of stylelint-config-recommended is breaking the build ๐Ÿšจ

The devDependency stylelint-config-recommended was updated from 2.1.0 to 2.2.0.

๐Ÿšจ View failing branch.

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

stylelint-config-recommended 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 failed (Details).

Release Notes for 2.2.0
  • Added: stylelint@10 to peer dependency range.
Commits

The new version differs by 16 commits.

  • 676c7c0 Add stylelint@10 to peer dependency range (#42)
  • f957a45 Update eslint-config-stylelint to the latest version ๐Ÿš€ (#40)
  • 4b8e185 Update package.json
  • 7fd1a84 Add more simple usage for globally installed configs (#39)
  • eb56af0 Fix appveyor badge
  • 42b9b96 Update eslint-config-stylelint to the latest version ๐Ÿš€ (#38)
  • 73d8f97 chore(package): update remark-cli to version 6.0.0 (#37)
  • 43842e2 chore(package): update eslint-config-stylelint to version 9.0.0 (#36)
  • 4b16861 Update eslint-config-stylelint to 8.3.0. (#35)
  • 084976d Apply jest/prefer-to-have-length (#34)
  • 6bc958b Update npmpub to 4.1.0 (#30)
  • 9bbffbe chore(package): update jest to 23.4.1 (#29)
  • b800504 chore(package): update npmpub to version 4.0.1 (#28)
  • ca9a869 Update eslint to the latest version ๐Ÿš€ (#27)
  • 227b877 Update to node 10 in .travis.yml (#25)

There are 16 commits in total.

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 ๐ŸŒด

An in-range update of eslint-plugin-import is breaking the build ๐Ÿšจ

The devDependency eslint-plugin-import was updated from 2.16.0 to 2.17.0.

๐Ÿšจ View failing branch.

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

eslint-plugin-import 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 failed (Details).

Commits

The new version differs by 61 commits.

  • 0499050 bump to v2.17.0
  • f479635 [webpack] v0.11.1
  • 8a4226d Merge pull request #1320 from bradzacher/export-ts-namespaces
  • 988e12b fix(export): Support typescript namespaces
  • 70c3679 [docs] make rule names consistent
  • 6ab25ea [Tests] skip a TS test in eslint < 4
  • 405900e [Tests] fix tests from #1319
  • 2098797 [fix] export: false positives for typescript type + value export
  • 70a59fe [fix] Fix overwriting of dynamic import() CallExpression
  • e4850df [ExportMap] fix condition for checking if block comment
  • 918567d [fix] namespace: add check for null ExportMap
  • 2d21c4c Merge pull request #1297 from echenley/ech/fix-isBuiltIn-local-aliases
  • 0ff1c83 [dev deps] lock typescript to ~, since it doesnโ€™t follow semver
  • 40bf40a [*] [deps] update resolve
  • 28dd614 Merge pull request #1304 from bradennapier/feature/typescript-export-type

There are 61 commits in total.

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 ๐ŸŒด

Checkbox setState() issue

  • @ticketmaster/aurora version: v3.8.2

Problem description:

  1. Cant't use checkbox without group
  2. Change checkbox state by this.setState() call "onChange" func.
    This cycle function call. Checking previous state double checked value.
    Also seems "onChange" func is called even state is not changed

Suggested solution:

  1. Ability to use single checkbox with regular syntax
  2. call "onChange" func only if checkbox is checked manualy.

An in-range update of husky is breaking the build ๐Ÿšจ

The devDependency husky was updated from 1.2.0 to 1.2.1.

๐Ÿšจ View failing branch.

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

husky 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 failed (Details).

Commits

The new version differs by 7 commits.

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 ๐ŸŒด

An in-range update of eslint is breaking the build ๐Ÿšจ

The devDependency eslint was updated from 5.13.0 to 5.14.0.

๐Ÿšจ View failing branch.

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

eslint 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 failed (Details).

Release Notes for v5.14.0
  • 85a04b3 Fix: adds conditional for separateRequires in one-var (fixes #10179) (#10980) (Scott Stern)
  • 0c02932 Upgrade: [email protected] (#11401) (Ilya Volodin)
  • 104ae88 Docs: Update governance doc with reviewers status (#11399) (Nicholas C. Zakas)
  • ab8ac6a Fix: Support boundary spread elements in sort-keys (#11158) (Jakub Roลผek)
  • a23d197 New: add allowSingleLineBlocks opt. to padded-blocks rule (fixes #7145) (#11243) (richie3366)
  • e25e7aa Fix: comma-spacing ignore comma before closing paren (fixes #11295) (#11374) (Pig Fang)
  • a1f7c44 Docs: fix space-before-blocks correct code for "classes": "never" (#11391) (PoziWorld)
  • 14f58a2 Docs: fix grammar in object-curly-spacing docs (#11389) (PoziWorld)
  • d3e9a27 Docs: fix grammar in โ€œthose who saysโ€ (#11390) (PoziWorld)
  • ea8e804 Docs: Add note about support for object spread (fixes #11136) (#11395) (Steven Thomas)
  • 95aa3fd Docs: Update README team and sponsors (ESLint Jenkins)
  • 51c4972 Update: Behavior of --init (fixes #11105) (#11332) (Nicholas C. Zakas)
  • ad7a380 Docs: Update README team and sponsors (ESLint Jenkins)
  • 550de1e Update: use default keyword in JSON schema (fixes #9929) (#11288) (Pig Fang)
  • 983c520 Update: Use 'readonly' and 'writable' for globals (fixes #11359) (#11384) (Nicholas C. Zakas)
  • f1d3a7e Upgrade: some deps (fixes #11372) (#11373) (่–›ๅฎš่ฐ”็š„็Œซ)
  • 3e0c417 Docs: Fix grammar in โ€œthereโ€™s nothing prevent youโ€ (#11385) (PoziWorld)
  • de988bc Docs: Fix grammar: Spacing improve -> Spacing improves (#11386) (PoziWorld)
  • 1309dfd Revert "Build: fix test failure on Node 11 (#11100)" (#11375) (่–›ๅฎš่ฐ”็š„็Œซ)
  • 1e56897 Docs: โ€œthe function actually useโ€: use -> uses (#11380) (PoziWorld)
  • 5a71bc9 Docs: Update README team and sponsors (ESLint Jenkins)
  • 82a58ce Docs: Update README team and sponsors (ESLint Jenkins)
  • 546d355 Docs: Update README with latest sponsors/team data (#11378) (Nicholas C. Zakas)
  • c0df9fe Docs: ... is not an operator (#11232) (Felix Kling)
  • 7ecfdef Docs: update typescript parser (refs #11368) (#11369) (่–›ๅฎš่ฐ”็š„็Œซ)
  • 3c90dd7 Update: remove prefer-spread autofix (fixes #11330) (#11365) (่–›ๅฎš่ฐ”็š„็Œซ)
  • 5eb3121 Update: add fixer for prefer-destructuring (fixes #11151) (#11301) (golopot)
  • 173eb38 Docs: Clarify ecmaVersion doesn't imply globals (refs #9812) (#11364) (Keith Maxwell)
  • 84ce72f Fix: Remove extraneous linefeeds in one-var fixer (fixes #10741) (#10955) (st-sloth)
  • 389362a Docs: clarify motivation for no-prototype-builtins (#11356) (Teddy Katz)
  • 533d240 Update: no-shadow-restricted-names lets unassigned vars shadow undefined (#11341) (Teddy Katz)
  • d0e823a Update: Make --init run js config files through linter (fixes #9947) (#11337) (Brian Kurek)
  • 92fc2f4 Fix: CircularJSON dependency warning (fixes #11052) (#11314) (Terry)
  • 4dd19a3 Docs: mention 'prefer-spread' in docs of 'no-useless-call' (#11348) (Klaus Meinhardt)
  • 4fd83d5 Docs: fix a misleading example in one-var (#11350) (่–›ๅฎš่ฐ”็š„็Œซ)
  • 9441ce7 Chore: update incorrect tests to fix build failing (#11354) (่–›ๅฎš่ฐ”็š„็Œซ)
Commits

The new version differs by 38 commits.

  • af9688b 5.14.0
  • 0ce3ac7 Build: changelog update for 5.14.0
  • 85a04b3 Fix: adds conditional for separateRequires in one-var (fixes #10179) (#10980)
  • 0c02932 Upgrade: [email protected] (#11401)
  • 104ae88 Docs: Update governance doc with reviewers status (#11399)
  • ab8ac6a Fix: Support boundary spread elements in sort-keys (#11158)
  • a23d197 New: add allowSingleLineBlocks opt. to padded-blocks rule (fixes #7145) (#11243)
  • e25e7aa Fix: comma-spacing ignore comma before closing paren (fixes #11295) (#11374)
  • a1f7c44 Docs: fix space-before-blocks correct code for "classes": "never" (#11391)
  • 14f58a2 Docs: fix grammar in object-curly-spacing docs (#11389)
  • d3e9a27 Docs: fix grammar in โ€œthose who saysโ€ (#11390)
  • ea8e804 Docs: Add note about support for object spread (fixes #11136) (#11395)
  • 95aa3fd Docs: Update README team and sponsors
  • 51c4972 Update: Behavior of --init (fixes #11105) (#11332)
  • ad7a380 Docs: Update README team and sponsors

There are 38 commits in total.

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 ๐ŸŒด

An in-range update of babel-plugin-styled-components is breaking the build ๐Ÿšจ

The devDependency babel-plugin-styled-components was updated from 1.9.4 to 1.10.0.

๐Ÿšจ View failing branch.

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

babel-plugin-styled-components 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 failed (Details).

Release Notes for v1.10.0
  • Add support for the css prop from the styled-components Babel macro
Commits

The new version differs by 21 commits.

  • 28ce9fa 1.10.0
  • 8f0ad57 Merge pull request #181 from styled-components/make-css-prop-work-with-macro
  • 85f98e3 Add test case with commonjs plugin
  • 4846691 1.9.5-0
  • 2e19057 Use @babel/helper-module-import
  • d4a5469 Code cleanup
  • 45b1ab7 Insert a require rather than an import
  • 9cbcc91 Update transpileCssProp.js
  • a5174fd Use .get('program')
  • cbe5fa1 Merge branch 'master' into make-css-prop-work-with-macro
  • 35134f2 Use state.file.path
  • ea85042 1.9.4-0
  • 30432c2 Merge branch 'master' into make-css-prop-work-with-macro
  • 69a04a9 Merge branch 'master' into make-css-prop-work-with-macro
  • 0a1cf4b Use existing program variable

There are 21 commits in total.

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 ๐ŸŒด

An in-range update of styled-components is breaking the build ๐Ÿšจ

The devDependency styled-components was updated from 4.1.2 to 4.1.3.

๐Ÿšจ View failing branch.

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

styled-components 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 failed (Details).

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 ๐ŸŒด

Tooltip isn't positioned correctly when in shadow dom with position: absolute

  • @ticketmaster/aurora version: 3.114.0
  • node version: 12.3.1
  • npm (or yarn) version: 6.9.0

Relevant code or config

:host {
   position: absolute;
   bottom: 20px;
   right: 20px;
}

What you did: Create a custom component with the style up above. Put the <aurora-tooltip> element in this component.

What happened: The tooltip is far from the custom component (If the custom component is 100px from the top, the tooltip is rendered 200px from the top. It seems like the tooltip supposes it will be placed on the body instead of the shadow dom of the component).

Reproduction repository:

Problem description:

Suggested solution: Use the position of the element in the shadow dom instead of the position in the document.

An in-range update of jest-styled-components is breaking the build ๐Ÿšจ

The devDependency jest-styled-components was updated from 6.3.3 to 6.3.4.

๐Ÿšจ View failing branch.

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

jest-styled-components 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 failed (Details).

Release Notes for v6.3.4

[TS] Update Matchers interface (#270)

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 ๐ŸŒด

An in-range update of babel-plugin-styled-components is breaking the build ๐Ÿšจ

The devDependency babel-plugin-styled-components was updated from 1.8.0 to 1.9.0.

๐Ÿšจ View failing branch.

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

babel-plugin-styled-components 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 failed (Details).

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 ๐ŸŒด

An in-range update of babel7 is breaking the build ๐Ÿšจ

There have been updates to the babel7 monorepo:

    • The devDependency @babel/core was updated from 7.2.0 to 7.2.2.

๐Ÿšจ 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 babel7 group definition.

babel7 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 failed (Details).

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 ๐ŸŒด

An in-range update of prop-types is breaking the build ๐Ÿšจ

The devDependency prop-types was updated from 15.6.2 to 15.7.0.

๐Ÿšจ View failing branch.

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

prop-types 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 failed (Details).

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 ๐ŸŒด

An in-range update of rollup is breaking the build ๐Ÿšจ

The devDependency rollup was updated from 1.6.0 to 1.6.1.

๐Ÿšจ View failing branch.

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

rollup 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 failed (Details).

Release Notes for v1.6.1

2019-03-20

Bug Fixes

  • Avoid name clashes of unused default exports when tree-shaking is false (#2758)
  • Do not crash when generating SystemJS bundles containing array patterns with member expressions (#2760)

Pull Requests

Commits

The new version differs by 4 commits.

  • dfe1713 1.6.1
  • 7513859 Update changelog
  • 8166eb0 Handle member expressions in array patterns (#2760)
  • 26d2b31 Make sure unused default exports are deconflicted when tree-shaking is false (#2758)

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 ๐ŸŒด

Padding breaks if the Header text has two or more lines

  • @ticketmaster/aurora version: latest
  • node version:
  • npm (or yarn) version:

Relevant code or config
vinodh99@cac63f4

 componentDidMount() {
    // update max height to the correct value so animation works correctly
    if (this.props.content && this.state.isExpanded) {
      const maxHeight = this.text.current.offsetHeight+ this.heading.current.offsetHeight + this.content.current.offsetHeight + 32;

      // eslint-disable-next-line react/no-did-mount-set-state
      this.setState({ maxHeight: `${maxHeight}px` });
    }
    if(!this.props.content &&!this.props.isExpanded){

      // eslint-disable-next-line react/no-did-mount-set-state
      this.setState({ maxHeight: `${this.text.current.offsetHeight+this.heading.current.offsetHeight+32}px` });
    }

  }

  content = React.createRef();

  heading=React.createRef();

  text=React.createRef();

  toggleContent = () => {
    const { onButtonClick } = this.props;
    const contentHeight = this.content.current.offsetHeight;
    const headingHeight = this.heading.current.offsetHeight;
    const textHeight = this.text.current.offsetHeight;
    const collapsedMaxHeight = `${textHeight+headingHeight+32}px`;
    const expandedMaxHeight = `${contentHeight + headingHeight +textHeight +32}px`;

    this.setState(({ isExpanded }) => ({
      isExpanded: !isExpanded,
      maxHeight: isExpanded ? collapsedMaxHeight : expandedMaxHeight
    }));

    if (onButtonClick) {
      onButtonClick();
    }
  };

  renderControl = () => {
    const {
      href,
      linkText,
      expandedText,
      collapsedText,
      linkProps,
      buttonProps
    } = this.props;
    const { isExpanded } = this.state;
    if (!linkText && !expandedText && !collapsedText) {
      return null;
    }

    const props = href
      ? { ...linkProps, href }
      : { ...buttonProps, onClick: this.toggleContent };

    const text = linkText || (isExpanded ? expandedText : collapsedText);
    return (
      <Link size="hecto" {...props}>
        <div ref={this.text}>
          {text}
        </div>
      </Link>
    );
  };

  renderCloseButton = () => {
    const { onRequestClose, closeButtonTitleText } = this.props;
    if (!onRequestClose) {
      return null;
    }

    return (
      <CloseButton onClick={onRequestClose}>
        <CloseIcon size="small">
          <title>{closeButtonTitleText}</title>
        </CloseIcon>
      </CloseButton>
    );
  };

  renderIcon = () => {
    const { variant, icon } = this.props;
    if (!variant && !icon) {
      return null;
    }
    const Icon = variantsIcons[variant];

    return icon || <Icon type="filled" size="regular" />;
  };

  render() {
    const { isOpen, heading, content, variant, style } = this.props;
    const { isExpanded, maxHeight } = this.state;

    return (
      <Transition
        in={isOpen}
        timeout={isOpen ? 0 : 300} // allows to animate fade in after render correctly
        mountOnEnter
        unmountOnExit
      >
        {state => (
          <Container
            className={classnames({
              collapsed: !isExpanded,
              [`banner-variant-${variant}`]: variant,
              "visible-banner": state === "entered"
            })}
            style={{ ...style, maxHeight }}
          >
            <IconSection>{this.renderIcon()}</IconSection>
            <ContentSection>
              <Text tag="span" weight="semiBold">
              <div ref={this.heading}>
                {heading}
              </div>
              </Text>
              {this.renderControl()}
              <div ref={this.content}>
                <Content>{content}</Content>
              </div>
            </ContentSection>
            {this.renderCloseButton()}
          </Container>
        )}
      </Transition>
    );
  }
}

export default Banner;

#403

What happened: Padding breaks on the Banner for iPhone 7 if the header goes into two lines.

What you did: Fixed the problem above but just couldn't fix the catalog.

image (2)

Problem description:
Padding breaks on the Banner if the header text consists of two lines or more.

Suggested solution:
Should calculate the height of the heading and text and change the offset value (or) change the box-sizing to content-box

An in-range update of rollup-plugin-babel is breaking the build ๐Ÿšจ

The devDependency rollup-plugin-babel was updated from 4.1.0-1 to 4.1.0.

๐Ÿšจ View failing branch.

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

rollup-plugin-babel 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 failed (Details).

Commits

The new version differs by 1 commits.

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 ๐ŸŒด

An in-range update of @types/styled-components is breaking the build ๐Ÿšจ

The devDependency @types/styled-components was updated from 4.1.18 to 4.1.19.

๐Ÿšจ View failing branch.

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

@types/styled-components 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 failed (Details).

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 ๐ŸŒด

An in-range update of regenerator-runtime is breaking the build ๐Ÿšจ

The devDependency regenerator-runtime was updated from 0.13.2 to 0.13.3.

๐Ÿšจ View failing branch.

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

regenerator-runtime 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 failed (Details).

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 ๐ŸŒด

Dependency Dashboard

This issue provides visibility into Renovate updates and their statuses. Learn more

This repository currently has no open or pending branches.


  • Check this box to trigger a request for Renovate to run again on this repository

An in-range update of @types/react is breaking the build ๐Ÿšจ

The devDependency @types/react was updated from 16.8.23 to 16.8.24.

๐Ÿšจ View failing branch.

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

@types/react 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 failed (Details).

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 ๐ŸŒด

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.