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 8 updates #160

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Bumps the dependencies group with 8 updates:

Package From To
antd 5.11.0 5.11.1
@types/loadable__component 5.13.6 5.13.7
@types/node 20.8.10 20.9.0
@types/react 18.2.36 18.2.37
@types/react-dom 18.2.14 18.2.15
@typescript-eslint/eslint-plugin 6.10.0 6.11.0
@typescript-eslint/parser 6.10.0 6.11.0
prettier 3.0.3 3.1.0

Updates antd from 5.11.0 to 5.11.1

Release notes

Sourced from antd's releases.

5.11.1

  • 🐞 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 not correct. #45711 @​kiner-tang
  • 💄 Fix Notification that style.width not work. #45681 @​MadCcc
  • 🐞 Fix App console unexpected attr warning when set component=false. #45671 @​li-jia-nan
  • TypeScript

  • 🐞 修复 Dropdown 在嵌套列表时 zIndex 错误的问题。#45761
  • 🐞 修复 Upload 显式指定 showRemoveIcon: true 时删除图标未显示的问题。#45752
  • 🐞 修复 Descriptions 使用 children 结构语法糖时,会丢失 Descriptions.Item 的 key 的问题。#45757
  • 🐞 修复 Message 组件在组件范围设置全局 token 无效的问题。#45721 @​MadCcc
  • 🐞 修复 Popconfirm 不兼容 visible 的问题。#45702 @​linhf123
  • 🐞 修复默认 Tag 的背景颜色不正确的问题。#45711 @​kiner-tang
  • 💄 修复 Notification 组件设置 style.width 无效的问题。#45681 @​MadCcc
  • 🐞 修复 App 设置 component=false 时,会报非预期的属性警告的问题。#45671 @​li-jia-nan
  • TypeScript
Changelog

Sourced from antd's changelog.

5.11.1

2023-11-09

  • 🐞 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 not correct. #45711 @​kiner-tang
  • 💄 Fix Notification that style.width not work. #45681 @​MadCcc
  • 🐞 Fix App console unexpected attr warning when set component=false. #45671 @​li-jia-nan
  • TypeScript
Commits


Updates @types/loadable__component from 5.13.6 to 5.13.7

Commits


Updates @types/node from 20.8.10 to 20.9.0

Commits


Updates @types/react from 18.2.36 to 18.2.37

Commits


Updates @types/react-dom from 18.2.14 to 18.2.15

Commits


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

Release notes

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

v6.11.0

6.11.0 (2023-11-13)

Bug Fixes

  • eslint-plugin: [explicit-function-return-type] support JSX attributes in allowTypedFunctionExpressions (#7553) (be2777c)
  • eslint-plugin: [no-unnecessary-qualifier] handle nested namespace id (#7883) (a668f5b)

Features

  • add no-unsafe-unary-minus rule (#7390) (c4709c2)
  • add types for flat config files (#7273) (66cd0c0)
  • allow typescript 5.3.0-beta as devDependency (#7821) (b6c40b4)
  • eslint-plugin: no-unsafe-enum-comparison handles switch cases (#7898) (72cb9e4)
  • typescript-estree: skip isTTY version check if user passes loggerFn on unsupported TypeScript version warning (#7739) (9656e13)
  • utils: add ESLint CodePath selector types (#7551) (99a026f)
  • utils: update types to reflect RuleContext and SourceCode changes and deprecations (#7812) (b73d8b2)

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

Changelog

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

6.11.0 (2023-11-13)

Bug Fixes

  • eslint-plugin: [explicit-function-return-type] support JSX attributes in allowTypedFunctionExpressions (#7553) (be2777c)
  • eslint-plugin: [no-unnecessary-qualifier] handle nested namespace id (#7883) (a668f5b)

Features

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

Commits
  • 06496e2 chore: publish v6.11.0
  • a54a60b chore: add eslint-utils wrappers around deprecated ESLint methods (#7914)
  • e77616b chore(eslint-plugin): fixed no-unnecessary-condition complaints (#7837)
  • 8e87fac chore: fix miscellaneous no-unnecessary-condition violations (#7834)
  • 72cb9e4 feat(eslint-plugin): no-unsafe-enum-comparison handles switch cases (#7898)
  • 99a026f feat(utils): add ESLint CodePath selector types (#7551)
  • b6c40b4 feat: allow typescript@5.3.0-RC as devDependency (#7821)
  • c4709c2 feat: add no-unsafe-unary-minus rule (#7390)
  • 66cd0c0 feat: add types for flat config files (#7273)
  • a668f5b fix(eslint-plugin): [no-unnecessary-qualifier] handle nested namespace id (#7...
  • Additional commits viewable in compare view


Updates @typescript-eslint/parser from 6.10.0 to 6.11.0

Release notes

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

v6.11.0

6.11.0 (2023-11-13)

Bug Fixes

  • eslint-plugin: [explicit-function-return-type] support JSX attributes in allowTypedFunctionExpressions (#7553) (be2777c)
  • eslint-plugin: [no-unnecessary-qualifier] handle nested namespace id (#7883) (a668f5b)

Features

  • add no-unsafe-unary-minus rule (#7390) (c4709c2)
  • add types for flat config files (#7273) (66cd0c0)
  • allow typescript 5.3.0-beta as devDependency (#7821) (b6c40b4)
  • eslint-plugin: no-unsafe-enum-comparison handles switch cases (#7898) (72cb9e4)
  • typescript-estree: skip isTTY version check if user passes loggerFn on unsupported TypeScript version warning (#7739) (9656e13)
  • utils: add ESLint CodePath selector types (#7551) (99a026f)
  • utils: update types to reflect RuleContext and SourceCode changes and deprecations (#7812) (b73d8b2)

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

Changelog

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

6.11.0 (2023-11-13)

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

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

Commits


Updates prettier from 3.0.3 to 3.1.0

Release notes

Sourced from prettier's releases.

3.1.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.1.0

diff

🔗 Release Notes

Commits
  • e8ac9f8 Release 3.1.0
  • 6a1d409 chore(deps): update dependency eslint-plugin-regexp to v2 (#15521)
  • f4d93d3 chore(deps): update dependency esbuild to v0.19.5 (#15630)
  • 4fc71a5 chore(deps): update dependency flow-parser to v0.221.0 (#15637)
  • d452f45 chore(deps): update dependency eslint-plugin-jest to v27.6.0 (#15635)
  • eb84a60 chore(deps): update dependency @​types/estree to v1.0.5 (#15625)
  • 2af23ee chore(deps): update dependency webpack to v5.89.0 (#15640)
  • 8f27c73 chore(deps): update dependency eslint-plugin-unicorn to v49 (#15642)
  • cdc5f5a chore(deps): update dependency webpack to v5.89.0 (#15639)
  • 14607ef chore(deps): update dependency eslint-plugin-n to v16.3.1 (#15636)
  • 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