spicyboys / drg-completionist

DRG Completionist is a free, open-source online progress tracker for Deep Rock Galactic. It's designed to help keep track of all the different overclocks and cosmetics available for hard-working employees like yourselves, as well as to serve as an handy reference for overclock data.
https://drg-completionist.com
GNU General Public License v3.0
53 stars 13 forks source link

Bump the dependencies group with 7 updates #210

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the dependencies group with 7 updates:

Package From To
@ant-design/icons 5.3.7 5.4.0
@ant-design/pro-components 2.7.12 2.7.14
antd 5.19.2 5.19.3
@types/node 20.14.10 20.14.11
@typescript-eslint/eslint-plugin 7.16.1 7.17.0
@typescript-eslint/parser 7.16.1 7.17.0
eslint-plugin-react 7.34.4 7.35.0

Updates @ant-design/icons from 5.3.7 to 5.4.0

Commits


Updates @ant-design/pro-components from 2.7.12 to 2.7.14

Commits
  • 1a50dbe 🎨 chore(release): Publish
  • c26e18d chore: update snapshot
  • ce0d4cf fix(layout): breadcrumbName add warning message
  • 5d6ad39 fix(layout): defualt use title items
  • d0e410c fix(form): upload use flex style
  • 768a168 docs: add changelog
  • 4d66088 🎨 chore(release): Publish
  • 59e9cd5 fix(form): fix ConfigProvider.useConfig unsupport antd@4 error (#8567)
  • 0421271 docs: add changelog
  • See full diff in compare view


Updates antd from 5.19.2 to 5.19.3

Release notes

Sourced from antd's releases.

5.19.3

  • 🐞 Fix Table sorter argument of onChange with unexpected value. #49533 @​Zyf665
  • 🐞 Fix Pagination token.itemBg not working. #49933
  • 🐞 Fix List wrong align style of pagination. #49925 @​coding-ice
  • 🐞 Fix Image cannot exit preview, when click blank area on both sides of aciton bar. #49915 @​wanpan11
  • 🐞 Fix Card border radius cannot works for non-img elements from cover property. #49862 @​coding-ice
  • 💄 Fix Dropdown menu item wrong wrap style at edge of viewport. #49899
  • 💄 Fix Descriptions items may too close with each other. #49895 @​crazyair
  • ⌨️ Optimize Select be changed repeatedly when hold the enter key in multi-mode. #49963 @​crazyair
  • 🇪🇬 Add missing translation for the Arabic language(Egypt) (ar_EG). #49852 @​ahmedsamirdev
  • TypeScript

  • 🐞 修复 Table 的 onChange 事件中排序器参数错误的问题。#49533 @​Zyf665
  • 🐞 修复 Pagination token.itemBg 设置不生效的问题。#49933
  • 🐞 修复 List 默认分页位置错误的问题。#49925 @​coding-ice
  • 🐞 修复 Image 预览操作栏两侧空白区域被点击时,无法关闭预览的问题。#49915 @​wanpan11
  • 🐞 修复 Card 圆角对 cover 属性中的非 img 元素不生效的问题。#49862 @​coding-ice
  • 💄 修复 Dropdown 菜单内容在视口边缘换行的问题。#49899
  • 💄 修复 Descriptions 子项之间可能没有边距的问题。#49895 @​crazyair
  • ⌨️ 优化 Select 多选模式下长按回车会不断触发变更的问题。#49963 @​crazyair
  • 🇪🇬 添加阿拉伯文(埃及) (ar_EG) 的翻译。#49852 @​ahmedsamirdev
  • TypeScript
    • 🤖 复用 Tooltips 的定义以简化 ColorPicker 的类型声明。#49949 @​Wxh16144
Changelog

Sourced from antd's changelog.

5.19.3

2024-07-19

  • 🐞 Fix Table sorter argument of onChange with unexpected value. #49533 @​Zyf665
  • 🐞 Fix Pagination token.itemBg not working. #49933
  • 🐞 Fix List wrong align style of pagination. #49925 @​coding-ice
  • 🐞 Fix Image cannot exit preview, when click blank area on both sides of aciton bar. #49915 @​wanpan11
  • 🐞 Fix Card border radius cannot works for non-img elements from cover property. #49862 @​coding-ice
  • 💄 Fix Dropdown menu item wrong wrap style at edge of viewport. #49899
  • 💄 Fix Descriptions items may too close with each other. #49895 @​crazyair
  • ⌨️ Optimize Select be changed repeatedly when hold the enter key in multi-mode. #49963 @​crazyair
  • 🇪🇬 Add missing translation for the Arabic language(Egypt) (ar_EG). #49852 @​ahmedsamirdev
  • TypeScript
Commits


Updates @types/node from 20.14.10 to 20.14.11

Commits


Updates @typescript-eslint/eslint-plugin from 7.16.1 to 7.17.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v7.17.0

7.17.0 (2024-07-22)

🚀 Features

  • eslint-plugin: backport no-unsafe-function type, no-wrapper-object-types from v8 to v7 (#9507)
  • eslint-plugin: [return-await] add option to report in error-handling scenarios only, and deprecate "never" (#9364)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] check top-level type assertions (and more) (#9043)
  • eslint-plugin: [strict-boolean-expressions] consider assertion function argument a boolean context (#9074)
  • eslint-plugin: [no-unnecessary-condition] false positive on optional private field (#9602)
  • typescript-estree: don't infer single-run when --fix is in proces.argv (#9577)
  • typescript-estree: disable single-run inference with extraFileExtensions (#9580)
  • website: expose ATA types to eslint instance (#9598)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

7.17.0 (2024-07-22)

🚀 Features

  • eslint-plugin: backport no-unsafe-function type, no-wrapper-object-types from v8 to v7

  • eslint-plugin: [return-await] add option to report in error-handling scenarios only, and deprecate "never"

🩹 Fixes

  • eslint-plugin: [no-floating-promises] check top-level type assertions (and more)

  • eslint-plugin: [strict-boolean-expressions] consider assertion function argument a boolean context

  • eslint-plugin: [no-unnecessary-condition] false positive on optional private field

❤️ Thank You

  • Armano
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • StyleShit

You can read about our versioning strategy and releases on our website.

Commits
  • 05c9cb8 chore(release): publish 7.17.0
  • f6c719f fix(eslint-plugin): [no-unnecessary-condition] false positive on optional pri...
  • 6647f7e chore: enable no-unreachable-loop (#9540)
  • 58be99f chore: enable prefer-object-spread (#9541)
  • 5d895b7 chore: enable @​typescript-eslint/no-unused-expressions (#9542)
  • d8c539d chore: enable no-useless-concat (#9550)
  • f043f30 fix(eslint-plugin): [strict-boolean-expressions] consider assertion function ...
  • 0108e9c chore: enable no-lonely-if (#9547)
  • 970f3f1 feat(eslint-plugin): [return-await] add option to report in error-handling sc...
  • dd965a4 feat(eslint-plugin): backport no-unsafe-function type, no-wrapper-object-type...
  • Additional commits viewable in compare view


Updates @typescript-eslint/parser from 7.16.1 to 7.17.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v7.17.0

7.17.0 (2024-07-22)

🚀 Features

  • eslint-plugin: backport no-unsafe-function type, no-wrapper-object-types from v8 to v7 (#9507)
  • eslint-plugin: [return-await] add option to report in error-handling scenarios only, and deprecate "never" (#9364)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] check top-level type assertions (and more) (#9043)
  • eslint-plugin: [strict-boolean-expressions] consider assertion function argument a boolean context (#9074)
  • eslint-plugin: [no-unnecessary-condition] false positive on optional private field (#9602)
  • typescript-estree: don't infer single-run when --fix is in proces.argv (#9577)
  • typescript-estree: disable single-run inference with extraFileExtensions (#9580)
  • website: expose ATA types to eslint instance (#9598)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

7.17.0 (2024-07-22)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits


Updates eslint-plugin-react from 7.34.4 to 7.35.0

Release notes

Sourced from eslint-plugin-react's releases.

v7.35.0

Added

Fixed

  • [no-invalid-html-attribute]: substitute placeholders in suggestion messages (#3759[] @​mdjermanovic)
  • [sort-prop-types]: single line type ending without semicolon (#3784[] @​akulsr0)
  • [require-default-props]: report when required props have default value (#3785[] @​akulsr0)

Changed

#3759: jsx-eslint/eslint-plugin-react#3759 #3694: jsx-eslint/eslint-plugin-react#3694 #3771: jsx-eslint/eslint-plugin-react#3771

#1000: jsx-eslint/eslint-plugin-react#1000 #1002: jsx-eslint/eslint-plugin-react#1002 #1005: jsx-eslint/eslint-plugin-react#1005 #100: jsx-eslint/eslint-plugin-react#100 #1010: jsx-eslint/eslint-plugin-react#1010 #1013: jsx-eslint/eslint-plugin-react#1013 #1022: jsx-eslint/eslint-plugin-react#1022 #1029: jsx-eslint/eslint-plugin-react#1029 #102: jsx-eslint/eslint-plugin-react#102 #1034: jsx-eslint/eslint-plugin-react#1034 #1038: jsx-eslint/eslint-plugin-react#1038 #1041: jsx-eslint/eslint-plugin-react#1041 #1043: jsx-eslint/eslint-plugin-react#1043 #1046: jsx-eslint/eslint-plugin-react#1046 #1047: jsx-eslint/eslint-plugin-react#1047 #1050: jsx-eslint/eslint-plugin-react#1050 #1053: jsx-eslint/eslint-plugin-react#1053 #1057: jsx-eslint/eslint-plugin-react#1057 #105: jsx-eslint/eslint-plugin-react#105 #1061: jsx-eslint/eslint-plugin-react#1061 #1062: jsx-eslint/eslint-plugin-react#1062 #1070: jsx-eslint/eslint-plugin-react#1070 #1071: jsx-eslint/eslint-plugin-react#1071 #1073: jsx-eslint/eslint-plugin-react#1073 #1076: jsx-eslint/eslint-plugin-react#1076 #1079: jsx-eslint/eslint-plugin-react#1079 #1088: jsx-eslint/eslint-plugin-react#1088

... (truncated)

Changelog

Sourced from eslint-plugin-react's changelog.

7.35.0 - 2024.07.19

Added

Fixed

  • [no-invalid-html-attribute]: substitute placeholders in suggestion messages (#3759[] @​mdjermanovic)
  • [sort-prop-types]: single line type ending without semicolon (#3784[] @​akulsr0)
  • [require-default-props]: report when required props have default value (#3785[] @​akulsr0)

Changed

#3785: jsx-eslint/eslint-plugin-react#3785 #3784: jsx-eslint/eslint-plugin-react#3784 #3782: jsx-eslint/eslint-plugin-react#3782 #3777: jsx-eslint/eslint-plugin-react#3777 #3774: jsx-eslint/eslint-plugin-react#3774 #3772: jsx-eslint/eslint-plugin-react#3772 #3771: jsx-eslint/eslint-plugin-react#3771 #3759: jsx-eslint/eslint-plugin-react#3759 #3748: jsx-eslint/eslint-plugin-react#3748 #3724: jsx-eslint/eslint-plugin-react#3724 #3694: jsx-eslint/eslint-plugin-react#3694

Commits
  • c6fdccd Update CHANGELOG and bump version
  • a4b0bbc [Fix] require-default-props: report when required props have default value
  • a08cb93 [Fix] sort-prop-types: single line type ending without semicolon
  • 4b3209b [meta] no point in supporting eslint 9.0 - 9.6 initially
  • ca8b11e [Dev Deps] update @babel/core, @babel/eslint-parser
  • 597553d [New] no-danger: add customComponentNames option
  • c58f04b [New] jsx-closing-tag-location: add line-aligned option
  • 00b89fe [New] version settings: Allow react defaultVersion to be configurable
  • 4d2fd86 [Refactor] variableUtil: Avoid creating a single flat variable scope for ea...
  • 6a83d67 [New] jsx-handler-names: support ignoring component names
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions