Skip to content

chore(deps): bump envio from 3.0.0 to 3.1.1 in /apps/indexer - #55

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/apps/indexer/envio-3.1.1
Open

chore(deps): bump envio from 3.0.0 to 3.1.1 in /apps/indexer#55
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/apps/indexer/envio-3.1.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 9, 2026

Copy link
Copy Markdown

Bumps envio from 3.0.0 to 3.1.1.

Release notes

Sourced from envio's releases.

v3.1.1

What's Changed

Full Changelog: enviodev/hyperindex@v3.1.0...v3.1.1

v3.1.0

What's Changed

2x Cheaper And 2.5x Faster 📈

We are yet to reach our full potential. And the new HyperIndex release comes with a nice improvement: it requires up to 2x fewer HyperSync queries for backfill and is 2.5x faster in many indexing cases.

By @​DZakh in enviodev/hyperindex#1212, enviodev/hyperindex#1235, enviodev/hyperindex#1244, enviodev/hyperindex#1247, enviodev/hyperindex#1246, enviodev/hyperindex#1243, enviodev/hyperindex#1248, enviodev/hyperindex#1250, enviodev/hyperindex#1256, enviodev/hyperindex#1258, enviodev/hyperindex#1263, enviodev/hyperindex#1264, enviodev/hyperindex#1265, enviodev/hyperindex#1266, enviodev/hyperindex#1267, enviodev/hyperindex#1269

Descriptions On Entities, Fields, And Relationships 📝

Describe your entities, fields, and relationships in the schema.graphql file, so that they are exposed in the GraphQL API.

# Hash comments are ignored by the GraphQL parser and should NOT appear
# in introspection. Only string descriptions ("""...""" or "...") are exposed.
"An on-chain account participating in transfers"
type Account {
"The account's Ethereum address"
id: ID!
"All transfers sent from this account"
outgoing: [Transfer!]! @​derivedFrom(field: "from")
}

By @​DZakh in enviodev/hyperindex#1181

Improve Agentic Indexer Development Experience 🤖

Rate-Limit Info In TUI And Logs ℹ️

Improve HyperSync rate-limit handling by showing rate-limit information in TUI and logs.

By @​DZakh in enviodev/hyperindex#1268

... (truncated)

Commits
  • ea4e258 Fix same-signature event decoding across contracts with different param names...
  • 2afcb2f Fix effect cache returning nested-option sentinel for None (#1284)
  • 8b446eb Add internal onRollbackCommit callback API for rollback events (#1283)
  • ab01468 Remove MegaethTestnet (6342) from supported chains (#1282)
  • a6add8a Add envio metrics runtime subcommand (#1281)
  • eceab32 Fire batch writes concurrently instead of blocking (#1269)
  • 67fbdbb Move HyperSync getHeight to the Rust hypersync client (#1272)
  • f6cf072 Fix stale SSE heights spawning concurrent /height polls (#1271)
  • b022d7f Handle HyperSync rate limits in SourceManager with no internal sleep (#1268)
  • 5d37ca8 Handle memory limit exceeded by dropping batch writes (#1267)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [envio](https://github.com/enviodev/hyperindex) from 3.0.0 to 3.1.1.
- [Release notes](https://github.com/enviodev/hyperindex/releases)
- [Commits](enviodev/hyperindex@v3.0.0...v3.1.1)

---
updated-dependencies:
- dependency-name: envio
  dependency-version: 3.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 9, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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