fix(deps): update dependency @ponder/core to ^0.7.0 - #40
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/ponder-core-0.x
branch
from
November 8, 2024 18:06
0fa4a00 to
3f657fc
Compare
renovate
Bot
force-pushed
the
renovate/ponder-core-0.x
branch
from
October 21, 2025 15:12
3f657fc to
8c6a3bc
Compare
renovate
Bot
force-pushed
the
renovate/ponder-core-0.x
branch
from
November 10, 2025 16:38
8c6a3bc to
b8b667f
Compare
renovate
Bot
force-pushed
the
renovate/ponder-core-0.x
branch
from
December 31, 2025 17:41
b8b667f to
45afd33
Compare
renovate
Bot
force-pushed
the
renovate/ponder-core-0.x
branch
from
February 2, 2026 20:55
45afd33 to
841a692
Compare
renovate
Bot
force-pushed
the
renovate/ponder-core-0.x
branch
from
February 12, 2026 16:48
841a692 to
c2d21e2
Compare
renovate
Bot
force-pushed
the
renovate/ponder-core-0.x
branch
from
March 13, 2026 15:35
c2d21e2 to
b6fdcd2
Compare
renovate
Bot
force-pushed
the
renovate/ponder-core-0.x
branch
from
March 26, 2026 17:35
b6fdcd2 to
d819e40
Compare
renovate
Bot
force-pushed
the
renovate/ponder-core-0.x
branch
from
May 18, 2026 18:13
d819e40 to
ee6f40e
Compare
renovate
Bot
force-pushed
the
renovate/ponder-core-0.x
branch
from
July 20, 2026 19:56
ee6f40e to
e4418f8
Compare
renovate
Bot
force-pushed
the
renovate/ponder-core-0.x
branch
from
August 14, 2026 17:15
e4418f8 to
0b26e6f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.5.0-next.1→^0.7.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
ponder-sh/ponder (@ponder/core)
v0.7.17Compare Source
Patch Changes
63d95d5e7fd79d7f276746fc5fe3f9c38bb43762Thanks @kyscott18! - Fixed a bug that caused too many rows to be reverted after a reorg when using.sql()raw database access.v0.7.16Compare Source
Patch Changes
df699d14b75bf65fd4be9d9587f8192f3b3c9271Thanks @typedarray! - Reset latest tag.v0.7.15Compare Source
Patch Changes
0a02afa0512b30150935bf424a742bbb04a2915bThanks @typedarray! - Fixed a bug where the GraphiQL explorer displayed "Loading..." as soon as React 19 was released. The fix pins thereactandreact-domversions in the GraphiQL HTML to18.3.1.v0.7.14Compare Source
Patch Changes
6ebb19dc51d97f311455b4091183c52bba716081Thanks @kyscott18! - Fixed a bug introduced in v0.7.6 that caused errors withflush().v0.7.13Compare Source
Patch Changes
f7190e313ab6aa7b0180e8dc0f96c9195799bd74Thanks @kyscott18! - Fixed an issue where the database did not contain recent records when runningponder dev. Now, the indexing store flushes to the database every 5 seconds regardless of the size of the in-memory cache.v0.7.12Compare Source
Patch Changes
31fa94b34bc4fd9f7c64f3934b2a92f709e17bc8Thanks @kyscott18! - Update drizzle-orm to v0.36.v0.7.11Compare Source
Patch Changes
#1280
38ffc034b80ac0e5259efaebd2e170e95b75fa9cThanks @kyscott18! - Fixed values returned by indexing store in realtime.#1280
38ffc034b80ac0e5259efaebd2e170e95b75fa9cThanks @kyscott18! - Fixed return type fordb.insert()with multiple values.Updated dependencies [
0bb76fdc10bdf4f88980ed99d06c0e672094dce7]:v0.7.10Compare Source
Patch Changes
faf616adf82c0f8dd8482414efdf8723b06f6f8aThanks @0xOlias! - Fixed several GraphQL bugs introduced in0.7.0that affected tables and columns using snake_case.v0.7.9Compare Source
Patch Changes
#1268
68f786197ae0d44a7aa19852e17ac792549188f7Thanks @0xOlias! - Fixed a bug whereonerelations were sometimes incorrectly marked as non-null in the GraphQL schema, which caused "Cannot return null for non-nullable field" errors when the related entity was not found.#1269
700e060791a5575ba684fac49c3a32edfac16726Thanks @kyscott18! - Fixed tables not being cleaned up.#1273
a0e1613c47a0ebcaaf2a4cabc5d8bf62ce8489bfThanks @0xOlias! - Improve logging for flush errors.v0.7.8Compare Source
Patch Changes
08e6fd2dea41f083ebdf4c2759819803c8619171Thanks @kyscott18! - Fixed "Failed '[table].flush()' database method" bug introduced in v0.7.6.v0.7.7Compare Source
Patch Changes
#1257
dc768bdd06077915e7b37bf84bc0a0d23fc1c8b8Thanks @0xOlias! - Fixed a bug where thecodegencommand did not generategenerated/schema.graphql.#1259
1e5119ddeb9494f9c420ee2e11bf55bbdfc387eeThanks @0xOlias! - AddedtotalCountfield to the plural GraphQL connection type, which returns the total number of records in the database that match the specifiedwhereclause. Read more.v0.7.6Compare Source
Patch Changes
#1251
2806076d48803d3dd39789eeb71d1ec75ef70f86Thanks @kyscott18! - Improved memory usage during historical indexing.#1250
a142bbd005af561187d48588c4ce50fb59e25de1Thanks @kyscott18! - Fixed a bug in reorg reconciliation logic.v0.7.5Compare Source
Patch Changes
8b211d652dce3c0449d20e39a2d88c0463f44891Thanks @kyscott18! - Improved error log forcontext.db.update().v0.7.4Compare Source
Patch Changes
#1247
214b7fad6272a402a57e0e11d5e9d7680c0f1ea7Thanks @kyscott18! - FixedonchainSchema()with pglite.#1247
214b7fad6272a402a57e0e11d5e9d7680c0f1ea7Thanks @kyscott18! - Fixed crash recovery, specifically build ID generation.v0.7.3Compare Source
Patch Changes
7f4f456ab574a5017c7e45e3667eb16ab8a719a9Thanks @kyscott18! - Fixed a bug with the.default()column modifier causing the value to be undefined.v0.7.2Compare Source
Patch Changes
#1243
2cf9d8d45a688039c186884ff5dd97aa3fd5c7aeThanks @kyscott18! - FixedonchainSchema.#1242
26edcd1c66741288fcce9600769bc27268c50e9eThanks @jaylmiller! - Fixed a bug with database instance id.v0.7.1Compare Source
Patch Changes
63d95d5e7fd79d7f276746fc5fe3f9c38bb43762Thanks @kyscott18! - Fixed a bug that caused too many rows to be reverted after a reorg when using.sql()raw database access.v0.7.0Minor Changes
374e7af4dba05ce7297a1d11c610ff01f5e3c991Thanks @kyscott18! - Introduced several breaking changes toponder.schema.tsand the store API. Please read the migration guide for more information.v0.6.25Compare Source
Patch Changes
bbc5cda48670010dd2d229d95a2da4e23c1a414dThanks @kyscott18! - Fixed a compatibility issue with hono 4.6.9.v0.6.24Compare Source
Patch Changes
e988a4f3182da132333057b750cd9bad4aa44e92Thanks @kyscott18! - Pinned hono version to fix a regression with cors headers.v0.6.23Compare Source
Patch Changes
a21a309d477c0e5ac1d80f462aab699a41fc9423Thanks @0xOlias! - Fixed a bug where the build could fail with the opaque errorTypeError: Cannot set property message of ... which has only a getter.v0.6.22Compare Source
Patch Changes
0cbdf01f85f4180a62d0de671c7adc299b704104]:v0.6.21Compare Source
Patch Changes
3ac88a6b4c172212f8713babd82b3f51d2e9f11fThanks @kyscott18! - Improved error handling for failingreadContractrequests.v0.6.20Compare Source
Patch Changes
02917d17e89edf002b1bcd3d8fac45ca00a6077fThanks @kyscott18! - Fixed a bug leading toevent.transactionto be undefined. If your app was affected by this bug it is recommended to drop the "ponder_sync" database schema and resync.v0.6.19Compare Source
Patch Changes
c1c3c166300a93c3f2970eed94a82241ddeb31e4Thanks @kyscott18! - Improved performance ofupdateMany().v0.6.18Compare Source
Patch Changes
87893bc915c4bc8be78ff9301e29baf56ac9edbfThanks @kyscott18! - Fixed a bug that causes some events to be skipped in realtime for apps with multiple chains. This bug did not affect the sync cache and does not require the app to be resynced.v0.6.17Compare Source
Patch Changes
b48cf539df9672b26f3af601e5bc7c599c600db9Thanks @kyscott18! - Fixed a bug introduced in v0.6.9 that caused new child contracts to be missed for factories with a list of addresses after the historical backfill was complete.v0.6.16Compare Source
Patch Changes
#1175
a037110d558b4288feeff2a028305d7b5349d6dfThanks @0xOlias! - Improved RPC validation error messages for matchinglog.blockHashandtrace.blockHashwithblock.hash.#1169
b5992bca84949f6ac41f3587468e0b9f51c47887Thanks @0xOlias! - Fixed a bug where the terminal UI would display the HTTP port as0after a hot reload. Fixed a bug where API function build errors would not trigger the terminal UI error state.v0.6.15Compare Source
Patch Changes
087d393da96a5368b1c9594887b63485931518ecThanks @kyscott18! - Fixed a bug introduced in v0.6.0 where thedisableCacheoption did not correctly ignore the cache in some cases.v0.6.14Compare Source
Patch Changes
205f9a2122cc51c82f9fa1920cfe5c2ee46d23afThanks @kyscott18! - Fixed a bug introduced in v0.6.0 where thedisableCacheoption did not correctly ignore the cache in some cases.v0.6.13Compare Source
Patch Changes
c75f6587dc4cf9f5a35bd7a239f482f4ae2c6b7dThanks @kyscott18! - Fixed a bug introduced in v0.6 that caused events to be skipped near the end of the historical backfill. This bug did not affect the sync cache and does not require the app to be resynced.v0.6.12Compare Source
Patch Changes
d436bdbeda7329658f127e01e0e2bfc9aeedff1aThanks @khaidarkairbek! - Added validations for inconsistent RPC responses.v0.6.11Compare Source
Patch Changes
84889e6c00bae8f004a4e8665ec101a2a2f45e64Thanks @sinasab! - Bumped@hono/node-serverto fix a regression introduced in0.5.0that caused the HTTP server to not listen on IPv6 by default.v0.6.10Compare Source
Patch Changes
1a7d1f8eaeddcc65730fecc89dd55594aa0b6920Thanks @kyscott18! - Improved performance of realtime event processing.v0.6.9Compare Source
Patch Changes
988289e97bb47e122d0dd177a890bbb6fbd719eaThanks @kyscott18! - Fixed a bug where the/statusendpoint would temporarily return incorrect data during realtime.v0.6.8Compare Source
Patch Changes
9f86d5f56b17231bd412b2d231bf623b5948fbaaThanks @khaidarkairbek! - Eliminated unnecessaryeth_getTransactionReceiptrequests in realtime whenincludeTransactionReceiptswas set totrue.v0.6.7Compare Source
Patch Changes
1f9482c7e402305eb837006bb8c659d5b2c8c900Thanks @kyscott18! - Fixed a bug that caused factory contracts with multiple addresses not to be cached.v0.6.6Compare Source
Patch Changes
a50db23dda44c32289c661d8799a37c5c6a88ec4Thanks @kyscott18! - Fixed a bug introduced in0.6.0that caused some apps to log progress greater than 100% and re-sync blocks unnecessarily.v0.6.5Compare Source
Patch Changes
#1126
0a3adb000d60e091b24a6e8facce194c41712fc6Thanks @kyscott18! - Fixed a bug introduced in v0.6 where extra transaction may be added to the database in the "realtime" sync when using factory contracts.Any users that were affected by this bug and want to reduce the database size can do so with the query:
v0.6.4Compare Source
Patch Changes
75dc61d2c3bbbdfc0dd00fa8713428de7d0518c1Thanks @kyscott18! - Fixed a bug causing "getIntervals" to error on startup for some large, long-running apps.v0.6.3Compare Source
Patch Changes
#1118
91cc17009eb8446c949eb8e352492dd8dff23b78Thanks @kyscott18! - Fixed a bug introduced in0.6.0that caused a crash shortly after startup for some apps with a partial cache hit.#1121
2612ba2284f928303ad96db0496a7f1853c52de5Thanks @kyscott18! - Pinned vite version. Some newer versions were known to cause hot reloading bugs.v0.6.2Compare Source
Patch Changes
bbc5cda48670010dd2d229d95a2da4e23c1a414dThanks @kyscott18! - Fixed a compatibility issue with hono 4.6.9.v0.6.1Compare Source
Patch Changes
c1c3c166300a93c3f2970eed94a82241ddeb31e4Thanks @kyscott18! - Improved performance ofupdateMany().v0.6.0Minor Changes
#1074
d9656a9af390f6c0a375cbbabfc85f90f510b13fThanks @kyscott18! - Deprecated themaxBlockRangeoption from thenetworksobject inponder.config.ts.#1074
d9656a9af390f6c0a375cbbabfc85f90f510b13fThanks @kyscott18! - BREAKING: Metrics changes. Replacedponder_historical_start_timestampwithponder_historical_duration, which improves the accuracy of sync duration estimates. Removedponder_indexing_function_error_total. Removed the "network" label fromponder_indexing_function_durationandponder_indexing_completed_events. Removed the "source" and "type" labels fromponder_historical_total_blocks,ponder_historical_cached_blocks, andponder_historical_completed_blocks. Replacedponder_realtime_is_connected,ponder_realtime_latest_block_number, andponder_realtime_latest_block_timestampwithponder_sync_block,ponder_sync_is_realtime, andponder_sync_is_complete.#1074
d9656a9af390f6c0a375cbbabfc85f90f510b13fThanks @kyscott18! - BREAKING: Introduced the/readyendpoint, which returns an HTTP200response once the app has finished historical indexing and is ready to serve requests. Changed the behavior of the/healthendpoint. Now,/healthreturns an HTTP200response as soon as the process starts. Removed themaxHealthcheckDurationoption fromponder.config.ts, and removed the top-leveloptionsproperty. Read the migration guide for more details.#1074
d9656a9af390f6c0a375cbbabfc85f90f510b13fThanks @kyscott18! - BREAKING: Simplified Postgres schema usage pattern. Now, the indexed tables, reorg tables, and metadata table for a Ponder app are contained in one Postgres schema, specified by the user inponder.config.ts(defaults topublic). Removed usage of the sharedponderschema. Removed the view publishing pattern and removed thepublishSchemaoption fromponder.config.ts. Fixed an issue where theSchema is locked by a different Ponder appwarning would appear when runningponder dev. Read the migration guide for more details.#1074
d9656a9af390f6c0a375cbbabfc85f90f510b13fThanks @kyscott18! - Removed themaxHistoricalTaskConcurrencyoption from thenetworksobject inponder.config.ts.#1074
d9656a9af390f6c0a375cbbabfc85f90f510b13fThanks @kyscott18! - Updatedviempeer dependency to>=2. Renamed thecontext.clientactiongetBytecodetogetCode. ThegetEnsNameaction is now supported. Improved performance of address checksum operations.#1074
d9656a9af390f6c0a375cbbabfc85f90f510b13fThanks @kyscott18! - Improvedeth_getLogsretry behavior. Now, the sync engine automatically determines the optimal block range foreth_getLogsrequests.Patch Changes
d9656a9af390f6c0a375cbbabfc85f90f510b13f,d9656a9af390f6c0a375cbbabfc85f90f510b13f]:Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.