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 5 updates #193

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps the dependencies group with 5 updates:

Package From To
@ant-design/icons 5.3.6 5.3.7
antd 5.16.5 5.17.0
zod 3.23.5 3.23.6
@types/node 20.12.7 20.12.10
eslint 9.1.1 9.2.0

Updates @ant-design/icons from 5.3.6 to 5.3.7

Commits


Updates antd from 5.16.5 to 5.17.0

Release notes

Sourced from antd's releases.

5.17.0

  • 🔥🔥🔥 @ant-design/cssinjs StyleProvider supports configuring layer to unified downgrade CSS priority. After the downgrade, the style of antd will always be lower than the default CSS selector priority, so that users can override the style (please be sure to check the browser compatibility of @​layer), see full documentation for usage. #48229
  • 🆕 Carousel supports arrows to switching between slides now. #48542
  • Form
    • 🛠 Form move dependency from async-validator to @rc-component/async-validator, fix a bug that transform don't check it's return value type. #48486 @​crazyair
    • 🆕 Form add inlineMargin token. #48362 @​CooperHash
    • 🐞 Fix Form scrollToFirstError cannot work on Upload. #48211 @​Wxh16144
  • Typography
    • 🆕 Typography.Paragraph could customize tabIndex prop for editable and copyable buttons. #48567 @​nova1751
    • 🐞 Fix Typography editable will trigger focus unexpectedly on mounting. #48741
  • DatePicker
    • 🆕 DatePicker.RangePicker showTime.disabledTime supports info.from for customize time level limitation. #48625
    • 🐞 Fix DatePicker hover value flickering issue when closing panel. #48734
  • Drawer
  • Slider
    • 🐞 Fix Slider tooltip cannot be hidden when tooltip={{ formatter: null }}. #48673 @​wanpan11
    • 🐞 Slider tooltip should not display when tooltip={{ open: false }}. #48708
  • Button
  • 🆕 ConfigProvider supports button.autoInsertSpace prop and deprecated autoInsertSpaceInButton prop. #48348 @​li-jia-nan
  • 🆕 TreeSelect supports onPopScroll prop now. #48636 @​wanpan11
  • 🆕 Tabs supports more={{ .. }} to customize more dropdown. #48321 @​CooperHash
  • 🆕 Flex wrap could be boolean type now. #48391 @​li-jia-nan
  • 🆕 Input.OTP supports mask prop. #48257 @​li-jia-nan
  • 🆕 Alert supports id and ref props. #48336 @​li-jia-nan
  • 🆕 Upload supports ref.nativeElenent. #48210 @​Wxh16144
  • 🐞 Fix List would not rerender when grid changed. #48683 @​coderz-w
  • 🐞 Fix QRCode size cannot fit it's container and remove default padding of bordered={false}. #48194 @​thinkasany
  • 🐞 Fix Table shadow should be show when there are columns where fixed={false}. #1113 @​linxianxi
  • 🐞 Fix Progress tooltip wrong distance. #48686
  • 📖 Table add column-drag sorting demo. #48434 @​GeorgeHcc
  • TypeScript
  • Locales

  • 🔥🔥🔥 @ant-design/cssinjs StyleProvider 支持配置 layer 统一降级 默认 CSS 优先级。经过降权后,antd 的样式将始终低于默认的 CSS 选择器优先级,以便于用户进行样式覆盖(请务必注意检查 @​layer 浏览器兼容性),详情可见文档#48229
  • 🆕 Carousel 现在支持 arrows 来开启箭头切换功能。#48542
  • Form
    • 🛠 Form 依赖的 async-validator 替换为 @rc-component/async-validator,并修复 transform 没有自动检测返回值类型的问题。#48486 @​crazyair
    • 🆕 Form 新增 inlineMargin token。#48362 @​CooperHash
    • 🐞 修复 Form 下出现错误时无法滚动到 Upload 组件的问题。#48211 @​Wxh16144
  • Typography
    • 🆕 Typography.Paragraph 的编辑、复制按钮允许修改 tableIndex#48567 @​nova1751
    • 🐞 修复 Typography 开启 editable 时会意外触发 focus 行为的问题。#48741
  • DatePicker

... (truncated)

Changelog

Sourced from antd's changelog.

5.17.0

2024-05-03

  • 🔥🔥🔥 @ant-design/cssinjs StyleProvider supports configuring layer to unified downgrade CSS priority. After the downgrade, the style of antd will always be lower than the default CSS selector priority, so that users can override the style (please be sure to check the browser compatibility of @​layer), see full documentation for usage. #48229
  • 🆕 Carousel supports arrows to switching between slides now. #48542
  • Form
    • 🛠 Form move dependency from async-validator to @rc-component/async-validator, fix a bug that transform don't check it's return value type. #48486 @​crazyair
    • 🆕 Form add inlineMargin token. #48362 @​CooperHash
    • 🐞 Fix Form scrollToFirstError cannot work on Upload. #48211 @​Wxh16144
  • Typography
    • 🆕 Typography.Paragraph could customize tabIndex prop for editable and copyable buttons. #48567 @​nova1751
    • 🐞 Fix Typography editable will trigger focus unexpectedly on mounting. #48741
  • DatePicker
    • 🆕 DatePicker.RangePicker showTime.disabledTime supports info.from for customize time level limitation. #48625
    • 🐞 Fix DatePicker hover value flickering issue when closing panel. #48734
  • Drawer
  • Slider
    • 🐞 Fix Slider tooltip cannot be hidden when tooltip={{ formatter: null }}. #48673 @​wanpan11
    • 🐞 Slider tooltip should not display when tooltip={{ open: false }}. #48708
  • Button
  • 🆕 ConfigProvider supports button.autoInsertSpace prop and deprecated autoInsertSpaceInButton prop. #48348 @​li-jia-nan
  • 🆕 TreeSelect supports onPopScroll prop now. #48636 @​wanpan11
  • 🆕 Tabs supports more={{ .. }} to customize more dropdown. #48321 @​CooperHash
  • 🆕 Flex wrap could be boolean type now. #48391 @​li-jia-nan
  • 🆕 Input.OTP supports mask prop. #48257 @​li-jia-nan
  • 🆕 Alert supports id and ref props. #48336 @​li-jia-nan
  • 🆕 Upload supports ref.nativeElenent. #48210 @​Wxh16144
  • 🐞 Fix List would not rerender when grid changed. #48683 @​coderz-w
  • 🐞 Fix QRCode size cannot fit it's container and remove default padding of bordered={false}. #48194 @​thinkasany
  • 🐞 Fix Table shadow should be show when there are columns where fixed={false}. #1113 @​linxianxi
  • 🐞 Fix Progress tooltip wrong distance. #48686
  • 📖 Table add column-drag sorting demo. #48434 @​GeorgeHcc
  • TypeScript
  • Locales
Commits


Updates zod from 3.23.5 to 3.23.6

Release notes

Sourced from zod's releases.

v3.23.6

Commits:

  • bc0095aab9e7254deb18701adc63de128ca2c742 Test on latest node
  • 6e5699a30373cc22879f2bcb6902fc138518c980 Lint on latest node
  • 1f466d9d00f446d7bed1962990e7a1ce813ab0d4 describe how one can protect from cyclical objects starting an infini… (#3447)
  • 3fed6f21e0ea7adc91aa0cc44f75bcf4e526d98e Add zod playground link (#3454)
  • 04e1f379f6989d23dd45660fcabc78f76d7834f8 Fixed freezing async ZodReadonly results (#3457)
  • b87e59d0e4bbb4403bf27243afdcda9fcdeec258 Update sponsor tiers (#3453)
  • 143886151bba3930bdcc10d34a1cff4bf9103ba8 Add copper tier (#3460)
  • ce3711e1384952d255769b9495f9bfadfb327291 add VSCode dev container support and documenation
  • 93b480b12ec3466cbd3b4182f7ce292e5c61528c v3.23.6
Commits


Updates @types/node from 20.12.7 to 20.12.10

Commits


Updates eslint from 9.1.1 to 9.2.0

Release notes

Sourced from eslint's releases.

v9.2.0

Features

  • 8485d76 feat: no-case-declarations add suggestions (#18388) (Josh Goldberg ✨)
  • a498f35 feat: update Unicode letter detection in capitalized-comments rule (#18375) (Francesco Trotta)

Bug Fixes

  • eeec413 fix: do not throw when defining a global named defineSetter (#18364) (唯然)

Documentation

  • 0f5df50 docs: Update README (GitHub Actions Bot)
  • 1579ce0 docs: update wording regarding indirect eval (#18394) (Kirk Waiblinger)
  • f12a02c docs: update to eslint v9 in custom-rule-tutorial (#18383) (唯然)

Chores

  • b346605 chore: upgrade @​eslint/js@​9.2.0 (#18413) (Milos Djermanovic)
  • c4c18e0 chore: package.json update for @​eslint/js release (Jenkins)
  • 284722c chore: package.json update for eslint-config-eslint release (Jenkins)
  • 347d44f chore: remove eslintrc export from eslint-config-eslint (#18400) (Milos Djermanovic)
  • f316e20 ci: run tests in Node.js 22 (#18393) (Francesco Trotta)
Changelog

Sourced from eslint's changelog.

v9.2.0 - May 3, 2024

  • b346605 chore: upgrade @​eslint/js@​9.2.0 (#18413) (Milos Djermanovic)
  • c4c18e0 chore: package.json update for @​eslint/js release (Jenkins)
  • 284722c chore: package.json update for eslint-config-eslint release (Jenkins)
  • 0f5df50 docs: Update README (GitHub Actions Bot)
  • 347d44f chore: remove eslintrc export from eslint-config-eslint (#18400) (Milos Djermanovic)
  • 8485d76 feat: no-case-declarations add suggestions (#18388) (Josh Goldberg ✨)
  • a498f35 feat: update Unicode letter detection in capitalized-comments rule (#18375) (Francesco Trotta)
  • 1579ce0 docs: update wording regarding indirect eval (#18394) (Kirk Waiblinger)
  • f316e20 ci: run tests in Node.js 22 (#18393) (Francesco Trotta)
  • eeec413 fix: do not throw when defining a global named defineSetter (#18364) (唯然)
  • f12a02c docs: update to eslint v9 in custom-rule-tutorial (#18383) (唯然)
Commits
  • 271e7ab 9.2.0
  • 989ac9d Build: changelog update for 9.2.0
  • b346605 chore: upgrade @​eslint/js@​9.2.0 (#18413)
  • c4c18e0 chore: package.json update for @​eslint/js release
  • 284722c chore: package.json update for eslint-config-eslint release
  • 0f5df50 docs: Update README
  • 347d44f chore: remove eslintrc export from eslint-config-eslint (#18400)
  • 8485d76 feat: no-case-declarations add suggestions (#18388)
  • a498f35 feat: update Unicode letter detection in capitalized-comments rule (#18375)
  • 1579ce0 docs: update wording regarding indirect eval (#18394)
  • 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