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 11 updates #189

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 5 months ago

Bumps the dependencies group with 11 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.1
dexie 3.2.6 4.0.1
@types/node 20.11.29 20.12.5
@types/react 18.2.67 18.2.75
@types/react-dom 18.2.22 18.2.24
@typescript-eslint/eslint-plugin 7.3.0 7.6.0
@typescript-eslint/parser 7.3.0 7.6.0
eslint 8.57.0 9.0.0
typescript 5.4.2 5.4.4

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


Updates antd from 5.15.3 to 5.16.1

Release notes

Sourced from antd's releases.

5.16.1

  • 🛠 Adjust Typography ellipsis logic to use CSS ellipsis in SSR to enhance user experience. #48205
  • 🐞 Fix FloatButton config tooltip and badge at same time will make badge customize background not working. #48198 @​LonelySnowman

  • 🛠 调整 Typography 的 ellipsis 使其在 SSR 阶段使用 CSS 省略以优化用户体验。#48205
  • 🐞 修复 FloatButton 中同时配置 tooltipbadge 时, badge 的自定义背景色会失效的问题。#48198 @​LonelySnowman

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

... (truncated)

Changelog

Sourced from antd's changelog.

5.16.1

2024-04-05

  • 🛠 Adjust Typography ellipsis logic to use CSS ellipsis in SSR to enhance user experience. #48205
  • 🐞 Fix FloatButton config tooltip and badge at same time will make badge customize background not working. #48198 @​LonelySnowman

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

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

Commits


Updates @types/react from 18.2.67 to 18.2.75

Commits


Updates @types/react-dom from 18.2.22 to 18.2.24

Commits


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

Release notes

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

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)

❤️ Thank You

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

v7.5.0

7.5.0 (2024-04-01)

🩹 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

... (truncated)

Changelog

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

7.6.0 (2024-04-08)

🚀 Features

  • bump npm dependency ranges

❤️ Thank You

  • Abraham Guo
  • auvred
  • Brad Zacher

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

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

... (truncated)

Commits
  • e1db872 chore(release): publish 7.6.0
  • a6ab2cb feat: bump npm dependency ranges (#8860)
  • 4bac40c docs: fix incorrect tab item values in prefer-optional-chain (#8867)
  • a7bdd1c test(eslint-plugin): render snapshots of ESLint output for each code example ...
  • 41d893f docs(eslint-plugin): [consistent-return] add warning section use noImplicitRe...
  • d063275 docs: feature-freeze member-ordering, naming-convention, sort-type-constituen...
  • 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 (#...
  • Additional commits viewable in compare view


Updates @typescript-eslint/parser from 7.3.0 to 7.6.0

Release notes

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

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)

❤️ Thank You

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

v7.5.0

7.5.0 (2024-04-01)

🩹 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

... (truncated)

Changelog

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

7.6.0 (2024-04-08)

🚀 Features

  • bump npm dependency ranges

❤️ Thank You

  • Abraham Guo
  • auvred
  • Brad Zacher

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

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

... (truncated)

Commits
  • e1db872 chore(release): publish 7.6.0
  • a6ab2cb feat: bump npm dependency ranges (#8860)
  • 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 eslint from 8.57.0 to 9.0.0

Release notes

Sourced from eslint's releases.

v9.0.0

Breaking Changes

  • b7cf3bd fix!: correct camelcase rule schema for allow option (#18232) (eMerzh)
  • 09bd7fe feat!: move AST traversal into SourceCode (#18167) (Nicholas C. Zakas)
  • 79a95eb feat!: disallow multiple configuration comments for same rule (#18157) (Milos Djermanovic)
  • 9163646 feat!: Rule Tester checks for missing placeholder data in the message (#18073) (fnx)
  • 3c4d51d feat!: default for enforceForClassMembers in no-useless-computed-key (#18054) (Francesco Trotta)
  • 47e60f8 feat!: Stricter rule test validations (#17654) (fnx)
  • 1a94589 feat!: no-unused-vars default caughtErrors to 'all' (#18043) (Josh Goldberg ✨)
  • 57089cb feat!: no-restricted-imports allow multiple config entries for same path (#18021) (Milos Djermanovic)
  • 2e1d549 feat!: detect duplicate test cases (#17955) (Bryan Mishkin)
  • 701f1af feat!: no-inner-declaration new default behaviour and option (#17885) (Tanuj Kanti)
  • bde5105 fix!: handle --output-file for empty output when saving to disk (#17957) (Nitin Kumar)
  • 07107a5 fix!: upgrade eslint-scope@8.0.0 (#17942) (Milos Djermanovic)
  • 3ee0f6c fix!: no-unused-vars varsIgnorePattern behavior with catch arguments (#17932) (Tanuj Kanti)
  • 51f8bc8 fix!: configuration comments with just severity should retain options (#17945) (Milos Djermanovic)
  • d191bdd feat!: Remove CodePath#currentSegments (#17936) (Milos Djermanovic)
  • 946ae00 feat!: FlatRuleTester -> RuleTester (#17922) (Nicholas C. Zakas)
  • baff28c feat!: remove no-inner-declarations from eslint:recommended (#17920) (Milos Djermanovic)
  • cadfbcd feat!: Rename FlatESLint to ESLint (#17914) (Nicholas C. Zakas)
  • d1018fc feat!: skip running warnings in --quiet mode (#17274) (Maddy Miller)
  • fb81b1c feat!: Set default schema: [], drop support for function-style rules (#17792) (Milos Djermanovic)
  • 0b21e1f feat!: add two more cases to no-implicit-coercion (#17832) (Gürgün Dayıoğlu)
  • 2916c63 feat!: Switch Linter to flat config by default (#17851) (Nicholas C. Zakas)
  • 200518e fix!: Parsing 'exported' comment using parseListConfig (#17675) (amondev)
  • bdd6ba1 feat!: Remove valid-jsdoc and require-jsdoc (
    dependabot[bot] commented 4 months ago

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