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

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps the dependencies group with 7 updates:

Package From To
@ant-design/pro-components 2.6.16 2.6.18
antd 5.8.6 5.9.0
gatsby 5.12.3 5.12.4
@types/node 20.5.9 20.6.0
@typescript-eslint/eslint-plugin 6.6.0 6.7.0
@typescript-eslint/parser 6.6.0 6.7.0
eslint 8.48.0 8.49.0

Updates @ant-design/pro-components from 2.6.16 to 2.6.18

Release notes

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

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

  • 修复了布局中点击链接无效的错误。9252b14
  • 修复了抽屉表单(DrawerForm)中控制宽度权重失效的问题。#7642 @​ONLY-yours

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

  • fix(layout): appList item click preventDefault and stopPropagation. 9b3cd65
  • fix(layout): fix menu title center error. 904a89f
  • fix(form): fix datepicker format (#7622). #7622 @​SummyGitHub
  • fix(form):更新 DrawerForm resize 参数默认值&文档描述 (#7621). #7621 @​LengYXin
  • fix(form): dependency 支持 colSize (#7611). #7611 @​yiyi17
  • fix(form): fix marginBlockEnd no use marginLG error. 6e5f384
  • fix(form): fix formList containerClassName and containerStyle no work error. 7a2c9e0
  • fix(table): sortConfig 值为 undefined 时与默认值{}不一致,会导致翻页时再次触发 request 请求 (#7616). #7616 @​caronchen
Changelog

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

## @​ant-design/pro-components@​2.6.18

2023-09-07

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

2023-09-06

  • Prevented default and propagation of click events on appList items in the layout. Commit: 9b3cd65
  • Fixed an error in the layout where the menu title was not centered. Commit: 904a89f
  • Fixed the datepicker format in the form. Pull Request: #7622 by @​SummyGitHub
  • Updated the default value and documentation of the resize parameter in DrawerForm. Pull Request: #7621 by @​LengYXin
  • Added support for colSize in form dependencies. Pull Request: #7611 by @​yiyi17
  • Fixed an error where marginBlockEnd was not applying marginLG. Commit: 6e5f384
  • Fixed an error where containerClassName and containerStyle were not working in formList. Commit: 7a2c9e0
  • Fixed a typo and made a modification in sortConfig to prevent triggering request again on pagination. Pull Request: #7616 by @​caronchen

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

2023-08-29

  • Resolved an issue with a potential infinite loop caused by stringify. Pull Request: #7599 by @​kiner-tang. Unfortunately, the commit message or details of the fix are not provided.
  • Added a new feature to the table component where columns can now have a fixable configuration. Pull Request: #7586 by @​LeoZeda. No further details about the feature are provided.

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

2023-08-28

  • Fixed an error in the layout where the menuItem icon was not aligned correctly. Commit: 62f1bb5
  • Fixed a styling issue with the sider token in the layout. Pull Request: #7574 by @​daifuyang
  • Updated the usage of useBreakpoint utility in the layout. Commits: af522ee, 3a174d1
  • Fixed an inconsistency in the textarea's read-only state styling. Pull Request: #7579 by @​HoPGoldy
  • Fixed an error in the form where FormItem had a null name but still had data. Pull Request: #7583 by @​chenshuai2144
  • Fixed an issue where the generic parameter ValueTypeWithFieldPropsBase was not working correctly. Pull Request: #7582 by @​ldc-37
  • Added support for emptyText in the descriptions component. Commit: d5ccc34
  • Fixed an error where the label was not working when the valueType was null in the descriptions component. Commit: 8779112

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

2023-08-17

... (truncated)

Commits


Updates antd from 5.8.6 to 5.9.0

Release notes

Sourced from antd's releases.

5.9.0

  • 🔥 Table component now supports the virtual attribute to enable virtual scrolling. #44349
  • 🔥 Form's validateFields now supports recursive to validate all fields with nested paths. #44130
  • 🔥 Form.Item now supports validateDebounce to configure validation debounce. #44633
  • 🆕 Button component has added three component tokens: contentFontSize, contentFontSizeSM, and contentFontSizeLG, allowing customization of font sizes for different sizes. #44257
  • 🆕 Form's requiredMark now supports custom rendering. #44073
  • 🆕 Tabs component has added a new component token itemColor to control the text color of normal tabs. #44201
  • 🆕 ColorPicker now supports defaultFormat. #44487 @​CYBYOB
  • 🆕 Form supports feedbackIcons and Form.Item supports hasFeedback={{ icons: ... }}, now feedback icons could be customized in both ways. #43894 @​gldio
  • 🆕 Added the itemSelectedColor component token to the Segmented component. #44570 @​xiaozisong
  • 🆕 Added support for custom function rendering in the Modal footer. #44318 @​RedJue
  • 🆕 Added responsive setting support for items.span in Descriptions. #44534
  • 🆕 Added support for global configuration of indicatorSize in Tabs component through ConfigProvider. #44517
  • 🆕 Added the direction parameter to the filterOption function in the Transfer component. #44417 @​Zian502
  • 🆕 Added support for the source parameter in the onSearch method of the Input.Search component. #44457 @​kiner-tang
  • 🆕 Added a component token to the Input component for customizing the shadow when activated. #44410
  • 🆕 Added a component token to the Radio component for customizing the color when the fill button is selected. #44389
  • 🆕 Tour component now supports horizontal offset for spacing. #44377 @​RedJue
  • 🆕 Tour component now supports customizing the close button using the closeIcon prop. #44312 @​kiner-tang
  • 🆕 Avatar component now supports configuring size using ConfigProvider. #44288 @​li-jia-nan
  • 🆕 List component now supports configuring size using ConfigProvider's componentSize option. #44267 @​Yuiai01
  • 🆕 Cascader component now supports autoClearSearchValue option. #44033 @​linxianxi
  • 🆕 Added support for rootClassName in Upload,AutoComplete,Badge.Ribbon,Input.TextArea,RangePicker,TimePicker @​kiner-tang.
  • 💄 Refactored the structure of Modal.confirm to fix the width abnormality caused by width: fit-content and the style line break issue with a large amount of text. Extracted confirm styles for lazy loading to optimize style size in SSR. #44557
  • 💄 Adjusted the linear gradient colors for circle and dashboard in Progress to conical gradients. #44404
  • 💄 Fixed DatePicker missing custom footer style. #44642 @​li-jia-nan
  • 💄 Fixed Tag where tag.className and tag.style did not work on Tag.CheckableTag in ConfigProvider. #44602
  • 💄 Fixed the inconsistency in width between the dropdown and the input box when the container of Select component has transform: scale style configured in getPopupContainer option. #44378
  • 🐞 Fixed an issue where Form.Item with noStyle configuration prevented the bound element from consuming useStatus. #44576
  • 🐞 Fixed an issue where using Tag within Popover/Popconfirm caused incorrect font-size on hover. #44663
  • 🐞 Fixed an issue where Input's default button had extra shadow. #44660 @​daledelv
  • 🐞 Fixed an issue where using Modal's hooks to close it with the esc key didn't correctly trigger the await. #44646
  • 🐞 Fixed the issue where the preset size of Space did not follow the Design Token, now compact mode correctly handles the corresponding spacing values. #44598 @​li-jia-nan
  • 🐞 Fixed the issue in Upload where the download button would still be displayed after clicking on it and moving the mouse out of the file. #44594 @​zbw-zbw
  • 🐞 Fix FloatButton that margin not work with href in FloatButton.Group. #44707 @​Yuiai01
  • 🐞 Fixed the issue where fontSizeSM token was not being applied to Button component. #44217 @​CHENGTIANG
  • 🐞 The Watermark now works in nested Modal and Drawer components. #44104
  • 🛠 Alert, Tree, Cascader, Layout, Table, Modal, Drawer, Button, Switch, Select, Badge, Form, TimePicker, Spin, Input, Progress, Divider Added Component Token. #42142 #42607 #42627 #42757 #42774 #42778 #44090 #44118 #44174 #44228 #44261 #44282 #44334 #42192 @​hms181231 @​linhf123 @​poyiding @​Wxh16144 @​Yuiai01
  • 🛠 Remove compatibility logic for old versions of IE browser for Space and Grid components to reduce bundle size. #44620 @​li-jia-nan
  • TypeScript

  • 🔥 Table 支持 virtual 属性开启虚拟滚动。#44349
  • 🔥 Form validateFields 支持 recursive 以校验所有包含路径的字段。#44130
  • 🔥 Form.Item 支持 validateDebounce 以配置校验防抖。#44633
  • 🆕 Button 组件新增 contentFontSize contentFontSizeSM contentFontSizeLG 三个组件 token ,用于定制各个尺寸下的字体大小。#44257
  • 🆕 Form requiredMark 支持自定义渲染。#44073
  • 🆕 Tabs 组件添加新组件 Token itemColor,用于控制常态 tab 的文本颜色。#44201
  • 🆕 ColorPicker 组件支持 defaultFormat 属性。#44487 @​CYBYOB
  • 🆕 Form 新增 feedbackIcons 属性且 Form.Item 支持 hasFeedback={{ icons: ... }},用于自定义校验图标。#43894 @​gldio

... (truncated)

Changelog

Sourced from antd's changelog.

5.9.0

2023-09-08

  • 🔥 Table component now supports the virtual attribute to enable virtual scrolling. #44349
  • 🔥 Form's validateFields now supports recursive to validate all fields with nested paths. #44130
  • 🔥 Form.Item now supports validateDebounce to configure validation debounce. #44633
  • 🆕 Button component has added three component tokens: contentFontSize, contentFontSizeSM, and contentFontSizeLG, allowing customization of font sizes for different sizes. #44257
  • 🆕 Form's requiredMark now supports custom rendering. #44073
  • 🆕 Tabs component has added a new component token itemColor to control the text color of normal tabs. #44201
  • 🆕 ColorPicker now supports defaultFormat. #44487 @​CYBYOB
  • 🆕 Form supports feedbackIcons and Form.Item supports hasFeedback={{ icons: ... }}, now feedback icons could be customized in both ways. #43894 @​gldio
  • 🆕 Added the itemSelectedColor component token to the Segmented component. #44570 @​xiaozisong
  • 🆕 Added support for custom function rendering in the Modal footer. #44318 @​RedJue
  • 🆕 Added responsive setting support for items.span in Descriptions. #44534
  • 🆕 Added support for global configuration of indicatorSize in Tabs component through ConfigProvider. #44517
  • 🆕 Added the direction parameter to the filterOption function in the Transfer component. #44417 @​Zian502
  • 🆕 Added support for the source parameter in the onSearch method of the Input.Search component. #44457 @​kiner-tang
  • 🆕 Added a component token to the Input component for customizing the shadow when activated. #44410
  • 🆕 Added a component token to the Radio component for customizing the color when the fill button is selected. #44389
  • 🆕 Tour component now supports horizontal offset for spacing. #44377 @​RedJue
  • 🆕 Tour component now supports customizing the close button using the closeIcon prop. #44312 @​kiner-tang
  • 🆕 Avatar component now supports configuring size using ConfigProvider. #44288 @​li-jia-nan
  • 🆕 List component now supports configuring size using ConfigProvider's componentSize option. #44267 @​Yuiai01
  • 🆕 Cascader component now supports autoClearSearchValue option. #44033 @​linxianxi
  • 🆕 Added support for rootClassName in Upload,AutoComplete,Badge.Ribbon,Input.TextArea,RangePicker,TimePicker @​kiner-tang.
  • 💄 Refactored the structure of Modal.confirm to fix the width abnormality caused by width: fit-content and the style line break issue with a large amount of text. Extracted confirm styles for lazy loading to optimize style size in SSR. #44557
  • 💄 Adjusted the linear gradient colors for circle and dashboard in Progress to conical gradients. #44404
  • 💄 Fixed DatePicker missing custom footer style. #44642 @​li-jia-nan
  • 💄 Fixed Tag where tag.className and tag.style did not work on Tag.CheckableTag in ConfigProvider. #44602
  • 💄 Fixed the inconsistency in width between the dropdown and the input box when the container of Select component has transform: scale style configured in getPopupContainer option. #44378
  • 🐞 Fixed an issue where Form.Item with noStyle configuration prevented the bound element from consuming useStatus. #44576
  • 🐞 Fixed an issue where using Tag within Popover/Popconfirm caused incorrect font-size on hover. #44663
  • 🐞 Fixed an issue where Input's default button had extra shadow. #44660 @​daledelv
  • 🐞 Fixed an issue where using Modal's hooks to close it with the esc key didn't correctly trigger the await. #44646
  • 🐞 Fixed the issue where the preset size of Space did not follow the Design Token, now compact mode correctly handles the corresponding spacing values. #44598 @​li-jia-nan
  • 🐞 Fixed the issue in Upload where the download button would still be displayed after clicking on it and moving the mouse out of the file. #44594 @​zbw-zbw
  • 🐞 Fix FloatButton that margin not work with href in FloatButton.Group. #44707 @​Yuiai01
  • 🐞 Fixed the issue where fontSizeSM token was not being applied to Button component. #44217 @​CHENGTIANG
  • 🐞 The Watermark now works in nested Modal and Drawer components. #44104
  • 🛠 Alert, Tree, Cascader, Layout, Table, Modal, Drawer, Button, Switch, Select, Badge, Form, TimePicker, Spin, Input, Progress, Divider Added Component Token. #42142 #42607 #42627 #42757 #42774 #42778 #44090 #44118 #44174 #44228 #44261 #44282 #44334 #42192 @​hms181231 @​linhf123 @​poyiding @​Wxh16144 @​Yuiai01
  • 🛠 Remove compatibility logic for old versions of IE browser for Space and Grid components to reduce bundle size. #44620 @​li-jia-nan
  • TypeScript
Commits


Updates gatsby from 5.12.3 to 5.12.4

Commits
  • 0642eb7 chore(release): Publish
  • 232ec13 fix(gatsby): don't break builds when using features unsupported by adapter (#...
  • See full diff in compare view


Updates @types/node from 20.5.9 to 20.6.0

Commits


Updates @typescript-eslint/eslint-plugin from 6.6.0 to 6.7.0

Release notes

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

v6.7.0

6.7.0 (2023-09-11)

Bug Fixes

  • eslint-plugin: [no-restricted-imports] disallow side effect imports when allowTypeImports is enabled (#7560) (4908905)

Features

  • eslint-plugin: [await-thenable] added suggestion fixer (#7437) (b284370)

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

Changelog

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

6.7.0 (2023-09-11)

Bug Fixes

  • eslint-plugin: [no-restricted-imports] disallow side effect imports when allowTypeImports is enabled (#7560) (4908905)

Features

  • eslint-plugin: [await-thenable] added suggestion fixer (#7437) (b284370)

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

Commits
  • 79ffff0 chore: publish v6.7.0
  • b284370 feat(eslint-plugin): [await-thenable] added suggestion fixer (#7437)
  • 4908905 fix(eslint-plugin): [no-restricted-imports] disallow side effect imports when...
  • See full diff in compare view


Updates @typescript-eslint/parser from 6.6.0 to 6.7.0

Release notes

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

v6.7.0

6.7.0 (2023-09-11)

Bug Fixes

  • eslint-plugin: [no-restricted-imports] disallow side effect imports when allowTypeImports is enabled (#7560) (4908905)

Features

  • eslint-plugin: [await-thenable] added suggestion fixer (#7437) (b284370)

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

Changelog

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

6.7.0 (2023-09-11)

Note: Version bump only for package @​typescript-eslint/parser

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

Commits


Updates eslint from 8.48.0 to 8.49.0

Release notes

Sourced from eslint's releases.

v8.49.0

Features

  • da09f4e feat: Implement onUnreachableCodePathStart/End (#17511) (Nicholas C. Zakas)
  • 32b2327 feat: Emit deprecation warnings in RuleTester (#17527) (Nicholas C. Zakas)
  • acb7df3 feat: add new enforce option to lines-between-class-members (#17462) (Nitin Kumar)

Documentation

  • ecfb54f docs: Update README (GitHub Actions Bot)
  • de86b3b docs: update no-promise-executor-return examples (#17529) (Nitin Kumar)
  • 032c4b1 docs: add typescript template (#17500) (James)
  • cd7da5c docs: Update README (GitHub Actions Bot)

Chores

  • b7621c3 chore: remove browser test from npm test (#17550) (Milos Djermanovic)
  • cac45d0 chore: upgrade @​eslint/js@​8.49.0 (#17549) (Milos Djermanovic)
  • cd39508 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 203a971 ci: bump actions/checkout from 3 to 4 (#17530) (dependabot[bot])
  • a40fa50 chore: use eslint-plugin-jsdoc's flat config (#17516) (Milos Djermanovic)
  • 926a286 test: replace Karma with Webdriver.IO (#17126) (Christian Bromann)
  • f591d2c chore: Upgrade config-array (#17512) (Nicholas C. Zakas)
Changelog

Sourced from eslint's changelog.

v8.49.0 - September 8, 2023

  • b7621c3 chore: remove browser test from npm test (#17550) (Milos Djermanovic)
  • cac45d0 chore: upgrade @​eslint/js@​8.49.0 (#17549) (Milos Djermanovic)
  • cd39508 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • ecfb54f docs: Update README (GitHub Actions Bot)
  • da09f4e feat: Implement onUnreachableCodePathStart/End (#17511) (Nicholas C. Zakas)
  • de86b3b docs: update no-promise-executor-return examples (#17529) (Nitin Kumar)
  • 203a971 ci: bump actions/checkout from 3 to 4 (#17530) (dependabot[bot])
  • 32b2327 feat: Emit deprecation warnings in RuleTester (#17527) (Nicholas C. Zakas)
  • acb7df3 feat: add new enforce option to lines-between-class-members (#17462) (Nitin Kumar)
  • 032c4b1 docs: add typescript template (#17500) (James)
  • cd7da5c docs: Update README (GitHub Actions Bot)
  • a40fa50 chore: use eslint-plugin-jsdoc's flat config (#17516) (Milos Djermanovic)
  • 926a286 test: replace Karma with Webdriver.IO (#17126) (Christian Bromann)
  • f591d2c chore: Upgrade config-array (#17512) (Nicholas C. Zakas)
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