Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all (major) #328

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update all (major) #328

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 4, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@testing-library/jest-dom 5.17.0 -> 6.2.0 age adoption passing confidence devDependencies major
@types/node (source) 14.14.37 -> 20.11.0 age adoption passing confidence devDependencies major
@types/uuid (source) 8.3.4 -> 9.0.7 age adoption passing confidence devDependencies major
actions/cache v2 -> v3 age adoption passing confidence action major
actions/checkout v2 -> v4 age adoption passing confidence action major
actions/setup-node v2 -> v4 age adoption passing confidence action major
actions/setup-python v2 -> v5 age adoption passing confidence action major
antd (source) 4.24.12 -> 5.12.8 age adoption passing confidence dependencies major
argon2-cffi (changelog) ==21.3 -> ==23.1.0 age adoption passing confidence major
codecov/codecov-action v1 -> v3 age adoption passing confidence action major
dj-rest-auth ==2.2.8 -> ==5.0.2 age adoption passing confidence major
django (source, changelog) ==4.2.7 -> ==5.0.1 age adoption passing confidence major
django-cors-headers (changelog) ==3.14.0 -> ==4.3.1 age adoption passing confidence major
django-filter (changelog) ==22.1 -> ==23.5 age adoption passing confidence major
dotenv 8.2.0 -> 16.3.1 age adoption passing confidence dependencies major
eslint-config-prettier 8.5.0 -> 9.1.0 age adoption passing confidence devDependencies major
eslint-plugin-prettier 4.0.0 -> 5.1.3 age adoption passing confidence devDependencies major
flake8 (changelog) ==6.0.0 -> ==7.0.0 age adoption passing confidence major
gunicorn (source) ==20.1.0 -> ==21.2.0 age adoption passing confidence major
keycloak-js (source) 19.0.3 -> 23.0.4 age adoption passing confidence dependencies major
msw (source) 0.28.1 -> 2.0.13 age adoption passing confidence devDependencies major
newrelic (source) ==8.8.1 -> ==9.4.0 age adoption passing confidence major
postgres 12.6 -> 16.1 age adoption passing confidence service major
postgres 12.6 -> 16.1 age adoption passing confidence final major
pre-commit/action v2.0.2 -> v3.0.0 age adoption passing confidence action major
prettier (source) 2.2.1 -> 3.1.1 age adoption passing confidence devDependencies major
query-string 7.0.0 -> 8.1.0 age adoption passing confidence dependencies major
react-hotjar 2.2.1 -> 6.2.0 age adoption passing confidence dependencies major
traefik 2.10 -> 3.0 age adoption passing confidence final major
typescript (source) 4.6.3 -> 5.3.3 age adoption passing confidence dependencies major
uuid 8.3.2 -> 9.0.1 age adoption passing confidence dependencies major

Release Notes

testing-library/jest-dom (@​testing-library/jest-dom)

v6.2.0

Compare Source

Features
  • toHaveAccessibleDescription supports aria-description (#​565) (1fb156c)

v6.1.6

Compare Source

Bug Fixes

v6.1.5

Compare Source

Bug Fixes

v6.1.4

Compare Source

Bug Fixes
  • upgrade @adobe/css-tools to 4.3.1 to address vulnerability (#​532) (44f1eab)

v6.1.3

Compare Source

Bug Fixes

v6.1.2

Compare Source

Bug Fixes

v6.1.1

Compare Source

Bug Fixes

v6.1.0

Compare Source

Features

v6.0.1

Compare Source

Bug Fixes
  • matchers type is making the global expect unsafe (#​513) (bdb34f1)

v6.0.0

Compare Source

Features
BREAKING CHANGES
  • Removes the extend-expect script. Users should use
    the default import path or one of the new test platform-specific
    paths to automatically extend the appropriate "expect" instance.

extend-expect was not documented in the Readme, so this change should
have minimal impact.

Users can now use the following import paths to automatically extend
"expect" for their chosen test platform:

For example:

import '@​testing-library/jest-dom/jest-globals'

Importing from one of the above paths will augment the appropriate
matcher interface for the given test platform, assuming the import
is done in a .ts file that is included in the user's tsconfig.json.

It's also (still) possible to import the matchers directly without
side effects:

import * as matchers from '@​testing-library/jest-dom/matchers'

  • Update kcd-scripts
  • Drop node < 14
actions/cache (actions/cache)

v3

Compare Source

actions/checkout (actions/checkout)

v4

Compare Source

v3

Compare Source

actions/setup-node (actions/setup-node)

v4

Compare Source

v3

Compare Source

actions/setup-python (actions/setup-python)

v5

Compare Source

v4

Compare Source

v3

Compare Source

ant-design/ant-design (antd)

v5.12.8

Compare Source

  • 🐞 Fix Upload.Dragger not align center and focus ring style. #​46810
  • 🐞 Fix Popconfirm config empty okText and cancelText will not fallback to locale text. #​46812
  • 🐞 Fix Progress that line border-radius cannot be overrided. #​46789
  • 🐞 Fix Typography without children has extra margin-left when copyable is true. #​46748
  • 🐞 Fix Typography copied icon color. #​46748

  • 🐞 修复 Upload.Dragger 内容不居中和多余的 focus 样式的问题。#​46810
  • 🐞 修复 Popconfirm 配置空的 okTextcancelText 时不会被预设 locale 兜底的问题。#​46812
  • 🐞 修复 Progress 线性模式圆角无法覆盖的问题。#​46789
  • 🐞 修复 Typography 没有 children 并启用 copyable 时多余的 margin。#​46748
  • 🐞 修复 Typography 复制成功后的图标颜色问题。#​46748

v5.12.7

Compare Source


  • 🐞 MISC: 修复升级 @ctrl/tinycolor@4.0.2 导致的错误。#​46744 @​MadCcc
  • 🐞 修复 Mentions 选项高度偏大的问题。#​46737

v5.12.6

Compare Source


v5.12.5

Compare Source

  • 💄 Fix Tabs style issue of editable mode when there is only "new" button left. #​46585 @​hzyhbk
  • 💄 Fix Progress style issue of line mode with strokeLinecap. #​46551 @​ZN1996
  • 🐞 Fix ColorPicker not support prefixCls. #​46561

  • 💄 修复 Tabs 在 可编辑模式下只剩新增按钮时的样式问题。#​46585 @​hzyhbk
  • 💄 修复 Progress strokeLinecap 不生效的问题。#​46551 @​ZN1996
  • 🐞 修复 ColorPicker 配置 prefixCls 不生效的问题。#​46561

v5.12.4

Compare Source

  • 🐞 Fix DatePicker style in cssVar mode. #​46526

  • 🐞 修复 DatePicker 组件在 CSS 变量模式下的样式错乱问题。#​46526

v5.12.3

Compare Source

  • 💄 修复 Tag 组件在 SSR 场景下的样式丢失问题。#​46500 @​MadCcc
  • 🐞 Upload 的 disabled 属性不再对下载按钮生效。#​46454
  • 💄 Upload.Dragger 增加一个水平内边距。#​46457
  • 🐞 修复 Upload actions 的颜色问题。#​46456
  • 🐞 修复 Form 使用 getValueProps 展示值无法更新的问题。#​46445
  • 💄 修复 Checkbox 自定义 token.lineWidth 时勾选箭头错位问题。#​46431
  • 🐞 修复 Select 组件定制 token 会让 padding 失效的问题。#​46427 @​MadCcc
  • 🐞 修复 Message 在 cssVar 模式下覆盖组件 token 无效的问题。#​46415 @​MadCcc
  • 💄 Flex 组件不应该应用额外的样式。#​46404 @​li-jia-nan

v5.12.2

Compare Source


  • 🐞 MISC: 修复 React 17 以下使用 webpack 构建时报错 useId 找不到的问题。#​46261
  • Pagination
  • 🐞 修复 Table 筛选菜单在 CSS 变量模式下丢失背景色的问题。#​46314
  • 🐞 优化 Spin 交互,全屏状态时禁止用户触发鼠标事件。#​46303 @​li-jia-nan
  • 🐞 修复 Form hideRequiredMark 属性的优先级低于 ConfigProvider 的 form 配置的问题。#​46299 @​linhf123
  • TypeScript

v5.12.1

Compare Source

  • 🐞 MISC: Fix missing color less variables converted from token. #​46250
  • 🐞 Fix Notification title overlaps with the close icon when it is too long。 #​46211 @​zh-lx

  • 🐞 MISC: 修复 token 转换 less 变量丢失的问题。#​46250
  • 🐞 修复 Notification 标题太长时会与关闭图标重叠的问题。#​46211 @​zh-lx

v5.12.0

Compare Source


v5.11.5

Compare Source


v5.11.4

Compare Source

  • 🐞 Fix where Image sets z-index abnormally in nested Modal. #​46035
  • 🐞 Fix Button that disabled link button should not have navigate options when right click. #​46021
  • Card
    • 🛠 Refactor the Card internal method getAction into a function component. #​46032
    • 🐞 Fix the problem of Card warning invalid annotation in Rollup. #​46024
  • TypeScript
    • 🤖 Export the type definition for the required property of the Radio and Checkbox components. #​46028 @​nnmax

  • 🐞 修复 Image 在嵌套 Modal 中设置 z-index 异常的问题。#​46035
  • 🐞 修复 Button 禁用的链接按钮右键点击时会有打开新链接选项的问题。#​46021
  • Card
    • 🛠 把 Card 内部方法 getAction 重构为函数组件。#​46032
    • 🐞 解决 Card 在 Rollup 中会警告 invalid annotation 的问题。#​46024
  • TypeScript
    • 🤖 导出 Radio 和 Checkbox 组件的 required 属性的类型定义。#​46028 @​nnmax

v5.11.3

Compare Source


  • 🐞 修复 Modal 静态方法创建 zIndex 过高会覆盖其他弹出内容的问题。#​46012
  • Image
  • 🐞 修复 Collapse 可折叠区域鼠标 hover 样式问题。#​45994
  • 🐞 修复 ColorPicker 不支持 Form 组件的禁用问题。#​45978 @​RedJue
  • 🐞 修复 Typography.Text code 在 Layout 下开启 ellipsis 时 tooltip 无效的问题。#​45962
  • 🐞 修复 Select 搜索框在 Safari 下显示多余的 🔍 图标。#​46008
  • 💄 删除 Rate 组件无用样式。 #​45927 @​JarvisArt
  • 🛠 UMD 版本 antd.js 现在会优先使用全局的 @ant-design/cssinjs 依赖。#​46009
  • 🌐 补充 eu_ES 国际化内容。#​45928 @​ionlizarazu

v5.11.2

Compare Source

  • 🆕 Table with virtual can now customize components except the components.body. #​45857
  • 🐞 Fix Button with href and disabled that could be focused. #​45910 @​MadCcc
  • 🐞 Fix zIndex logic problem that message and notification are covered when multiple Modal are opened. #​45911 #​45864 @​kiner-tang
  • 💄 Fix QRCode style.padding is not working. #​45815
  • 💄 Optimize Carousel dots border radius style. #​45817
  • TypeScript

  • 🆕 放开 Table virtualcomponents 的限制,现在除了 components.body 都可以自定义。#​45857
  • 🐞 修复 Button 带有链接且禁用时可以被聚焦到的问题。#​45910 @​MadCcc
  • 🐞 修复 zIndex 逻辑,解决多层 Modal 打开时,message 与 notification 被遮盖的问题。#​45911 #​45864 @​kiner-tang
  • 💄 修复 QRCode 设置 style.padding 时无效的问题。#​45815
  • 💄 优化 Carousel 切换条圆角样式。#​45817
  • TypeScript

v5.11.1

Compare Source

  • 🐞 Fix Dropdown use wrong zIndex when nest items. #​45761
  • 🐞 Fix Upload should show remove icon when showRemoveIcon is specified to true explicitly. #​45752
  • 🐞 Fix Descriptions use children structure missing the Descriptions.Item key prop. #​45757
  • 🐞 Fix Message that token specified in component scope not work. #​45721 @​MadCcc
  • 🐞 Fix Popconfirm not compatible with visible prop. #​45702 @​linhf123
  • 🐞 Fix Tag default background color n

Configuration

📅 Schedule: Branch creation - "on monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the Type: Dependencies Pull requests that update a dependency file label Oct 4, 2021
@codecov
Copy link

codecov bot commented Oct 4, 2021

Codecov Report

Merging #328 (4f2c423) into master (c920697) will not change coverage.
The diff coverage is n/a.

❗ Current head 4f2c423 differs from pull request most recent head a4ce337. Consider uploading reports for the commit a4ce337 to get more accurate results

@@             Coverage Diff             @@
##            master      #328     +/-   ##
===========================================
  Coverage   100.00%   100.00%             
===========================================
  Files           13        60     +47     
  Lines          265      1608   +1343     
  Branches         0       318    +318     
===========================================
+ Hits           265      1608   +1343     
Flag Coverage Δ
backend 100.00% <0.00%> (ø)
frontend 100.00% <0.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
frontend/src/contexts/AuthContext.tsx 100.00% <0.00%> (ø)
frontend/src/components/Search/Citation.tsx 100.00% <0.00%> (ø)
frontend/src/components/Cart/SearchesCard.tsx 100.00% <0.00%> (ø)
frontend/src/components/Search/Tabs.tsx 100.00% <0.00%> (ø)
frontend/src/test/custom-render.tsx 100.00% <0.00%> (ø)
frontend/src/components/Facets/FacetsForm.tsx 100.00% <0.00%> (ø)
frontend/src/api/mock/setup-env.ts 100.00% <0.00%> (ø)
frontend/src/components/Search/index.tsx 100.00% <0.00%> (ø)
frontend/src/components/NavBar/LeftMenu.tsx 100.00% <0.00%> (ø)
frontend/src/common/TourTargets.ts 100.00% <0.00%> (ø)
... and 37 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c920697...a4ce337. Read the comment docs.

@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from 8e83485 to 2b7a344 Compare October 9, 2021 21:59
@renovate renovate bot force-pushed the renovate/major-all branch 8 times, most recently from a2e1316 to 81941f4 Compare October 15, 2021 22:13
@renovate renovate bot force-pushed the renovate/major-all branch 4 times, most recently from 237d775 to b7cf51e Compare October 22, 2021 23:17
@renovate renovate bot force-pushed the renovate/major-all branch 7 times, most recently from f47a7a4 to da42c33 Compare November 10, 2021 21:44
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from 2561c27 to 6e5c2d2 Compare November 18, 2021 19:35
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from f28a394 to 8440a34 Compare November 21, 2021 10:38
@renovate renovate bot force-pushed the renovate/major-all branch 20 times, most recently from 20c7264 to a735db3 Compare January 9, 2024 22:52
@downiec downiec changed the base branch from master to v1.0.11 January 10, 2024 02:04
@renovate renovate bot changed the base branch from v1.0.11 to master January 10, 2024 02:06
@downiec downiec self-assigned this Jan 10, 2024
@renovate renovate bot force-pushed the renovate/major-all branch 4 times, most recently from 55255f3 to 680137d Compare January 11, 2024 01:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant