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 16 updates #191

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps the dependencies group with 16 updates:

Package From To
@ant-design/icons 5.3.4 5.3.6
@ant-design/pro-components 2.6.50 2.7.1
@loadable/component 5.16.3 5.16.4
antd 5.15.3 5.16.4
babel-preset-gatsby 3.13.1 3.13.2
dexie 3.2.6 4.0.4
gatsby 5.13.3 5.13.4
gatsby-plugin-offline 6.13.1 6.13.2
zod 3.22.4 3.23.3
@types/node 20.11.29 20.12.7
@types/react 18.2.67 18.2.79
@types/react-dom 18.2.22 18.2.25
@typescript-eslint/eslint-plugin 7.3.0 7.7.1
@typescript-eslint/parser 7.3.0 7.7.1
eslint 8.57.0 9.1.1
typescript 5.4.2 5.4.5

Updates @ant-design/icons from 5.3.4 to 5.3.6

Commits


Updates @ant-design/pro-components from 2.6.50 to 2.7.1

Release notes

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

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

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

  • fix(form): DrawerForm ssr 错误 : window is not defined (#8244). #8244 @​edram
  • fix(table): densityLarger 中文简体和繁体国际化,文案问题修改 (#8241). #8241 @​lk0606
  • feat(card): ProCard support colStyle. bfcf8aa

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

  • feat(form): ProFormFieldSet support funtion. efbdab6
Changelog

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

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

2024-04-19

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

2024-03-27

  • fix(form): DrawerForm ssr 错误 : window is not defined (#8244). #8244 @​edram
  • fix(table): densityLarger 中文简体和繁体国际化,文案问题修改 (#8241). #8241 @​lk0606
  • feat(card): ProCard support colStyle. bfcf8aa

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

2024-03-22

  • feat(form): ProFormFieldSet support funtion. efbdab6

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

2024-03-20

  • feat(form): ProFormFieldSet support funtion. efbdab6
Commits
  • 9aaaf0f 🎨 chore(release): Publish
  • 14e70dd chore: update snapshot
  • f12ef2b fix(form): onOpenChange fires twice when opening ModalForm (#8311)
  • 9daed82 build: update dumi-theme-antd-style (#8304)
  • 6548873 fix(form): FilterDropdown onClear setTempValue null (#8305)
  • acfb64e chore: update snapshot
  • 9fb3efe fix(components): compatible 5.13.0 border (#8296)
  • 7ea4fd1 feat(form): form list support transform
  • 29bbddf chore: update snapshot
  • f1f1c6c fix(form): Fix the problem of FieldLabel activating style when the value is a...
  • Additional commits viewable in compare view


Updates @loadable/component from 5.16.3 to 5.16.4

Release notes

Sourced from @​loadable/component's releases.

ESM correction

Bug fixes

Changelog

Sourced from @​loadable/component's changelog.

5.16.4 (2024-04-20)

Bug Fixes

Commits


Updates antd from 5.15.3 to 5.16.4

Release notes

Sourced from antd's releases.

5.16.4

  • 🐞 Fix Select with multiple and paddingXXS=0 will break the height align of controlHeight token. #48574
  • 🐞 Fix Upload miss style when enable CSS Variable. #48569 @​nova1751
  • 🐞 Fix Slider in range tooltip blink when drag the handle over another one. #48536
  • Input
    • 🐞 Fix the text of the button is not the large size when Input.Search is set to a large size. #48527
    • 🐞 Fix abnormal text display in Input.TextArea. #48489 @​korkt-kim
  • 🐞 Fix the stuck animation effect of the Upload component image. #48522 @​nova1751
  • 🐞 Fix the issue where the Switch component using checkedChildren and unCheckedChildren did not add a default height. #48513 @​wanpan11
  • 🐞 Fix the warning reminder when Form.Item uses noStyle with no value. #48508
  • 🐞 Fix Popover defaultOpen setting failed. #48481 @​linhf123
  • 🐞 Fix where placeholder is not displayed when DatePicker is configured with multiple. #48387 @​nova1751
  • 🐞 Fix where ColorPicker clear color could not be changed when controlled in strict mode. #48450
  • 💄 Fix the arrow style issue when Collapse uses third-party icons. #48417 @​guoyunhe
  • 💄 Optimize the animation effect of the embedded Menu Sider when it is expanded. #48127 @​metouch
  • 💄 Optimize Steps process style. #48464
  • Locales

  • 🐞 修复 Select 配置 paddingXXS=0 时,多选下超出设定的 controlHeight token 的问题。#48574
  • 🐞 修复 Upload 在开启 CSS Variable 时样式丢失的问题。#48569 @​nova1751
  • 🐞 修复 Slider 在范围选择下,拖动滑块越过另一个滑块时提示框闪动的问题。#48536
  • Input
    • 🐞 修复 Input.Search 设置大尺寸时,按钮的文字不是大尺寸的问题。#48527
    • 🐞 修复 Input.TextArea 的文字显示异常问题。#48489 @​korkt-kim
  • 🐞 修复 Upload 组件图片卡顿的动画效果。#48522 @​nova1751
  • 🐞 修复 Switch 组件使用 checkedChildren unCheckedChildren 未添加默认高度的问题。#48513 @​wanpan11
  • 🐞 修复 Form.Item 使用 noStyle 无值时的警告提醒。#48508
  • 🐞 修复 Popover defaultOpen 设置失效的问题。#48481 @​linhf123
  • 🐞 修复 DatePicker 配置 multipleplaceholder 不展示的问题。#48387 @​nova1751
  • 🐞 修复 ColorPicker 在严格模式下受控时清除颜色无法改变的问题。#48450
  • 💄 修复 Collapse 使用第三方图标时的 arrow 样式问题。#48417 @​guoyunhe
  • 💄 优化内嵌 Menu 的 Sider 在展开时的动画效果。#48127 @​metouch
  • 💄 优化 Steps process 样式。#48464
  • 国际化

5.16.3

  • 🛠 Script failed to publish an empty package. Do not use this version.

  • 🛠 脚本错误发布空包,请勿使用。

5.16.2

  • 🐞 Fix Input.OTP controlled value to '' not work as expect. #48399
  • 🐞 Fix DatePicker of multiple with week picker not show the selection on the panel. #48355
  • 🐞 Fix Upload listType with picture-card or picture-circle has additional space on top. #48370

... (truncated)

Changelog

Sourced from antd's changelog.

5.16.4

2024-04-22

  • 🐞 Fix Select with multiple and paddingXXS=0 will break the height align of controlHeight token. #48574
  • 🐞 Fix Upload miss style when enable CSS Variable. #48569 @​nova1751
  • 🐞 Fix Slider in range tooltip blink when drag the handle over another one. #48536
  • Input
    • 🐞 Fix the text of the button is not the large size when Input.Search is set to a large size. #48527
    • 🐞 Fix abnormal text display in Input.TextArea. #48489 @​korkt-kim
  • 🐞 Fix the stuck animation effect of the Upload component image. #48522 @​nova1751
  • 🐞 Fix the issue where the Switch component using checkedChildren and unCheckedChildren did not add a default height. #48513 @​wanpan11
  • 🐞 Fix the warning reminder when Form.Item uses noStyle with no value. #48508
  • 🐞 Fix Popover defaultOpen setting failed. #48481 @​linhf123
  • 🐞 Fix where placeholder is not displayed when DatePicker is configured with multiple. #48387 @​nova1751
  • 🐞 Fix where ColorPicker clear color could not be changed when controlled in strict mode. #48450
  • 💄 Fix the arrow style issue when Collapse uses third-party icons. #48417 @​guoyunhe
  • 💄 Optimize the animation effect of the embedded Menu Sider when it is expanded. #48127 @​metouch
  • 💄 Optimize Steps process style. #48464
  • Locales

5.16.3

2024-04-21

  • 🛠 Script failed to publish an empty package. Do not use this version.

5.16.2

2024-04-15

  • 🐞 Fix Input.OTP controlled value to '' not work as expect. #48399
  • 🐞 Fix DatePicker of multiple with week picker not show the selection on the panel. #48355
  • 🐞 Fix Upload listType with picture-card or picture-circle has additional space on top. #48370
  • Typography
    • 🐞 Fix Typography dynamic set copyable or editable will not show the operation button. #48350
    • 🐞 Fix Typography dynamic update copyable.text not working. #48347
    • 🐞 Fix Typography using ellipsis config with expandable="collapsible" and row={1} at both time will make ellipsis not working as expect. #48340
  • 💄 Fix Steps in compact theme not show the correct progress style. #48251
  • 💄 Refactor Tabs and wave-related components CSS duration values with motionDurationSlow Component Token. #48311 #48312 @​li-jia-nan
  • 🇯🇵 Add Transfer missing ja_JP translations. #48411 @​Inshiku-Han
  • 🌐 Fix Picker ja-JP and ko-KR translations. #48382 @​li-jia-nan
  • 🛠 Use constant instead of enumeration to reduce package size. #48406 @​kiner-tang

5.16.1

2024-04-05

... (truncated)

Commits


Updates babel-preset-gatsby from 3.13.1 to 3.13.2

Changelog

Sourced from babel-preset-gatsby's changelog.

Changelog: babel-preset-gatsby

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

Commits


Updates dexie from 3.2.6 to 4.0.4

Release notes

Sourced from dexie's releases.

Dexie v4.0.4

Fixes #1955 for real this time (the fix in 4.0.2 wasn't correct enough for npm)

Dexie v4.0.2

Patch Release

dexie@4.0.2

  • Fixes issue #1946 - liveQueries of compound index involving auto-incremented primary key as part failed to update.
  • Fixes issue #1955 - tsconfig.json in root referering to nonexisting tsconfig in non-bundled src directory. Fixed for real in 4.0.4.

dexie-cloud-addon@4.0.2

  • Allow logging in with demo account in default login GUI and customized login GUI. User can write an imported @​demo.local address in the email dialog and can skip the OTP step.

Dexie v4.0.1

Dexie 4 Stable

After 3 years is alpha and beta, and a week in RC, Dexie@4 is finally out!

Changed Version Handling (PR #1880)

  • Dexie@4 accepts upgrading schema WITHOUT incrementing the version number.
  • Dexie@4 is now able to open a previous version of the database without throwing VersionError.

It's still recommended to increment version number when schema has been updated before publishing new versions of an application since it can make opening the db fractions of ms faster. But it's not required.

(If the native version has diverged from the declared version - which happen when extending schema without incrementing version, dexie need to increment the native version to extend schema - and after a page refresh dexie will detect diverged version by catching VersionError and will redo open with the exact installed version under the hood. When measuring the extra time to open an older version in indexedDB and catch VersionError 10,000 times, it only took 1000 ms - 0.1 ms per try (on a macbook pro), so it should be negligible (https://jsfiddle.net/dfahlander/9tg13fwk/19/))

Cache

Non-transactional live queries utilize memory cache to assist in query resolution. It is possible to opt-out from using the cache using the option {cache: 'disabled'}. The cache can greatly improve simple pure range-based live queries and reduce the queries towards IndexedDB by reusing common queries from different components. The cache will be continously developed and optimized further to improve the new paging support in Dexie 5.0.

Workarounds for flaky browsers

Dexie 4 catches various issues in the IndexedDB support for Chrome and Safari. Without dexie@4 transactions and write operations can suddenly fail in modern versions of Chrome and Safari but dexie makes sure to protect the end user from experience any issues. It does this by reopening the database or redoing the transaction when these things happen - all without the developer having to worry about it. See issues #543 and #613. (A close upcoming release on the 4.0-track will also address #1660 and #1829).

Supports Dexie Cloud

With Dexie 4.0, you can optionally use dexie-cloud-addon and connect your local database with a cloud based database. Dexie Cloud is a complete solution for authorization and synchronization of personal data with support for sharing data between users.

Improved Typing

Dexie 4 has some improved typing. Specifically, https://github.com/dexie/Dexie.js/blob/HEAD[https://github.com/dexie/Dexie.js/blob/HEADChttps://github.com/dexie/Dexie.js/blob/HEADohttps://github.com/dexie/Dexie.js/blob/HEADlhttps://github.com/dexie/Dexie.js/blob/HEADlhttps://github.com/dexie/Dexie.js/blob/HEADehttps://github.com/dexie/Dexie.js/blob/HEADchttps://github.com/dexie/Dexie.js/blob/HEADthttps://github.com/dexie/Dexie.js/blob/HEADihttps://github.com/dexie/Dexie.js/blob/HEADohttps://github.com/dexie/Dexie.js/blob/HEADnhttps://github.com/dexie/Dexie.js/blob/HEAD.https://github.com/dexie/Dexie.js/blob/HEADmhttps://github.com/dexie/Dexie.js/blob/HEADohttps://github.com/dexie/Dexie.js/blob/HEADdhttps://github.com/dexie/Dexie.js/blob/HEADihttps://github.com/dexie/Dexie.js/blob/HEADfhttps://github.com/dexie/Dexie.js/blob/HEADyhttps://github.com/dexie/Dexie.js/blob/HEAD(https://github.com/dexie/Dexie.js/blob/HEAD)https://github.com/dexie/Dexie.js/blob/HEAD]https://github.com/dexie/Dexie.js/blob/HEAD(https://github.com/dexie/Dexie.js/blob/HEADhttps://github.com/dexie/Dexie.js/blob/HEAD/https://github.com/dexie/Dexie.js/blob/HEADdhttps://github.com/dexie/Dexie.js/blob/HEADohttps://github.com/dexie/Dexie.js/blob/HEADchttps://github.com/dexie/Dexie.js/blob/HEADshttps://github.com/dexie/Dexie.js/blob/HEAD/https://github.com/dexie/Dexie.js/blob/HEADChttps://github.com/dexie/Dexie.js/blob/HEADohttps://github.com/dexie/Dexie.js/blob/HEADlhttps://github.com/dexie/Dexie.js/blob/HEADlhttps://github.com/dexie/Dexie.js/blob/HEADehttps://github.com/dexie/Dexie.js/blob/HEADchttps://github.com/dexie/Dexie.js/blob/HEADthttps://github.com/dexie/Dexie.js/blob/HEADihttps://github.com/dexie/Dexie.js/blob/HEADohttps://github.com/dexie/Dexie.js/blob/HEADnhttps://github.com/dexie/Dexie.js/blob/HEAD/https://github.com/dexie/Dexie.js/blob/HEADChttps://github.com/dexie/Dexie.js/blob/HEADohttps://github.com/dexie/Dexie.js/blob/HEADlhttps://github.com/dexie/Dexie.js/blob/HEADlhttps://github.com/dexie/Dexie.js/blob/HEADehttps://github.com/dexie/Dexie.js/blob/HEADchttps://github.com/dexie/Dexie.js/blob/HEADthttps://github.com/dexie/Dexie.js/blob/HEADihttps://github.com/dexie/Dexie.js/blob/HEADohttps://github.com/dexie/Dexie.js/blob/HEADnhttps://github.com/dexie/Dexie.js/blob/HEAD.https://github.com/dexie/Dexie.js/blob/HEADmhttps://github.com/dexie/Dexie.js/blob/HEADohttps://github.com/dexie/Dexie.js/blob/HEADdhttps://github.com/dexie/Dexie.js/blob/HEADihttps://github.com/dexie/Dexie.js/blob/HEADfhttps://github.com/dexie/Dexie.js/blob/HEADyhttps://github.com/dexie/Dexie.js/blob/HEAD(https://github.com/dexie/Dexie.js/blob/HEAD)https://github.com/dexie/Dexie.js/blob/HEAD) and https://github.com/dexie/Dexie.js/blob/HEAD[https://github.com/dexie/Dexie.js/blob/HEADThttps://github.com/dexie/Dexie.js/blob/HEADahttps://github.com/dexie/Dexie.js/blob/HEADbhttps://github.com/dexie/Dexie.js/blob/HEADlhttps://github.com/dexie/Dexie.js/blob/HEADehttps://github.com/dexie/Dexie.js/blob/HEAD.https://github.com/dexie/Dexie.js/blob/HEADuhttps://github.com/dexie/Dexie.js/blob/HEADphttps://github.com/dexie/Dexie.js/blob/HEADdhttps://github.com/dexie/Dexie.js/blob/HEADahttps://github.com/dexie/Dexie.js/blob/HEADthttps://github.com/dexie/Dexie.js/blob/HEADehttps://github.com/dexie/Dexie.js/blob/HEAD(https://github.com/dexie/Dexie.js/blob/HEAD)https://github.com/dexie/Dexie.js/blob/HEAD]https://github.com/dexie/Dexie.js/blob/HEAD(https://github.com/dexie/Dexie.js/blob/HEADhttps://github.com/dexie/Dexie.js/blob/HEAD/https://github.com/dexie/Dexie.js/blob/HEADdhttps://github.com/dexie/Dexie.js/blob/HEADohttps://github.com/dexie/Dexie.js/blob/HEADchttps://github.com/dexie/Dexie.js/blob/HEADshttps://github.com/dexie/Dexie.js/blob/HEAD/https://github.com/dexie/Dexie.js/blob/HEADThttps://github.com/dexie/Dexie.js/blob/HEADahttps://github.com/dexie/Dexie.js/blob/HEADbhttps://github.com/dexie/Dexie.js/blob/HEADlhttps://github.com/dexie/Dexie.js/blob/HEADehttps://github.com/dexie/Dexie.js/blob/HEAD/https://github.com/dexie/Dexie.js/blob/HEADThttps://github.com/dexie/Dexie.js/blob/HEADahttps://github.com/dexie/Dexie.js/blob/HEADbhttps://github.com/dexie/Dexie.js/blob/HEADlhttps://github.com/dexie/Dexie.js/blob/HEADehttps://github.com/dexie/Dexie.js/blob/HEAD.https://github.com/dexie/Dexie.js/blob/HEADuhttps://github.com/dexie/Dexie.js/blob/HEADphttps://github.com/dexie/Dexie.js/blob/HEADdhttps://github.com/dexie/Dexie.js/blob/HEADahttps://github.com/dexie/Dexie.js/blob/HEADthttps://github.com/dexie/Dexie.js/blob/HEADehttps://github.com/dexie/Dexie.js/blob/HEAD(https://github.com/dexie/Dexie.js/blob/HEAD)https://github.com/dexie/Dexie.js/blob/HEAD) use template literals to suggest code completion and type checking of keypaths to update.

Distinguish insert- from output types

The type passed to db.table.add() can be different from the type returned from db.table.get() and tb.table.toArray(). This mirrors reality better since some properties may be optional when adding (such as an auto-incremented primary key or dexie-cloud properties realmId and owner).

... (truncated)

Commits


Updates gatsby from 5.13.3 to 5.13.4

Commits


Updates gatsby-plugin-offline from 6.13.1 to 6.13.2

Changelog

Sourced from gatsby-plugin-offline's changelog.

Changelog: gatsby-plugin-offline

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

Commits


Updates zod from 3.22.4 to 3.23.3

Release notes

Sourced from zod's releases.

v3.23.3

Commits:

  • 103d2436f85872ca0e0e6247652989cc93d46a39 3.23.3

v3.23.2

Commits:

  • c340558d14f5222a2ca177e0591463c06cc5edc3 Update protocol
  • ef588d036f3e98b832796e9a681dbaf097631ea0 Fix t3env
  • 9df70dd71195df951c43f180fbe5e64ea1f835df 3.23.2

v3.23.1

This changes the default generics back to any to prevent breakages with common packager like @hookform/resolvers:

- class ZodType<Output = unknown, Def extends ZodTypeDef = ZodTypeDef, Input = unknown> {}
+ class ZodType<Output = any, Def extends ZodTypeDef = ZodTypeDef, Input = any> {}

Commits:

  • 59f48723d36c423d9e10b3bd52325a7998314230 Change unknown -> any for ZodType defaults
  • 2ff5ceb428634de0ea4501495039c05a8e95b60a 3.23.1

v3.23.0

Zod 3.23 is now available. This is the final 3.x release before Zod 4.0. To try it out:

npm install zod

Features

z.string().date()

Zod can now validate ISO 8601 date strings. Thanks @​igalklebanov! colinhacks/zod#1766

const schema = z.string().date();
schema.parse("2022-01-01"); // OK

z.string().time()

Zod can now validate ISO 8601 time strings. Thanks @​igalklebanov! colinhacks/zod#1766

const schema = z.string().time();
schema.parse("12:00:00"); // OK
</tr></table> 

... (truncated)

Commits


Updates @types/node from 20.11.29 to 20.12.7

Commits


Updates @types/react from 18.2.67 to 18.2.79

Commits


Updates @types/react-dom from 18.2.22 to 18.2.25

Commits


Updates @typescript-eslint/eslint-plugin from 7.3.0 to 7.7.1

Release notes

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

v7.7.1

7.7.1 (2024-04-22)

🩹 Fixes

  • eslint-plugin: [no-unsafe-assignment] handle shorthand property assignment (#8800)
  • eslint-plugin: [explicit-function-return-type] fix checking wrong ancestor's return type (#8809)
  • eslint-plugin: [prefer-optional-chain] only look at left operand for requireNullish (#8559)
  • eslint-plugin: [no-for-in-array] refine report location (#8874)
  • eslint-plugin: [no-unnecessary-type-assertion] allow non-null assertion for void type (#8912)

❤️ Thank You

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

v7.7.0

7.7.0 (2024-04-15)

🚀 Features

  • eslint-plugin: replace no-new-symbol with no-new-native-nonconstructor (#8895)
  • typescript-estree: add defaultProject for project service (#8815)

❤️ Thank You

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

v7.6.0

7.6.0 (2024-04-08)

🚀 Features

  • add name field to shared configs and flat config types (#8863)
  • bump npm dependency ranges (#8860)
  • utils: add types for both flat and legacy eslint classes (#8861)

🩹 Fixes

  • typescript-eslint: fix type errors when using exactOptionalPropertyTypes (#8786)

... (truncated)

Changelog

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

7.7.1 (2024-04-22)

🩹 Fixes

  • eslint-plugin: [no-unsafe-assignment] handle shorthand property assignment

  • eslint-plugin: [explicit-function-return-type] fix checking wrong ancestor's return type

  • eslint-plugin: [prefer-optional-chain] only look at left operand for requireNullish

  • eslint-plugin: [no-for-in-array] refine report location

  • eslint-plugin: [no-unnecessary-type-assertion] allow non-null assertion for void type

❤️ Thank You

  • Abraham Guo
  • Kirk Waiblinger
  • YeonJuan

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

7.7.0 (2024-04-15)

🚀 Features

  • eslint-plugin: replace no-new-symbol with no-new-native-nonconstructor

❤️ Thank You

  • Dave
  • Josh Goldberg ✨

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

7.6.0 (2024-04-08)

🚀 Features

  • bump npm dependency ranges

❤️ Thank You

  • Abraham Guo

... (truncated)

Commits
  • 3e19436 chore(release): publish 7.7.1
  • b2552ca fix(eslint-plugin): [no-unnecessary-type-assertion] allow non-null assertion ...
  • fdeba42 fix(eslint-plugin): [no-for-in-array] refine report location (#8874)
  • eef257b fix(eslint-plugin): [prefer-optional-chain] only look at left operand for `re...
  • 9e0d9f5 fix(eslint-plugin): [explicit-function-return-type] fix checking wrong ancest...
  • d07eb9e fix(eslint-plugin): [no-unsafe-assignment] handle shorthand property assignme...
  • e44a1a2 chore(release): publish 7.7.0
  • fda5704 feat(eslint-plugin): replace no-new-symbol with `no-new-native-nonconstruct...
  • e1db872 chore(release): publish 7.6.0
  • a6ab2cb feat: bump npm dependency ranges (#8860)
  • Additional commits viewable in compare view


Updates @typescript-eslint/parser from 7.3.0 to 7.7.1

Release notes

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

v7.7.1

7.7.1 (2024-04-22)

🩹 Fixes

  • eslint-plugin: [no-unsafe-assignment] handle shorthand property assignment (#8800)
  • eslint-plugin: [explicit-function-return-type] fix checking wrong ancestor's return type (#8809)
  • eslint-plugin: [prefer-optional-chain] only look at left operand for requireNullish (#8559)
  • eslint-plugin: [no-for-in-array] refine report location (#8874)
  • eslint-plugin: [no-unnecessary-type-assert... _Description has been truncated_
dependabot[bot] commented 4 months ago

Looks like these dependencies are updatable in another way, so this is no longer needed.