Ecosystem metrics

New Repos
14
New
Commits
892
down 5.0%
Releases
7
up 75.0%
Contributors
46
down 14.8%
Merges
32
down 20.0%

Repository Explorer

7000 commits in all time Jun 04, 2026 19:21 – Sep 02, 2026 19:21 UTC
Charles algostack
0.8.8 + build on publish
0.8.7 shipped a stale dist: dist/ is gitignored and there was no
prepublish build step, so npm published whatever build happened to be in
the working directory (a Feb 11 build). The published 0.8.7 tarball is
byte-identical to 0.8.6 apart from the version string, so the cache
transaction sweeper from 393c571 never reached consumers.

Add prepublishOnly so the package is always rebuilt from source before
publishing, and bump to 0.8.8 (npm forbids republishing 0.8.7).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Git Commit a466d826 Branch main Document 1/3 ++ 2 --
Merge b22b5aba0918d651293237dd21b6025ad7272003 into 2535dcaf5bfdd85c66e8efa6451466d9cd740e04
Git Commit 8c70ddd2 Branch pull/369/merge Document 1/1 ++ 1 --
chore: bump androidx.navigation:navigation-compose in /DisneyScenicRides
Bumps androidx.navigation:navigation-compose from 2.9.8 to 2.10.0.

---
updated-dependencies:
- dependency-name: androidx.navigation:navigation-compose
  dependency-version: 2.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Git Commit b22b5aba Branch dependabot/gradle/DisneyScenicRides/androidx.navigation-navigation-compose-2.10.0 Document 1/1 ++ 1 --
Charles algostack
fix(cache): sweep finished fake-indexeddb transactions on Node
fake-indexeddb's Database.transactions array is append-only: finished
transactions are never removed, so long-lived Node processes retain
~5-7KB per cache operation until restart and rescan the growing array on
every operation. This is the root cause of the daily memory sawtooth on
allo staging (diagnosed 2026-09-02; unfixed upstream as of 6.2.5).

Add a 10s sweeper interval, active only when the IndexedDB shim is in
use, that drops finished transactions from the array. Safe because every
upstream reader filters on transaction state. Verified: 500 saves leave
502 retained transactions before, 0 after the sweep, with all rows still
queryable.

Interim mitigation until the cache gets a proper Node backend (bounded
Map/LRU instead of the IndexedDB shim).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Git Commit 393c5719 Branch main Document 1/31 ++ 1 --
Merge 4817c22c1d1188f4c584bf4356cd10fb671a64cb into 361d3066ffaca4241991cc6563403417bf562ecf
Git Commit 94abbeee Branch pull/23/merge Document 1/4,204 ++ 3,549 --
chore(deps): lock file maintenance
Git Commit 4817c22c Branch renovate/lock-file-maintenance Document 1/4,204 ++ 3,549 --
Merge ef990e5c7012958dc20c4c300486adfa7d0f6104 into 361d3066ffaca4241991cc6563403417bf562ecf
Git Commit abda817f Branch pull/32/merge Document 2/346 ++ 520 --
chore(deps): update commitlint monorepo to v21
Git Commit ef990e5c Branch renovate/major-commitlint-monorepo Document 2/346 ++ 520 --
Merge cb3db386959881526305d0b78db584e6fe172373 into 361d3066ffaca4241991cc6563403417bf562ecf
Git Commit 2a994c8d Branch pull/17/merge Document 4/3,364 ++ 1,955 --
fix(deps): update all non-major dependencies
Git Commit cb3db386 Branch renovate/all-minor-patch Document 4/3,364 ++ 1,955 --
chore: sync stable release 2.4.0 to main [skip ci]
This commit syncs the stable release version back to main branch
to ensure the next beta cycle starts from the correct version base.

Release: 2.4.0
Tag: v2.4.0
Git Commit 0ac12488 Branch main Document 3/9 ++ 3 --
chore(release): ref:stable 2.4.0 [skip ci]
## [2.4.0](https://github.com/algorandfoundation/algokit-lora/compare/v2.3.3...v2.4.0) (2026-09-02)

### 🚀 Features

* support arc-89 ([#582](https://github.com/algorandfoundation/algokit-lora/issues/582)) ([4c1f16f](https://github.com/algorandfoundation/algokit-lora/commit/4c1f16fb1f9c8ad002b4a68e6795363218c64c01))
Git Commit d686376f Branch release Document 3/9 ++ 3 --
chore: promote main (i.e. staging) to production
This promotion merges tested changes from main branch to release for production release.
Git Commit d5b58eaf Branch release Document 149/3,323 ++ 3,081 --
Merge 3ac006a17e004cf8ba3cebbb1e6061dcd3ff6185 into 543110998c63b82a7f517c631c32ae62b9fbe9e3
Git Commit 9bf9a3f5 Branch pull/944/merge Document 59/4,214 ++ 156 --
chore(release): ref:beta 2.4.0-beta.3 [skip ci]
## [2.4.0-beta.3](https://github.com/algorandfoundation/algokit-lora/compare/v2.4.0-beta.2...v2.4.0-beta.3) (2026-09-02)
Git Commit 6455a850 Branch main Document 2/3 ++ 3 --
joe-p algokit-lora
chore: npm audit fixes (#608)
Git Commit 1bd1a5d6 Branch main Document 3/36 ++ 26 --
joe-p algokit-lora
Merge 5fa3f13bee4a9a3076e059f4991e9528b4d491b2 into 8831744907d4ab235d02768621e22af996c76574
Git Commit c7cbe171 Branch pull/608/merge Document 3/36 ++ 26 --
joe-p algokit-lora
chore: npm audit fixes
Git Commit 5fa3f13b Branch chore/npm_audit Document 3/36 ++ 26 --
Merge 2016d574f27a5c805613f934f58325c3ab11a67a into da04e1ab71ba7f0be2a95e8875d2c63fe75fb714
Git Commit eb1cff03 Branch pull/369/merge Document 1/1 ++ 1 --
chore: bump androidx.navigation:navigation-compose in /DisneyScenicRides
Bumps androidx.navigation:navigation-compose from 2.9.8 to 2.10.0.

---
updated-dependencies:
- dependency-name: androidx.navigation:navigation-compose
  dependency-version: 2.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Git Commit 2016d574 Branch dependabot/gradle/DisneyScenicRides/androidx.navigation-navigation-compose-2.10.0 Document 1/1 ++ 1 --
mrcointreau algokit-lora
chore: restore algokit-utils v9 / subscriber v3 line, migrate to Cloudflare and Tailwind v4 (#602)
* chore: restore algokit-utils v9 / subscriber v3 line, migrate to Cloudflare and Tailwind v4

* fix: map the axfer abi transaction type to AssetTransfer instead of AssetFreeze

* fix: restore populateAppCallResources so the Populate Resources button works on algokit-utils v9

* fix: bump brace-expansion, js-yaml and shell-quote to resolve npm audit advisories

* chore: npm audit

* chore: fix react-router-dom patch

* chore: fixes from claude code review

1. .nsprc — restored expiry-based suppressions

  Converted all entries back to the object form with
active/expiry/notes, expiring 2027-03-01, and re-added the elliptic
advisory (1112030) that had been dropped. The audit
  still passes with no "unused exception" warning, so carrying elliptic
is free and means the file stays complete if the gate is ever tightened
from moderate to low.

  2. block-result.ts:38 — restored proposer?.toString()

  One line, closing the gap between the string type and the Address
instance algosdk actually decodes.

  3. state-delta-mappers.ts:157,173 — corrected "global" → "local" in
asLocalStateDeltaItem

---------

Co-authored-by: Joe Polny <joepolny@gmail.com>
Git Commit 88317449 Branch main Document 141/2,476 ++ 2,807 --