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 10 updates #187

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps the dependencies group with 10 updates:

Package From To
@ant-design/icons 5.3.4 5.3.6
@ant-design/pro-components 2.6.50 2.7.0
antd 5.15.3 5.16.0
dexie 3.2.6 4.0.1
@types/node 20.11.29 20.12.2
@types/react 18.2.67 18.2.73
@types/react-dom 18.2.22 18.2.23
@typescript-eslint/eslint-plugin 7.3.0 7.5.0
@typescript-eslint/parser 7.3.0 7.5.0
typescript 5.4.2 5.4.3

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.0

Release notes

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

@​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.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


Updates antd from 5.15.3 to 5.16.0

Release notes

Sourced from antd's releases.

5.16.0

  • 🔥 New component Input.OTP support. #48076
  • 🆕 Tag support aria-* in closable. #47678 @​kiner-tang
  • 🆕 Table add rowHoverable to control hover effect. #48112 @​madocto
  • 🆕 Typography support async copy. #48123 @​crazyair
  • 🆕 Progress support steps with circle. #47940 @​yykoypj
  • 🆕 Table support onScroll event for table body scroll. #47986
  • 🆕 Typography ellipsis supports expand and collapse. #47264 @​crazyair
  • 🆕 ConfigProvider support configuring FloatButton.Group closeIcon. #47953 @​li-jia-nan
  • 🆕 Table support sorterTooltipTarget prop for sorters. #47409 @​Ke1sy
  • 🆕 Cascader support optionRender. #47727 @​crazyair
  • 🆕 Notification support aria-* in closable. #47710 @​kiner-tang
  • ⌨️ Popover can be closed by ESC when trigger is focus or click. #47928 @​CooperHash
  • 🐞 Fix Button that vertically center icons when icon-only. #48178 @​momesana
  • 🐞 Fix Modal.confirm content is not centered when icon is null. #48173
  • Form #48163 @​madocto
    • 🐞 1. Fix Form getValueProps shouldn't work when FormItem's name doesn't exist .
    • 🐞 2. Fix Form's setFieldsValue should tread same as setFields.
  • 🐞 Fixe Table that internationalization of table columns fails when searching. #48126 @​LingJinT
  • 🐞 Fix Upload that onChange should be triggered when fileList.length is larger than maxCount. #47747 @​Zhou-Bill
  • 🐞 Fix Carousel several bugs by upgrading react-slick changes and renewing TS type. #48093
  • 🐞 Fix ColorPicker that displayed cleared color not change after value changed. #47816 @​MadCcc
  • 🐞 Make Badge consistent with Tag that applay colorInfo token in processing. #47695 @​pfdgithub
  • 🌐 Add missing form translations in is_IS. #48104 @​LonelySnowman
  • 🌐 Add Uzbek(latn) locale. #47899
  • TypeScript
    • 🤖 Improve Transfer's key type, change key: string to key: React.Key. #47879 @​madocto
    • 🤖 Table support for generic pairs dataIndex props verification . @​crazyair

  • 🔥 新增 Input.OTP 组件。#48076
  • 🆕 Tag 组件支持在 closable 中配置 aria 属性。#47678 @​kiner-tang
  • 🆕 Table 增加 rowHoverable 开启或关闭 hover 效果。#48112 @​madocto
  • 🆕 Typography 组件支持异步复制。#48123 @​crazyair
  • 🆕 Progress 组件 circle 模式下支持 steps#47940 @​yykoypj
  • 🆕 Table 支持 onScroll 事件用于监听表单内容滚动。#47986
  • 🆕 Typography 省略支持展开和收起。#47264 @​crazyair
  • 🆕 ConfigProvider 支持配置 FloatButton.Group 的 closeIcon 属性。#47953 @​li-jia-nan
  • 🆕 Table 支持配置排序的 sorterTooltipTarget 属性.#47409 @​Ke1sy
  • 🆕 Cascader 支持 optionRender#47727 @​crazyair
  • 🆕 Notification 组件支持在 closable 中配置 aria-*。#47710 @​kiner-tang
  • ⌨️ Popover 当 triggerfocusclick 时能被 ESC 按键所关闭。#47928 @​CooperHash
  • 🐞 修复 Button 图标位置居中问题。#48178 @​momesana
  • 🐞 修复 Modal.confirm 无图标时内容不居中的问题。#48173
  • Form #48163 @​madocto
    • 🐞 1. 修复 Form 当 FormItem 的 name 不存在时,getValueProps 不应该执行。
    • 🐞 2. 修复 Form 的 setFieldsValuesetFields 的行为应该相同。
  • 🐞 修复 Table 表格列在搜索情况下,国际化失效的问题。#48126 @​LingJinT
  • 🐞 修复 Upload 当文件数量超出限制时,删除不起作用,无法触发 onChange 的问题。#47747 @​Zhou-Bill
  • 🐞 Carousel 组件同步上游 react-slick 改动,修复一系列问题,并更新到最新 TS 定义。#48093
  • 🐞 修复 ColorPicker 展示的清除颜色在受控 value 变化后不会改变的问题。#47816 @​MadCcc

... (truncated)

Changelog

Sourced from antd's changelog.

5.16.0

2024-03-31

  • 🔥 New component Input.OTP support. #48076
  • 🆕 Closable components support aria-* in closable. @​kiner-tang
  • 🆕 Table add rowHoverable to control hover effect. #48112 @​madocto
  • 🆕 Typography support async copy. #48123 @​crazyair
  • 🆕 Progress support steps with circle. #47940 @​yykoypj
  • 🆕 Table support onScroll event for table body scroll. #47986
  • 🆕 Typography ellipsis supports expand and collapse. #47264 @​crazyair
  • 🆕 ConfigProvider support configuring FloatButton.Group closeIcon. #47953 @​li-jia-nan
  • 🆕 Table support showSorterTooltip.target prop for sorters. #47409 @​Ke1sy
  • 🆕 Cascader support optionRender. #47727 @​crazyair
  • ⌨️ Popover can be closed by ESC when trigger is focus or click. #47928 @​CooperHash
  • 🐞 Fix Button that vertically center icons when icon-only. #48178 @​momesana
  • 🐞 Fix Modal.confirm content is not centered when icon is null. #48173
  • Form #48163 @​madocto
    • 🐞 1. Fix Form getValueProps shouldn't work when FormItem's name doesn't exist .
    • 🐞 2. Fix Form's setFieldsValue should tread same as setFields.
  • 🐞 Fixe Table that internationalization of table columns fails when searching. #48126 @​LingJinT
  • 🐞 Fix Upload that onChange should be triggered when fileList.length is larger than maxCount. #47747 @​Zhou-Bill
  • 🐞 Fix Carousel several bugs by upgrading react-slick changes and renewing TS type. #48093
  • 🐞 Fix ColorPicker that displayed cleared color not change after value changed. #47816 @​MadCcc
  • 🐞 Make Badge consistent with Tag that applay colorInfo token in processing. #47695 @​pfdgithub
  • 🇮🇸 Add missing form translations in is_IS. #48104 @​LonelySnowman
  • 🇺🇿 Add Uzbek(latn) locale. #47899
  • TypeScript
    • 🤖 Improve Transfer's key type, change key: string to key: React.Key. #47879 @​madocto
    • 🤖 Table support for generic pairs dataIndex props verification . @​crazyair

5.15.4

2024-03-25

  • 💄 Fix QRCode that custom style would be overrided by internal style. #48053 @​li-jia-nan
  • 💄 Fix Radio disabled hover style. #47972 @​madocto
  • 🐞 Fix Watermark sometime repeat re-render when browser set scale. #47895
  • TypeScript
    • 🤖 Affix Export AffixRef interface. #47982 @​li-jia-nan
    • 🤖 MISC: Fix GetRef ts util can not get correct ref type for some component. #47983
Commits


Updates dexie from 3.2.6 to 4.0.1

Release notes

Sourced from dexie's releases.

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 tranasactions 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).

The generic type Table<T, TKey> is extended with a 3rd optional parameter TInsertType making it possible to declare a table as such:

class MyDB extends Dexie {
  friends!: Table<
    { id: number; name: string; age: number }, // T (id is always there)
    number, // TKey (type of primary key)
    { id?: number; name: string; age: number } // TInsertType (id is optional)
  >;
}

A new helper generic EntityTable<T> also exists as a "don't repeat yourself" sugar on top of this, and will also omit any method on the type. In case the type is a mapped class with helper methods, you are still able to pass simple POJO objects to add() and put() with only data properties.

</tr></table> 

... (truncated)

Commits
  • 396b884 Build output
  • 5894f19 Merge remote-tracking branch 'origin/releases'
  • f7d3708 Releasing v4.0.1
  • 77a7f59 Releasing dexie-cloud-addon@4.0.1 (stable)
  • cc4962b Releasing dexie-cloud-addon@4.0.1-rc.3
  • 1c4328e Restart websocket flow if persistedSyncState isnt loaded
  • 33fdadd Fix tmp error on logout: cannot read undefined (serverRevision)
  • 3265585 Releasing dexie-cloud-addon@4.0.1-rc.1
  • 057b257 Remove yarn.lock from todo-app example
  • 03b027d Build output
  • Additional commits viewable in compare view


Updates @types/node from 20.11.29 to 20.12.2

Commits


Updates @types/react from 18.2.67 to 18.2.73

Commits


Updates @types/react-dom from 18.2.22 to 18.2.23

Commits


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

Release notes

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

v7.5.0

7.5.0 (2024-04-01)

🚀 Features

  • website: playground Visual Editor search makes case-insensitive (#8767)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] handle TaggedTemplateExpression (#8758)
  • eslint-plugin: [no-unnecessary-type-assertion] handle exactOptionalPropertyTypes compiler option (#8770)
  • parser: disallow errorOnTypeScriptSyntacticAndSemanticIssues (#8784)
  • typescript-eslint: improve support for legacy configs (#8812)

❤️ Thank You

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

v7.4.0

7.4.0 (2024-03-25)

🚀 Features

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] address multipart nullish checks false positive (#8678)
  • eslint-plugin: [prefer-optional-chain] properly disambiguate between boolean and false (#8685)
  • eslint-plugin: [no-unnecessary-type-assertion] avoid remove const casting on template literals with expressions inside (#8740)
  • typescript-eslint: declare peer dependency on utils to ensure npm correctly installs dependencies (#8738)
  • website: visual Editor is not scrolled (#8709)
  • website: make 404 page good again (#8750)

❤️ Thank You

... (truncated)

Changelog

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

7.5.0 (2024-04-01)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] handle TaggedTemplateExpression

  • eslint-plugin: [no-unnecessary-type-assertion] handle exactOptionalPropertyTypes compiler option

❤️ Thank You

  • Brad Zacher
  • Kim Sang Du
  • Mark de Dios
  • Naru
  • YeonJuan

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

7.4.0 (2024-03-25)

🚀 Features

  • eslint-plugin: [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata

  • eslint-plugin: [no-unnecessary-type-arguments] handle tagged templates

  • eslint-plugin: deprecate no-throw-literal and add a renamed only-throw-error

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] address multipart nullish checks false positive

  • eslint-plugin: [prefer-optional-chain] properly disambiguate between boolean and false

  • eslint-plugin: [no-unnecessary-type-assertion] avoid remove const casting on template literals with expressions inside

❤️ Thank You

  • Abraham Guo
  • Brad Zacher
  • Josh Goldberg ✨
  • Kim Sang Du
  • Kirk Waiblinger
  • Marco Pasqualetti
  • YeonJuan

... (truncated)

Commits
  • a14ba9d chore(release): publish 7.5.0
  • ecb6b55 docs: add homepage (#8742)
  • f0b1c4f fix(eslint-plugin): [no-unnecessary-type-assertion] handle exactOptionalPrope...
  • 5707268 fix(eslint-plugin): [no-floating-promises] handle TaggedTemplateExpression (#...
  • ca561e2 chore: manually updated local package.jsons to 7.4.0 (#8775)
  • 5d24691 chore(release): publish 7.4.0
  • 029fc0b feat(eslint-plugin): deprecate no-throw-literal and add a renamed only-throw-...
  • 2a62a40 fix(eslint-plugin): [no-unnecessary-type-assertion] avoid remove const castin...
  • 990ec22 docs: fix example of binding unbound method (#8754)
  • a08554a feat(eslint-plugin): [no-unnecessary-type-arguments] handle tagged templates ...
  • Additional commits viewable in compare view


Updates @typescript-eslint/parser from 7.3.0 to 7.5.0

Release notes

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

v7.5.0

7.5.0 (2024-04-01)

🚀 Features

  • website: playground Visual Editor search makes case-insensitive (#8767)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] handle TaggedTemplateExpression (#8758)
  • eslint-plugin: [no-unnecessary-type-assertion] handle exactOptionalPropertyTypes compiler option (#8770)
  • parser: disallow errorOnTypeScriptSyntacticAndSemanticIssues (#8784)
  • typescript-eslint: improve support for legacy configs (#8812)

❤️ Thank You

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

v7.4.0

7.4.0 (2024-03-25)

🚀 Features

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] address multipart nullish checks false positive (#8678)
  • eslint-plugin: [prefer-optional-chain] properly disambiguate between boolean and false (#8685)
  • eslint-plugin: [no-unnecessary-type-assertion] avoid remove const casting on template literals with expressions inside (#8740)
  • typescript-eslint: declare peer dependency on utils to ensure npm correctly installs dependencies (#8738)
  • website: visual Editor is not scrolled (#8709)
  • website: make 404 page good again (#8750)

❤️ Thank You

... (truncated)

Changelog

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

7.5.0 (2024-04-01)

🩹 Fixes

  • parser: disallow errorOnTypeScriptSyntacticAndSemanticIssues

❤️ Thank You

  • Brad Zacher
  • Kim Sang Du
  • Mark de Dios
  • Naru
  • YeonJuan

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

7.4.0 (2024-03-25)

🚀 Features

  • eslint-plugin: [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata

❤️ Thank You

  • Abraham Guo
  • Brad Zacher
  • Josh Goldberg ✨
  • Kim Sang Du
  • Kirk Waiblinger
  • Marco Pasqualetti
  • YeonJuan

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

7.3.1 (2024-03-18)

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
  • a14ba9d chore(release): publish 7.5.0
  • ecb6b55 docs: add homepage (#8742)
  • d5615d7 fix(parser): disallow errorOnTypeScriptSyntacticAndSemanticIssues (#8784)
  • 5d24691 chore(release): publish 7.4.0
  • e408b93 feat(eslint-plugin): [consistent-type-imports] ignore files with decorators, ...
  • 5995614 chore(release): publish 7.3.1
  • See full diff in compare view


Updates typescript from 5.4.2 to 5.4.3

Release notes

Sourced from typescript's releases.

TypeScript 5.4.3

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

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
dependabot[bot] commented 5 months ago

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