Skip to content

Bump the dependencies group across 1 directory with 14 updates#19

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

Bump the dependencies group across 1 directory with 14 updates#19
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/main/dependencies-b9ec7be6e8

Conversation

@dependabot
Copy link
Contributor

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

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

Package From To
@ar.io/sdk 3.0.0 3.5.1
@ardrive/turbo-sdk 1.21.0 1.22.0
inquirer 12.3.0 12.4.1
@eslint/config-array 0.19.1 0.19.2
@types/node 22.10.2 22.13.1
@typescript-eslint/eslint-plugin 8.19.0 8.23.0
@typescript-eslint/parser 8.19.0 8.23.0
eslint 9.17.0 9.20.0
eslint-config-prettier 9.1.0 10.0.1
fs-extra 11.2.0 11.3.0
glob 11.0.0 11.0.1
mock-fs 5.4.1 5.5.0
typescript 5.7.2 5.7.3

Updates @ar.io/sdk from 3.0.0 to 3.5.1

Release notes

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

v3.5.1

3.5.1 (2025-02-09)

Bug Fixes

  • deps: move aoloader dep to integration tests (3426bad)
  • deps: remove cross-env (991bb25)
  • gql: push empty to commit to publish 3.5.1-alpha.1 (2c69859)
  • gql: use goldsky by default for fetching gql data (57f4948)
  • integration tests: add arweave gateway env var (01b1f96)
  • integration tests: add jsdoc to utility class (3a583d7)
  • integration tests: move local util to utils lib and create a base util (7b64273)
  • integration tests: name stub arweave address in same pattern as stub eth address (5c7b0d0)
  • integration tests: remove local ant spawning util (496286c)
  • integration tests: set deps as dev deps (129ba8d)
  • io: do not use requested epoch index if not provided (ebfa3cc)
  • tests: add integration test suite (708e0ce)
  • tests: add integration tests for ao processes with sdk clients using aoloader (d050eb8)
  • tsconfig: point extends at right spot (db19368)
  • utils: add localAO class (f144093)
  • zod: fix zod enforcement (08d5168)

v3.5.1-alpha.3

3.5.1-alpha.3 (2025-02-09)

Bug Fixes

  • io: do not use requested epoch index if not provided (ebfa3cc)

v3.5.1-alpha.2

3.5.1-alpha.2 (2025-02-09)

Bug Fixes

  • zod: fix zod enforcement (08d5168)

v3.5.1-alpha.1

3.5.1-alpha.1 (2025-02-09)

Bug Fixes

  • deps: move aoloader dep to integration tests (3426bad)
  • deps: remove cross-env (991bb25)
  • gql: push empty to commit to publish 3.5.1-alpha.1 (2c69859)
  • gql: use goldsky by default for fetching gql data (57f4948)
  • integration tests: add arweave gateway env var (01b1f96)

... (truncated)

Changelog

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

3.5.1 (2025-02-09)

Bug Fixes

  • deps: move aoloader dep to integration tests (3426bad)
  • deps: remove cross-env (991bb25)
  • gql: push empty to commit to publish 3.5.1-alpha.1 (2c69859)
  • gql: use goldsky by default for fetching gql data (57f4948)
  • integration tests: add arweave gateway env var (01b1f96)
  • integration tests: add jsdoc to utility class (3a583d7)
  • integration tests: move local util to utils lib and create a base util (7b64273)
  • integration tests: name stub arweave address in same pattern as stub eth address (5c7b0d0)
  • integration tests: remove local ant spawning util (496286c)
  • integration tests: set deps as dev deps (129ba8d)
  • io: do not use requested epoch index if not provided (ebfa3cc)
  • tests: add integration test suite (708e0ce)
  • tests: add integration tests for ao processes with sdk clients using aoloader (d050eb8)
  • tsconfig: point extends at right spot (db19368)
  • utils: add localAO class (f144093)
  • zod: fix zod enforcement (08d5168)

3.5.0 (2025-02-06)

Bug Fixes

  • ant: add priority as an attribute on ANTs (f0c6758)
  • ant: update types and add index for easy enforcement (3dd6df5)
  • ant: use deterministic sort with no locale comparison (7f2e067)
  • evolve: use fetch for data instead of arweave (6deb91c)
  • module ids: update ant lua and module id (97e0628)

Features

  • arns stats: include arns stats type on epoch PE-7562 (f92ee91)

3.4.1 (2025-02-03)

Bug Fixes

  • epochs: getPrescribedObservers and getPrescribedNames should get data from GQL/arweave vs. the contract (d8fa25d)
  • gar: mark old fields as deprecated, add new ones (18ca1b4)

3.4.0 (2025-01-31)

Bug Fixes

... (truncated)

Commits
  • 0e59521 chore(release): 3.5.1 [skip ci]
  • 37451be Merge pull request #392 from ar-io/alpha
  • 271723b chore(docs): prep changelog for release
  • b9ddfb9 chore(io): update variable names in io
  • 44cad1e chore(release): 3.5.1-alpha.3 [skip ci]
  • ebfa3cc fix(io): do not use requested epoch index if not provided
  • 97f8755 chore(release): 3.5.1-alpha.2 [skip ci]
  • 08d5168 fix(zod): fix zod enforcement
  • 1a9114f Merge pull request #391 from ar-io/zod-enforcement
  • a4ca6b0 chore(zod): update zod enforcement
  • Additional commits viewable in compare view

Updates @ardrive/turbo-sdk from 1.21.0 to 1.22.0

Release notes

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

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)

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

1.22.0-alpha.1 (2025-01-22)

Features

  • cli: add custom Arweave tags support (4b367e2)
  • cli: add tag support for file and folder uploads (5580085)

v1.21.1-alpha.1

1.21.1-alpha.1 (2025-01-17)

Bug Fixes

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

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

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
  • 11b5d00 chore(release): 1.22.0 [skip ci]
  • 75e18d4 Merge pull request #219 from ardriveapp/alpha
  • 7bcf46b chore: scrub alpha changelog
  • 868bf7e chore(release): 1.22.0-alpha.1 [skip ci]
  • c0214ba Merge pull request #216 from ardriveapp/PE-7109-upload-file-turbo-cli-allow-c...
  • 923bd59 Merge branch 'alpha' into PE-7109-upload-file-turbo-cli-allow-custom-tags-and...
  • d81f33a chore: scrub alpha changelog
  • 95ccc51 chore(release): 1.21.1-alpha.1 [skip ci]
  • 2492624 Merge pull request #218 from ardriveapp/PE-7455-arconnect-sign-data-item-api
  • 0cd3ca7 fix(arconnect): use signDataItem method, signature is deprecated PE-7455
  • Additional commits viewable in compare view

Updates inquirer from 12.3.0 to 12.4.1

Release notes

Sourced from inquirer's releases.

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

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

Commits

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

Release notes

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

v8.23.0

8.23.0 (2025-02-03)

🚀 Features

  • eslint-plugin: [no-unnecessary-boolean-literal-compare] enforce strictNullChecks (#10712)
  • types: add strict parent types for function-declaration, default-export and named-export nodes (#10685)

🩹 Fixes

  • bump ts-api-utils to ^2.0.1 (#10761)
  • deps: update eslint monorepo to v9.19.0 (#10752)
  • eslint-plugin: [no-unnecessary-type-assertion] should report readonly class properties with a literal initializer (#10618)
  • eslint-plugin: [switch-exhaustiveness-check] suggest with qualified name (#10697)
  • eslint-plugin: [no-unnecessary-template-expression] allow interpolating type parameter in type context (#10739)
  • eslint-plugin: [prefer-nullish-coalescing] fix missing return (#10732)
  • eslint-plugin: [dot-notation] handle noPropertyAccessFromIndexSignature true (#10644)
  • eslint-plugin: [no-restricted-imports] support regex option (#10699)
  • eslint-plugin: [no-shadow] ignore declare variables in definition files shadowing global variables (#10710)

❤️ Thank You

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

v8.22.0

8.22.0 (2025-01-27)

🚀 Features

  • parser: add standalone isolatedDeclarations option (#10499)

🩹 Fixes

  • eslint-plugin: [prefer-nullish-coalescing] doesn't report on ternary but on equivalent || (#10517)
  • eslint-plugin: [no-duplicate-type-constituents] handle nested types (#10638)
  • eslint-plugin: [no-shadow] don't report unnecessarily on valid ways of using module augmentation (#10616)
  • eslint-plugin: [no-extraneous-class] handle accessor keyword (#10678)
  • eslint-plugin: [prefer-readonly] autofixer doesn't add type to property that is mutated in the constructor (#10552)
  • eslint-plugin: [no-unnecessary-template-expression] handle template literal type (#10612)
  • type-utils: support matching intersection types in TypeOrValueSpecifier with a PackageSpecifier (#10667)

❤️ Thank You

... (truncated)

Changelog

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

8.23.0 (2025-02-03)

🚀 Features

  • eslint-plugin: [no-unnecessary-boolean-literal-compare] enforce strictNullChecks (#10712)

🩹 Fixes

  • eslint-plugin: [no-shadow] ignore declare variables in definition files shadowing global variables (#10710)
  • eslint-plugin: [no-restricted-imports] support regex option (#10699)
  • eslint-plugin: [dot-notation] handle noPropertyAccessFromIndexSignature true (#10644)
  • eslint-plugin: [prefer-nullish-coalescing] fix missing return (#10732)
  • bump ts-api-utils to ^2.0.1 (#10761)
  • eslint-plugin: [no-unnecessary-template-expression] allow interpolating type parameter in type context (#10739)
  • eslint-plugin: [switch-exhaustiveness-check] suggest with qualified name (#10697)
  • eslint-plugin: [no-unnecessary-type-assertion] should report readonly class properties with a literal initializer (#10618)

❤️ Thank You

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

8.22.0 (2025-01-27)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-template-expression] handle template literal type (#10612)
  • eslint-plugin: [prefer-readonly] autofixer doesn't add type to property that is mutated in the constructor (#10552)
  • eslint-plugin: [no-extraneous-class] handle accessor keyword (#10678)
  • eslint-plugin: [no-shadow] don't report unnecessarily on valid ways of using module augmentation (#10616)
  • eslint-plugin: [no-duplicate-type-constituents] handle nested types (#10638)
  • eslint-plugin: [prefer-nullish-coalescing] doesn't report on ternary but on equivalent || (#10517)

❤️ Thank You

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

8.21.0 (2025-01-20)

🩹 Fixes

... (truncated)

Commits
  • 2a96020 chore(release): publish 8.23.0
  • 06925f8 feat(eslint-plugin): [no-unnecessary-boolean-literal-compare] enforce strictN...
  • 884995d fix(eslint-plugin): [no-shadow] ignore declare variables in definition files ...
  • cd15629 docs(eslint-plugin): [class-methods-use-this] refresh options docs (#10728)
  • a9cbcc9 fix(eslint-plugin): [no-restricted-imports] support regex option (#10699)
  • 3e44913 fix(eslint-plugin): [dot-notation] handle noPropertyAccessFromIndexSignature ...
  • 82cb00d fix(eslint-plugin): [prefer-nullish-coalescing] fix missing return (#10732)
  • c58d816 fix: bump ts-api-utils to ^2.0.1 (#10761)
  • 345e82e docs(eslint-plugin): remove duplicate option descriptions on various rules (#...
  • 77df70d fix(eslint-plugin): [no-unnecessary-template-expression] allow interpolating ...
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 8.19.0 to 8.23.0

Release notes

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

v8.23.0

8.23.0 (2025-02-03)

🚀 Features

  • eslint-plugin: [no-unnecessary-boolean-literal-compare] enforce strictNullChecks (#10712)
  • types: add strict parent types for function-declaration, default-export and named-export nodes (#10685)

🩹 Fixes

  • bump ts-api-utils to ^2.0.1 (#10761)
  • deps: update eslint monorepo to v9.19.0 (#10752)
  • eslint-plugin: [no-unnecessary-type-assertion] should report readonly class properties with a literal initializer (#10618)
  • eslint-plugin: [switch-exhaustiveness-check] suggest with qualified name (#10697)
  • eslint-plugin: [no-unnecessary-template-expression] allow interpolating type parameter in type context (#10739)
  • eslint-plugin: [prefer-nullish-coalescing] fix missing return (#10732)
  • eslint-plugin: [dot-notation] handle noPropertyAccessFromIndexSignature true (#10644)
  • eslint-plugin: [no-restricted-imports] support regex option (#10699)
  • eslint-plugin: [no-shadow] ignore declare variables in definition files shadowing global variables (#10710)

❤️ Thank You

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

v8.22.0

8.22.0 (2025-01-27)

🚀 Features

  • parser: add standalone isolatedDeclarations option (#10499)

🩹 Fixes

  • eslint-plugin: [prefer-nullish-coalescing] doesn't report on ternary but on equivalent || (#10517)
  • eslint-plugin: [no-duplicate-type-constituents] handle nested types (#10638)
  • eslint-plugin: [no-shadow] don't report unnecessarily on valid ways of using module augmentation (#10616)
  • eslint-plugin: [no-extraneous-class] handle accessor keyword (#10678)
  • eslint-plugin: [prefer-readonly] autofixer doesn't add type to property that is mutated in the constructor (#10552)
  • eslint-plugin: [no-unnecessary-template-expression] handle template literal type (#10612)
  • type-utils: support matching intersection types in TypeOrValueSpecifier with a PackageSpecifier (#10667)

❤️ Thank You

... (truncated)

Changelog

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

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)

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.20.0 (2025-01-13)

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.19.1 (2025-01-06)

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.

Commits
  • 2a96020 chore(release): publish 8.23.0
  • 94e8098 chore(release): publish 8.22.0
  • a885343 feat(parser): add standalone isolatedDeclarations option (#10499)
  • 79af426 chore(release): publish 8.21.0
  • a157fd4 chore: standardized on inline named exports (mostly) (#10596)
  • ea6fbea chore(release): publish 8.20.0
  • 328b7df chore(release): publish 8.19.1
  • See full diff in compare view

Updates eslint from 9.17.0 to 9.20.0

Release notes

Sourced from eslint's releases.

v9.20.0

Features

  • e89a54a feat: change behavior of inactive flags (#19386) (Milos Djermanovic)

Bug Fixes

  • 91d4d9f fix: Bring types in sync with @​eslint/core (#19157) (Nicholas C. Zakas)
  • fa25c7a fix: Emit warning when empty config file is used (#19399) (Nicholas C. Zakas)
  • 31a9fd0 fix: Clearer error message for wrong plugin format (#19380) (Nicholas C. Zakas)
  • 61d99e3 fix: Better error message for unserializable parser (#19384) (Nicholas C. Zakas)
  • db1b9a6 fix: Ensure module scope is checked for references in consistent-this (#19383) (Nicholas C. Zakas)
  • 8bcd820 fix: arrow-body-style crash with single-token body (#19379) (Milos Djermanovic)

Documentation

  • b7012c8 docs: rewrite examples with var using let and const (#19407) (Mueez Javaid Hashmi)
  • 6406376 docs: Update README (GitHub Actions Bot)
  • 350f2b9 docs: rewrite some examples with var using let and const (#19404) (Mueez Javaid Hashmi)
  • 93c325a docs: rewrite examples with var using let and const (#19398) (Mueez Javaid Hashmi)
  • 56ff404 docs: replace var with let or const in rules docs (#19396) (Daniel Harbrueger)
  • 4053226 docs: change sourceType in no-eval examples (#19393) (Milos Djermanovic)
  • 1324af0 docs: replace var with let and const in rules docs (#19392) (Daniel Harbrueger)
  • 8b87e00 docs: replace var with const and let in rules (#19389) (Tanuj Kanti)
  • 758c66b docs: Explain what frozen rules mean (#19382) (Nicholas C. Zakas)
  • 0ef8bb8 docs: additional checks for rule examples (#19358) (Milos Djermanovic)
  • 58ab2f6 docs: fix order of installation steps in getting started (#19326) (Tanuj Kanti)

Chores

  • 979097a chore: upgrade @​eslint/js@​9.20.0 (#19412) (Francesco Trotta)
  • 031734e chore: package.json update for @​eslint/js release (Jenkins)
  • d4c47c3 test: avoid empty config warning in test output (#19408) (Milos Djermanovic)
  • 67dd82a chore: update dependency @​eslint/json to ^0.10.0 (#19387) (renovate[bot])
  • 15ac0e1 chore: add permissions: read-all to stale.yml workflow (#19374) (Josh Goldberg ✨)

v9.19.0

Features

  • 1637b8e feat: add --report-unused-inline-configs (#19201) (Josh Goldberg ✨)

Bug Fixes

  • aae6717 fix: sync rule type header comments automatically (#19276) (Francesco Trotta)

Documentation

  • cfea9ab docs: Clarify overrideConfig option (#19370) (Nicholas C. Zakas)
  • 2b84f66 docs: Update README (#19362) (Nicholas C. Zakas)
  • 044f93c docs: clarify frozen rule description (#19351) (Pavel)
  • 797ee7c docs: fix Bluesky links (#19368) (Milos Djermanovic)
  • 81a9c0e docs: Update README (GitHub Actions Bot)
  • 093fb3d docs: replace var with let and const in rule examples (#19365) (Tanuj Kanti)
  • 417de32 docs: replace var with const in rule examples (#19352) (jj)
  • 17f2aae docs: update getting-started config to match default generated config (#19308) (0xDev)
  • 8a0a5a8 docs: better global ignores instruction (#19297) (Jacopo Marrone)
  • 6671a2c docs: Update README (GitHub Actions Bot)

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.20.0 - February 7, 2025

  • 979097a chore: upgrade @​eslint/js@​9.20.0 (#19412) (Francesco Trotta)
  • 031734e chore: package.json update for @​eslint/js release (Jenkins)
  • 91d4d9f fix: Bring types in sync with @​eslint/core (#19157) (Nicholas C. Zakas)
  • b7012c8 docs: rewrite examples with var using let and const (#19407) (Mueez Javaid Hashmi)
  • d4c47c3 test: avoid empty config warning in test output (#19408) (Milos Djermanovic)
  • e89a54a feat: change behavior of inactive flags (#19386) (Milos Djermanovic)
  • fa25c7a fix: Emit warning when empty config file is used (#19399) (Nicholas C. Zakas)
  • 6406376 docs: Update README (GitHub Actions Bot)
  • 350f2b9 docs: rewrite some examples with var using let and const (#19404) (Mueez Javaid Hashmi)
  • 93c325a docs: rewrite examples with var using let and const (#19398) (Mueez Javaid Hashmi)
  • 56ff404 docs: replace var with let or const in rules docs (#19396) (Daniel Harbrueger)
  • 4053226 docs: change sourceType in no-eval examples (#19393) (Milos Djermanovic)
  • 1324af0 docs: replace var with let and const in rules docs (#19392) (Daniel Harbrueger)
  • 8b87e00 docs: replace var with const and let in rules (#19389) (Tanuj Kanti)
  • 31a9fd0 fix: Clearer error message for wrong plugin format (#19380) (Nicholas C. Zakas)
  • 61d99e3 fix: Better error message for unserializable parser (#19384) (Nicholas C. Zakas)
  • 758c66b docs: Explain what frozen rules mean (#19382) (Nicholas C. Zakas)

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

| Package | From | To |
| --- | --- | --- |
| [@ar.io/sdk](https://github.com/ar-io/ar-io-sdk) | `3.0.0` | `3.5.1` |
| [@ardrive/turbo-sdk](https://github.com/ardriveapp/turbo-sdk) | `1.21.0` | `1.22.0` |
| [inquirer](https://github.com/SBoudrias/Inquirer.js) | `12.3.0` | `12.4.1` |
| [@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.1` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.19.0` | `8.23.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.19.0` | `8.23.0` |
| [eslint](https://github.com/eslint/eslint) | `9.17.0` | `9.20.0` |
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `9.1.0` | `10.0.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` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.7.2` | `5.7.3` |



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

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

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

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.1
- [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.23.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.23.0/packages/eslint-plugin)

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

Updates `eslint` from 9.17.0 to 9.20.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.20.0)

Updates `eslint-config-prettier` from 9.1.0 to 10.0.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.0.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 `typescript` from 5.7.2 to 5.7.3
- [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.7.3)

---
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: 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: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from PSkinnerTech February 10, 2025 08:45
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 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 Feb 17, 2025

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

@dependabot dependabot bot closed this Feb 17, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/dependencies-b9ec7be6e8 branch February 17, 2025 09:07
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