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 18 updates #374

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

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

Package From To
antd 5.17.3 5.19.1
dompurify 3.1.4 3.1.6
firebase 10.12.1 10.12.3
firebase-admin 12.1.1 12.2.0
react-router-dom 6.23.1 6.24.1
@testing-library/react 15.0.7 16.0.0
@types/node 20.12.12 20.14.9
@types/react 18.3.2 18.3.3
@typescript-eslint/eslint-plugin 7.10.0 7.15.0
@typescript-eslint/parser 7.10.0 7.15.0
eslint 8.57.0 9.6.0
eslint-plugin-react 7.34.1 7.34.3
jsdom 24.0.0 24.1.0
postcss 8.4.38 8.4.39
prettier 3.2.5 3.3.2
tailwindcss 3.4.3 3.4.4
typescript 5.4.5 5.5.3
vite 5.2.11 5.3.3

Updates antd from 5.17.3 to 5.19.1

Release notes

Sourced from antd's releases.

5.19.1

  • 🐞 Global: @​ant-design/colors use pre-compiled color presets to improve runtime performance. #49714 @​guoyunhe
  • 🐞 Global: No more limit max auto zIndex increase but use warning instead. #49720
  • 🐞 Adjust position of Input.TextArea to be consistent with other data entry components. #49718 @​wanpan11
  • 🐞 Fix Input variant filled activeBorderColor token invalid. #49699 @​wanpan11
  • TypeScript

  • 🐞 Global: @​ant-design/colors 使用预编译颜色预设来提升运行时性能。#49714 @​guoyunhe
  • 🐞 Global: 对于弹层类自动增长 zIndex 不再限制最大值,而是改成控制台警告。#49720
  • 🐞 优化 Input.TextArea 清除图标的位置,与其他输入组件统一。#49718 @​wanpan11
  • 🐞 修复 Input 组件 filled 变体下 activeBorderColor 不生效问题。#49699 @​wanpan11
  • TypeScript

5.19.0

  • 🆕 ConfigProvider now supports global configuration for variant. #49535 @​MadCcc
  • QRCode
  • 🆕 Select component's filterSort property now includes searchValue parameter. #49352 @​MadCcc
  • 🆕 Pagination adds simple property, supports read-only mode, and introduces align property. #49562 @​coding-ice
  • 🐞 Enhanced Anchor's affix property for more configuration options. #49295 @​gin-lsl
  • DatePicker
    • 🐞 Fixed missing arrow in DatePicker/TimePicker RangePicker with placement set to topRight or bottomRight.#49333
    • 🐞 Fixed missing accessible text for DatePicker switch button, style issue in RTL mode for DatePicker.RangePicker, and crash when entering wrong end value in year selection of DatePicker.RangePicker.#49333
    • 🐞 Fixed DatePicker.RangePicker resetting selected dates when entering dates via keyboard. #49333
  • 🐞 Button fixed disabled property not working when used as Dropdown trigger. #47363
  • 🐞 InputNumber now warns when using type=number with changeOnWheel. #49648 @​wanpan11
  • Table
    • 🐞 Table fixed issue with locale.emptyText showing default value when set to a non-undefined value. #49599 @照明胧
    • 🐞 Fixed Table filter panel not working after customizing global Empty style. #49548 @​duqigit
  • 🐞 Upload fixed rendering performance issue when listing many files in list mode. #49598 @​tlkv
  • 💄 Added initial styles for SubMenu node in Menu. #49643 @​wanpan11
  • 💄 Improved active style for Slider handle. #49630
  • 💄 Optimized variant=borderless style for DatePicker, TimePicker, Select, TreeSelect, Input, InputNumber, Mentions, now distinguishable when setting status property. #49608
  • 🐞 Fixed Typography ellipsis not working when parent has nowrap style. #49667
  • TypeScript:
    • 🤖 ConfigProvider Improved TypeScript definition for renderEmpty method. #49602 @​Wxh16144
  • 🌐 Locales
    • 🇹🇭 Added missing Thai translations for Transfer.deselectAll, Text.collapse, QRCode.scanned, ColorPicker.presetEmpty. #49588 by @​Tantatorn-dev
    • 🇳🇱 Fixed nl_NL localization issues for Tour. #49612 by @​Hannnnnnnnnnnnnnnn
    • 🇹🇷 Adjusted Turkish language text for DatePicker. #49333

... (truncated)

Changelog

Sourced from antd's changelog.

5.19.1

2024-07-05

  • 🐞 Global: @​ant-design/colors use pre-compiled color presets to improve runtime performance. #49714 @​guoyunhe
  • 🐞 Global: No more limit max auto zIndex increase but use warning instead. #49720
  • 🐞 Adjust position of Input.TextArea to be consistent with other data entry components. #49718 @​wanpan11
  • 🐞 Fix Input variant filled activeBorderColor token invalid. #49699 @​wanpan11
  • TypeScript

5.19.0

2024-07-01

  • 🆕 ConfigProvider now supports global configuration for variant. #49535 @​MadCcc
  • QRCode
  • 🆕 Select component's filterSort property now includes searchValue parameter. #49352 @​MadCcc
  • 🆕 Pagination adds simple property, supports read-only mode, and introduces align property. #49562 @​coding-ice
  • 🐞 Enhanced Anchor's affix property for more configuration options. #49295 @​gin-lsl
  • DatePicker
    • 🐞 Fixed missing arrow in DatePicker/TimePicker RangePicker with placement set to topRight or bottomRight.#49333
    • 🐞 Fixed missing accessible text for DatePicker switch button, style issue in RTL mode for DatePicker.RangePicker, and crash when entering wrong end value in year selection of DatePicker.RangePicker.#49333
    • 🐞 Fixed DatePicker.RangePicker resetting selected dates when entering dates via keyboard. #49333
  • 🐞 Button fixed disabled property not working when used as Dropdown trigger. #47363
  • 🐞 InputNumber now warns when using type=number with changeOnWheel. #49648 @​wanpan11
  • Table
    • 🐞 Table fixed issue with locale.emptyText showing default value when set to a non-undefined value. #49599 @照明胧
    • 🐞 Fixed Table filter panel not working after customizing global Empty style. #49548 @​duqigit
  • 🐞 Upload fixed rendering performance issue when listing many files in list mode. #49598 @​tlkv
  • 💄 Added initial styles for SubMenu node in Menu. #49643 @​wanpan11
  • 💄 Improved active style for Slider handle. #49630
  • 💄 Optimized variant=borderless style for DatePicker, TimePicker, Select, TreeSelect, Input, InputNumber, Mentions, now distinguishable when setting status property. #49608
  • 🐞 Fixed Typography ellipsis not working when parent has nowrap style. #49667
  • TypeScript:
    • 🤖 ConfigProvider Improved TypeScript definition for renderEmpty method. #49602 @​Wxh16144
  • 🌐 Locales
    • 🇹🇭 Added missing Thai translations for Transfer.deselectAll, Text.collapse, QRCode.scanned, ColorPicker.presetEmpty. #49588 by @​Tantatorn-dev
    • 🇳🇱 Fixed nl_NL localization issues for Tour. #49612 by @​Hannnnnnnnnnnnnnnn
    • 🇹🇷 Adjusted Turkish language text for DatePicker. #49333

5.18.3

2024-06-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.3

Release notes

Sourced from firebase's releases.

firebase@10.12.3

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

What's Changed

@​firebase/analytics@​0.10.5

Patch Changes

  • Updated dependencies [192561b15]:
  • @​firebase/util@​1.9.7
  • @​firebase/component@​0.6.8
  • @​firebase/installations@​0.6.8

@​firebase/analytics-compat@​0.2.11

Patch Changes

  • Updated dependencies [192561b15]:
  • @​firebase/util@​1.9.7
  • @​firebase/analytics@​0.10.5
  • @​firebase/component@​0.6.8

@​firebase/app@​0.10.6

Patch Changes

  • ed1c99379 #8335 - Guard the use of FinalizationRegistry in FirebaseServerApp initialization based on the availability of FinalizationRegistry in the runtime.

  • 192561b15 #8315 (fixes #8299) - fix: server app should initialize in web workers

  • f01806221 #8341 - The FirebaseServerAppSettings.name field inherited from FirebaseAppSettings is now omitted instead of overloading the value as undefined. This fixes a TypeScript compilation error. For more information, see [GitHub Issue #8336](firebase/firebase-js-sdk#8336).

  • Updated dependencies [192561b15]:

  • @​firebase/util@​1.9.7

  • @​firebase/component@​0.6.8

@​firebase/app-check@​0.8.5

Patch Changes

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

Patch Changes

... (truncated)

Commits
  • 52f8deb Version Packages (#8345)
  • 6d2775b Merge master into release
  • 766a53e Fix typos in VertexAI errors docs (#8346)
  • c60aac1 VertexAI: add test script to run unit tests without updating mock responses (...
  • b73a0cc Merge master into release
  • f018062 Fix FirebaseServerApp Typescript exactOptionalPropertyTypes error (#8341)
  • 5c75bec Update the URL for the Metric Service (#8261)
  • ed1c993 FirebaseServerAppImpl: guard use of FinalizationRegistry based on its availab...
  • 192561b fix: browser detection (#8315)
  • ecadbe3 Fix multi-tab snapshot listener metadata sync issue (#8339)
  • Additional commits viewable in compare view


Updates firebase-admin from 12.1.1 to 12.2.0

Release notes

Sourced from firebase-admin's releases.

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
  • 5620e9c [chore] Release 12.2.0 (#2605)
  • f6f7cb9 build(deps): bump uuid from 9.0.1 to 10.0.0 (#2599)
  • b890182 fix: Replace farmhash with farmhash-modern (#2603)
  • 5f0f253 fix: Make ADC + human account work with firebase-admin (#2553)
  • fdde8c3 build(deps-dev): bump chai-exclude from 2.1.0 to 2.1.1 (#2593)
  • 07855bf build(deps-dev): bump braces from 3.0.2 to 3.0.3 (#2595)
  • 5440580 build(deps): bump @​grpc/grpc-js from 1.10.8 to 1.10.9 (#2592)
  • 5f01f63 build(deps-dev): bump @​types/lodash from 4.17.4 to 4.17.5 (#2594)
  • 4070f5b build(deps): bump @​google-cloud/firestore from 7.7.0 to 7.8.0 (#2583)
  • 07cfca8 build(deps): bump @​types/node from 20.12.12 to 20.14.0 (#2585)
  • Additional commits viewable in compare view


Updates react-router-dom from 6.23.1 to 6.24.1

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

Minor Changes

Patch Changes

  • Fix fetcher.submit types - remove incorrect navigate/fetcherKey/unstable_viewTransition options because they are only relevant for useSubmit (#11631)
  • Allow falsy location.state values passed to <StaticRouter> (#11495)
  • Updated dependencies:
    • react-router@6.24.0
    • @remix-run/router@1.17.0
Commits


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 20.14.9

Commits


Updates @types/react from 18.3.2 to 18.3.3

Commits


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

Release notes

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

v7.15.0

7.15.0 (2024-07-01)

🚀 Features

  • eslint-plugin: [array-type] detect Readonly<string[]> case (#8752)
  • eslint-plugin: back-port new rules around empty object types from v8 (#9443)

🩹 Fixes

  • disable EXPERIMENTAL_useProjectService in disabled-type-checked shared config (#9459)
  • eslint-plugin: [no-unsafe-return] differentiate a types-error any from a true any (#9254)
  • eslint-plugin: [no-unsafe-call] differentiate a types-error any from a true any (#9304)
  • utils: clean outdated RuleTester export (#9322)

❤️ Thank You

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

v7.14.1

7.14.1 (2024-06-24)

🚀 Features

  • support TypeScript 5.5 (#9397)
  • ast-spec: tighter types and documentation for declaration/* (#9211)

🩹 Fixes

  • keep warnAbountTSVersion in sync with package.json (#9400)
  • eslint-plugin: [no-extraneous-class] handle abstract members (#9367)
  • eslint-plugin: [prefer-nullish-coalescing] handle intersected primitive types (#9378)
  • eslint-plugin: [no-invalid-this] support AccessorProperty (#9411)
  • eslint-plugin: [prefer-nullish-coalescing] treat enums and literals as their underlying primitive types (#9376)
  • eslint-plugin: [prefer-nullish-coalescing] ensure ternary fix does not remove parens (#9380)

❤️ Thank You

... (truncated)

Changelog

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

7.15.0 (2024-07-01)

🚀 Features

  • eslint-plugin: [array-type] detect Readonly<string[]> case

  • eslint-plugin: back-port new rules around empty object types from v8

🩹 Fixes

  • disable EXPERIMENTAL_useProjectService in disabled-type-checked shared config

  • eslint-plugin: [no-unsafe-return] differentiate a types-error any from a true any

  • eslint-plugin: [no-unsafe-call] differentiate a types-error any from a true any

❤️ Thank You

  • auvred
  • Kim Sang Du
  • rgehbt
  • Vinccool96

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

7.14.1 (2024-06-24)

🩹 Fixes

  • eslint-plugin: [prefer-nullish-coalescing] treat enums and literals as their underlying primitive types

  • eslint-plugin: [prefer-nullish-coalescing] ensure ternary fix does not remove parens

❤️ Thank You

  • Jake Bailey

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

7.14.0 (2024-06-24)

🚀 Features

  • support TypeScript 5.5

... (truncated)

Commits
  • 2865d31 chore(release): publish 7.15.0
  • 2671de5 feat(eslint-plugin): back-port new rules around empty object types from v8 (#...
  • 05142c5 fix(eslint-plugin): [no-unsafe-call] differentiate a types-error any from a t...
  • a466e07 fix: disable EXPERIMENTAL_useProjectService in disabled-type-checked shar...
  • 3694d8f fix(eslint-plugin): [no-unsafe-return] differentiate a types-error any from a...
  • 9dba021 feat(eslint-plugin): [array-type] detect Readonly\<string[]> case (#8752)
  • b4fe94f chore(release): publish 7.14.1
  • f29150f fix(eslint-plugin): [prefer-nullish-coalescing] ensure ternary fix does not r...
  • 9b7731d fix(eslint-plugin): [prefer-nullish-coalescing] treat enums and literals as t...
  • dfc4469 chore(release): publish 7.14.0
  • Additional commits viewable in compare view


Updates @typescript-eslint/parser from 7.10.0 to 7.15.0

Release notes

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

v7.15.0

7.15.0 (2024-07-01)

🚀 Features

  • eslint-plugin: [array-type] detect Readonly<string[]> case (#8752)
  • eslint-plugin: back-port new rules around empty object types from v8 (#9443)

🩹 Fixes

  • disable EXPERIMENTAL_useProjectService in disabled-type-checked shared config (#9459)
  • eslint-plugin: [no-unsafe-return] differentiate a types-error any from a true any (#9254)
  • eslint-plugin: [no-unsafe-call] differentiate a types-error any from a true any (#9304)
  • utils: clean outdated RuleTester export (#9322)

❤️ Thank You

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

v7.14.1

7.14.1 (2024-06-24)

🚀 Features

  • support TypeScript 5.5 (#9397)
  • ast-spec: tighter types and documentation for declaration/* (#9211)

🩹 Fixes

  • keep warnAbountTSVersion in sync with package.json (#9400)
  • eslint-plugin: [no-extraneous-class] handle abstract members (#9367)
  • eslint-plugin: [prefer-nullish-coalescing] handle intersected primitive types (#9378)
  • eslint-plugin: [no-invalid-this] support AccessorProperty (#9411)
  • eslint-plugin: [prefer-nullish-coalescing] treat enums and literals as their underlying primitive types (#9376)
  • eslint-plugin: [prefer-nullish-coalescing] ensure ternary fix does not remove parens (#9380)

❤️ Thank You

... (truncated)

Changelog

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

7.15.0 (2024-07-01)

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.

7.14.1 (2024-06-24)

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.

7.14.0 (2024-06-24)

🚀 Features

  • support TypeScript 5.5

❤️ Thank You

  • Brad Zacher
  • cm-ayf
  • Jake Bailey
  • James Zhan
  • Joshua Chen
  • yoshi2no

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

7.13.1 (2024-06-17)

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.

7.13.0 (2024-06-10)

🚀 Features

  • parser, typescript-estree: export withoutProjectParserOptions utility

❤️ Thank You

  • Fotis Papadogeorgopoulos
  • Joshua Chen
  • Kirk Waiblinger

... (truncated)

Commits
  • 2865d31 chore(release): publish 7.15.0
  • b4fe94f chore(release): publish 7.14.1
  • dfc4469 chore(release): publish 7.14.0
  • 1212a8f chore(release): publish 7.13.1
  • 8a178ed chore(release): publish 7.13.0
  • c9a6dd9 feat(parser, typescript-estree): export withoutProjectParserOptions utility (...
  • 7e93b28 chore(release): publish 7.12.0
  • 2bbf656 fix(types): correct typing ParserOptions (#9202)
  • e360541 chore(release): publish 7.11.0
  • See full diff in compare view


Updates eslint from 8.57.0 to 9.6.0

Release notes

Sourced from eslint's releases.

v9.6.0

Features

  • e2b16e2 feat: Implement feature flags (#18516) (Nicholas C. Zakas)
  • 8824aa1 feat: add ecmaVersion: 2025, parsing duplicate named capturing groups (#18596) (Milos Djermanovic)

Bug Fixes

  • 1613e2e fix: Allow escaping characters in config patterns on Windows (#18628) (Milos Djermanovic)
  • 21d3766 fix: no-unused-vars include caught errors pattern in report message (#18609) (Kirk Waiblinger)
  • d7a7736 fix: improve no-unused-vars message on unused caught errors (#18608) (Kirk Waiblinger)
  • f9e95d2 fix: correct locations of invalid /* eslint */ comments (#18593) (Milos Djermanovic)

Documentation

  • dependabot[bot] commented 2 months ago

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