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 17 updates #159

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Bumps the dependencies group with 17 updates:

Package From To
@ant-design/pro-components 2.6.31 2.6.35
antd 5.10.2 5.11.0
babel-preset-gatsby 3.12.0 3.12.1
dexie-react-hooks 1.1.6 1.1.7
gatsby 5.12.8 5.12.9
gatsby-plugin-image 3.12.2 3.12.3
gatsby-plugin-manifest 5.12.2 5.12.3
gatsby-plugin-offline 6.12.2 6.12.3
gatsby-plugin-sharp 5.12.2 5.12.3
gatsby-plugin-sitemap 6.12.2 6.12.3
gatsby-source-filesystem 5.12.0 5.12.1
gatsby-transformer-sharp 5.12.2 5.12.3
@types/node 20.8.7 20.8.10
@types/react 18.2.31 18.2.36
@typescript-eslint/eslint-plugin 6.9.0 6.10.0
@typescript-eslint/parser 6.9.0 6.10.0
eslint 8.52.0 8.53.0

Updates @ant-design/pro-components from 2.6.31 to 2.6.35

Release notes

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

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

  • fix(layout): 修复 Layout 菜单 submenu 和 grounp 混用的时候收起错误. d99a14d
  • fix(form): fix addonWarpStyle no work error. e5374b7
  • fix(table): 修复不能单独展示 filter 的问题. b77b5d4

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

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

Changelog

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

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

2023-11-01

  • fix(layout): 修复 Layout 菜单 submenu 和 grounp 混用的时候收起错误. d99a14d
  • fix(form): fix addonWarpStyle no work error. e5374b7
  • fix(table): 修复不能单独展示 filter 的问题. b77b5d4

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

2023-10-26

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

2023-10-24

Commits
  • 9273808 🎨 chore(release): Publish
  • b77b5d4 fix(table): 修复不能单独展示 filter 的问题
  • d99a14d fix(layout): 修复 Layout 菜单submenu 和 grounp 混用的时候收起错误
  • 446a346 docs: add changelog
  • d47d425 chore: update lock file
  • 927048b chore: update lock file
  • fb385c3 fix: update table.md (#7818)
  • 321f71c 🎨 chore(release): Publish
  • e5374b7 fix(form): fix addonWarpStyle no work error
  • ace8571 docs: add changelog
  • Additional commits viewable in compare view


Updates antd from 5.10.2 to 5.11.0

Release notes

Sourced from antd's releases.

5.11.0

  • Slider
    • 🆕 Slider will show tooltip when focus handler. #45653
    • 💄 Slider handler should be movable after click tracker. #45651
  • InputNumber
    • 🆕 InputNumber support changeOnBlur prop to disable trigger onChange event when blur. #45395
    • 🐞 Fix InputNumber in Form with hasFeedback that will lose focus when feedback icon appear. #45632 @​MadCcc
    • 🐞 Fix InputNumber dynamic modify formatter not working. #45325
  • Table
    • 🆕 Table columnTitle support render function. #41937 @​Zhou-Bill
    • 🛠 Refactor Table ref to support scrollTo to scroll to target key or index or top. #45245
  • Tabs
    • 🆕 Tabs items support tab pane level destroyInactiveTabPane. #45359
    • 🐞 Fix Tabs overflow blinking when Tab bar has decimal width. #45370
  • ConfigProvider
  • 🆕 ColorPicker preset prop support defaultOpen to control whether preset colors is open by default. #45607 @​Wxh16144
  • 🆕 Select support optionRender prop. #45529 @​RedJue
  • 🆕 Pagination support combine simple and showSizeChanger. #45538
  • 🆕 Spin support fullscreen to display as backdrop. #44986 @​Rafael-Martins #45436 @​li-jia-nan
  • 🆕 Form validateFields support dirty for validating touched and validated fields. #45389
  • 🆕 Watermark support inherit prop to disable watermark pass to Drawer and Modal. #45319
  • 🆕 App support component for customization. #45292
  • 🆕 Input and Input.TextArea support count custom character count (for example, fix emoji character length to 1); count.max supports out-of-range styles; restore emoji to native count to solve the problem of maxLength and value mismatch. #45140
  • 🐞 Fix Dropdown not trigger onOpenChange when click menu item to close the popup. #45378
  • 💄 Modal static function support styles. #45558 @​KotoriK
  • 💄 Optimize z-index logic of popup components, and make them don't block each other by default. #45512 #45490 @​kiner-tang

  • Slider
    • 🆕 Slider 聚焦滑块时现在会显示 Tooltip。#45653
    • 💄 优化 Slider 交互体验,点击轨道后可直接拖拽滑块。#45651
  • InputNumber
    • 🆕 InputNumber 添加 changeOnBlur 属性以支持在失去焦点时不触发 onChange 事件。#45395
    • 🐞 修复 InputNumber 组件在 Form 组件中使用并且启用 hasFeedback 时,反馈图标出现会使 InputNumber 失去焦点的问题。#45632 @​MadCcc
    • 🐞 修复 InputNumber 动态改变 formatter 不生效的问题。#45325
  • Table
    • 🆕 Table 组件 columnTitle 支持传入 render 方法。#41937 @​Zhou-Bill
    • 🛠 重构 Table ref 支持 scrollTo 以滚动到目标 keyindextop#45245
  • Tabs

... (truncated)

Changelog

Sourced from antd's changelog.

5.11.0

2023-11-03

  • Slider
    • 🆕 Slider will show tooltip when focus handler. #45653
    • 💄 Slider handler should be movable after click tracker. #45651
  • InputNumber
    • 🆕 InputNumber support changeOnBlur prop to disable trigger onChange event when blur. #45395
    • 🐞 Fix InputNumber in Form with hasFeedback that will lose focus when feedback icon appear. #45632 @​MadCcc
    • 🐞 Fix InputNumber dynamic modify formatter not working. #45325
  • Table
    • 🆕 Table columnTitle support render function. #41937 @​Zhou-Bill
    • 🛠 Refactor Table ref to support scrollTo to scroll to target key or index or top. #45245
  • Tabs
    • 🆕 Tabs items support tab pane level destroyInactiveTabPane. #45359
    • 🐞 Fix Tabs overflow blinking when Tab bar has decimal width. #45370
  • ConfigProvider
  • 🆕 ColorPicker preset prop support defaultOpen to control whether preset colors is open by default. #45607 @​Wxh16144
  • 🆕 Select support optionRender prop. #45529 @​RedJue
  • 🆕 Pagination support combine simple and showSizeChanger. #45538
  • 🆕 Spin support fullscreen to display as backdrop. #44986 @​Rafael-Martins #45436 @​li-jia-nan
  • 🆕 Form validateFields support dirty for validating touched and validated fields. #45389
  • 🆕 Watermark support inherit prop to disable watermark pass to Drawer and Modal. #45319
  • 🆕 App support component for customization. #45292
  • 🆕 Input and Input.TextArea support count custom character count (for example, fix emoji character length to 1); count.max supports out-of-range styles; restore emoji to native count to solve the problem of maxLength and value mismatch. #45140
  • 🐞 Fix Dropdown not trigger onOpenChange when click menu item to close the popup. #45378
  • 💄 Modal static function support styles. #45558 @​KotoriK
  • 💄 Optimize z-index logic of popup components, and make them don't block each other by default. #45512 #45490 @​kiner-tang

5.10.3

2023-10-30

... (truncated)

Commits


Updates babel-preset-gatsby from 3.12.0 to 3.12.1

Changelog

Sourced from babel-preset-gatsby's changelog.

3.12.1 (2023-10-26)

Note: Version bump only for package babel-preset-gatsby

Commits


Updates dexie-react-hooks from 1.1.6 to 1.1.7

Commits


Updates gatsby from 5.12.8 to 5.12.9

Commits


Updates gatsby-plugin-image from 3.12.2 to 3.12.3

Changelog

Sourced from gatsby-plugin-image's changelog.

3.12.3 (2023-10-26)

Note: Version bump only for package gatsby-plugin-image

Commits


Updates gatsby-plugin-manifest from 5.12.2 to 5.12.3

Changelog

Sourced from gatsby-plugin-manifest's changelog.

5.12.3 (2023-10-26)

Note: Version bump only for package gatsby-plugin-manifest

Commits


Updates gatsby-plugin-offline from 6.12.2 to 6.12.3

Changelog

Sourced from gatsby-plugin-offline's changelog.

6.12.3 (2023-10-26)

Note: Version bump only for package gatsby-plugin-offline

Commits


Updates gatsby-plugin-sharp from 5.12.2 to 5.12.3

Changelog

Sourced from gatsby-plugin-sharp's changelog.

5.12.3 (2023-10-26)

Note: Version bump only for package gatsby-plugin-sharp

Commits


Updates gatsby-plugin-sitemap from 6.12.2 to 6.12.3

Changelog

Sourced from gatsby-plugin-sitemap's changelog.

6.12.3 (2023-10-26)

Note: Version bump only for package gatsby-plugin-sitemap

Commits


Updates gatsby-source-filesystem from 5.12.0 to 5.12.1

Changelog

Sourced from gatsby-source-filesystem's changelog.

5.12.1 (2023-10-26)

Note: Version bump only for package gatsby-source-filesystem

Commits


Updates gatsby-transformer-sharp from 5.12.2 to 5.12.3

Changelog

Sourced from gatsby-transformer-sharp's changelog.

5.12.3 (2023-10-26)

Note: Version bump only for package gatsby-transformer-sharp

Commits


Updates @types/node from 20.8.7 to 20.8.10

Commits


Updates @types/react from 18.2.31 to 18.2.36

Commits


Updates @typescript-eslint/eslint-plugin from 6.9.0 to 6.10.0

Release notes

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

v6.10.0

6.10.0 (2023-11-06)

Bug Fixes

  • eslint-plugin: [no-unused-vars] handle logical assignment (#7854) (11e57c5)
  • eslint-plugin: [require-await] add support for "await using" (#7866) (855abea)

Features

  • eslint-plugin: [ban-ts-comments] suggest ts-expect-error over ts-ignore (#7849) (5e73a48)

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

v6.9.1

6.9.1 (2023-10-30)

Bug Fixes

  • eslint-plugin: [naming-convention] allow PascalCase for imports (#7841) (7ad86ee)
  • eslint-plugin: [no-unused-expressions] handle TSInstantiationExpression expression (#7831) (31988e0)

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

Changelog

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

6.10.0 (2023-11-06)

Bug Fixes

  • eslint-plugin: [no-unused-vars] handle logical assignment (#7854) (11e57c5)
  • eslint-plugin: [require-await] add support for "await using" (#7866) (855abea)

Features

  • eslint-plugin: [ban-ts-comments] suggest ts-expect-error over ts-ignore (#7849) (5e73a48)

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

6.9.1 (2023-10-30)

Bug Fixes

  • eslint-plugin: [naming-convention] allow PascalCase for imports (#7841) (7ad86ee)
  • eslint-plugin: [no-unused-expressions] handle TSInstantiationExpression expression (#7831) (31988e0)

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

Commits
  • 75c1288 chore: publish v6.10.0
  • 29c2e68 docs: flip the flag of skipCompoundAssignments in the example (#7868)
  • 855abea fix(eslint-plugin): [require-await] add support for "await using" (#7866)
  • 11e57c5 fix(eslint-plugin): [no-unused-vars] handle logical assignment (#7854)
  • 5e73a48 feat(eslint-plugin): [ban-ts-comments] suggest ts-expect-error over ts-ignore...
  • 1e47294 chore: publish v6.9.1
  • 7ad86ee fix(eslint-plugin): [naming-convention] allow PascalCase for imports (#7841)
  • 3300fa1 docs: add caveats to no-explicit-any docs (#7805)
  • 31988e0 fix(eslint-plugin): [no-unused-expressions] handle TSInstantiationExpression ...
  • 6455278 docs(eslint-plugin): [no-unsafe-member-access] correct example idx from const...
  • See full diff in compare view


Updates @typescript-eslint/parser from 6.9.0 to 6.10.0

Release notes

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

v6.10.0

6.10.0 (2023-11-06)

Bug Fixes

  • eslint-plugin: [no-unused-vars] handle logical assignment (#7854) (11e57c5)
  • eslint-plugin: [require-await] add support for "await using" (#7866) (855abea)

Features

  • eslint-plugin: [ban-ts-comments] suggest ts-expect-error over ts-ignore (#7849) (5e73a48)

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

v6.9.1

6.9.1 (2023-10-30)

Bug Fixes

  • eslint-plugin: [naming-convention] allow PascalCase for imports (#7841) (7ad86ee)
  • eslint-plugin: [no-unused-expressions] handle TSInstantiationExpression expression (#7831) (31988e0)

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

Changelog

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

6.10.0 (2023-11-06)

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

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

6.9.1 (2023-10-30)

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.52.0 to 8.53.0

Release notes

Sourced from eslint's releases.

v8.53.0

Features

  • 528e1c0 feat: Deprecate formatting rules (#17696) (Nicholas C. Zakas)
  • c0b11dd feat: Add suggestions for no-prototype-builtins (#17677) (Yonathan Randolph)

Bug Fixes

  • 1ad6257 fix: ensure that exit code for fatal errors is not overwritten (#17683) (Milos Djermanovic)
  • b329ea7 fix: add ; after JSX nodes in no-object-constructor autofix (#17672) (Francesco Trotta)

Documentation

  • ab8c60d docs: change position of return to top button (#17688) (Tanuj Kanti)
  • 4fc44c0 docs: update twitter icon to new X icon (#17687) (Tanuj Kanti)
  • 4164b2c docs: Update README (GitHub Actions Bot)
  • 8651895 docs: Fix tabs in rule examples (#17653) (Francesco Trotta)
  • 3aec1c5 docs: explained rule fixers and suggestions (#17657) (Josh Goldberg ✨)

Chores

  • ba4d4d5 chore: remove metascraper (#17707) (Milos Djermanovic)
  • 0d07338 chore: Update dependencies (#17706) (Milos Djermanovic)
  • 93256a3 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 485ec7d test: fix ESLint tests for caching (#17699) (Milos Djermanovic)
  • db06a7f ci: bump actions/setup-node from 3 to 4 (#17676) (dependabot[bot])
  • 994596b ci: run tests in Node.js 21 (#17673) (Francesco Trotta)
Changelog

Sourced from eslint's changelog.

v8.53.0 - November 3, 2023

  • ba4d4d5 chore: remove metascraper (#17707) (Milos Djermanovic)
  • 0d07338 chore: Update dependencies (#17706) (Milos Djermanovic)
  • 93256a3 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • ab8c60d docs: change position of return to top button (#17688) (Tanuj Kanti)
  • 528e1c0 feat: Deprecate formatting rules (#17696) (Nicholas C. Zakas)
  • 485ec7d test: fix ESLint tests for caching (#17699) (Milos Djermanovic)
  • c0b11dd feat: Add suggestions for no-prototype-builtins (#17677) (Yonathan Randolph)
  • 4fc44c0 docs: update twitter icon to new X icon (#17687) (Tanuj Kanti)
  • 1ad6257 fix: ensure that exit code for fatal errors is not overwritten (#17683) (Milos Djermanovic)
  • 4164b2c docs: Update README (GitHub Actions Bot)
  • 8651895 docs: Fix tabs in rule examples (#17653) (Francesco Trotta)
  • 3aec1c5 docs: explained rule fixers and suggestions (#17657) (Josh Goldberg ✨)
  • db06a7f ci: bump actions/setup-node from 3 to 4 (#17676) (dependabot[bot])
  • b329ea7 fix: add ; after JSX nodes in no-object-constructor autofix (#17672) (Francesco Trotta)
  • 994596b ci: run tests in Node.js 21 (#17673) (Francesco Trotta)
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