fanfoujs / electron-fanfou

[WIP] An Electron app for Fanfou
MIT License
1 stars 0 forks source link

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

Open greenkeeper[bot] opened 4 years ago

greenkeeper[bot] commented 4 years ago

The dependency antd was updated from 3.26.9 to 3.26.10.

🚨 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/fanfoujs/electron-fanfou/builds/651282429?utm_source=github_status&utm_medium=notification)).

Release Notes for 3.26.10
  • 🐞 Fix Input.Group inside <Form layout="vertical" > 1px bug. #20685
  • 🐞 Fix Badge color not working when contains children. #21333
  • 🐞 Fix Alert close button extra padding. #21325
  • 🐞 Fix Affix throws Cannot read property getBoundingClientRect in mobile device. #21350
  • 💄 Tweak Steps 1px align issue. #21306
  • 💄 Fix Row component affect next element style issue. #21310
  • Typescript

  • 🐞 修复 <Form layout="vertical" > 内 Input.Group 偏上一像素的问题。#20685
  • 🐞 修复 Badge 包裹模式下 color 属性失效的问题。#21333
  • 🐞 修复 Alert 关闭按钮额外的 padding#21325
  • 🐞 修复 Affix 在移动设备下抛错 Cannot read property getBoundingClientRect 的问题。#21350
  • 💄 微调 Steps 文本 1px 使其居中对齐。#21306
  • 💄 修复 Row 组件影响下一个元素样式问题。#21310
  • Typescript
Commits

The new version differs by 12 commits.

  • 4c52401 Bump 3.26.9
  • 7c96796 docs: add 3.26.10 changelog (#21393)
  • ac63d26 Revert "fix: Minor fix on ValidationRule to match AsyncValidator (#21250)" (#21391)
  • b22ef22 :white_check_mark: fix Badge test in React 15
  • 831f0fc chore: remove unused iconClassName from definition (#21378)
  • 4db7cbc :bug: Fix Affix throws Cannot read property getBoundingClientRect (#21350)
  • dd16a24 :bug: fix Badge color not working when contains children (#21333)
  • f692e7e :bug: fix Alert button extra padding in Firefox (#21325)
  • fd553c9 :clapper: improve dropdown demos in mobile (#21312)
  • 1b23971 :lipstick: tweak steps 1px align (#21306)
  • 04ef6a8 fix: Clear fix missing width (#21310)
  • 703a4b1 docs(changelog): Add missing version

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 4 years ago

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

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 3.26.11
  • 🐞 Rollback misc clearfix style to breaks flex layout (mainly affect Row, Form, Layout style). #21406

  • 🐞 回滚原子样式 clearfix 以修复破坏 flex 布局的问题(主要影响 Row、Form、Layout 等布局问题)。#21406
Commits

The new version differs by 3 commits.

  • ef7bb37 docs: 3.26.11 changelog (#21405)
  • ac740d7 fix: Revert patch of row fix (#21406)
  • e356630 fix: ant-row with flex

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 3.26.12
  • 🐞 Fix Input with readOnly still clearable by allowClear. #21492
  • 🐞 Fix Upload won't showing download icon defaultly. #21496
  • ⚡️ Improve Button render performance. #21217

  • 🐞 修复 Input 在设置 readOnlyallowClear 仍然可以清除的问题。#21492
  • 🐞 修复 Upload 列表默认情况下不展现下载按钮。#21496
  • ⚡️ 提升 Button 渲染性能。#21217
Commits

The new version differs by 6 commits.

  • 2ae5efa release: 3.26.12 (#21547)
  • e85ec40 avoid reading innerText (#21217)
  • bb335bc uniq (#21522)
  • 26dd6f7 :lipstick: tweak Upload showDownloadIcon default value (#21496)
  • 91a5947 docs: 📝 Added expandIconColumnIndex property description of Table. (#21495)
  • be19e4e fix: Input with readOnly should not clearable (#21492)

See the full diff