Giter VIP home page Giter VIP logo

react-materialui-starter-kit's Introduction

react-materialui-starter-kit's People

Contributors

baoduy avatar dependabot-preview[bot] avatar greenkeeper[bot] avatar xuantuannguyen 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

Watchers

 avatar  avatar

react-materialui-starter-kit's Issues

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

Version 4.17.0 of webpack was just published.

Branch Build failing 🚨
Dependency webpack
Current Version 4.16.5
Type devDependency

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

webpack 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
  • ❌ ci/circleci: Your tests failed on CircleCI (Details).

Release Notes v4.17.0

Features

  • allow to provide custom functions to IgnorePlugin

Bugfixes

  • remove incorrectly emitted dead code in concatenated modules
  • chunk ids contribute to [contenthash] for js assets
  • fix crash when trying to export globals in concatenated modules
Commits

The new version differs by 22 commits.

  • 6f1f18f 4.17.0
  • 45e798a Merge pull request #7827 from AoDev/feat/ignore-plugin-check-fn
  • ed96915 Merge pull request #7907 from Connormiha/simplify-context-replacmnet-plugin
  • 1f954b4 Get rid typeof undef in all lib
  • c2e0395 Merge pull request #7922 from webpack/bugfix/concat-globals
  • 9315ce2 fix exporting globals in scope-hoisted modules
  • 0e60343 Merge pull request #7921 from webpack/bugfix/contenhash-id
  • c253b4b chunk ids contribute to contenthash for javascript
  • efa69cd Get rid of typeof for checking undefined
  • 6235e99 feat(IgnorePlugin): allow user to provide his own check functions
  • a02bf99 Merge pull request #7886 from Sibiraj-S/patch-1
  • aba6dbf Merge pull request #7888 from webpack/bugfix/issue-7887
  • 1345ab2 fixes #7887
  • a9a4f1c docs: update README.md
  • 34ff480 Merge pull request #7881 from oygen87/patch-8

There are 22 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 url-loader is breaking the build 🚨

Version 1.1.0 of url-loader was just published.

Branch Build failing 🚨
Dependency url-loader
Current Version 1.0.1
Type devDependency

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

url-loader 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
  • ❌ ci/circleci: Your tests failed on CircleCI (Details).

Release Notes v1.1.0

1.1.0 (2018-08-13)

Features

  • support fallback loader in options.fallback (#123) (017adc7), closes #118
Commits

The new version differs by 7 commits.

  • 7c8f03b chore(release): 1.1.0
  • 50ab086 refactor: utils (#136)
  • 827da9f docs: some images are saved as .JPG or .PNG (#133)
  • 4941853 test: fix a test (#130)
  • 017adc7 feat: support fallback loader in options.fallback (#123)
  • 9946374 refactor: webpack-defaults (#129)
  • 0256fe7 Readme: add example to set options for fallback loader (#126)

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 url-loader is breaking the build 🚨

Version 1.1.1 of url-loader was just published.

Branch Build failing 🚨
Dependency url-loader
Current Version 1.1.0
Type devDependency

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

url-loader 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
  • ❌ ci/circleci: Your tests failed on CircleCI (Details).

Release Notes v1.1.1

2018-08-17

Bug Fixes

  • correctly pass all options to the fallback (#143) (03e631f)
Commits

The new version differs by 5 commits.

  • 31b51c3 chore(release): 1.1.1
  • 03e631f fix: fallback options behaviour (#145)
  • e4d10a2 refactor: remove unnecessary delete (#140)
  • 401be63 fix(utils/normalizeFallback): correctly pass all options to the default fallback (file-loader) (#139)
  • 75d9d8b chore(package): use caret range for schema-utils (dependencies) (#137)

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-loader is breaking the build 🚨

Version 8.0.2 of babel-loader was just published.

Branch Build failing 🚨
Dependency babel-loader
Current Version 8.0.1
Type devDependency

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

babel-loader 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
  • ❌ ci/circleci: Your tests failed on CircleCI (Details).

Release Notes v8.0.2
  • #541 - A bunch of great README fixes
  • #574 - Add cacheCompression: false to disable GZip compression of the disk cache
  • #670 - Handle both 'sourceMap' and 'sourceMaps' options properly
  • #671 - Fix sourceMaps: 'inline' to work properly with babel-loader
  • #669 - Fix sourcemaps to work with Webpack's devtoolModuleFilenameTemplate placeholders
Commits

The new version differs by 6 commits.

  • 0e43d0a 8.0.2
  • 5e0565d Manually fix 'inline' sourcemaps so they work with Webpack. (#671)
  • ea52d05 Use 'sourceMaps' since that is what we suggest to use in our docs. (#670)
  • 4c32295 Use absolute filepaths in sourcemap 'sources' list. (#669)
  • 9621e24 Tidy up README [skip ci]
  • 67a5f40 Make compressing transforms cache configurable (#574)

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 🌴

Notification documentation

Add technical design document for Notification components

  • State diagram
  • Sequence diagram
  • Component diagram

An in-range update of eslint-plugin-react is breaking the build 🚨

Version 7.11.0 of eslint-plugin-react was just published.

Branch Build failing 🚨
Dependency eslint-plugin-react
Current Version 7.10.0
Type devDependency

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
  • ❌ ci/circleci: Your tests failed on CircleCI (Details).

Release Notes v7.11.0

Added

Fixed

Changed

Commits

The new version differs by 65 commits.

  • 599c028 Update CHANGELOG and bump version
  • 1eccf7f Merge pull request #1924 from alexzherdev/1775-one-expression-options
  • c1c3d19 Merge pull request #1911 from alexzherdev/1674-prop-types-refactoring
  • 3567c5b [New] Add allow option to jsx-one-expression-per-line
  • 9258d79 Merge pull request #1918 from BenRichter/patch-1
  • bc9a8ea Update jsx-props-no-multi-spaces.md
  • a466a77 Merge pull request #1909 from alexandernanberg/fix/class-property-destructure-assignment
  • 50cd5a6 Clean up and code review
  • 5b5ebfa Made prop-types pass
  • f2fdaa3 Extract declared propTypes detection code
  • 9dbb834 Merge pull request #1914 from alexzherdev/is-function-helper
  • 7edc982 Fix lint error
  • ef36ba9 Add a helper function for determining function-like expressions
  • 4382aa5 fix: destructuring-assignment ignore class properties
  • efe0c0c Merge pull request #1907 from alexzherdev/1637-destructuring-assignment-greedy

There are 65 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 extract-css-chunks-webpack-plugin is breaking the build 🚨

Version 3.0.12 of extract-css-chunks-webpack-plugin was just published.

Branch Build failing 🚨
Dependency extract-css-chunks-webpack-plugin
Current Version 3.0.11
Type devDependency

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

extract-css-chunks-webpack-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
  • ❌ ci/circleci: Your tests failed on CircleCI (Details).

Release Notes v3.0.12

<a name"3.0.12">

3.0.12 (2018-08-31)

  • build(package.json): Publish TS declaration file

  • fix #99

Commits

The new version differs by 3 commits.

  • a364370 build(package.json): Publish TS declaration file (#100)
  • 71dbb73 General upgrades (#97)
  • a0ae649 fix: Fix CSS ordering for config with multiple entry points (#92)

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 react-hot-loader is breaking the build 🚨

Version 4.3.6 of react-hot-loader was just published.

Branch Build failing 🚨
Dependency react-hot-loader
Current Version 4.3.5
Type devDependency

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

react-hot-loader 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
  • ❌ ci/circleci: Your tests failed on CircleCI (Details).

Release Notes v4.3.6

Bug Fixes

  • don't inadvertently call getters (#1054)
Commits

The new version differs by 3 commits.

  • 3cad8f5 chore(release): 4.3.6
  • d3b1865 Merge pull request #1054 from phyllisstein/master
  • 322e746 fix: don't inadvertendly call getters

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 🌴

Support Sass

Add Sass support. So the developer can choose either less, Jss or Sass for style sheet development.

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

Version 3.5.1 of the enzyme packages was just published.

Branch Build failing 🚨
Monorepo release group enzyme
Current Version 3.5.0
Type devDependency

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 enzyme group definition.

enzyme 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
  • ❌ ci/circleci: Your tests failed on CircleCI (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 @material-ui/core is breaking the build 🚨

Version 3.0.2 of @material-ui/core was just published.

Branch Build failing 🚨
Dependency @material-ui/core
Current Version 3.0.1
Type dependency

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

@material-ui/core is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ ci/circleci: Your tests failed on CircleCI (Details).

Release Notes v3.0.2
Sep 3, 2018

Big thanks to the 16 contributors who made this release possible!

Here are some highlights ✨:

  • A documented release strategy (#12752).
  • And many more bug fixes πŸ› and documentation improvements πŸ“.

@material-ui/[email protected]

@material-ui/[email protected]

Breaking changes

-import { ToggleButtonGroup } from '@material-ui/lab/ToggleButton';
+import ToggleButtonGroup from '@material-ui/lab/ToggleButtonGroup';

Component Fixes / Enhancements

Docs

Core

N/A

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-loader is breaking the build 🚨

Version 8.0.1 of babel-loader was just published.

Branch Build failing 🚨
Dependency babel-loader
Current Version 8.0.0
Type devDependency

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

babel-loader 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
  • ❌ ci/circleci: Your tests failed on CircleCI (Details).

Release Notes v8.0.1
  • #662 - docs: update README.md
  • #667 - docs: Remove babelrc from loader-specific options
  • #668 - Add a warning if you forget to install @babel/core or install babel-core.
Commits

The new version differs by 6 commits.

  • dbcc2b5 8.0.1
  • 34d6d6e Add a warning if you forget to install @babel/core or install babel-core. (#668)
  • 8b6dd4b Merge pull request #662 from Sibiraj-S/patch-1
  • 2344855 Merge branch 'master' into patch-1
  • 053c9f6 Remove babelrc from loader-specific options (#667)
  • e1c190d docs: update README.md

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 @material-ui/core is breaking the build 🚨

Version 3.0.3 of @material-ui/core was just published.

Branch Build failing 🚨
Dependency @material-ui/core
Current Version 3.0.2
Type dependency

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

@material-ui/core is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ ci/circleci: Your tests failed on CircleCI (Details).

Release Notes v3.0.3
Sep 9, 2018

Big thanks to the 13 contributors who made this release possible!

@material-ui/[email protected]

@material-ui/[email protected]

Docs

Core

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 material-ui is breaking the build 🚨

There have been updates to the material-ui 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 material-ui group definition.

material-ui is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ ci/circleci: Your tests failed on CircleCI (Details).

Release Notes for v3.5.0
Nov 12, 2018

Big thanks to the 13 contributors who made this release possible!

Here are some highlights ✨:

  • Introduce a new @material-ui/styles package πŸ’… (#13503).

The Material-UI's styling solution has pretty much stayed the same for the last 12 months.
Some interesting CSS-in-JS libraries like styled-components, emotion or linaria have emerged.
This new package is a significant step forward. Some of the key features:

  • Supports 4 different APIs: hooks, styled-components, higher-order components and render props.
  • Allow accessing the component's props from within the style object.
  • Replace the usage of the old React APIs with the new ones.
  • 15.0 KB gzipped.

Here is an example: https://codesandbox.io/s/vjzn5z4k77.

import Button from '@material-ui/core/Button';
import React from 'react';
import { makeStyles } from '@material-ui/styles';

// Like https://github.com/brunobertolini/styled-by
const styledBy = (property, mapping) => props => mapping[props[property]];

const useStyles = makeStyles({
root: {
background: styledBy('color', {
red: 'linear-gradient(45deg, #FE6B8B 30%, #FF8E53 90%)',
blue: 'linear-gradient(45deg, #2196F3 30%, #21CBF3 90%)',
}),
border: 0,
borderRadius: 3,
boxShadow: styledBy('color', {
red: '0 3px 5px 2px rgba(255, 105, 135, .3)',
blue: '0 3px 5px 2px rgba(33, 203, 243, .3)',
}),
color: 'white',
height: 48,
padding: '0 30px',
},
});

function MyButton(props) {
const { color, ...other } = props;
const classes = useStyles(props);
return <Button className={classes.root} {...other} />;
}

function AdaptingHook() {
return (
<div>
<MyButton color="red">Red</MyButton>
<br />
<br />
<MyButton color="blue">Blue</MyButton>
</div>
);
}

export default AdaptingHook;

Powered by JSS.

  • Remove some usages of the old React's APIs (#13487, #13529, #13503) @eps1lon.
  • Add a language menu in the documentation and persist states between repeated visits (#13544, #13567) @mbrookes
  • And many more πŸ› bug fixes and πŸ“ documentation improvements.

@material-ui/[email protected]

@material-ui/[email protected]

Docs

Core

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 🌴

Removing lodash

Lodash is great ultil library however this project is not heavily depend on it and some are supporting by ES6 so we will remove lodash soon to reduce the size of the bundle file.

Support TypeScript

Typescript can be used to develop some common functions in order to reduce the common issues.

An in-range update of @material-ui/core is breaking the build 🚨

Version 1.5.1 of @material-ui/core was just published.

Branch Build failing 🚨
Dependency @material-ui/core
Current Version 1.5.0
Type dependency

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

@material-ui/core is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ ci/circleci: Your tests failed on CircleCI (Details).

Release Notes v1.5.1
Aug 19, 2018

Big thanks to the 22 contributors who made this release possible!

Here are some highlights ✨:

  • Upgrade Babel to v7.0.0-rc.1 (#12581).
  • Document the meta viewport (#12541).
  • And many more bug fixes πŸ› and documentation improvements πŸ“.

Breaking change

N/A

Component Fixes / Enhancements

Docs

Core

Lab

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 react is breaking the build 🚨

There have been updates to the react monorepo:

    • The dependency react was updated from 16.6.1 to 16.6.2.
  • The dependency react-dom was updated from 16.6.1 to 16.6.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 react group definition.

react is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ ci/circleci: Your tests failed on CircleCI (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 🌴

Improve Performace

In most cases, instead of writing shouldComponentUpdate() by hand, you can inherit from React.PureComponent. It is equivalent to implementing shouldComponentUpdate() with a shallow comparison of current and previous props and state.

Action: Review all components and changes to PureComponent if needed.

An in-range update of redux-devtools-extension is breaking the build 🚨

The devDependency redux-devtools-extension was updated from 2.13.5 to 2.13.6.

🚨 View failing branch.

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

redux-devtools-extension 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
  • ❌ ci/circleci: Your tests failed on CircleCI (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 enzyme is breaking the build 🚨

Version 3.4.2 of the enzyme packages was just published.

Branch Build failing 🚨
Monorepo release group enzyme
Current Version 3.4.1
Type devDependency

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 enzyme group definition.

enzyme 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
  • ❌ ci/circleci: Your tests failed on CircleCI (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 🌴

Apply Google FCM for notification

Build a new solution for notification. All solution will build as independent component so that we can on/off the solution easily.

An in-range update of npm-run-all is breaking the build 🚨

The devDependency npm-run-all was updated from 4.1.3 to 4.1.4.

🚨 View failing branch.

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

npm-run-all 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
  • ❌ ci/circleci: Your tests failed on CircleCI (Details).

Commits

The new version differs by 3 commits.

  • a79fbac πŸ”– 4.1.4
  • d97929c remove test in version script temporary
  • 57d72eb πŸ”₯ remove ps-tree

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 🌴

Upgrade to Babel 7

Babel 7 is going to release with bunch of improvement and I want to upgrade to Babel 7

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

Version 4.17.2 of webpack was just published.

Branch Build failing 🚨
Dependency webpack
Current Version 4.17.1
Type devDependency

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

webpack 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
  • ❌ ci/circleci: Your tests failed on CircleCI (Details).

Release Notes v4.17.2

Bugfixes

  • fix a spacing issue with the ProgressPlugin on some terminals
  • force-upgrade webpack-sources for performance improvement (was already in semver range)
Commits

The new version differs by 9 commits.

  • dfe6379 4.17.2
  • 80bc330 Merge pull request #7961 from aimergenge/patch-1
  • 3dedc72 Merge pull request #7969 from webpack/deps/upgrade
  • cd9525a Upgrade some dependencies
  • 7996883 solving outputing unnecessary spaces
  • 76c3193 Merge pull request #7952 from webpack/tooling/prettier
  • 1b886ee improve prettier and lint config and performance
  • 6e01fd5 Merge pull request #7942 from webpack/test/performance
  • 2740d4a improve jest startup performance

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 🌴

Sample login with OAuth

I'm thinking about the OAuth sample. Whether should I use google or facebook as OAuth provider?

An in-range update of extract-css-chunks-webpack-plugin is breaking the build 🚨

The devDependency extract-css-chunks-webpack-plugin was updated from 3.3.0 to 3.3.1.

🚨 View failing branch.

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

extract-css-chunks-webpack-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
  • ❌ ci/circleci: Your tests failed on CircleCI (Details).

Release Notes for v3.3.1

3.3.1 (2018-12-31)

Bug Fixes

Commits

The new version differs by 1 commits.

  • 3df96a6 fix: hotModuleReplacement.js (#139)

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 🌴

Add Service worker

Add service worker support to sync the data between Server and Client automatically and silently.

An in-range update of @material-ui/icons is breaking the build 🚨

Version 2.0.3 of @material-ui/icons was just published.

Branch Build failing 🚨
Dependency @material-ui/icons
Current Version 2.0.2
Type dependency

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

@material-ui/icons is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ ci/circleci: Your tests failed on CircleCI (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.