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 #173

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps the dependencies group with 7 updates:

Package From To
@ant-design/pro-components 2.6.43 2.6.48
antd 5.12.8 5.13.2
@types/node 20.10.7 20.11.5
@types/react 18.2.47 18.2.48
@typescript-eslint/eslint-plugin 6.18.0 6.19.1
@typescript-eslint/parser 6.18.0 6.19.1
prettier 3.1.1 3.2.4

Updates @ant-design/pro-components from 2.6.43 to 2.6.48

Release notes

Sourced from @​ant-design/pro-components's releases.

@​ant-design/pro-components@​2.6.45

@​ant-design/pro-components@​2.6.44

Changelog

Sourced from @​ant-design/pro-components's changelog.

@​ant-design/pro-components@​2.6.47

2024-01-18

  • fix(layout): fix bgLayout no work error. 4a21fdf
  • fix(form): fix DrawerForm and ModalForm button error. 7bf4b30
  • fix(form): 修复默认情况下 sumbitter render 和 render 时候 dom 位置不一致的问题 (#8096). #8096 @​Shinji-Li
  • feat(table): column SettingTitle 内容太长时显示省略&弹出 tooltip (#8070). #8070 @​xlboy

@​ant-design/pro-components@​2.6.46

2024-01-15

  • fix(layout): fix bgLayout no work error. 4a21fdf
  • fix(form): fix ProFormPage submit error. 2260b0d

@​ant-design/pro-components@​2.6.45

2024-01-15

@​ant-design/pro-components@​2.6.44

2023-12-12

@​ant-design/pro-components@​2.6.42

2023-11-20

... (truncated)

Commits
  • 32c1ac1 🎨 chore(release): Publish
  • f5d89a0 fix(form) 统一所有 Form 按钮的提交逻辑 (#8103)
  • df9b592 docs: add changelog
  • 709c2d4 🎨 chore(release): Publish
  • 7bf4b30 fix(form): fix DrawerForm and ModalForm button error
  • 644967d feat(table): column SettingTitle 内容太长时显示省略&弹出 tooltip (#8070)
  • 96d2658 fix(form): 修复默认情况下 sumbitter render 和 render 时候 dom 位置不一致的问题 (#8096)
  • b684509 docs: 修改ProForm的submitter属性关于render第二个参数的说明 (#8087)
  • 20c4825 docs: add changelog
  • 0920a08 🎨 chore(release): Publish
  • Additional commits viewable in compare view


Updates antd from 5.12.8 to 5.13.2

Release notes

Sourced from antd's releases.

5.13.2

  • 🐞 Fix that the inline rendering does not take effect when the preview.getContainer value for Image is false. #47034 @​FEyudong
  • 🐞 Fix Modal static function with prefixCls breaks children other component prefixCls and thus bring the motion miss. #47010
  • 🐞 Fix ok button of the DatePicker becomes compacted when used with Space.Compact. #46769 @​Fatpandac
  • 💄 Optimize Tree draggable node cursor style and collaspe icon hover style. #46974

  • 🐞 修复 Image 组件 preview.getContainer 值为 false 时,内联渲染不生效的问题。#47034 @​FEyudong
  • 🐞 修复 Modal 静态方法配置 prefixCls 时,会改变所有子元素的 prefixCls 并导致动画丢失的问题。#47010
  • 🐞 修复 Space.Compact 与 DatePicker 一起使用导致 DatePicker 的确认按钮样式错误。#46769 @​Fatpandac
  • 💄 优化 Tree 拖拽节点和展开收起按钮的鼠标 hover 样式。#46974

5.13.1


  • 🐞 修复 Checkbox 组件在 @types/react 16 或 17 版本下 Typescript 报错。#46962 @​crazyair

5.13.0

  • 🔥 Form support variant to control components variant inside. #46573
  • 🆕 QRCode support status adds a new scanned option. #46704
  • 🆕 Table support hidden to set hidden columns. #46957 @​madocto
  • 🆕 Select support the maxCount, which is used to set the maximum selectable value. #46667
  • 🆕 Mentions support allowClear for setting the clearing function. #46396 @​yociduo
  • 🆕 ColorPicker support displaying cleared status. #45993
  • 🆕 Drawer adds styles.wrapper and discards the contentWrapperStyle drawerStyle maskStyle attributes, and simplifies the dom structure. #46858
  • Tour
    • 🆕 Tour support disabledInteraction, which is used to disable the interactive behavior of the highlighted area. #46304
    • 🐞 Fixed the issue where modifying pointAtCenter under the arrow attribute of the Tour component does not take effect. #46301
  • Tabs
    • 🆕 Tabs support the indicator: { align: xxx } attribute, which is used to set the alignment of the Tabs indicator bar. #46786
    • 🛠 Tabs deprecated the indicatorSize attribute and replaced it with indicator: { size: xxx }. #46786
  • ConfigProvider
    • 🆕 ConfigProvider adds ConfigProvider.config to support holderRender for message modal notification static method setting Provider. #46596
    • 🆕 ConfigProvider support the indicator: { align: xxx } attribute, which is used to set the alignment of the Tabs indicator bar. #46786
    • 🛠 ConfigProvider deprecated the Tabs indicatorSize attribute and replaced it with indicator: { size: xxx }. #46786
  • 🐞 Fix the problem of Segmented content being obscured in hover and active. #46925 @​madocto
  • 🐞 Fixed the problem that the customized font size of Checkbox does not take effect under Form. #46904
  • 🐞 Fixed the issue where the Radio component configuration title did not take effect. #46809
  • 🐞 Fixed Input hover style in css var mode. #46946
  • 💄 Fixed the problem of abnormal display of Dropdown style under multi-level menu. #46888
  • 🛠 Refactor the popup panel logic of the ColorPicker component to avoid style conflicts when customizing using panelRender. #46327
  • TypeScript
    • 🆕 MISC: Export GetProp GetProp GetRef tool methods to facilitate developers to obtain unexported type definitions. #46923
    • 🆕 Checkbox.Group now supports generic configurable options.value. #46423 @​daledelv
  • 🌈 Token
    • 🆕 Button support the contentLineHeight series of tokens. #46936
    • 🆕 Input support inputFontSize token. #46875
    • 🆕 Menu support darkPopupBg token. #46618
    • 🆕 Segmented support trackPadding and trackBg token. #46674
    • 🐞 Fix the problem that paddingBlock does not take effect after customizing contentFontSize token in Button component. #46901

... (truncated)

Changelog

Sourced from antd's changelog.

5.13.2

2024-01-19

  • 🐞 Fix that the inline rendering does not take effect when the preview.getContainer value for Image is false. #47034 @​FEyudong
  • 🐞 Fix Modal static function with prefixCls breaks children other component prefixCls and thus bring the motion miss. #47010
  • 🐞 Fix ok button of the DatePicker becomes compacted when used with Space.Compact. #46769 @​Fatpandac
  • 💄 Optimize Tree draggable node cursor style and collaspe icon hover style. #46974

5.13.1

2024-01-15

5.13.0

2024-01-13

  • 🔥 Form support variant to control components variant inside. #46573
  • 🆕 QRCode support status adds a new scanned option. #46704
  • 🆕 Table support hidden to set hidden columns. #46957 @​madocto
  • 🆕 Select support the maxCount, which is used to set the maximum selectable value. #46667
  • 🆕 Mentions support allowClear for setting the clearing function. #46396 @​yociduo
  • 🆕 ColorPicker support displaying cleared status. #45993
  • 🆕 Drawer adds styles.wrapper and discards the contentWrapperStyle drawerStyle maskStyle attributes, and simplifies the dom structure. #46858
  • Tour
    • 🆕 Tour support disabledInteraction, which is used to disable the interactive behavior of the highlighted area. #46304
    • 🐞 Fixed the issue where modifying pointAtCenter under the arrow attribute of the Tour component does not take effect. #46301
  • Tabs
    • 🆕 Tabs support the indicator: { align: xxx } attribute, which is used to set the alignment of the Tabs indicator bar. #46786
    • 🛠 Tabs deprecated the indicatorSize attribute and replaced it with indicator: { size: xxx }. #46786
  • ConfigProvider
    • 🆕 ConfigProvider adds ConfigProvider.config to support holderRender for message modal notification static method setting Provider. #46596
    • 🆕 ConfigProvider support the indicator: { align: xxx } attribute, which is used to set the alignment of the Tabs indicator bar. #46786
    • 🛠 ConfigProvider deprecated the Tabs indicatorSize attribute and replaced it with indicator: { size: xxx }. #46786
  • 🐞 Fix the problem of Segmented content being obscured in hover and active. #46925 @​madocto
  • 🐞 Fixed the problem that the customized font size of Checkbox does not take effect under Form. #46904
  • 🐞 Fixed the issue where the Radio component configuration title did not take effect. #46809
  • 🐞 Fixed Input hover style in css var mode. #46946
  • 💄 Fixed the problem of abnormal display of Dropdown style under multi-level menu. #46888
  • 🛠 Refactor the popup panel logic of the ColorPicker component to avoid style conflicts when customizing using panelRender. #46327
  • TypeScript
    • 🆕 MISC: Export GetProp GetProps GetRef tool methods to facilitate developers to obtain unexported type definitions. #46923
    • 🆕 Checkbox.Group now supports generic configurable options.value. #46423 @​daledelv
  • 🌈 Token
    • 🆕 Button support the contentLineHeight series of tokens. #46936
    • 🆕 Input support inputFontSize token. #46875
    • 🆕 Menu support darkPopupBg token. #46618

... (truncated)

Commits


Updates @types/node from 20.10.7 to 20.11.5

Commits


Updates @types/react from 18.2.47 to 18.2.48

Commits


Updates @typescript-eslint/eslint-plugin from 6.18.0 to 6.19.1

Release notes

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

v6.19.1

6.19.1 (2024-01-22)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-condition] fix false positive for type variable (#8235)
  • type-utils: preventing isUnsafeAssignment infinite recursive calls (#8237)

❤️ Thank You

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

v6.19.0

6.19.0 (2024-01-15)

🚀 Features

  • eslint-plugin: [prefer-promise-reject-errors] add rule (#8011)
  • eslint-plugin: [no-array-delete] add new rule (#8067)
  • eslint-plugin: [no-useless-template-literals] add fix suggestions (#8065)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression (#8143)
  • eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable (#8089)
  • typescript-estree: add JSDocParsingMode enum merge for typescript/lib/tsserverlibrary (#8193)
  • typescript-estree: disallow using as the variable keyword for for..in loops (#7649)
  • typescript-estree: fix incorrect backwards-compat augmentation in TS 5.3 (#8181)

❤️ Thank You

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

v6.18.1

6.18.1 (2024-01-08)

🩹 Fixes

... (truncated)

Changelog

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

6.19.1 (2024-01-22)

🩹 Fixes

  • type-utils: preventing isUnsafeAssignment infinite recursive calls

  • eslint-plugin: [no-unnecessary-condition] fix false positive for type variable

❤️ Thank You

  • YeonJuan

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

6.19.0 (2024-01-15)

🚀 Features

  • eslint-plugin: [prefer-promise-reject-errors] add rule

  • eslint-plugin: [no-array-delete] add new rule

  • eslint-plugin: [no-useless-template-literals] add fix suggestions

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression

  • eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable

❤️ Thank You

  • auvred
  • Brad Zacher
  • Josh Goldberg ✨
  • Joshua Chen
  • LJX
  • Steven
  • StyleShit

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

6.18.1 (2024-01-08)

... (truncated)

Commits
  • a911214 chore(release): publish 6.19.1
  • 920f909 fix(eslint-plugin): [no-unnecessary-condition] fix false positive for type va...
  • 01556f5 fix(type-utils): preventing isUnsafeAssignment infinite recursive calls (#8237)
  • 7c673a1 chore(release): publish 6.19.0
  • 85ae4a8 fix(eslint-plugin): [no-unnecesary-type-assertion] treat unknown/any as nulla...
  • 5a56708 fix(eslint-plugin): [no-unnecessary-type-assertion] detect unnecessary non-nu...
  • c3767ed feat(eslint-plugin): [no-useless-template-literals] add fix suggestions (#8065)
  • 8ca5e5e docs: force space after await in no-floating-promises snippet (#8228)
  • e0f591e feat(eslint-plugin): [no-array-delete] add new rule (#8067)
  • 1aa8664 feat(eslint-plugin): [prefer-promise-reject-errors] add rule (#8011)
  • Additional commits viewable in compare view


Updates @typescript-eslint/parser from 6.18.0 to 6.19.1

Release notes

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

v6.19.1

6.19.1 (2024-01-22)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-condition] fix false positive for type variable (#8235)
  • type-utils: preventing isUnsafeAssignment infinite recursive calls (#8237)

❤️ Thank You

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

v6.19.0

6.19.0 (2024-01-15)

🚀 Features

  • eslint-plugin: [prefer-promise-reject-errors] add rule (#8011)
  • eslint-plugin: [no-array-delete] add new rule (#8067)
  • eslint-plugin: [no-useless-template-literals] add fix suggestions (#8065)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression (#8143)
  • eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable (#8089)
  • typescript-estree: add JSDocParsingMode enum merge for typescript/lib/tsserverlibrary (#8193)
  • typescript-estree: disallow using as the variable keyword for for..in loops (#7649)
  • typescript-estree: fix incorrect backwards-compat augmentation in TS 5.3 (#8181)

❤️ Thank You

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

v6.18.1

6.18.1 (2024-01-08)

🩹 Fixes

... (truncated)

Changelog

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

6.19.1 (2024-01-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.

6.19.0 (2024-01-15)

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.

6.18.1 (2024-01-08)

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 prettier from 3.1.1 to 3.2.4

Release notes

Sourced from prettier's releases.

3.2.4

  • Fix .eslintrc.json format #15947

🔗 Changelog

3.2.3

  • Format tsconfig.json file with jsonc parser #15927

🔗 Changelog

3.2.2

🔗 Changelog

3.2.1

🔗 Changelog

3.2.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.2.4

diff

Fix incorrect parser inference (#15947 by @​fisker)

Files like .eslintrc.json were incorrectly formatted as JSONC files.

// Input
prettier --file-info .eslintrc.json
{ "ignored": false, "inferredParser": "jsonc" }

// Prettier 3.2.4 prettier --file-info .eslintrc.json { "ignored": false, "inferredParser": "json" }

3.2.3

diff

Throw errors for invalid code (#15881 by @​fisker, @​Josh-Cena, @​auvred)

// Input
1++;

// Prettier 3.2.2 1++;

// Prettier 3.2.3 SyntaxError: Invalid left-hand side expression in unary operation (1:1) > 1 | 1++; | ^

// Input
try {} catch (error = 1){}

// Prettier 3.2.2
try {
} catch (error) {}

// Prettier 3.2.3
SyntaxError: Catch clause variable cannot have an initializer. (1:23)
</tr></table> 

... (truncated)

Commits


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