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 9 updates #209

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the dependencies group with 9 updates:

Package From To
@ant-design/pro-components 2.7.10 2.7.12
antd 5.19.1 5.19.2
dexie 4.0.7 4.0.8
gatsby 5.13.6 5.13.7
@typescript-eslint/eslint-plugin 7.16.0 7.16.1
@typescript-eslint/parser 7.16.0 7.16.1
eslint 9.6.0 9.7.0
eslint-plugin-react 7.34.3 7.34.4
prettier 3.3.2 3.3.3

Updates @ant-design/pro-components from 2.7.10 to 2.7.12

Release notes

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

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

  • fix(form): Digit support stringMode. 5075113
  • fix(form): fix FormList size=small, icon is default size error. d797fa7
  • fix(table): fix canel editort no work error. 2b60fe5
  • fix(table): 解决 ProTable.editable.actionRender 无法获取最新 state 快照的问题(第二种改法) (#8549). #8549 @​ShuangxingYang

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

Changelog

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

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

2024-07-15

  • fix(form): Digit support stringMode. 5075113
  • fix(form): fix FormList size=small, icon is default size error. d797fa7
  • fix(table): fix canel editort no work error. 2b60fe5
  • fix(table): 解决 ProTable.editable.actionRender 无法获取最新 state 快照的问题(第二种改法) (#8549). #8549 @​ShuangxingYang

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

2024-06-21

Commits
  • e919c1f 🎨 chore(release): Publish
  • 5c83136 chore: update snapshot
  • ac4f8eb chore: fix ts error
  • e93def2 docs: PageContainer's document has Scrollbar (#8565)
  • 2b60fe5 fix(table): fix canel editort no work error
  • 5075113 fix(form): Digit support stringMode
  • d797fa7 fix(form): fix FormList size=small, icon is default size error
  • 4fb181c docs: update docs
  • 8d9fa00 fix(table): 解决ProTable.editable.actionRender无法获取最新state快照的问题(第二种改法) (#8549)
  • fc79376 chore: fix test error
  • Additional commits viewable in compare view


Updates antd from 5.19.1 to 5.19.2

Release notes

Sourced from antd's releases.

5.19.2

  • 🐞 Fix List render 0 when actions={[]}. #49842 @​int64ago
  • 🐞 Fix Upload with dragging upload, the fileList in beforeUpload is not fully filled. #49832 @​coderz-w
  • Descriptions
  • 🐞 Fix Spin style issue when use percent and size at same time. #49876
  • 🇮🇳 Fill DatePicker kn_IN missing locales. #49860 @​neerajap-01
  • Typescript
    • 🐞 Fix Tree icon and switcherIcon parameter types not being correctly inferred. #49821
    • 🐞 Revert Cascader multiple definition case value definition missing. #49741 @​YangZhi1

  • 🐞 修复 List actions 为空数组时会渲染 0 的问题。#49842 @​int64ago
  • 🐞 修复 Upload 拖拽上传文件夹时,beforeUpload fileList 不完整的问题。#49832 @​coderz-w
  • Descriptions
  • 🐞 修复 Spin percentsize 一同使用时,样式不正确的问题。#49876
  • 🇮🇳 补充 DatePicker 的 kn_IN 本地化文案。#49860 @​neerajap-01
  • Typescript
    • 🐞 修复 Tree iconswitcherIcon 参数类型未能正确推导的问题。#49821
    • 🐞 回滚 Cascader multiple 定义更新导致 value 定义丢失的问题。#49741 @​YangZhi1
Changelog

Sourced from antd's changelog.

5.19.2

2024-07-15

  • 🐞 Fix List render 0 when actions={[]}. #49842 @​int64ago
  • 🐞 Fix Upload with dragging upload, the fileList in beforeUpload is not fully filled. #49832 @​coderz-w
  • Descriptions
  • 🐞 Fix Spin style issue when use percent and size at same time. #49876
  • 🇮🇳 Fill DatePicker kn_IN missing locales. #49860 @​neerajap-01
  • Typescript
    • 🐞 Fix Tree icon and switcherIcon parameter types not being correctly inferred. #49821
    • 🐞 Revert Cascader multiple definition case value definition missing. #49741 @​YangZhi1
Commits


Updates dexie from 4.0.7 to 4.0.8

Release notes

Sourced from dexie's releases.

Dexie v4.0.8

Here's a maintainance release with small things so far.

NOTE: We're also working to release a 4.1 later this summer with CRDT support for rich text editing by providing explicit support for Y.js documents into both Dexie.js and Dexie Cloud (#1926)

Solved issues

  • #2001 Typings: circular reference on update
  • #2004 Add complete ./dist/* to package.json exports
  • #2026 Typings error with Table.update()
  • #2011 and #2012: bulkPut() of multiple objects with same primary key would result i liveQueries showing multiple results instead of the last entry only (which is the correct result).

PRs:

  • #2006 requireAuth with options. Now possible to provide requireAuth: {email, otp, otpId} instead of just requireAuth: true. Useful when implementing magic link authentication.

dexie-cloud-addon@4.0.8:

Commits


Updates gatsby from 5.13.6 to 5.13.7

Commits


Updates @typescript-eslint/eslint-plugin from 7.16.0 to 7.16.1

Release notes

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

v7.16.1

7.16.1 (2024-07-15)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-parameters] descend into all parts of mapped types in no-unnecessary-type-parameters (#9530)

❤️ Thank You

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

Changelog

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

7.16.1 (2024-07-15)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-parameters] descend into all parts of mapped types in no-unnecessary-type-parameters

❤️ Thank You

  • Dan Vanderkam

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

Commits
  • d1d0ba5 chore(release): publish 7.16.1
  • 10f8a4d fix(eslint-plugin): [no-unnecessary-type-parameters] descend into all parts o...
  • bebbd0c chore(eslint-plugin): [no-unnecessary-parameter-property-assignment] remove `...
  • See full diff in compare view


Updates @typescript-eslint/parser from 7.16.0 to 7.16.1

Release notes

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

v7.16.1

7.16.1 (2024-07-15)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-parameters] descend into all parts of mapped types in no-unnecessary-type-parameters (#9530)

❤️ Thank You

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

Changelog

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

7.16.1 (2024-07-15)

This was a version bump only for parser to align it with other projects, there were no code changes.

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

Commits


Updates eslint from 9.6.0 to 9.7.0

Release notes

Sourced from eslint's releases.

v9.7.0

Features

  • 7bd9839 feat: add support for es2025 duplicate named capturing groups (#18630) (Yosuke Ota)
  • 1381394 feat: add regex option in no-restricted-imports (#18622) (Nitin Kumar)

Bug Fixes

  • 14e9f81 fix: destructuring in catch clause in no-unused-vars (#18636) (Francesco Trotta)

Documentation

  • 9f416db docs: Add Powered by Algolia label to the search. (#18633) (Amaresh S M)
  • c8d26cb docs: Open JS Foundation -> OpenJS Foundation (#18649) (Milos Djermanovic)
  • 6e79ac7 docs: loadESLint does not support option cwd (#18641) (Francesco Trotta)

Chores

  • 793b718 chore: upgrade @​eslint/js@​9.7.0 (#18680) (Francesco Trotta)
  • 7ed6f9a chore: package.json update for @​eslint/js release (Jenkins)
  • 7bcda76 refactor: Add type references (#18652) (Nicholas C. Zakas)
  • 51bf57c chore: add tech sponsors through actions (#18624) (Strek)
  • 6320732 refactor: don't use parent property in NodeEventGenerator (#18653) (Milos Djermanovic)
  • 9e6d640 refactor: move "Parsing error" prefix adding to Linter (#18650) (Milos Djermanovic)
Changelog

Sourced from eslint's changelog.

v9.7.0 - July 12, 2024

  • 793b718 chore: upgrade @​eslint/js@​9.7.0 (#18680) (Francesco Trotta)
  • 7ed6f9a chore: package.json update for @​eslint/js release (Jenkins)
  • 14e9f81 fix: destructuring in catch clause in no-unused-vars (#18636) (Francesco Trotta)
  • 7bcda76 refactor: Add type references (#18652) (Nicholas C. Zakas)
  • 51bf57c chore: add tech sponsors through actions (#18624) (Strek)
  • 9f416db docs: Add Powered by Algolia label to the search. (#18633) (Amaresh S M)
  • 6320732 refactor: don't use parent property in NodeEventGenerator (#18653) (Milos Djermanovic)
  • 7bd9839 feat: add support for es2025 duplicate named capturing groups (#18630) (Yosuke Ota)
  • 1381394 feat: add regex option in no-restricted-imports (#18622) (Nitin Kumar)
  • 9e6d640 refactor: move "Parsing error" prefix adding to Linter (#18650) (Milos Djermanovic)
  • c8d26cb docs: Open JS Foundation -> OpenJS Foundation (#18649) (Milos Djermanovic)
  • 6e79ac7 docs: loadESLint does not support option cwd (#18641) (Francesco Trotta)
Commits


Updates eslint-plugin-react from 7.34.3 to 7.34.4

Release notes

Sourced from eslint-plugin-react's releases.

v7.34.4

Fixed

  • [prop-types]: fix className missing in prop validation false negative (#3749 @​akulsr0)
  • [sort-prop-types]: Check for undefined before accessing node.typeAnnotation.typeAnnotation (#3779 @​tylerlaprade)

#1000: jsx-eslint/eslint-plugin-react#1000 #1002: jsx-eslint/eslint-plugin-react#1002 #1005: jsx-eslint/eslint-plugin-react#1005 #100: jsx-eslint/eslint-plugin-react#100 #1010: jsx-eslint/eslint-plugin-react#1010 #1013: jsx-eslint/eslint-plugin-react#1013 #1022: jsx-eslint/eslint-plugin-react#1022 #1029: jsx-eslint/eslint-plugin-react#1029 #102: jsx-eslint/eslint-plugin-react#102 #1034: jsx-eslint/eslint-plugin-react#1034 #1038: jsx-eslint/eslint-plugin-react#1038 #1041: jsx-eslint/eslint-plugin-react#1041 #1043: jsx-eslint/eslint-plugin-react#1043 #1046: jsx-eslint/eslint-plugin-react#1046 #1047: jsx-eslint/eslint-plugin-react#1047 #1050: jsx-eslint/eslint-plugin-react#1050 #1053: jsx-eslint/eslint-plugin-react#1053 #1057: jsx-eslint/eslint-plugin-react#1057 #105: jsx-eslint/eslint-plugin-react#105 #1061: jsx-eslint/eslint-plugin-react#1061 #1062: jsx-eslint/eslint-plugin-react#1062 #1070: jsx-eslint/eslint-plugin-react#1070 #1071: jsx-eslint/eslint-plugin-react#1071 #1073: jsx-eslint/eslint-plugin-react#1073 #1076: jsx-eslint/eslint-plugin-react#1076 #1079: jsx-eslint/eslint-plugin-react#1079 #1088: jsx-eslint/eslint-plugin-react#1088 #1098: jsx-eslint/eslint-plugin-react#1098 #1101: jsx-eslint/eslint-plugin-react#1101 #1103: jsx-eslint/eslint-plugin-react#1103 #110: jsx-eslint/eslint-plugin-react#110 #1116: jsx-eslint/eslint-plugin-react#1116 #1117: jsx-eslint/eslint-plugin-react#1117 #1119: jsx-eslint/eslint-plugin-react#1119 #1121: jsx-eslint/eslint-plugin-react#1121 #1122: jsx-eslint/eslint-plugin-react#1122 #1123: jsx-eslint/eslint-plugin-react#1123 #1130: jsx-eslint/eslint-plugin-react#1130 #1131: jsx-eslint/eslint-plugin-react#1131 #1132: jsx-eslint/eslint-plugin-react#1132 #1134: jsx-eslint/eslint-plugin-react#1134 #1135: jsx-eslint/eslint-plugin-react#1135 #1139: jsx-eslint/eslint-plugin-react#1139 #1148: jsx-eslint/eslint-plugin-react#1148

... (truncated)

Changelog

Sourced from eslint-plugin-react's changelog.

7.34.4 - 2024.07.13

Fixed

  • [prop-types]: fix className missing in prop validation false negative (#3749[] @​akulsr0)
  • [sort-prop-types]: Check for undefined before accessing node.typeAnnotation.typeAnnotation (#3779[] @​tylerlaprade)

#3779: jsx-eslint/eslint-plugin-react#3779 #3749: jsx-eslint/eslint-plugin-react#3749

Commits
  • 7a7b756 Update CHANGELOG and bump version
  • 67d73aa [Fix] sort-prop-types: Check for undefined before accessing `node.typeAnnot...
  • 51d342b [patch] make TS happy
  • f1ae6ed [Refactor] sort-comp: use Object.entries instead of for-in
  • bcb987a [Refactor] use hasown instead of the larger object.hasown
  • eda77f3 [Refactor] avoid making a holey array
  • 3c1d520 [Dev Deps] downgrade eslint-remote-tester-repositories
  • b747450 [Fix] prop-types: fix className missing in prop validation false negative
  • See full diff in compare view


Updates prettier from 3.3.2 to 3.3.3

Release notes

Sourced from prettier's releases.

3.3.3

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.3.3

diff

Add parentheses for nullish coalescing in ternary (#16391 by @​cdignam-segment)

This change adds clarity to operator precedence.

// Input
foo ? bar ?? foo : baz;
foo ?? bar ? a : b;
a ? b : foo ?? bar;

// Prettier 3.3.2
foo ? bar ?? foo : baz;
foo ?? bar ? a : b;
a ? b : foo ?? bar;

// Prettier 3.3.3
foo ? (bar ?? foo) : baz;
(foo ?? bar) ? a : b;
a ? b : (foo ?? bar);

Add parentheses for decorator expressions (#16458 by @​y-schneider)

Prevent parentheses around member expressions or tagged template literals from being removed to follow the stricter parsing rules of TypeScript 5.5.

// Input
@(foo`tagged template`)
class X {}

// Prettier 3.3.2
@​footagged template
class X {}

// Prettier 3.3.3
@(footagged template)
class X {}

Support @let declaration syntax (#16474 by @​sosukesuzuki)

Adds support for Angular v18 @let declaration syntax.

Please see the following code example. The @let declaration allows you to define local variables within the template:

... (truncated)

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