Skip to content

Bump the dependencies group across 1 directory with 16 updates#23

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/main/dependencies-21de1cd13d
Closed

Bump the dependencies group across 1 directory with 16 updates#23
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/main/dependencies-21de1cd13d

Conversation

@dependabot
Copy link
Contributor

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

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

Package From To
@ar.io/sdk 3.0.0 3.8.3
@ardrive/turbo-sdk 1.21.0 1.23.0
@kyvejs/sdk 1.3.3 1.4.4
inquirer 12.3.0 12.4.3
@eslint/config-array 0.19.1 0.19.2
@types/node 22.10.2 22.13.10
@typescript-eslint/eslint-plugin 8.19.0 8.26.0
@typescript-eslint/parser 8.19.0 8.26.0
eslint 9.17.0 9.22.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.2.6
typescript 5.7.2 5.8.2

Updates @ar.io/sdk from 3.0.0 to 3.8.3

Release notes

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

v3.8.3

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)

v3.8.3-alpha.1

3.8.3-alpha.1 (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)

v3.8.2

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)

v3.8.2-alpha.3

3.8.2-alpha.3 (2025-03-05)

Bug Fixes

  • add missing maxDelegateRewardSharePct field from AoGatewayRegistrySettings (87942ad)

v3.8.2-alpha.2

3.8.2-alpha.2 (2025-03-04)

Bug Fixes

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

... (truncated)

Changelog

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

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)

3.8.1 (2025-02-21)

Bug Fixes

  • mainnet: default to the mainnet process ID (a96713c)

3.8.0 (2025-02-20)

Features

  • mainnet: update constant to the mainnet process ID (4a11840)

3.7.1 (2025-02-19)

Bug Fixes

  • types: overload getEpoch to provide correct types on specific param requests (bafce74)

3.7.1-alpha.1 (2025-02-18)

Bug Fixes

  • types: overload getEpoch to provide correct types on specific param requests (bafce74)

3.7.0 (2025-02-17)

... (truncated)

Commits
  • b9f2b46 chore(release): 3.8.3 [skip ci]
  • 24795a0 Merge pull request #434 from ar-io/alpha
  • 321bc10 chore(docs): prep CHANGELOG for release
  • adbfa88 chore(release): 3.8.3-alpha.1 [skip ci]
  • 5c59b1e Merge remote-tracking branch 'origin/main' into alpha
  • ea93b3c chore(release): 3.8.2-alpha.3 [skip ci]
  • daf453e Merge pull request #433 from ar-io/fix-gateway-registry-settings-type
  • 87942ad fix: add missing maxDelegateRewardSharePct field from AoGatewayRegistrySettings
  • 192d62e chore(release): 3.8.2-alpha.2 [skip ci]
  • 1b0d201 Merge pull request #431 from ar-io/add-eth-support-ant-state
  • Additional commits viewable in compare view

Updates @ardrive/turbo-sdk from 1.21.0 to 1.23.0

Release notes

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

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)

v1.22.0

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)

v1.22.0-alpha.2

1.22.0-alpha.2 (2025-02-07)

... (truncated)

Changelog

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

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
  • 88cb7f0 chore(release): 1.23.0 [skip ci]
  • 8e5e2e9 Merge pull request #224 from ardriveapp/alpha
  • b6f5dc4 chore: scrub alpha changelog
  • 04c9b0e chore(release): 1.23.0-alpha.1 [skip ci]
  • bcbb489 Merge pull request #223 from ardriveapp/PE-7481-eth-on-base-network
  • 6f3e113 refactor: make switch statement more type safe PE-7481
  • 03eb4e6 test: skip kyve devnet top-up test PE-7481
  • c540692 test: use turbo test env in getTokenPriceForBytes test PE-7481
  • d8cb553 refactor: remove debug logger PE-7481
  • d8c8afe refactor: add base-eth to ownerToNativeAddress helper PE-7481
  • 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.4.3

Release notes

Sourced from inquirer's releases.

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
  • 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)
  • 834715a Chore: Bump dependencies
  • b1241f4 Chore: Bump to Typescript 5.8 and set erasableSyntaxOnly
  • 83ec6ab Chore(deps-dev): Bump eslint from 9.20.1 to 9.21.0 (#1679)
  • 7555fc1 Chore(deps-dev): Bump @​types/node from 22.13.4 to 22.13.5 (#1676)
  • 2bc68c0 Chore(deps-dev): Bump @​eslint/js from 9.20.0 to 9.21.0 (#1677)
  • Additional commits viewable in compare view

Updates @eslint/config-array from 0.19.1 to 0.19.2

Release notes

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

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

Commits

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

Release notes

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

v8.26.0

8.26.0 (2025-03-03)

🚀 Features

  • support TypeScript 5.8 (#10903)
  • eslint-plugin: [no-unnecessary-type-parameters] special case tuples and parameter location arrays as single-use (#9536)
  • eslint-plugin: [no-unused-var] handle implicit exports in declaration files (#10714)
  • eslint-plugin: [explicit-module-boundary-types] add an option to ignore overload implementations (#10889)
  • eslint-plugin: [unified-signatures] support ignoring overload signatures with different JSDoc comments (#10781)
  • rule-tester: export TestLanguageOptions (#10892)
  • scope-manager: only call Object.entries once for each lib (#10647)

🩹 Fixes

  • deps: update dependency typedoc-plugin-markdown to v4.4.2 (#10877)
  • eslint-plugin: [unified-signatures] does not differentiate truly private methods (#10806)
  • eslint-plugin: [no-invalid-void-type] report accessor properties with an invalid void type (#10864)
  • eslint-plugin: [no-unnecessary-type-assertion] handle unknown (#10875)
  • rule-tester: Add missing parser dependency (#10909)

❤️ Thank You

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

v8.25.0

8.25.0 (2025-02-24)

🚀 Features

  • eslint-plugin: [no-misused-spread] add suggestions (#10719)

🩹 Fixes

  • ast-spec: replace attributes with options property in TSImportType (#10691)
  • eslint-plugin: [unified-signatures] handle getter-setter (#10818)
  • eslint-plugin: [no-deprecated] report usage of deprecated private identifiers (#10844)
  • eslint-plugin: [prefer-nullish-coalescing] report on chain expressions in a ternary (#10708)
  • typescript-estree: align TS module nodes to namespaces (#10504)
  • visitor-keys: update keys for ImportAttribute (#10649)

... (truncated)

Changelog

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

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)
  • support TypeScript 5.8 (#10903)
  • eslint-plugin: [no-unnecessary-type-parameters] special case tuples and parameter location arrays as single-use (#9536)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-assertion] handle unknown (#10875)
  • eslint-plugin: [no-invalid-void-type] report accessor properties with an invalid void type (#10864)
  • eslint-plugin: [unified-signatures] does not differentiate truly private methods (#10806)

❤️ Thank You

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

8.25.0 (2025-02-24)

🚀 Features

  • eslint-plugin: [no-misused-spread] add suggestions (#10719)

🩹 Fixes

  • eslint-plugin: [prefer-nullish-coalescing] report on chain expressions in a ternary (#10708)
  • eslint-plugin: [no-deprecated] report usage of deprecated private identifiers (#10844)
  • eslint-plugin: [unified-signatures] handle getter-setter (#10818)

❤️ Thank You

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

8.24.1 (2025-02-17)

🩹 Fixes

... (truncated)

Commits
  • bc6d19f chore(release): publish 8.26.0
  • 02d9d73 feat(eslint-plugin): [unified-signatures] support ignoring overload signature...
  • 84af50e feat(eslint-plugin): [explicit-module-boundary-types] add an option to ignore...
  • a03b7ef fix(eslint-plugin): [no-unnecessary-type-assertion] handle unknown (#10875)
  • 4082ad0 docs(eslint-plugin): [consistent-return] add link to noImplicitReturns docs...
  • d8d4b3c feat(eslint-plugin): [no-unused-var] handle implicit exports in declaration f...
  • 9674629 feat: support TypeScript 5.8 (#10903)
  • 3c7b8ff chore: fix integration-tests (#10906)
  • 735064a fix(eslint-plugin): [no-invalid-void-type] report accessor properties with ...
  • a6feb59 fix(eslint-plugin): [unified-signatures] does not differentiate truly private...
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 8.19.0 to 8.26.0

Release notes

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

v8.26.0

8.26.0 (2025-03-03)

🚀 Features

  • support TypeScript 5.8 (#10903)
  • eslint-plugin: [no-unnecessary-type-parameters] special case tuples and parameter location arrays as single-use (#9536)
  • eslint-plugin: [no-unused-var] handle implicit exports in declaration files (#10714)
  • eslint-plugin: [explicit-module-boundary-types] add an option to ignore overload implementations (#10889)
  • eslint-plugin: [unified-signatures] support ignoring overload signatures with different JSDoc comments (#10781)
  • rule-tester: export TestLanguageOptions (#10892)
  • scope-manager: only call Object.entries once for each lib (#10647)

🩹 Fixes

  • deps: update dependency typedoc-plugin-markdown to v4.4.2 (#10877)
  • eslint-plugin: [unified-signatures] does not differentiate truly private methods (#10806)
  • eslint-plugin: [no-invalid-void-type] report accessor properties with an invalid void type (#10864)
  • eslint-plugin: [no-unnecessary-type-assertion] handle unknown (#10875)
  • rule-tester: Add missing parser dependency (#10909)

❤️ Thank You

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

v8.25.0

8.25.0 (2025-02-24)

🚀 Features

  • eslint-plugin: [no-misused-spread] add suggestions (#10719)

🩹 Fixes

  • ast-spec: replace attributes with options property in TSImportType (#10691)
  • eslint-plugin: [unified-signatures] handle getter-setter (#10818)
  • eslint-plugin: [no-deprecated] report usage of deprecated private identifiers (#10844)
  • eslint-plugin: [prefer-nullish-coalescing] report on chain expressions in a ternary (#10708)
  • typescript-estree: align TS module nodes to namespaces (#10504)
  • visitor-keys: update keys for ImportAttribute (#10649)

... (truncated)

Changelog

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

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)

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.22.0 (2025-01-27)

🚀 Features

  • parser: add standalone isolatedDeclarations option (#10499)

❤️ Thank You

  • Josh Goldberg ✨

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

8.21.0 (2025-01-20)

... (truncated)

Commits
  • 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
  • 87d72ba chore(release): publish 8.24.0
  • 2a96020 chore(release): publish 8.23.0
  • 94e8098 chore(release): publish 8.22.0
  • Additional commits viewable in compare view

Updates eslint from 9.17.0 to 9.22.0

Release notes

Sourced from eslint's releases.

v9.22.0

Features

  • 7ddb095 feat: Export defineConfig, globalIgnores (#19487) (Nicholas C. Zakas)

Bug Fixes

  • 19c0127 fix: improve message for no-console suggestions (#19483) (Francesco Trotta)
  • 49e624f fix: improve error message for falsy parsed JS AST (#19458) (Josh Goldberg ✨)

Documentation

  • 86c5f37 docs: Update README (GitHub Actions Bot)
  • fbdeff0 docs: Update README (GitHub Actions Bot)
  • c9e8510 docs: generate deprecation notice in TSDoc comments from rule metadata (#19461) (Francesco Trotta)
  • 2f386ad docs: replace var with const in rule examples (#19469) (Tanuj Kanti)
  • 0e688e3 docs: Update README (GitHub Actions Bot)
  • 06b596d docs: Restore the carrot to the position where the search input was lost (#19459) (Amaresh S M)

Chores

  • 97f788b chore: upgrade @​eslint/js@​9.22.0 (#19489) (Milos Djermanovic)
  • eed409a chore: package.json update for @​eslint/js release (Jenkins)
  • f9a56d3 chore: upgrade eslint-scope@8.3.0 (#19488) (Milos Djermanovic)

v9.21.0

Features

  • 418717f feat: introduce new deprecated types for rules (#19238) (fnx)
  • 5c5b802 feat: Add --ext CLI option (#19405) (Milos Djermanovic)

Bug Fixes

  • db5340d fix: update missing plugin message template (#19445) (Milos Djermanovic)
  • d8ffdd4 fix: do not exit process on rule crash (#19436) (Francesco Trotta)

Documentation

  • c5561ea docs: Update README (GitHub Actions Bot)
  • 80b0485 docs: replace var with let and const in rule example (#19434) (Tanuj Kanti)
  • f67d5e8 docs: Update README (GitHub Actions Bot)
  • 75afc61 docs: Update README (GitHub Actions Bot)
  • 0636cab docs: Update Eleventy from v2 to v3 (#19415) (Amaresh S M)
  • dd7d930 docs: Update README (GitHub Actions Bot)

Chores

  • a8c9a9f chore: update @eslint/eslintrc and @eslint/js (#19453) (Francesco Trotta)
  • 265e0cf chore: package.json update for @​eslint/js release (Jenkins)
  • 3401b85 test: add test for Rule.ReportDescriptor type (#19449) (Francesco Trotta)
  • e497aa7 chore: update rewrite dependencies (#19448) (Francesco Trotta)
  • dab5478 chore: better error message for missing plugin in config (#19402) (Tanuj Kanti)
  • ebfe2eb chore: set js language for bug report issue config block (#19439) (Josh Goldberg ✨)
  • 5fd211d test: processors can return subpaths (#19425) (Milos Djermanovic)

v9.20.1

Bug Fixes

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.22.0 - March 7, 2025

  • 97f788b chore: upgrade @​eslint/js@​9.22.0 (#19489) (Milos Djermanovic)
  • eed409a chore: package.json update for @​eslint/js release (Jenkins)
  • f9a56d3 chore: upgrade eslint-scope@8.3.0 (#19488) (Milos Djermanovic)
  • 7ddb095 feat: Export defineConfig, globalIgnores (#19487) (Nicholas C. Zakas)
  • 86c5f37 docs: Update README (GitHub Actions Bot)
  • 19c0127 fix: improve message for no-console suggestions (#19483) (Francesco Trotta)
  • fbdeff0 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.8.3` |
| [@ardrive/turbo-sdk](https://github.com/ardriveapp/turbo-sdk) | `1.21.0` | `1.23.0` |
| [@kyvejs/sdk](https://github.com/KYVENetwork/kyvejs) | `1.3.3` | `1.4.4` |
| [inquirer](https://github.com/SBoudrias/Inquirer.js) | `12.3.0` | `12.4.3` |
| [@eslint/config-array](https://github.com/eslint/rewrite) | `0.19.1` | `0.19.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.2` | `22.13.10` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.19.0` | `8.26.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.19.0` | `8.26.0` |
| [eslint](https://github.com/eslint/eslint) | `9.17.0` | `9.22.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.2.6` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.7.2` | `5.8.2` |



Updates `@ar.io/sdk` from 3.0.0 to 3.8.3
- [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.8.3)

Updates `@ardrive/turbo-sdk` from 1.21.0 to 1.23.0
- [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.0)

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.4.3
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@12.3.0...inquirer@12.4.3)

Updates `@eslint/config-array` from 0.19.1 to 0.19.2
- [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.19.2)

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.10
- [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.26.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.26.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.19.0 to 8.26.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.26.0/packages/parser)

Updates `eslint` from 9.17.0 to 9.22.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.22.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.2.6
- [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.2.6)

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: "@eslint/config-array"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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-patch
  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 10, 2025

The following labels could not be found: npm, dependencies, security.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 17, 2025

Dependabot can't resolve your JavaScript dependency files. Because of this, Dependabot cannot update this pull request.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 31, 2025

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

@dependabot dependabot bot closed this Mar 31, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/dependencies-21de1cd13d branch March 31, 2025 08:50
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