amercier / gilded-rose-innkeeper

Gilded Rose Innkeeper UI
https://gilded-rose.amercier.com/admin/
ISC License
1 stars 0 forks source link

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

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency antd was updated from 3.17.0 to 3.18.0.

🚨 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 could not complete due to an error ([Details](https://travis-ci.org/amercier/gilded-rose-innkeeper/builds/531623507?utm_source=github_status&utm_medium=notification)).

Release Notes for 3.18.0
  • 🌟 Transfer support children prop to customize render list. #16026
  • 🌟 Pagination support disabled prop. #16493
  • 🌟 Upgrade @ant-design/icons and @ant-design/icons-react to 2.0 for fix lots of missing icons. #15874
  • 🐞 Fix Form hasFeedback overlap issue with Input.Password. #16445
  • 🐞 Fix Select selected and disabled item wrong hover color. #16477
  • 🐞 Fix disabled Upload being triggered by label. #16483
  • 🐞 Fix hoist-non-react-statics compilation error. #16397 @ztplz
  • 🐞 Fix customize icon style in Notification size not correct. #16507
  • 🐞 Fix PageHeader should not render blank dom when title is undefined. #16510 @yociduo
  • ⚡️ Print reject error when Modal's onOk callback return an promise rejects. #16437 @jas0ncn
  • TypeScript
    • ⚡️ Improve Table column.filterDropdown type. #16446
    • ⚡️ Add Select missing type definition maxTagTextLength. #16504 @SylvanasGone
    • ⚡️ Improve return type of getFieldError in Form. #16524 @vicrep
    • 🐞 Fix List missing style prop definition. #16485

  • 🌟 Transfer 支持 children 来自定义渲染列表。#16026
  • 🌟 Pagination 支持 disabled 属性。#16493
  • 🌟 升级 @ant-design/icons@ant-design/icons-react 到 2.0 修复一些图标缺失的问题。#15874
  • 🐞 修复 Form hasFeedback 和 Input.Password 一起使用时互相重叠的问题。#16445
  • 🐞 修复 Select 当前选中的失效项的样式问题。#16477
  • 🐞 修复 Upload disabled 状态下会被 label 激活的问题。#16483
  • 🐞 修复 hoist-non-react-statics 导致的编译错误问题。#16397 @ztplz
  • 🐞 修复自定义图标在 Notification 组件中的大小不对的问题。#16507
  • 🐞 修复 PageHeader 组件当 title 为空时不应该渲染空白元素的问题。#16510 @yociduo
  • ⚡️ 当 Modal 组件 onOk 回调返回的 Promise 被 Reject 的时候,打印错误。#16437 @jas0ncn
  • TypeScript
    • ⚡️ 完善 Table 中 column.filterDropdown 的定义。#16446
    • ⚡️ 添加 Select 中 maxTagTextLength 的定义。#16504 @SylvanasGone
    • ⚡️ 完善 Form 中 getFieldError 的返回值的定义。#16524 @vicrep
    • 🐞 修复 List 组件缺少 style 定义的问题。#16485
Commits

The new version differs by 117 commits.

  • ad262e7 Merge pull request #16538 from ant-design/feature
  • 5375f51 docs: changelog for 3.18.0 (#16539)
  • 1198fb6 update doc (#16545)
  • a4baec0 Merge pull request #16537 from ant-design/chore/mergemaster
  • adfc435 merge master
  • b92020c docs: 📝 changelog for 3.17.1 (#16534)
  • 16f7d66 Merge pull request #16531 from abgaryanharutyun/patch-2
  • b8c5671 Just a spelling update
  • b3e90d7 Merge pull request #16524 from vicrep/patch-1
  • 6119095 fix(forms): improve field error method type defs
  • 6eacfd7 fix[Select]: add missing type definition (#16504)
  • fb8f947 Update confirm-promise.md
  • 0156886 fix: codesandbox not support slash import (#16509)
  • e88589d feat: Pagination support disabled prop (#16493)
  • 2bfecc3 📝 Update Menu docs (#16513)

There are 117 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 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 3.26.9
  • 🐞 Fix Badge that count is not align when wrapped by Typography. #21237
  • 🐞 Fix Steps that icon is not align when size="small" and labelPlacement="vertical". #21258
  • 🐞 Fix Typography not focus at the end of textarea when editable is true. #21268
  • TypeScript

Commits

The new version differs by 8 commits.

  • a1c733a Bump 3.26.9
  • 9918140 docs: Add the changelog of 3.26.9 (#21289)
  • 87cbe01 Explicitly add children prop to Timeline. (#21265)
  • eea0b02 :bug: Typography editable should focus at the end (#21268)
  • 88bed67 :bug: Fix Steps style when size="small" and labelPlacement="vertical" (#21258)
  • f7e7ce9 fix: Minor fix on ValidationRule to match AsyncValidator (#21250)
  • ae7666f fix badge (#21237)
  • 3fb7325 Fix wrong event type of AntTreeNodeMouseEvent (#21200)

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

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