gvorbeck / codex-quest

Character creator for BFRPG
https://codex.quest
Creative Commons Attribution Share Alike 4.0 International
7 stars 5 forks source link

Bump the dev-dependencies group across 1 directory with 25 updates #396

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps the dev-dependencies group with 25 updates in the / directory:

Package From To
@ant-design/icons 5.3.7 5.4.0
antd 5.17.3 5.20.0
dompurify 3.1.4 3.1.6
firebase 10.12.1 10.12.5
firebase-admin 12.1.1 12.3.0
react-router-dom 6.23.1 6.26.0
@testing-library/react 15.0.7 16.0.0
@types/node 20.12.12 22.1.0
@types/react 18.3.2 18.3.3
@typescript-eslint/eslint-plugin 7.10.0 8.0.0
@typescript-eslint/parser 7.10.0 8.0.0
@vitest/coverage-v8 1.6.0 2.0.5
@vitest/ui 1.6.0 2.0.5
autoprefixer 10.4.19 10.4.20
eslint 8.57.0 9.8.0
eslint-plugin-prettier 5.1.3 5.2.1
eslint-plugin-react 7.34.1 7.35.0
eslint-plugin-react-refresh 0.4.7 0.4.9
jsdom 24.0.0 24.1.1
postcss 8.4.38 8.4.40
prettier 3.2.5 3.3.3
tailwindcss 3.4.3 3.4.7
typescript 5.4.5 5.5.4
vite 5.2.11 5.3.5
vitest 1.6.0 2.0.5

Updates @ant-design/icons from 5.3.7 to 5.4.0

Commits


Updates antd from 5.17.3 to 5.20.0

Release notes

Sourced from antd's releases.

5.20.0

  • 🛠 Replace ColorPicker internal @ctrl/tiny-color with @ant-design/fast-color. #49846
  • 🆕 ConfigProvider support indicator property for Spin. #50183 @​coding-ice
  • 🆕 Upload showUploadList support extra for additional content. #50098 @​guoyunhe
  • 🆕 Tree support custom loading icon for tree nodes with new prop switcherLoadingIcon. #49716 @​coding-ice
  • 🆕 Slider support range.editable to dynamic add/remove handles. #49923
  • 🆕 Slider range.editable support minCount and maxCount. #49987
  • 🆕 Support custom status render in QRCode. #49563 @​kiner-tang
  • 🆕 Table component supports custom Filter dropdown box empty status. #49613 @​Wxh16144
  • 🆕 Allow user to add the Divider style of dashed, dotted or solid. #49654 @​pinaki-08
  • 🆕 InputNumber supports suffix prop. #49674 @​coding-ice
  • 🆕 ColorPicker support gradient color type and fix controlled mode not working. #50050
  • 🆕 Input/TextArea/Mentions support onClear prop. #49905 @​li-jia-nan
  • ⌨️ Optimize Input be changed repeatedly when hold the enter key in multi-mode. rc-input#72 @​crazyair
  • 🐞 Fix the issue where line-height is not effective in cssinjs mode for ColorPicker. #50220 @​vagusX
  • 🐞 Fix cursor disabled state for ColorPicker. #50217 @​coding-ice
  • 🐞 Fix grouping columns does not apply sorting for Table. #50086 @​Zyf665
  • 🐞 Fix Popover/PopConfirm/Tooltip with topLeft, topRight, bottomLeft, bottomRight zoom in transform origin not correct when target element width is too large. #50134
  • 💄 Fix Tree filter node style lost. #49773 @​wanpan11
  • 💄 Optimize ColorPicker when selecting a color from the transparent state, it defaults to using a bright color instead of black color to enhance the user interaction experience. #50148
  • TypeScript
  • 🌐 Locales

  • 🛠 替换 ColorPicker 内部使用的 @ctrl/tiny-color@ant-design/fast-color#49846
  • 🆕 ConfigProvider 支持配置 Spin 的 indicator 属性。#50183 @​coding-ice
  • 🆕 Upload showUploadList 添加 extra 以支持渲染额外信息。#50098 @​guoyunhe
  • 🆕 Tree 新增 switcherLoadingIcon 属性以支持自定义树节点的加载图标#49716 @​coding-ice
  • 🆕 Slider 支持 range.editable 以动态添加/删除节点。#49923
  • 🆕 Slider range.editable 支持 minCountmaxCount 以配置可编辑节点树。#49987
  • 🆕 在 QRCode 中支持自定义状态渲染。#49563 @​kiner-tang
  • 🆕 Table 组件支持自定义过滤器下拉框空状态。 #49613 @​Wxh16144
  • 🆕 Divider 支持添加 dashed(虚线)、dotted(点线)或 solid(实线)的样式。#49654 @​pinaki-08
  • 🆕 InputNumber 支持 suffix 属性。#49674 @​coding-ice
  • 🆕 ColorPicker 支持渐变色选择,并修复受控模式不生效的问题。#50050
  • 🆕 Input/TextArea/Mentions 组件支持 onClear 回调,便于区分点击 x 清除和手动清除这两个行为。#49905 @​li-jia-nan
  • ⌨️ 优化 Input 下长按回车会不断触发变更的问题。rc-input#72 @​crazyair
  • 🐞 修复 ColorPicker 在 cssinjs 模式下 line-height 失效的问题。#50220 @​vagusX
  • 🐞 修复 ColorPicker 在 disabled 状态下的光标问题. #50217 @​coding-ice
  • 🐞 修复 Table 中列存在分组时,排序不生效的问题。#50086 @​Zyf665
  • 🐞 修复 Popover/PopConfirm/Tooltip 在目标元素宽度过大时,使用 topLeft, topRight, bottomLeft, bottomRight 的弹出动画起始缩放中心有所偏移的问题。#50134
  • 💄 修复 Tree 组件 filter-node 节点高亮样式丢失。#49773 @​wanpan11
  • 💄 优化 ColorPicker 当从 transparent 状态进行颜色选取时,默认使用亮色以代替原本的纯黑色以提升用户交互体验。#50148
  • TypeScript
  • 🌐 Locales

... (truncated)

Changelog

Sourced from antd's changelog.

5.20.0

2024-08-03

  • 🛠 Replace ColorPicker internal @ctrl/tiny-color with @ant-design/fast-color. #49846
  • 🆕 ConfigProvider support indicator property for Spin. #50183 @​coding-ice
  • 🆕 Upload showUploadList support extra for additional content. #50098 @​guoyunhe
  • 🆕 Tree support custom loading icon for tree nodes with new prop switcherLoadingIcon. #49716 @​coding-ice
  • 🆕 Slider support range.editable to dynamic add/remove handles. #49923
  • 🆕 Slider range.editable support minCount and maxCount. #49987
  • 🆕 Support custom status render in QRCode. #49563 @​kiner-tang
  • 🆕 Table component supports custom Filter dropdown box empty status. #49613 @​Wxh16144
  • 🆕 Allow user to add the Divider style of dashed, dotted or solid. #49654 @​pinaki-08
  • 🆕 InputNumber supports suffix prop. #49674 @​coding-ice
  • 🆕 ColorPicker support gradient color type and fix controlled mode not working. #50050
  • 🆕 Input/TextArea/Mentions support onClear prop. #49905 @​li-jia-nan
  • ⌨️ Optimize Input be changed repeatedly when hold the enter key in multi-mode. rc-input#72 @​crazyair
  • 🐞 Fix the issue where line-height is not effective in cssinjs mode for ColorPicker. #50220 @​vagusX
  • 🐞 Fix cursor disabled state for ColorPicker. #50217 @​coding-ice
  • 🐞 Fix grouping columns does not apply sorting for Table. #50086 @​Zyf665
  • 🐞 Fix Popover/PopConfirm/Tooltip with topLeft, topRight, bottomLeft, bottomRight zoom in transform origin not correct when target element width is too large. #50134
  • 💄 Fix Tree filter node style lost. #49773 @​wanpan11
  • 💄 Optimize ColorPicker when selecting a color from the transparent state, it defaults to using a bright color instead of black color to enhance the user interaction experience. #50148
  • TypeScript
  • 🌐 Locales

5.19.4

2024-07-30

  • 🐞 Fix the internal elements of Form.Item did not inherit the row height. #50020 @​Wanpan
  • 🐞 Fix Overlay is still displayed when both Popover title and content do not exist. #50064 @​LLmoskk
  • 🐞 Fix the Token of Empty setting opacityImage does not take effect. #50066 @​thinkasany
  • 💄 Fix Tour overflowed the screen on mobile devices. #50082
  • 💄 Fix hover style of Checkbox indeterminate state. #50083
  • 💄 Fix DatePicker selection style is not intuitive under rtl. #50045 @​Layouwen
  • 💄 Fix Descriptions overflowing the container in bordered mode. #49946 @​leefinder
  • 🛠 MISC: Migrate common style tools to @ant-design/cssinjs-utils. #50030 @​YumoImer
  • 🌐 Locales

5.19.3

2024-07-19

... (truncated)

Commits


Updates dompurify from 3.1.4 to 3.1.6

Release notes

Sourced from dompurify's releases.

DOMPurify 3.1.6

  • Fixed an issue with the execution logic of attribute hooks to prevent bypasses, thanks @​kevin-mizu
  • Fixed an issue with element removal leading to uncaught errors through DOM Clobbering, thanks @​realansgar
  • Fixed a minor problem with the bower file pointing to the wrong dist path
  • Fixed several minor typos in docs, comments and comment blocks, thanks @​Rotzbua
  • Updated several development dependencies

DOMPurify 3.1.5

  • Fixed a minor issue with the dist paths in bower.js, thanks @​HakumenNC
  • Fixed a minor issue with sanitizing HTML coming from copy&paste Word content, thanks @​kakao-bishop-cho
Commits
  • 4083a90 Merge pull request #978 from cure53/main
  • 90a10a1 fix: Fixed a typo on the README
  • 65df042 chore: Preparing 3.1.6 release
  • 6e03334 fix: Made sure that remove() is not called directly from node
  • 00fc06c fix: Fixed a DOM clobbering issue leading to an error being thrown
  • f8c2ef5 Merge pull request #977 from cure53/dependabot/npm_and_yarn/multi-99ca4f73d8
  • e5112ec build(deps): bump ws and socket.io-adapter
  • 9978cec docs: Added better security warning about SAFE_FOR_XML to README
  • fa542df fix: Changed the order for attribute checks slightly for safer hooks
  • b8b552c Merge pull request #975 from cure53/dependabot/npm_and_yarn/multi-2d3aef8690
  • Additional commits viewable in compare view


Updates firebase from 10.12.1 to 10.12.5

Release notes

Sourced from firebase's releases.

firebase@10.12.5

For more detailed release notes, see Firebase JavaScript SDK Release Notes.

What's Changed

@​firebase/analytics@​0.10.7

Patch Changes

@​firebase/analytics-compat@​0.2.13

Patch Changes

@​firebase/app@​0.10.8

Patch Changes

  • Update SDK_VERSION.

@​firebase/app-check@​0.8.7

Patch Changes

@​firebase/app-check-compat@​0.3.14

Patch Changes

@​firebase/app-compat@​0.2.38

Patch Changes

  • 025f2a103 #8280 (fixes #8279) - Fixed typos in documentation and some internal variables and parameters.

  • b9244a517 #8378 (fixes #8365) - Properly handle the case in app-compat checks where window exists but self does not. (This occurs in Ionic Stencil's Jest preset.)

  • Updated dependencies []:

  • @​firebase/app@​0.10.8

@​firebase/auth@​1.7.6

... (truncated)

Commits


Updates firebase-admin from 12.1.1 to 12.3.0

Release notes

Sourced from firebase-admin's releases.

Firebase Admin Node.js SDK v12.3.0

New Features

  • feat(fcm): Add HTTP2 support for sendEach() and sendEachForMulticast() (#2550)

Miscellaneous

  • [chore] Release 12.3.0 (#2644)
  • build(deps): bump @​types/node from 20.14.8 to 20.14.11 (#2641)
  • build(deps-dev): bump @​microsoft/api-extractor from 7.47.0 to 7.47.2 (#2642)
  • build(deps): bump @​google-cloud/storage from 7.11.2 to 7.12.0 (#2643)
  • build(deps-dev): bump mocha and @​types/mocha (#2640)
  • build(deps): bump @​fastify/busboy from 2.1.1 to 3.0.0 (#2632)
  • build(deps-dev): bump @​types/lodash from 4.17.5 to 4.17.7 (#2636)
  • Remove Remote Config dependency on Long JS (#2614)
  • build(deps): bump @​google-cloud/firestore from 7.8.0 to 7.9.0 (#2618)
  • build(deps-dev): bump nyc from 15.1.0 to 17.0.0 (#2616)
  • chore: update integration test resources (#2615)
  • build(deps-dev): bump @​types/uuid from 9.0.8 to 10.0.0 (#2612)
  • build(deps): bump @​types/node from 20.14.2 to 20.14.8 (#2613)

Firebase Admin Node.js SDK v12.2.0

Breaking Changes

  • change: Deprecate Node.js 16 support (#2574)

Bug Fixes

  • fix: Replace farmhash with farmhash-modern (#2603)
  • fix: Make ADC + human account work with firebase-admin (#2553)
  • fix: Use optional chaining in FirebaseError (#2581)

Miscellaneous

  • [chore] Release 12.2.0 (#2605)
  • build(deps): bump uuid from 9.0.1 to 10.0.0 (#2599)
  • build(deps-dev): bump chai-exclude from 2.1.0 to 2.1.1 (#2593)
  • build(deps-dev): bump braces from 3.0.2 to 3.0.3 (#2595)
  • build(deps): bump @​grpc/grpc-js from 1.10.8 to 1.10.9 (#2592)
  • build(deps-dev): bump @​types/lodash from 4.17.4 to 4.17.5 (#2594)
  • build(deps): bump @​google-cloud/firestore from 7.7.0 to 7.8.0 (#2583)
  • build(deps): bump @​types/node from 20.12.12 to 20.14.0 (#2585)
  • build(deps-dev): bump @​firebase/app-compat from 0.2.34 to 0.2.35 (#2575)
  • build(deps-dev): bump chai-as-promised from 7.1.1 to 7.1.2 (#2578)
  • build(deps): bump @​google-cloud/storage from 7.11.0 to 7.11.1 (#2579)
Commits
  • 500bb81 [chore] Release 12.3.0 (#2644)
  • f26ad1d build(deps): bump @​types/node from 20.14.8 to 20.14.11 (#2641)
  • b8f284d build(deps-dev): bump @​microsoft/api-extractor from 7.47.0 to 7.47.2 (#2642)
  • 8386694 build(deps): bump @​google-cloud/storage from 7.11.2 to 7.12.0 (#2643)
  • e5001c1 feat(fcm): Add HTTP2 support for sendEach() and sendEachForMulticast() (#...
  • 9682e7e build(deps-dev): bump mocha and @​types/mocha (#2640)
  • 74f1143 build(deps): bump @​fastify/busboy from 2.1.1 to 3.0.0 (#2632)
  • 78b117d build(deps-dev): bump @​types/lodash from 4.17.5 to 4.17.7 (#2636)
  • 3604443 Remove Remote Config dependency on Long JS (#2614)
  • 3049575 build(deps): bump @​google-cloud/firestore from 7.8.0 to 7.9.0 (#2618)
  • Additional commits viewable in compare view


Updates react-router-dom from 6.23.1 to 6.26.0

Release notes

Sourced from react-router-dom's releases.

react-router-dom-v5-compat@6.4.0-pre.15

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.15
    • react-router-dom@6.4.0-pre.15

react-router-dom-v5-compat@6.4.0-pre.11

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.11
    • react-router-dom@6.4.0-pre.11

react-router-dom-v5-compat@6.4.0-pre.10

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.10
    • react-router-dom@6.4.0-pre.10

react-router-dom-v5-compat@6.4.0-pre.9

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.9
    • react-router-dom@6.4.0-pre.9

react-router-dom-v5-compat@6.4.0-pre.8

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.8
    • react-router-dom@6.4.0-pre.8

react-router-dom-v5-compat@6.4.0-pre.7

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.7
    • react-router-dom@6.4.0-pre.7

react-router-dom-v5-compat@6.4.0-pre.6

Patch Changes

  • 44bce3c6: Fix react-router-dom peer dependency version
    • react-router@6.4.0-pre.6
    • react-router-dom@6.4.0-pre.6

react-router-dom-v5-compat@6.4.0-pre.5

... (truncated)

Changelog

Sourced from react-router-dom's changelog.

6.26.0

Minor Changes

  • Add a new replace(url, init?) alternative to redirect(url, init?) that performs a history.replaceState instead of a history.pushState on client-side navigation redirects (#11811)

Patch Changes

  • Fix initial hydration behavior when using future.v7_partialHydration along with unstable_patchRoutesOnMiss (#11838)
    • During initial hydration, router.state.matches will now include any partial matches so that we can render ancestor HydrateFallback components
  • Updated dependencies:
    • @remix-run/router@1.19.0
    • react-router@6.26.0

6.25.1

Patch Changes

  • Memoize some RouterProvider internals to reduce unnecessary re-renders (#11803)
  • Updated dependencies:
    • react-router@6.25.1

6.25.0

Minor Changes

  • Stabilize future.unstable_skipActionErrorRevalidation as future.v7_skipActionErrorRevalidation (#11769)
    • When this flag is enabled, actions will not automatically trigger a revalidation if they return/throw a Response with a 4xx/5xx status code
    • You may still opt-into revalidation via shouldRevalidate
    • This also changes shouldRevalidate's unstable_actionStatus parameter to actionStatus

Patch Changes

  • Updated dependencies:
    • react-router@6.25.0
    • @remix-run/router@1.18.0

6.24.1

Patch Changes

  • Remove polyfill.io reference from warning message because the domain was sold and has since been determined to serve malware (#11741)
  • Export NavLinkRenderProps type for easier typing of custom NavLink callback (#11553)
  • Updated dependencies:
    • @remix-run/router@1.17.1
    • react-router@6.24.1

6.24.0

... (truncated)

Commits
  • 91ef146 chore: Update version for release (#11863)
  • 7acbfbe chore: Update version for release (pre) (#11860)
  • 8334033 chore: Update version for release (pre) (#11854)
  • 653d1a8 Fix hydration behavior of patchRoutesOnMiss when v7_partialHydration is enabl...
  • 01d0f41 Add support for replace() redirects (#11811)
  • 98941f8 chore: Update version for release (#11815)
  • db24ec9 chore: Update version for release (pre) (#11814)
  • a252428 Reduce RouterProvider re-renders when using View Transitions (#11803)
  • 6b8daf9 Revert "Temporary change to test release process off v6 branch"
  • b8a4cdb Temporary change to test release process off v6 branch
  • Additional commits viewable in compare view


Updates @testing-library/react from 15.0.7 to 16.0.0

Release notes

Sourced from @​testing-library/react's releases.

v16.0.0

16.0.0 (2024-06-03)

Features

  • Move @testing-library/dom and @types/react-dom to peer dependencies (#1305) (a4744fa)

BREAKING CHANGES

  • @testing-library/dom was moved to a peer dependency and needs to be explicitly installed. This reduces the chance of having conflicting versions of @testing-library/dom installed that frequently caused bugs when used with @testing-library/user-event. We will also be able to allow new versions of @testing-library/dom being used without a SemVer major release of @testing-library/react by just widening the peer dependency. @types/react-dom needs to be installed if you're typechecking files using @testing-library/react.
Commits
  • a4744fa feat: Move @testing-library/dom and @types/react-dom to peer dependencie...
  • See full diff in compare view


Updates @types/node from 20.12.12 to 22.1.0

Commits


Updates @types/react from 18.3.2 to 18.3.3

Commits


Updates @typescript-eslint/eslint-plugin from 7.10.0 to 8.0.0

Release notes

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

v8.0.0

8.0.0 (2024-07-31)

🚀 Features

  • stricter parent types for the AST (#9560)
  • speed up non-type-aware linting with project service (#8322)
  • v8 integration branch (#9165)
  • ast-spec: remove deprecated type params (#8933)
  • eslint-plugin: remove formatting/layout rules (#8833)
  • eslint-plugin: [prefer-nullish-coalescing] change ignoreConditionalTests default to true (#8872)
  • eslint-plugin: deprecate no-loss-of-precision extension rule (#8832)
  • eslint-plugin: [no-unused-vars] align catch behavior to ESLint 9 (#8971)
  • eslint-plugin: split no-empty-object-type out from ban-types and no-empty-interfaces (#8977)
  • eslint-plugin: remove deprecated no-throw-literal rule (#9092)
  • eslint-plugin: apply initial config changes for v8 (#9079)
  • eslint-plugin: remove no-useless-template-literals (#9207)
  • eslint-plugin: [no-floating-promises] add 'allowForKnownSafeCalls' option (#9234)
  • eslint-plugin: replace ban-types with no-restricted-types, no-unsafe-function-type, no-wrapper-object-types (#9102)
  • eslint-plugin: [no-unused-vars] add reportUnusedIgnorePattern option (#9324)
  • eslint-plugin: [no-unused-vars] support ignoreClassWithStaticInitBlock (#9325)
  • eslint-plugin: [no-unused-vars] handle comma operator for assignments, treat for-of the same as for-in (#9326)
  • eslint-plugin: [no-unused-vars] report if var used only in typeof (#9330)
  • eslint-plugin: [no-floating-promises] disable checkThenables by default for v8 (#9559)
  • eslint-plugin: [return-await] add return-await to strict-type-checked preset (#9604)
  • eslint-plugin: [no-unnecessary-type-parameters] promote to strict (#9662)
  • parser: always enable comment, loc, range, tokens (#8617)
  • rule-tester: support multipass fixes (#8883)
  • rule-tester: switched to flat config (#9603)
  • type-utils: remove getTokenAtPosition (#9444)
  • type-utils: support intersection types in TypeOrValueSpecifier (#9633)
  • typescript-estree: remove slow deprecated and isolated programs (#8834)
  • typescript-estree: split TSMappedType typeParameter into constraint and key (#7065)
  • typescript-estree: rename automaticSingleRunInference to disallowAutomaticSingleRunInference (#8922)
  • typescript-estree: stabilize EXPERIMENTAL_useProjectService as projectService (#9084)
  • typescript-estree: remove EXPERIMENTAL_useSourceOfProjectReferenceRedirect (#9104)
  • typescript-estree: also remove projectService in withoutProjectParserOptions (#9287)
  • typescript-estree: exposes ProjectService logs through the plugin (#9337)
  • utils: add Linter configType constructor option (#8999)
  • utils: swap LegacyESLint out for FlatESLint as ESLint export (#8972)
  • utils: remove deprecated context helpers (#9000)
  • utils: allow specifying additional rule meta.docs in RuleCreator (#9025)

🩹 Fixes

  • correct eslint-plugin's peerDependency on parser@8 (#9089)
  • bring back in allowdefaultprojectforfiles rename (7dfceeeea)
  • disable projectService in disabled-type-checked shared config (#9460)
  • eslint-plugin: include alpha pre-releases in parser peer dependency (#9099)

... (truncated)

Changelog

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

8.0.0 (2024-07-31)

🚀 Features

  • stricter parent types for the AST

  • typescript-estree: split TSMappedType typeParameter into constraint and key

  • eslint-plugin: remove formatting/layout rules

  • eslint-plugin: [prefer-nullish-coalescing] change ignoreConditionalTests default to true

  • eslint-plugin: deprecate no-loss-of-precision extension rule

  • eslint-plugin: [no-unused-vars] align catch behavior to ESLint 9

  • typescript-estree: rename automaticSingleRunInference to disallowAutomaticSingleRunInference

  • utils: allow specifying additional rule meta.docs in RuleCreator

  • eslint-plugin: split no-empty-object-type out from ban-types and no-empty-interfaces

  • rule-tester: support multipass fixes

  • typescript-estree: stabilize EXPERIMENTAL_useProjectService as projectService

  • eslint-plugin: remove deprecated no-throw-literal rule

  • eslint-plugin: apply initial config changes for v8

  • eslint-plugin: remove no-useless-template-literals

  • eslint-plugin: [no-floating-promises] add 'allowForKnownSafeCalls' option

  • eslint-plugin: replace ban-types with no-restricted-types, no-unsafe-function-type, no-wrapper-object-types

  • eslint-plugin: [no-unused-vars] add reportUnusedIgnorePattern option

  • eslint-plugin: [no-unused-vars] support ignoreClassWithStaticInitBlock

  • eslint-plugin: [no-unused-vars] handle comma operator for assignments, treat for-of the same as for-in

  • eslint-plugin: [no-unused-vars] report if var used only in typeof

  • eslint-plugin: [no-floating-promises] disable checkThenables by default for v8

  • rule-tester: switched to flat config

  • eslint-plugin: [no-unnecessary-type-parameters] promote to strict

... (truncated)

Commits
  • 1db993a chore(release): publish 8.0.0
  • ce09260 docs(eslint-plugin): [no-unnecessary-type-parameters] add admonition about ru...
  • b8274d3 fix(rule-tester): provide Linter a cwd in its constructor (#9678)
  • 1b0468e Merge branch 'main'
  • 838dd0c chore: use parserOptions.projectService internally (#9659)
  • 35cf3d2 chore(release): publish 7.18.0
  • 46a5709 docs: link no-duplicate-type-constituents and no-redundant-type-constituents ...
  • 9eec790 fix(eslint-plugin): [strict-boolean-expressions] support branded booleans (#9...
  • 9927a29 docs: add ast-spec, type-utils docs with docusaurus-plugin-typedoc (#9293)
  • 6cebdf6 feat(eslint-plugin): [no-unnecessary-type-parameters] promote to strict (#9662)
  • Additional commits viewable in compare view


Updates @typescript-eslint/parser from 7.10.0 to 8.0.0

Release notes

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

v8.0.0

8.0.0 (2024-07-31)

🚀 Features

  • stricter parent types for the AST (
dependabot[bot] commented 3 months ago

Superseded by #397.