Activity Overview

Commits and releases over time

  • Commits
  • Releases
  • Authors

Repository Explorer

133 commits in all time May 03, 2026 11:58 – Aug 01, 2026 11:58 UTC
Merge 38b9e78415c0771371fd2818b117f03a98b0e967 into b27decbb670d4d5e481699358da41e34ddfc26a4
Git Commit aabe556b Branch pull/592/merge Document 2/187 ++ 0 --
feat: add AppClient.resolvePc for TEAL/error mapping by program counter
Expose a public static and instance method that maps a raw program
counter to ARC-56 error message, TEAL line, and source path without
requiring a full logic-error string. Closes #367.
Git Commit 38b9e784 Branch pull/592/head Document 2/187 ++ 0 --
Merge 9b0847f438f2c920f51df0237b87b9a53add8b68 into b27decbb670d4d5e481699358da41e34ddfc26a4
Git Commit 66b3ad09 Branch pull/591/merge Document 2/91 ++ 0 --
feat: throw helpful error on duplicate transactions in composer
Detect identical transaction IDs within a composed group and fail early
with guidance about cached suggestedParams and how to differentiate
transactions (note, lease, validity window). Closes #366.
Git Commit 9b0847f4 Branch pull/591/head Document 2/91 ++ 0 --
joe-p algokit-utils-ts
Merge f9ba2ae9963cb6490e793c33146c59c4d756d31b into b27decbb670d4d5e481699358da41e34ddfc26a4
Git Commit 4bae2405 Branch pull/589/merge Document 267/12,552 ++ 36,782 --
chore: add expiring audit exceptions for brace-expansion and tar advisories
Git Commit f9ba2ae9 Branch chore/revert_stable_v2 Document 1/12 ++ 1 --
Merge 1974ad8c7f82400c53afc0a9c9e8ae79b1195908 into b27decbb670d4d5e481699358da41e34ddfc26a4
Git Commit 9d2749d8 Branch pull/590/merge Document 2/752 ++ 382 --
chore(deps): bump the all group across 1 directory with 12 updates
Bumps the all group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@algorandfoundation/tealscript](https://github.com/algorandfoundation/TEALScript) | `0.106.3` | `0.107.2` |
| [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript) | `12.1.2` | `12.3.0` |
| [@tsconfig/node20](https://github.com/tsconfig/bases/tree/HEAD/bases) | `20.1.4` | `20.1.9` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.16.0` | `8.65.0` |
| [algosdk](https://github.com/algorand/js-algorand-sdk) | `3.5.2` | `3.6.0` |
| [fast-glob](https://github.com/mrmlnc/fast-glob) | `3.3.2` | `3.3.3` |
| [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.9.6` |
| [rimraf](https://github.com/isaacs/rimraf) | `6.0.1` | `6.1.3` |
| [rollup](https://github.com/rollup/rollup) | `4.40.0` | `4.62.3` |
| [typedoc](https://github.com/TypeStrong/TypeDoc) | `0.25.13` | `0.28.20` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.16.0` | `8.65.0` |
| [vitest-fetch-mock](https://github.com/IanVS/vitest-fetch-mock) | `0.3.0` | `0.4.5` |



Updates `@algorandfoundation/tealscript` from 0.106.3 to 0.107.2
- [Release notes](https://github.com/algorandfoundation/TEALScript/releases)
- [Commits](https://github.com/algorandfoundation/TEALScript/compare/0.106.3...0.107.2)

Updates `@rollup/plugin-typescript` from 12.1.2 to 12.3.0
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/typescript-v12.3.0/packages/typescript)

Updates `@tsconfig/node20` from 20.1.4 to 20.1.9
- [Commits](https://github.com/tsconfig/bases/commits/HEAD/bases)

Updates `@typescript-eslint/eslint-plugin` from 8.16.0 to 8.65.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.65.0/packages/eslint-plugin)

Updates `algosdk` from 3.5.2 to 3.6.0
- [Release notes](https://github.com/algorand/js-algorand-sdk/releases)
- [Changelog](https://github.com/algorand/js-algorand-sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/algorand/js-algorand-sdk/compare/v3.5.2...v3.6.0)

Updates `fast-glob` from 3.3.2 to 3.3.3
- [Release notes](https://github.com/mrmlnc/fast-glob/releases)
- [Commits](https://github.com/mrmlnc/fast-glob/compare/3.3.2...3.3.3)

Updates `prettier` from 3.3.3 to 3.9.6
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/3.3.3...3.9.6)

Updates `rimraf` from 6.0.1 to 6.1.3
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/rimraf/compare/v6.0.1...v6.1.3)

Updates `rollup` from 4.40.0 to 4.62.3
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.40.0...v4.62.3)

Updates `typedoc` from 0.25.13 to 0.28.20
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.25.13...v0.28.20)

Updates `typescript-eslint` from 8.16.0 to 8.65.0
- [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.65.0/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](https://github.com/IanVS/vitest-fetch-mock/compare/v0.3.0...v0.4.5)

---
updated-dependencies:
- dependency-name: "@algorandfoundation/tealscript"
  dependency-version: 0.107.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@rollup/plugin-typescript"
  dependency-version: 12.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@tsconfig/node20"
  dependency-version: 20.1.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.65.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: algosdk
  dependency-version: 3.6.0
  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: prettier
  dependency-version: 3.9.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: rimraf
  dependency-version: 6.1.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: rollup
  dependency-version: 4.62.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: typedoc
  dependency-version: 0.28.20
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: typescript-eslint
  dependency-version: 8.65.0
  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] <support@github.com>
Git Commit 1974ad8c Branch dependabot/npm_and_yarn/all-e9791bc972 Document 2/752 ++ 382 --
joe-p algokit-utils-ts
Merge dc97f8cd0c234a64d889169d8ff4af0ad966fe96 into b27decbb670d4d5e481699358da41e34ddfc26a4
Git Commit 1a701b62 Branch pull/589/merge Document 267/12,545 ++ 36,786 --
joe-p algokit-utils-ts
Merge 816952d9a0410e4446a1d716247ac8ce80b77293 into b27decbb670d4d5e481699358da41e34ddfc26a4
Git Commit 59312776 Branch pull/578/merge Document 300/199,136 ++ 58,411 --
p2arthur algokit-utils-ts
Merge 8ab8b178c858bc6d87df6f1b8c9cde83ee684662 into b27decbb670d4d5e481699358da41e34ddfc26a4
Git Commit 0f5bba5e Branch pull/436/merge Document 18/479 ++ 0 --
joe-p algokit-utils-ts
Merge 8064247a82b739e5ad115699094903809efb3309 into b27decbb670d4d5e481699358da41e34ddfc26a4
Git Commit c72e28dd Branch pull/571/merge Document 300/199,807 ++ 58,402 --
docs: repair broken and self-referential links
Git Commit dc97f8cd Branch chore/revert_stable_v2 Document 27/197 ++ 197 --
fix: restore the release branch trigger so stable releases can be cut
Git Commit cfd8287a Branch chore/revert_stable_v2 Document 1/1 ++ 0 --
fix: repair build, lint and audit
Git Commit 8d8ea99d Branch chore/revert_stable_v2 Document 4/307 ++ 538 --
joe-p algokit-utils-ts
chore: npm audit fix
Git Commit 891e71d3 Branch chore/revert_stable_v2 Document 1/22 ++ 12 --
joe-p algokit-utils-ts
chore: remove unused files
Git Commit bf6c69b5 Branch chore/revert_stable_v2 Document 4/0 ++ 165 --
joe-p algokit-utils-ts
ci: only release from main
Git Commit 1350dd55 Branch chore/revert_stable_v2 Document 1/0 ++ 1 --
joe-p algokit-utils-ts
chore: remove unused deps
Git Commit 76524611 Branch chore/revert_stable_v2 Document 2/957 ++ 652 --
joe-p algokit-utils-ts
chore: rm packages/ refs
Git Commit a6fc82f1 Branch chore/revert_stable_v2 Document 4/2 ++ 8 --
joe-p algokit-utils-ts
chore: rm polytest refs
Git Commit 865b5a46 Branch chore/revert_stable_v2 Document 6/6 ++ 19 --
joe-p algokit-utils-ts
chore: fix type errors
Git Commit 66d705ea Branch chore/revert_stable_v2 Document 3/28 ++ 26 --
joe-p algokit-utils-ts
docs: starlight docs
Git Commit 2cffa0b9 Branch chore/revert_stable_v2 Document 218/5,227 ++ 32,626 --
joe-p algokit-utils-ts
chore: restore docs
Git Commit 64232c75 Branch chore/revert_stable_v2 Document 43/49 ++ 10,150 --
joe-p algokit-utils-ts
chore: restore tests
Git Commit 6666680a Branch chore/revert_stable_v2 Document 5/1,109 ++ 1,083 --