Git Product home page Git Product logo

cra-rewired-starter's People

Contributors

greenkeeper[bot] avatar redduck3 avatar stupidism avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

cra-rewired-starter's Issues

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

The dependency antd was updated from 3.9.2 to 3.9.3.

🚨 View failing branch.

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

antd 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
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Release Notes for 3.9.3
  • 🐞 Fix Select render lag of long text in Chrome. #11456 #11843
  • 🐞 Fix onOpenChange handler not being called in RangePicker for preset ranges. #12142@leijingdao
  • 🐞 Fix parameter dontAnimate to goTo of Carousel, the parameter be used to closing animation transitions. #12205
  • 🐞 Fix duplicated className for tabBar in Tabs. 589ba #12051
  • 🐞 Fix the vertical alignment for the title of Card. #11036 #10576
  • 🐞 Fix Item key unspected change on List component. #12299@douglasjunior
  • 🐞 Fix confirmFilter in Table does not refresh immediately. 954c7 #12284
  • Menu
    • 🐞 Fix extra scrollbar when popup Menu in horizontal mode. #12152
    • 🐞 Fix openKeys have higher priority in Menu. #12361 @tangjinzhou
  • Upload
    • 🐞 Fix linkProps in Upload fileList to support json string format and can override rel, target, title and etc. efb23c
    • 🐞 Fix deduplication of the same key when uploading multiple files in Upload. 273fd#10953
  • Icon related
    • 🐞 Fix Upload close icon style error. #12330 #12304
    • 🐞 Fix Select add select clear icon. #12196 #12181
    • 🐞 Fix Icon svg align. 0698c
    • 🐞 Fix React.Children.only error when Icon contain children. c21ff
    • 🐞 Fix Notification icon align when no description. e6579
    • 🐞 Fix sorter icon align of Table. c935d
  • TypeScript
    • 🐞 Fix Message miss return type of MessageApi. e82d7 #12137
    • 🐞 Fix Tree onDrop type. e5827 #12269
    • 🐞 Add TreeSelect missing argument extra in onChange event. #12243@jardicc

  • 🐞 修复 Select 组件在 Chrome 下超长文本的渲染延迟。#11456 #11843
  • 🐞 修复 RangePicker 组件中的 onOpenChange 非正常数值报错问题。#12142@leijingdao
  • 🐞 修复 Carousel 组件的 goTo 方法缺少 dontAnimate 参数问题,参数用于关闭转场过渡动画。#12205
  • 🐞 修复 TabstabBar 的重复类名。589ba#12051
  • 🐞 修复 Card 组件标题的垂直对齐方式。#11036#10576
  • 🐞 修复 List 组件刷新后 key 值非预期变化。#12299@douglasjunior
  • 🐞 修复 Table 组件 confirmFilter 方法不能及时更新数据。954c7#12284
  • Menu 组件相关
    • 🐞 修复 Menuhorizontal 模式下时出现额外的滚动条。#12152
    • 🐞 修复 Menu 组件 openKeys 有更高的优先级。#12361 @tangjinzhou
  • Upload 组件相关
    • 🐞 修复 Upload 上传文件列表中的 linkProps ,支持 JSON 格式链接且可传入 reltarget title 等属性。[efb23(https://github.com/ant-design/ant-design/commit/efb23c1525858114460bfe3bd5fcb18c9f236bdc)
    • 🐞 修复 Upload 组件多文件类型同时上传时,key 重复引用冲突的报错问题。273fd#10953
  • 图标相关内容
    • 🐞 修复 Upload 组件关闭图标样式。#12330 #12304
    • 🐞 修复 Select 组件清除图标。#12196 #12181
    • 🐞 修复 Icon svg 对齐问题。0698c
    • 🐞 修复当 Icon 组件包含子组件时,React.Children.only 报错。c21ff
    • 🐞 修复 Notification 组件没有描述时图标对齐问题。e6579
    • 🐞 修复 Table 组件的排序图标对齐问题。c935d
  • TypeScript
  • 🐞 修复 Message 组件中 MessageApi 类型定义。e82d7#12137
  • 🐞 修复 Tree onDrop 类型定义。e5827#12269
  • 🐞 TreeSelect 组件中 onChange 方法中添加 extra 类型定义。#12243@jardicc
Commits

The new version differs by 94 commits.

  • 46f1d3e Merge pull request #12364 from ant-design/release-3.9.3
  • c04cca0 update changelog text
  • ae025a2 update changelog Carousel and Menu
  • 2906b45 update test case
  • 048a902 adjust style
  • 50dc59e adjust table style
  • 2477d1b update changelog add Menu openKeys pr
  • a1decb1 update changelog with md format and add icon related
  • 9630dc4 fix: openKeys should have higher priority (#12361)
  • 7f83d84 update changelog with type
  • 28ac612 rm: duplicated newlines
  • 3347eed release 3.9.3
  • 1f55ee4 Fix typos (#12360)
  • c4b17f2 doc: move font icon doc before svg icon
  • 022d2dd doc: upgrade 3.0 Breaking Changes about new daparated info

There are 94 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-import is breaking the build 🚨

The devDependency babel-plugin-import 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-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 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 react is breaking the build 🚨

There have been updates to the react monorepoundefined

🚨 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).

Release Notes for v16.5.1

16.5.1 (September 13, 2018)

React

  • Improve the warning when React.forwardRef receives an unexpected number of arguments. (@andresroberto in #13636)

React DOM

  • Fix a regression in unstable exports used by React Native Web. (@aweary in #13598)
  • Fix a crash when component defines a method called isReactComponent. (@gaearon in #13608)
  • Fix a crash in development mode in IE9 when printing a warning. (@link-alex in #13620)
  • Provide a better error message when running react-dom/profiling with schedule/tracking. (@bvaughn in #13605)
  • If a ForwardRef component defines a displayName, use it in warnings. (@probablyup in #13615)

Schedule (Experimental)

  • Add a separate profiling entry point at schedule/tracking-profiling. (@bvaughn in #13605)
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 🌴

Action required: Greenkeeper could not be activated 🚨

🚨 You need to enable Continuous Integration on all branches of this repository. 🚨

To enable Greenkeeper, you need to make sure that a commit status is reported on all branches. This is required by Greenkeeper because it uses your CI build statuses to figure out when to notify you about breaking changes.

Since we didn’t receive a CI status on the greenkeeper/initial branch, it’s possible that you don’t have CI set up yet. We recommend using Travis CI, but Greenkeeper will work with every other CI service as well.

If you have already set up a CI for this repository, you might need to check how it’s configured. Make sure it is set to run on all new branches. If you don’t want it to run on absolutely every branch, you can whitelist branches starting with greenkeeper/.

Once you have installed and configured CI on this repository correctly, you’ll need to re-trigger Greenkeeper’s initial pull request. To do this, please delete the greenkeeper/initial branch in this repository, and then remove and re-add this repository to the Greenkeeper App’s white list on Github. You'll find this list on your repo or organization’s settings page, under Installed GitHub Apps.

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

There have been updates to the enzyme monorepo:

    • The devDependency enzyme was updated from 3.5.1 to 3.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 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
  • 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 🌴

Action required: Greenkeeper could not be activated 🚨

🚨 You need to enable Continuous Integration on all branches of this repository. 🚨

To enable Greenkeeper, you need to make sure that a commit status is reported on all branches. This is required by Greenkeeper because it uses your CI build statuses to figure out when to notify you about breaking changes.

Since we didn’t receive a CI status on the greenkeeper/initial branch, it’s possible that you don’t have CI set up yet. We recommend using Travis CI, but Greenkeeper will work with every other CI service as well.

If you have already set up a CI for this repository, you might need to check how it’s configured. Make sure it is set to run on all new branches. If you don’t want it to run on absolutely every branch, you can whitelist branches starting with greenkeeper/.

Once you have installed and configured CI on this repository correctly, you’ll need to re-trigger Greenkeeper’s initial pull request. To do this, please delete the greenkeeper/initial branch in this repository, and then remove and re-add this repository to the Greenkeeper App’s white list on Github. You'll find this list on your repo or organization’s settings page, under Installed GitHub Apps.

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

The devDependency prettier was updated from 1.14.2 to 1.14.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.14.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 🌴

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

The devDependency stylelint was updated from 9.5.0 to 9.6.0.

🚨 View failing branch.

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

stylelint 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 9.6.0
  • Added: suggestions for invalid CLI options (#3622).
  • Added: no-empty-first-line rule (#3650).
  • Added: at-rule-name-space-after autofix (#3653).
  • Added: block-closing-brace-empty-line-before autofix (#3598).
  • Added: block-closing-brace-space-before autofix (#3673).
  • Added: comment-whitespace-inside autofix (#3619).
  • Added: declaration-bang-space-after autofix (#3598).
  • Added: declaration-bang-space-before autofix (#3592).
  • Added: declaration-colon-newline-after autofix (#3588).
  • Added: function-comma-space-after autofix (#3555).
  • Added: function-comma-space-before autofix (#3596).
  • Added: function-name-case autofix (#3674).
  • Added: function-max-empty-lines autofix (#3645).
  • Added: function-parentheses-newline-inside autofix (#3601).
  • Added: function-whitespace-after autofix (#3648).
  • Added: media-feature-colon-space-after autofix (#3623).
  • Added: media-feature-colon-space-before autofix (#3637).
  • Added: media-feature-name-case autofix (#3685).
  • Added: media-feature-range-operator-space-after autofix (#3639).
  • Added: media-feature-range-operator-space-before autofix (#3618).
  • Added: media-query-list-comma-newline-after autofix (#3643).
  • Added: media-query-list-comma-space-after autofix (#3607).
  • Added: media-query-list-comma-space-before autofix (#3640).
  • Added: function-parentheses-space-inside autofix (#3563).
  • Added: selector-attribute-brackets-space-inside autofix (#3605).
  • Added: selector-attribute-operator-space-after autofix (#3641).
  • Added: selector-attribute-operator-space-before autofix (#3603).
  • Added: selector-pseudo-class-case autofix (#3671).
  • Added: selector-pseudo-class-parentheses-space-inside autofix (#3646).
  • Added: selector-type-case autofix (#3668).
  • Added: no-eol-whitespace autofix (#3615).
  • Added: no-extra-semicolons autofix (#3574).
  • Added: value-list-comma-newline-after autofix (#3616).
  • Added: value-list-comma-space-after autofix (#3558).
  • Added: value-list-comma-space-before autofix (#3597).
  • Added: baseIndentLevel to indentation (#3557).
  • Fixed: autofix for 5 whitespace rules (#3621).
  • Fixed: linebreaks TypeError (#3636).
  • Fixed: max-empty-lines incorrect line reporting (#3530).
  • Fixed: media-query-list-comma-newline-after false positives for trailing comment (#3657).
  • Fixed: no-descending-specificity false positives for CSS Modules functional pseudo-classes (#3623).
Commits

The new version differs by 99 commits.

  • d285c8f Prepare 9.6.0
  • 66b8f09 Update plugins.md (#3692)
  • 5a4fcbe Add codacy as an analysis platform engine (#3691)
  • d02b907 fix(package): update known-css-properties to version 0.8.0 (#3684)
  • b25d33d Update CHANGELOG.md
  • 16d49c0 Document mixin parameter note (#3688)
  • acd8898 Fix ESLint Jest warnings (#3689)
  • 3e22b9f Update CHANGELOG.md
  • 8642003 Update CHANGELOG.md
  • 7a18014 Add no-empty-first-line rule (#3650)
  • 8dadc25 feat: add autofix to media-feature-name-case (#3685)
  • 31c73b4 Update CHANGELOG.md
  • fbe3429 Add auto fix for selector-pseudo-class-case rule (#3671)
  • fefb34b Update CHANGELOG.md
  • 55a004e feat: add autofix for rule "selector-type-case" (#3668)

There are 99 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 🌴

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.