-
Notifications
You must be signed in to change notification settings - Fork 10
chore(deps): bump the all group across 1 directory with 16 updates #392
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
if ( | ||
typeof result.return === 'object' && | ||
!(result.return instanceof Uint8Array) && | ||
!Array.isArray(result.return) && | ||
!(result.return instanceof Address) | ||
) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@neilcampbell, I had to make this change because the getABITupleFromABIStruct
is expecting ABIStruct
in the first arg of func signature. The return.result
was of type ABIStruct | Address
I couldn't see where this was coming from. Maybe this was done because of an update to the SDK? Either way, is this the way to handle this type error?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Address
type appears to have been added to ABIValue
in [email protected]
, which probably makes sense.
That's how you'd handle in that scenario.
Because this is both a possible input and output when calling an ABI method, I think this warrants a test to ensure correct handling. I can already see that isAbiValue
will require updating for example.
@joe-p, for this update which included a typedoc version update which broke the markdown plugin. I updated the markdown plugin to the latest version. The latest seemed to have change the structure of the docs quite a bit. It seemed to have gone from a flat structure to nested dirs. I took a look at the out and it looks the same. Can you please take a look to confirm or see anything is missing? |
ba0a092
to
6d75204
Compare
Bumps the all group with 16 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) | `19.6.0` | `19.8.0` | | [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) | `19.6.0` | `19.8.0` | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.15.0` | `9.25.1` | | [@tsconfig/node20](https://github.com/tsconfig/bases/tree/HEAD/bases) | `20.1.4` | `20.1.5` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.16.0` | `8.31.1` | | [algosdk](https://github.com/algorand/js-algorand-sdk) | `3.0.0` | `3.2.0` | | [eslint](https://github.com/eslint/eslint) | `9.15.0` | `9.25.1` | | [fast-glob](https://github.com/mrmlnc/fast-glob) | `3.3.2` | `3.3.3` | | [magic-string](https://github.com/rich-harris/magic-string) | `0.30.13` | `0.30.17` | | [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.5.3` | | [rollup](https://github.com/rollup/rollup) | `4.40.0` | `4.40.1` | | [semantic-release](https://github.com/semantic-release/semantic-release) | `24.2.0` | `24.2.3` | | [typedoc](https://github.com/TypeStrong/TypeDoc) | `0.25.13` | `0.28.3` | | [typescript](https://github.com/microsoft/TypeScript) | `5.4.5` | `5.8.3` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.16.0` | `8.31.1` | | [vitest-fetch-mock](https://github.com/IanVS/vitest-fetch-mock) | `0.3.0` | `0.4.5` | Updates `@commitlint/cli` from 19.6.0 to 19.8.0 - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.8.0/@commitlint/cli) Updates `@commitlint/config-conventional` from 19.6.0 to 19.8.0 - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.8.0/@commitlint/config-conventional) Updates `@eslint/js` from 9.15.0 to 9.25.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.25.1/packages/js) Updates `@tsconfig/node20` from 20.1.4 to 20.1.5 - [Commits](https://github.com/tsconfig/bases/commits/HEAD/bases) Updates `@typescript-eslint/eslint-plugin` from 8.16.0 to 8.31.1 - [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.31.1/packages/eslint-plugin) Updates `algosdk` from 3.0.0 to 3.2.0 - [Release notes](https://github.com/algorand/js-algorand-sdk/releases) - [Changelog](https://github.com/algorand/js-algorand-sdk/blob/main/CHANGELOG.md) - [Commits](algorand/js-algorand-sdk@v3.0.0...v3.2.0) Updates `eslint` from 9.15.0 to 9.25.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.15.0...v9.25.1) Updates `fast-glob` from 3.3.2 to 3.3.3 - [Release notes](https://github.com/mrmlnc/fast-glob/releases) - [Commits](mrmlnc/fast-glob@3.3.2...3.3.3) Updates `magic-string` from 0.30.13 to 0.30.17 - [Changelog](https://github.com/Rich-Harris/magic-string/blob/master/CHANGELOG.md) - [Commits](Rich-Harris/magic-string@v0.30.13...v0.30.17) Updates `prettier` from 3.3.3 to 3.5.3 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.3.3...3.5.3) Updates `rollup` from 4.40.0 to 4.40.1 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.40.0...v4.40.1) Updates `semantic-release` from 24.2.0 to 24.2.3 - [Release notes](https://github.com/semantic-release/semantic-release/releases) - [Commits](semantic-release/semantic-release@v24.2.0...v24.2.3) Updates `typedoc` from 0.25.13 to 0.28.3 - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md) - [Commits](TypeStrong/typedoc@v0.25.13...v0.28.3) Updates `typescript` from 5.4.5 to 5.8.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](microsoft/TypeScript@v5.4.5...v5.8.3) Updates `typescript-eslint` from 8.16.0 to 8.31.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.31.1/packages/typescript-eslint) Updates `vitest-fetch-mock` from 0.3.0 to 0.4.5 - [Release notes](https://github.com/IanVS/vitest-fetch-mock/releases) - [Commits](IanVS/vitest-fetch-mock@v0.3.0...v0.4.5) --- updated-dependencies: - dependency-name: "@commitlint/cli" dependency-version: 19.8.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: "@commitlint/config-conventional" dependency-version: 19.8.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: "@eslint/js" dependency-version: 9.25.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: "@tsconfig/node20" dependency-version: 20.1.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.31.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: algosdk dependency-version: 3.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: eslint dependency-version: 9.25.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: fast-glob dependency-version: 3.3.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: magic-string dependency-version: 0.30.17 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: prettier dependency-version: 3.5.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: rollup dependency-version: 4.40.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: semantic-release dependency-version: 24.2.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: typedoc dependency-version: 0.28.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: typescript dependency-version: 5.8.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: typescript-eslint dependency-version: 8.31.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: vitest-fetch-mock dependency-version: 0.4.5 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
…verion bump of zero versioned typedoc
33161a2
to
f09638c
Compare
f09638c
to
b8ee7d1
Compare
Bumps the all group with 16 updates in the / directory:
19.6.0
19.8.0
19.6.0
19.8.0
9.15.0
9.25.1
20.1.4
20.1.5
8.16.0
8.31.1
3.0.0
3.2.0
9.15.0
9.25.1
3.3.2
3.3.3
0.30.13
0.30.17
3.3.3
3.5.3
4.40.0
4.40.1
24.2.0
24.2.3
0.25.13
0.28.3
5.4.5
5.8.3
8.16.0
8.31.1
0.3.0
0.4.5
Updates
@commitlint/cli
from 19.6.0 to 19.8.0Release notes
Sourced from
@commitlint/cli
's releases.... (truncated)
Changelog
Sourced from
@commitlint/cli
's changelog.Commits
e82f05a
v19.8.0e685618
chore: add missing'use strict'
directives (#4301)0cd8f41
perf: usenode:
prefix to bypass require.cache call for builtins (#4302)b0e851c
v19.7.1e2dc109
v19.6.1Updates
@commitlint/config-conventional
from 19.6.0 to 19.8.0Release notes
Sourced from
@commitlint/config-conventional
's releases.... (truncated)
Changelog
Sourced from
@commitlint/config-conventional
's changelog.Commits
e82f05a
v19.8.00cd8f41
perf: usenode:
prefix to bypass require.cache call for builtins (#4302)b0e851c
v19.7.1Updates
@eslint/js
from 9.15.0 to 9.25.1Release notes
Sourced from
@eslint/js
's releases.... (truncated)
Changelog
Sourced from
@eslint/js
's changelog.... (truncated)
Commits
771317f
chore: package.json update for@eslint/js
release345288d
chore: package.json update for@eslint/js
release4946847
chore: package.json update for@eslint/js
release20591c4
chore: package.json update for@eslint/js
release129882d
chore: formatted files with Prettier via trunk fmt (#19355)a59d0c0
docs: Update docs for defineConfig (#19505)7a699a6
chore: remove formatting-related lint rules internally (#19473)eed409a
chore: package.json update for@eslint/js
release265e0cf
chore: package.json update for@eslint/js
release031734e
chore: package.json update for@eslint/js
releaseUpdates
@tsconfig/node20
from 20.1.4 to 20.1.5Commits
Updates
@typescript-eslint/eslint-plugin
from 8.16.0 to 8.31.1Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
f5c588c
chore(release): publish 8.31.10cff7bf
fix(eslint-plugin): [no-unnecessary-condition] downgrade fix to suggestion (#...068ec25
docs(website): fix typo (#11091)2cc7656
chore(release): publish 8.31.080bd7a5
feat(eslint-plugin): [no-unnecessary-type-assertion] add option to ignore str...1a3ab0d
chore(eslint-plugin): migrate to vitest (#10579)9531492
chore(release): publish 8.30.1152def7
fix(eslint-plugin): fix mistake with eslintrc config generation (#11072)b3688be
chore(release): publish 8.30.03ccd79c
feat(eslint-plugin): [no-explicit-any] suggest to replace keyof any with Prop...Updates
algosdk
from 3.0.0 to 3.2.0Release notes
Sourced from algosdk's releases.
Changelog
Sourced from algosdk's changelog.
Commits
1da08a6
Merge branch 'release/v3.2.0'd105a23
bump up version to v3.2.0190cd07
Bump serialize-javascript and mocha (#940)66014e4
API: Support for header-only flag on /v2/block algod endpoint. (#939)3ab52b4
Bump send and express (#933)bce7735
feat: add Address as an ABIValue and handle encoding an Address (#911)1bb1509
Bump axios from 1.6.7 to 1.7.9 (#932)393144f
Bump follow-redirects from 1.15.5 to 1.15.9 (#931)c3eb22a
Bump ws from 8.13.0 to 8.18.0 (#898)fe40b3d
Bump webpack from 5.89.0 to 5.97.1 (#930)Updates
eslint
from 9.15.0 to 9.25.1Release notes
Sourced from eslint's releases.