Skip to content

Comments

Bump the dependencies group across 1 directory with 17 updates#24

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/main/dependencies-4d82dae74c
Open

Bump the dependencies group across 1 directory with 17 updates#24
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/main/dependencies-4d82dae74c

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 31, 2025

Bumps the dependencies group with 15 updates in the / directory:

Package From To
@ar.io/sdk 3.0.0 3.9.0
@ardrive/turbo-sdk 1.21.0 1.23.1
inquirer 12.3.0 12.5.0
mime-types 2.1.35 3.0.1
@eslint/config-array 0.19.1 0.20.0
@types/node 22.10.2 22.13.14
@typescript-eslint/eslint-plugin 8.19.0 8.28.0
@typescript-eslint/parser 8.19.0 8.28.0
eslint 9.17.0 9.23.0
eslint-config-prettier 9.1.0 10.1.1
fs-extra 11.2.0 11.3.0
glob 11.0.0 11.0.1
mock-fs 5.4.1 5.5.0
ts-jest 29.2.5 29.3.0
typescript 5.7.2 5.8.2

Updates @ar.io/sdk from 3.0.0 to 3.9.0

Release notes

Sourced from @​ar.io/sdk's releases.

v3.9.0

3.9.0 (2025-03-27)

Bug Fixes

  • ao: update retry logic on send, include more verbose messaging (70e6678)
  • comments: cleanup (7444be3)
  • exports: move types/browser exports above import/require (280d8bd)
  • gql: add fallback to go to CU for epoch distribution data (12be216)
  • logging: log errors more verbosely on read fails (c9fab18)
  • messaging: only retry messaging if no id was recieved (9cbffef)
  • options: add write options to addVersion (95ccef0)
  • PE-7802: add logo to SpawnAntState type and options (c7adfca)
  • send: add comment on not retrying on send (692938a)
  • send: log on max attempts in send as well (2399d23)
  • versions: export versions class (6368c44)

Features

  • versions: add ANT version class (c9ec5c5)
  • versions: add versioning handlers to ant registry (c681909)

v3.9.0-alpha.7

3.9.0-alpha.7 (2025-03-25)

Bug Fixes

  • exports: move types/browser exports above import/require (280d8bd)

v3.9.0-alpha.6

3.9.0-alpha.6 (2025-03-20)

Bug Fixes

  • gql: add fallback to go to CU for epoch distribution data (12be216)

v3.9.0-alpha.5

3.9.0-alpha.5 (2025-03-18)

Bug Fixes

  • ao: update retry logic on send, include more verbose messaging (70e6678)

v3.9.0-alpha.4

3.9.0-alpha.4 (2025-03-18)

... (truncated)

Changelog

Sourced from @​ar.io/sdk's changelog.

3.9.0 (2025-03-27)

Bug Fixes

  • ao: update retry logic on send, include more verbose messaging (70e6678)
  • comments: cleanup (7444be3)
  • exports: move types/browser exports above import/require (280d8bd)
  • gql: add fallback to go to CU for epoch distribution data (12be216)
  • logging: log errors more verbosely on read fails (c9fab18)
  • messaging: only retry messaging if no id was recieved (9cbffef)
  • options: add write options to addVersion (95ccef0)
  • PE-7802: add logo to SpawnAntState type and options (c7adfca)
  • send: add comment on not retrying on send (692938a)
  • send: log on max attempts in send as well (2399d23)
  • versions: export versions class (6368c44)

Features

  • versions: add ANT version class (c9ec5c5)
  • versions: add versioning handlers to ant registry (c681909)

3.8.4 (2025-03-12)

Bug Fixes

  • types: add vault controller as optional to vault (f26bdb3)

3.8.3 (2025-03-05)

Bug Fixes

  • add missing maxDelegateRewardSharePct field from AoGatewayRegistrySettings (87942ad)
  • schema: remove viem and use string for AOAddressSchema (090c799)
  • schemas: update ant schema to accept eth support (7bc7df4)
  • tests: update unit test to check loosely on eth address (b8e202b)

3.8.2 (2025-02-25)

Bug Fixes

  • missing break for happy path through send (e55ecc1)
  • modify retry logic for send to only retry on exceptions from ao.message or ao.result (229df6b)
  • modify retry logic to only occur on dryrun exceptions (c578893)
  • protect against if retries is 0 (6aa1b58)

... (truncated)

Commits
  • 41b7cfe chore(release): 3.9.0 [skip ci]
  • 7d2e54c chore: release 3.9.0
  • 97b4bd9 chore(docs): prep CHANGELOG for release
  • 19cdae9 Merge remote-tracking branch 'origin/main' into alpha
  • b0beab5 chore(docs): format README
  • 5561a3b chore(docs): update browser docs for pinning to versions
  • 7bd2996 chore(release): 3.9.0-alpha.7 [skip ci]
  • 6c74093 Merge pull request #439 from ar-io/named-exports-fix
  • 3e22295 chore(test): add hook timeout
  • ee84e4e chore(test): add wallet to docker compose for ao
  • Additional commits viewable in compare view

Updates @ardrive/turbo-sdk from 1.21.0 to 1.23.1

Release notes

Sourced from @​ardrive/turbo-sdk's releases.

v1.23.1

1.23.1 (2025-03-19)

Bug Fixes

  • use correct kyve signer type PE-7834 (b82e2db)

v1.23.1-alpha.1

1.23.1-alpha.1 (2025-03-19)

Bug Fixes

  • use correct kyve signer type PE-7834 (b82e2db)

v1.23.0

1.23.0 (2025-02-27)

Features

  • eth on base: add methods/commands for funding ETH on base network for SDK and CLI PE-7481 (a5ac224)

v1.23.0-alpha.1

1.23.0-alpha.1 (2025-02-27)

Features

  • eth on base: add methods/commands for funding ETH on base network for SDK and CLI PE-7481 (a5ac224)

v1.22.1

1.22.1 (2025-02-10)

Bug Fixes

  • data post: add retry capability on upload file as intended PE-7598 (cfe312b)
  • http: catch uncaught get errors, return best effort error message PE-7598 (c884edc)

v1.22.1-alpha.1

1.22.1-alpha.1 (2025-02-07)

Bug Fixes

  • data post: add retry capability on upload file as intended PE-7598 (cfe312b)
  • http: catch uncaught get errors, return best effort error message PE-7598 (c884edc)

... (truncated)

Changelog

Sourced from @​ardrive/turbo-sdk's changelog.

1.23.1 (2025-03-19)

Bug Fixes

  • use correct kyve signer type PE-7834 (b82e2db)

1.23.0 (2025-02-27)

Features

  • eth on base: add methods/commands for funding ETH on base network for SDK and CLI PE-7481 (a5ac224)

1.22.1 (2025-02-10)

Bug Fixes

  • data post: add retry capability on upload file as intended PE-7598 (cfe312b)
  • http: catch uncaught get errors, return best effort error message PE-7598 (c884edc)

1.22.0 (2025-01-22)

Bug Fixes

  • arconnect: use signDataItem method, signature is deprecated PE-7455 (0cd3ca7)

Features

  • cli: add custom Arweave tags support (4b367e2)
  • cli: add tag support for file and folder uploads (5580085)
Commits
  • 736347c chore(release): 1.23.1 [skip ci]
  • 755d577 Merge pull request #228 from ardriveapp/alpha
  • f10bdde chore: scrub alpha changelog
  • 78f0e23 chore(release): 1.23.1-alpha.1 [skip ci]
  • d2b4acb Merge pull request #227 from ardriveapp/PE-7834-kyve-type-fix
  • 885e25c test: un skip KYVE devnet top up integration test PE-7834
  • 7399429 chore: lock upload srv intergation test image PE-7834
  • b82e2db fix: use correct kyve signer type PE-7834
  • 6f82b64 chore: bump kyvejs PE-7834
  • 18184b9 Merge pull request #225 from ardriveapp/main
  • Additional commits viewable in compare view

Updates @kyvejs/sdk from 1.3.3 to 1.4.4

Release notes

Sourced from @​kyvejs/sdk's releases.

@​kyvejs/sdk@​1.4.4

1.4.4 (2025-03-07)

Bug Fixes

@​kyvejs/sdk@​1.4.3

1.4.3 (2025-03-07)

Note: Version bump only for package @​kyvejs/sdk

@​kyvejs/sdk@​1.4.2

1.4.2 (2025-02-21)

Bug Fixes

@​kyvejs/sdk@​1.4.1

1.4.1 (2025-02-20)

Bug Fixes

  • MsgJoinPool valaddress to pool_address (937ebcb)

@​kyvejs/sdk@​1.4.0

1.4.0 (2025-02-14)

Features

@​kyvejs/sdk@​1.3.4

1.3.4 (2025-01-15)

Note: Version bump only for package @​kyvejs/sdk

Commits

Updates inquirer from 12.3.0 to 12.5.0

Release notes

Sourced from inquirer's releases.

inquirer@12.5.0

  • Feat (select): Introduce theme.indexMode to control displaying an index prefix in front of each choice. (defaults to hidden)
  • Fix (select): Improve search when number keys are pressed

inquirer@12.4.3

  • Fix an issue where inquirer would throw if Node is ran with the new --frozen-intrinsics flag.

inquirer@12.4.1

  • Mark @types/node as an optional peer dependency across all packages.

inquirer@12.4.0

  • Added new shortcut config to the checkbox prompt. Allows to customize or disable shortcut keys for select all and invert selection.

inquirer@12.3.3

Commits
  • 83508f9 Publish
  • c1a9af3 Doc(*): Remove depreciated methods from the README
  • c6a79cd Feature(@​inquirer/select): new theme option to display each choice index (#1687)
  • e12335e Fix(@​inquirer/prompts): allow multiple-digit numbers for numeric selection (#...
  • dba7747 Fix(@​inquirer/core): include 0 to isNumberKey (#1685)
  • 79a0b3e Publish
  • f64af8c Chore(deps): Bump axios from 1.7.7 to 1.8.2 in the npm_and_yarn group (#1684)
  • 6e5d433 Chore: Bump dependencies
  • dc3da89 Support Node's --frozen-intrinsics flag (#1683)
  • 3e04fe1 Chore(deps-dev): Bump eslint-plugin-n from 17.15.1 to 17.16.1 (#1681)
  • Additional commits viewable in compare view

Updates mime-types from 2.1.35 to 3.0.1

Release notes

Sourced from mime-types's releases.

v3.0.1

What's Changed

New Contributors

Full Changelog: jshttp/mime-types@v3.0.0...v3.0.1

v3.0.0

What's Changed

New Contributors

Full Changelog: jshttp/mime-types@2.1.35...v3.0.0

Changelog

Sourced from mime-types's changelog.

3.0.1 / 2025-03-26

  • deps: mime-db@1.54.0

3.0.0 / 2024-08-31

  • Drop support for node <18
  • deps: mime-db@1.53.0
  • resolve extension conflicts with mime-score (#119)
    • asc -> application/pgp-signature is now application/pgp-keys
    • mpp -> application/vnd.ms-project is now application/dash-patch+xml
    • ac -> application/vnd.nokia.n-gage.ac+xml is now application/pkix-attr-cert
    • bdoc -> application/x-bdoc is now application/bdoc
    • wmz -> application/x-msmetafile is now application/x-ms-wmz
    • xsl -> application/xslt+xml is now application/xml
    • wav -> audio/wave is now audio/wav
    • rtf -> text/rtf is now application/rtf
    • xml -> text/xml is now application/xml
    • mp4 -> video/mp4 is now application/mp4
    • mpg4 -> video/mp4 is now application/mp4
Commits
Maintainer changes

This version was pushed to npm by ulisesgascon, a new releaser for mime-types since your current version.


Updates @eslint/config-array from 0.19.1 to 0.20.0

Release notes

Sourced from @​eslint/config-array's releases.

config-array: v0.20.0

0.20.0 (2025-03-24)

Features

  • normalize patterns to handle "./" prefix in files and ignores (#162) (bbbe909)

config-array: v0.19.2

0.19.2 (2025-01-31)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/object-schema bumped from ^2.1.5 to ^2.1.6
Commits

Updates @eslint/object-schema from 2.1.5 to 2.1.6

Release notes

Sourced from @​eslint/object-schema's releases.

object-schema: v2.1.6

2.1.6 (2025-01-31)

Bug Fixes

Commits

Updates @types/node from 22.10.2 to 22.13.14

Commits

Updates @typescript-eslint/eslint-plugin from 8.19.0 to 8.28.0

Release notes

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

v8.28.0

8.28.0 (2025-03-24)

🚀 Features

  • eslint-plugin: [prefer-nullish-coalescing] support if statement assignment (??=) and fix several minor bugs (#10861)

🩹 Fixes

  • eslint-plugin: [no-unsafe-function-type] remove fixable property (#10986)

❤️ Thank You

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

v8.27.0

8.27.0 (2025-03-17)

🚀 Features

  • utils: support DeprecatedInfo for rule.meta.deprecated (#10932)

🩹 Fixes

  • deps: update eslint monorepo to v9.22.0 (#10952)
  • typescript-estree: fix span start for decorated AssignmentPattern function parameter (#10939)

❤️ Thank You

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

v8.26.1

8.26.1 (2025-03-10)

🩹 Fixes

  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as eligible for nullish coalescing (#10865)
  • eslint-plugin: [no-unsafe-return] handle recursive type (#10883)
  • rule-tester: export TestLanguageOptions (#10930)

❤️ Thank You

... (truncated)

Changelog

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

8.28.0 (2025-03-24)

🚀 Features

  • eslint-plugin: [prefer-nullish-coalescing] support if statement assignment (??=) and fix several minor bugs (#10861)

🩹 Fixes

  • eslint-plugin: [no-unsafe-function-type] remove fixable property (#10986)

❤️ Thank You

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

8.27.0 (2025-03-17)

🚀 Features

  • utils: support DeprecatedInfo for rule.meta.deprecated (#10932)

❤️ Thank You

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

8.26.1 (2025-03-10)

🩹 Fixes

  • eslint-plugin: [no-unsafe-return] handle recursive type (#10883)
  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as eligible for nullish coalescing (#10865)

❤️ Thank You

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

8.26.0 (2025-03-03)

🚀 Features

  • eslint-plugin: [unified-signatures] support ignoring overload signatures with different JSDoc comments (#10781)
  • eslint-plugin: [explicit-module-boundary-types] add an option to ignore overload implementations (#10889)
  • eslint-plugin: [no-unused-var] handle implicit exports in declaration files (#10714)

... (truncated)

Commits
  • 807f5ca chore(release): publish 8.28.0
  • 7151489 feat(eslint-plugin): [prefer-nullish-coalescing] support if statement assig...
  • 27bdddb fix(eslint-plugin): [no-unsafe-function-type] remove fixable property (#10986)
  • 3efd99e chore(release): publish 8.27.0
  • 342d98e feat(utils): support DeprecatedInfo for rule.meta.deprecated (#10932)
  • 7469e72 docs(eslint-plugin): [no-unnecessary-condition] mention array access as commo...
  • 9aa0b6b chore(release): publish 8.26.1
  • ee90e45 fix(eslint-plugin): [no-unsafe-return] handle recursive type (#10883)
  • dba0bed fix(eslint-plugin): [prefer-nullish-coalescing] treat any/unknown as elig...
  • bc6d19f chore(release): publish 8.26.0
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 8.19.0 to 8.28.0

Release notes

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

v8.28.0

8.28.0 (2025-03-24)

🚀 Features

  • eslint-plugin: [prefer-nullish-coalescing] support if statement assignment (??=) and fix several minor bugs (#10861)

🩹 Fixes

  • eslint-plugin: [no-unsafe-function-type] remove fixable property (#10986)

❤️ Thank You

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

v8.27.0

8.27.0 (2025-03-17)

🚀 Features

  • utils: support DeprecatedInfo for rule.meta.deprecated (#10932)

🩹 Fixes

  • deps: update eslint monorepo to v9.22.0 (#10952)
  • typescript-estree: fix span start for decorated AssignmentPattern function parameter (#10939)

❤️ Thank You

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

v8.26.1

8.26.1 (2025-03-10)

🩹 Fixes

  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as eligible for nullish coalescing (#10865)
  • eslint-plugin: [no-unsafe-return] handle recursive type (#10883)
  • rule-tester: export TestLanguageOptions (#10930)

❤️ Thank You

... (truncated)

Changelog

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

8.28.0 (2025-03-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.

8.27.0 (2025-03-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.

8.26.1 (2025-03-10)

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.

8.26.0 (2025-03-03)

🚀 Features

  • support TypeScript 5.8 (#10903)

❤️ Thank You

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

8.25.0 (2025-02-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.

8.24.1 (2025-02-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.

8.24.0 (2025-02-10)

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.

8.23.0 (2025-02-03)

... (truncated)

Commits
  • 807f5ca chore(release): publish 8.28.0
  • 3efd99e chore(release): publish 8.27.0
  • 9aa0b6b chore(release): publish 8.26.1
  • bc6d19f chore(release): publish 8.26.0
  • 17e7012 chore(deps): update dependency knip to v5.44.1 (#10845)
  • 9674629 feat: support TypeScript 5.8 (#10903)
  • 7c88d26 chore: update all test scripts to remove coverage flag (#10582)
  • 1a9ab8f chore(release): publish 8.25.0
  • f3ef20e chore: update to latest nx and use project references first approach (#10361)
  • 3646ec0 chore(release): publish 8.24.1
  • Additional commits viewable in compare view

Updates eslint from 9.17.0 to 9.23.0

Release notes

Sourced from eslint's releases.

v9.23.0

Features

  • 557a0d2 feat: support TypeScript syntax in no-useless-constructor (#19535) (Josh Goldberg ✨)
  • 8320241 feat: support TypeScript syntax in default-param-last (#19431) (Josh Goldberg ✨)
  • 833c4a3 feat: defineConfig() supports "flat/" config prefix (#19533) (Nicholas C. Zakas)
  • 4a0df16 feat: circular autofix/conflicting rules detection (#19514) (Milos Djermanovic)
  • be56a68 feat: support TypeScript syntax in class-methods-use-this (#19498) (Josh Goldberg ✨)

Bug Fixes

  • 0e20aa7 fix: move deprecated RuleContext methods to subtype (#19531) (Francesco Trotta)
  • cc3bd00 fix: reporting variable used in catch block in no-useless-assignment (#19423) (Tanuj Kanti)
  • d46ff83 fix: no-dupe-keys false positive with proto setter (#19508) (Milos Djermanovic)
  • e732773 fix: navigation of search results on pressing Enter (#19502) (Tanuj Kanti)
  • f4e9c5f fix: allow RuleTester to test files inside node_modules/ (#19499) (fisker Cheung)

Documentation

  • 5405939 docs: show red underlines in TypeScript examples in rules docs (#19547) (Milos Djermanovic)
  • 48b53d6 docs: replace var with const in examples (#19539) (Nitin Kumar)
  • c39d7db docs: Update README (GitHub Actions Bot)

Bumps the dependencies group with 15 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@ar.io/sdk](https://github.com/ar-io/ar-io-sdk) | `3.0.0` | `3.9.0` |
| [@ardrive/turbo-sdk](https://github.com/ardriveapp/turbo-sdk) | `1.21.0` | `1.23.1` |
| [inquirer](https://github.com/SBoudrias/Inquirer.js) | `12.3.0` | `12.5.0` |
| [mime-types](https://github.com/jshttp/mime-types) | `2.1.35` | `3.0.1` |
| [@eslint/config-array](https://github.com/eslint/rewrite) | `0.19.1` | `0.20.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.2` | `22.13.14` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.19.0` | `8.28.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.19.0` | `8.28.0` |
| [eslint](https://github.com/eslint/eslint) | `9.17.0` | `9.23.0` |
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `9.1.0` | `10.1.1` |
| [fs-extra](https://github.com/jprichardson/node-fs-extra) | `11.2.0` | `11.3.0` |
| [glob](https://github.com/isaacs/node-glob) | `11.0.0` | `11.0.1` |
| [mock-fs](https://github.com/tschaub/mock-fs) | `5.4.1` | `5.5.0` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.2.5` | `29.3.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.7.2` | `5.8.2` |



Updates `@ar.io/sdk` from 3.0.0 to 3.9.0
- [Release notes](https://github.com/ar-io/ar-io-sdk/releases)
- [Changelog](https://github.com/ar-io/ar-io-sdk/blob/main/CHANGELOG.md)
- [Commits](ar-io/ar-io-sdk@v3.0.0...v3.9.0)

Updates `@ardrive/turbo-sdk` from 1.21.0 to 1.23.1
- [Release notes](https://github.com/ardriveapp/turbo-sdk/releases)
- [Changelog](https://github.com/ardriveapp/turbo-sdk/blob/main/CHANGELOG.md)
- [Commits](ardriveapp/turbo-sdk@v1.21.0...v1.23.1)

Updates `@kyvejs/sdk` from 1.3.3 to 1.4.4
- [Release notes](https://github.com/KYVENetwork/kyvejs/releases)
- [Commits](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/sdk@1.3.3...@kyvejs/sdk@1.4.4)

Updates `inquirer` from 12.3.0 to 12.5.0
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@12.3.0...inquirer@12.5.0)

Updates `mime-types` from 2.1.35 to 3.0.1
- [Release notes](https://github.com/jshttp/mime-types/releases)
- [Changelog](https://github.com/jshttp/mime-types/blob/master/HISTORY.md)
- [Commits](jshttp/mime-types@2.1.35...v3.0.1)

Updates `@eslint/config-array` from 0.19.1 to 0.20.0
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/release-please-config.json)
- [Commits](eslint/rewrite@config-array-v0.19.1...config-array-v0.20.0)

Updates `@eslint/object-schema` from 2.1.5 to 2.1.6
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/release-please-config.json)
- [Commits](eslint/rewrite@object-schema-v2.1.5...object-schema-v2.1.6)

Updates `@types/node` from 22.10.2 to 22.13.14
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@typescript-eslint/eslint-plugin` from 8.19.0 to 8.28.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.28.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.19.0 to 8.28.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.28.0/packages/parser)

Updates `eslint` from 9.17.0 to 9.23.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.17.0...v9.23.0)

Updates `eslint-config-prettier` from 9.1.0 to 10.1.1
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v9.1.0...v10.1.1)

Updates `fs-extra` from 11.2.0 to 11.3.0
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](jprichardson/node-fs-extra@11.2.0...11.3.0)

Updates `glob` from 11.0.0 to 11.0.1
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](isaacs/node-glob@v11.0.0...v11.0.1)

Updates `mock-fs` from 5.4.1 to 5.5.0
- [Release notes](https://github.com/tschaub/mock-fs/releases)
- [Changelog](https://github.com/tschaub/mock-fs/blob/main/changelog.md)
- [Commits](tschaub/mock-fs@v5.4.1...v5.5.0)

Updates `ts-jest` from 29.2.5 to 29.3.0
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.2.5...v29.3.0)

Updates `typescript` from 5.7.2 to 5.8.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.7.2...v5.8.2)

---
updated-dependencies:
- dependency-name: "@ar.io/sdk"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@ardrive/turbo-sdk"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@kyvejs/sdk"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: inquirer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: mime-types
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@eslint/config-array"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@eslint/object-schema"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: eslint-config-prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: fs-extra
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: glob
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: mock-fs
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: ts-jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 31, 2025

Reviewers

The following users could not be added as reviewers: pskinnertech. Either the username does not exist or it does not have the correct permissions to be added as a reviewer.

Labels

The following labels could not be found: dependencies, npm, security. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot requested a review from PSkinnerTech March 31, 2025 08:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants