Stupidism / cra-rewired-starter

Just another starter
https://stupidism.github.io/cra-rewired-starter
2 stars 0 forks source link

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

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

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](https://travis-ci.org/Stupidism/cra-rewired-starter/builds/431922027?utm_source=github_status&utm_medium=notification)).

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](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 6 years ago

After pinning to 3.9.2 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 6 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 3.10.0
Commits

The new version differs by 119 commits.

  • 44d2b64 Bump 3.10.0
  • dd5cc9a Add 3.10.0 changelog (#12488)
  • a9f7a2d tweak table sort icon size
  • a3ce667 Update snapshot
  • 9cfaf17 fix: type error
  • 40001d8 Revert "fix: more types"
  • ff05957 refactor: use instanceof instead typeof
  • 2bf2bb5 fix: type error
  • 1c1a67f Merge branch 'feature'
  • e063e19 fix: more types
  • fe677e2 fix: type error of filterDropdown
  • ee84f4c fix: some type definitions
  • ff4d803 fix #12395. input group hover style error (#12407)
  • 0126c63 fix #11312: add autoClearSearchValue to AbstractSelectProps (#12473)
  • 54a8957 Update babel-eslint requirement from ^9.0.0 to ^10.0.1 (#12454)

There are 119 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 3.10.1
  • 🎉 Ant Design Mobile of Angular(NG-ZORRO-Mobile) released!
  • 📝 Upgrade document Real project with dva to Real project with umi.
  • Table
    • 🐞 Fixed clicking all columns will trigger sort behavior even without sorter props. #12515
    • 🐞 Fixed extra "Sort" title hint of column. #12613
    • 🐞 Fixed broken style of sort and right-aligned column. #12552
    • 🐞 Fixed sort not working as expected when columns defined in render. #12571
    • 🐞 Fixed sorted column background color of small size Table.
    • 🐞 Fixed overlap style of Table row selection Checkbox in chrome. 5bef1aa
    • 🐞 Fixed broken style of Table inside Form.Item. #12554
  • DatePicker
    • 🐞 Tweak Italian locale. #12413 @yp
    • 🐞 Fixed that picker does not get focused state after select date. #12475
    • 🐞 Fixed calendar icon missing when use it in Input.Group. #12536
  • 🐞 Fixed Anchor text edge cut problem. #12520
  • 🐞 Fixed that Drawer still cover page even set mask={false}. #12401
  • 🐞 Fixed disabled style missing of Input.TextArea when used as custom input in AutoComplete. #12594
  • 🐞 Fixed Modal.confirm prefixCls prop not passing to mask element, and changed it's default value to ant-model-confirm. #12546
  • 🐞 Fixed an align issue of Input.Group in safari. #12493
  • 🐞 Fixed an align issue of standalone <Badge />. #12419
  • 🐞 Fixed inconsistent arugments of onExpand when click Tree.DirectoryTree switch icon and tree node. #12567
  • 🐞 Fixed hasFeedback icon unexpected focused state in IE11. #12524 @siyu77
  • 🐞 Fixed multiple Select will trigger onFocus and onBlur repeatly when click it multiple times. #12281 @Frezc
  • 🐞 Fixed long text overflow issue of circle type Progress.
  • TypeScript

  • 🎉 Ant Design Mobile of Angular(NG-ZORRO-Mobile)发布!
  • 📝 更新 项目实战 文档为最新的 umi 技术栈。
  • Table
    • 🐞 修复未指定排序的列头点击时也会触发排序的问题。#12515
    • 🐞 修复列头多余的排序 title 提示。#12613
    • 🐞 修复排序和右对齐的列样式错位的问题。#12552
    • 🐞 修复一个 columns 定义在 render 内时排序失效的问题。#12571
    • 🐞 修复小号表格下排序列的列头背景色。
    • 🐞 修复 Table 的选择器在 chrome 下选中样式的重影问题。5bef1aa
    • 🐞 修复 Form.Item 内的 Table 分页样式。#12554
  • DatePicker
    • 🐞 调整意大利国际化文案。#12413 @yp
    • 🐞 修复选择完成后选择框没有获取焦点的问题。#12475
    • 🐞 修复在 Input.Group 内使用时日期图标消失的问题。#12536
  • 🐞 修复 Anchor 中文字边缘被切割的问题。#12520
  • 🐞 修复 Drawer 设置无遮罩时依然挡住了页面元素的问题。#12401
  • 🐞 修复 AutoComplete 下使用自定义 Input.TextArea 下失效样式丢失的问题。#12594
  • 🐞 修复 Modal.confirm 的 prefixCls 属性没有透传给 mask 的问题,并调整了默认的 prefixCls 的值为 ant-model-confirm#12546
  • 🐞 修复 Input.Group 在 safari 下的一个对齐问题。#12493
  • 🐞 修复独自使用 <Badge /> 时的垂直对齐。#12419
  • 🐞 修复 Tree.DirectoryTree 点击切换图标和点击文本时 onExpand 参数不一致的问题。#12567
  • 🐞 修复在 IE11 下错误聚焦到表单状态图标的问题。#12524 @siyu77
  • 🐞 修复多选 Select 多次点击输入框时会反复触发 onFocusonBlur 的问题。#12281 @Frezc
  • 🐞 修复环形 Progress 内文本超长溢出的问题。
  • TypeScript
    • 🐞 补充 Steps 的 labelPlacement 属性定义。#12575 @yueyes
    • 🐞 补充 Select.Option 的 style 属性定义。#12609 @dimitropoulos
    • 🐞 修复 form.validateFields 的定义重载问题。#12538 @TomIsion
    • 🐞 补充 AutoComponent 的 onFocus onBlur 定义。#12498
Commits

The new version differs by 59 commits.

  • ac599a9 Merge branch 'master' of github.com:ant-design/ant-design
  • bc1ad14 update snapshot
  • 139a348 Add changelog of 3.10.1 (#12615)
  • 76b64b5 Fix overflow issue of long text in Progress[type="circle"]
  • 9aa4172 feat(website): add link to ng-zorro-mobile website; (#12619)
  • 436cbee fix DatePicker clear behavior bring by 3640754
  • 1a442c4 revert rc-input-number cause 4.2 brings break change
  • df9b202 fix: change modal's default prefixCls to ant-modal and ant-modal-confirm (#12548)
  • 8eaf66b adds missing Select.Option type for style (#12609)
  • 3898c45 Typo (#12608)
  • 0f1d191 update snapshot
  • 4e09b3f Fix disabled style in AutoComplete, close #12594
  • a4c1bcc Fix upload and mention test cases (#12586)
  • 7da2f48 adjust pagination select style
  • 150921b Fix Italian translation (fix #12413)

There are 59 commits in total.

See the full diff