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

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Bumps the dependencies group with 8 updates:

Package From To
@ant-design/pro-components 2.6.42 2.6.43
antd 5.11.2 5.11.5
gatsby 5.12.9 5.12.11
@types/node 20.9.2 20.10.0
@types/react 18.2.37 18.2.39
@types/react-dom 18.2.15 18.2.17
@typescript-eslint/eslint-plugin 6.12.0 6.13.0
@typescript-eslint/parser 6.12.0 6.13.0

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

Commits


Updates antd from 5.11.2 to 5.11.5

Release notes

Sourced from antd's releases.

5.11.5


5.11.4

  • 🐞 Fix where Image sets z-index abnormally in nested Modal. #46035
  • 🐞 Fix Button that disabled link button should not have navigate options when right click. #46021
  • Card
    • 🛠 Refactor the Card internal method getAction into a function component. #46032
    • 🐞 Fix the problem of Card warning invalid annotation in Rollup. #46024
  • TypeScript
    • 🤖 Export the type definition for the required property of the Radio and Checkbox components. #46028 @​nnmax

  • 🐞 修复 Image 在嵌套 Modal 中设置 z-index 异常的问题。#46035
  • 🐞 修复 Button 禁用的链接按钮右键点击时会有打开新链接选项的问题。#46021
  • Card
    • 🛠 把 Card 内部方法 getAction 重构为函数组件。#46032
    • 🐞 解决 Card 在 Rollup 中会警告 invalid annotation 的问题。#46024
  • TypeScript
    • 🤖 导出 Radio 和 Checkbox 组件的 required 属性的类型定义。#46028 @​nnmax

5.11.3

  • 🐞 Fix Modal static method create zIndex too high will cover other popup content. #46012
  • Image
  • 🐞 Fix Collapse header cursor style. #45994
  • 🐞 Fix ColorPicker not support Form disabled config. #45978 @​RedJue
  • 🐞 Fix Typography.Text ellipsis.tooltip cannot open under Layout component. #45962
  • 🐞 Remove Select native 🔍 icon from search input in Safari. #46008
  • 💄 Remove Rate useless style.#45927 @​JarvisArt
  • 🛠 UMD antd.js will try to reuse global @ant-design/cssinjs first now. #46009
  • 🌐 Improve eu_ES localization. #45928 @​ionlizarazu

  • 🐞 修复 Modal 静态方法创建 zIndex 过高会覆盖其他弹出内容的问题。#46012
  • Image
  • 🐞 修复 Collapse 可折叠区域鼠标 hover 样式问题。#45994
  • 🐞 修复 ColorPicker 不支持 Form 组件的禁用问题。#45978 @​RedJue
  • 🐞 修复 Typography.Text code 在 Layout 下开启 ellipsis 时 tooltip 无效的问题。#45962
  • 🐞 修复 Select 搜索框在 Safari 下显示多余的 🔍 图标。#46008
  • 💄 删除 Rate 组件无用样式。 #45927 @​JarvisArt
  • 🛠 UMD 版本 antd.js 现在会优先使用全局的 @ant-design/cssinjs 依赖。#46009
  • 🌐 补充 eu_ES 国际化内容。#45928 @​ionlizarazu

5.11.3-alpha.1

... (truncated)

Changelog

Sourced from antd's changelog.

5.11.5

2023-11-27

5.11.4

2023-11-24

  • 🐞 Fix where Image sets z-index abnormally in nested Modal. #46035
  • 🐞 Fix Button that disabled link button should not have navigate options when right click. #46021
  • Card
    • 🛠 Refactor the Card internal method getAction into a function component. #46032
    • 🐞 Fix the problem of Card warning invalid annotation in Rollup. #46024
  • TypeScript
    • 🤖 Export the type definition for the required property of the Radio and Checkbox components. #46028 @​nnmax

5.11.3

2023-11-22

  • 🐞 Fix Modal static method create zIndex too high will cover other popup content. #46012
  • Image
  • 🐞 Fix Collapse header cursor style. #45994
  • 🐞 Fix ColorPicker not support Form disabled config. #45978 @​RedJue
  • 🐞 Fix Typography.Text ellipsis.tooltip cannot open under Layout component. #45962
  • 🐞 Remove Select native 🔍 icon from search input in Safari. #46008
  • 💄 Remove Rate useless style.#45927 @​JarvisArt
  • 🛠 UMD antd.js will try to reuse global @ant-design/cssinjs first now. #46009
  • 🌐 Improve eu_ES localization. #45928 @​ionlizarazu
Commits


Updates gatsby from 5.12.9 to 5.12.11

Commits
  • 4d78fba chore(release): Publish
  • f713e59 fix: re-install lmdb when detecting the absence of @​LMDB prebuilt packages (#...
  • c5ec678 chore(release): Publish
  • 1090558 feat(gatsby,gatsby-adapter-netlify): support pathPrefix and trailingSlash opt...
  • 3ce63a4 chore(release): Publish
  • 8ae5702 fix(gatsby-adapter-netlify): adapter use headerRoutes (#38652) (#38674)
  • See full diff in compare view


Updates @types/node from 20.9.2 to 20.10.0

Commits


Updates @types/react from 18.2.37 to 18.2.39

Commits


Updates @types/react-dom from 18.2.15 to 18.2.17

Commits


Updates @typescript-eslint/eslint-plugin from 6.12.0 to 6.13.0

Release notes

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

v6.13.0

6.13.0 (2023-11-27)

Note for eslint plugin authors and other API consumers

TypeScript v5.3 shipped with a type change that was incompatible with our types. This change has been fixed and will be released in v5.3.3. Until that time you can work around this error using skipLibCheck.

Bug Fixes

  • typescript-estree: ensure backwards compat with pre-5.3 import attributes (#7967) (810fc8c)

Features

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

Changelog

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

6.13.0 (2023-11-27)

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

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

Commits


Updates @typescript-eslint/parser from 6.12.0 to 6.13.0

Release notes

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

v6.13.0

6.13.0 (2023-11-27)

Note for eslint plugin authors and other API consumers

TypeScript v5.3 shipped with a type change that was incompatible with our types. This change has been fixed and will be released in v5.3.3. Until that time you can work around this error using skipLibCheck.

Bug Fixes

  • typescript-estree: ensure backwards compat with pre-5.3 import attributes (#7967) (810fc8c)

Features

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

Changelog

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

6.13.0 (2023-11-27)

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

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

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