Skip to content

chore(deps): bump @ethereum-attestation-service/eas-sdk from 0.29.1 to 2.9.1#52

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/ethereum-attestation-service/eas-sdk-2.9.1
Open

chore(deps): bump @ethereum-attestation-service/eas-sdk from 0.29.1 to 2.9.1#52
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/ethereum-attestation-service/eas-sdk-2.9.1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @ethereum-attestation-service/eas-sdk from 0.29.1 to 2.9.1.

Changelog

Sourced from @​ethereum-attestation-service/eas-sdk's changelog.

2.9.1

  • Fix nested tuple schema decoding
  • Fix ESM module resolution for Node ESM consumers
  • Support new and legacy TypeScript decorators

2.9.0

  • Add gas estimation API on Transaction

2.8.0

  • Add ESM export alongside CommonJS

2.7.0

  • Move getUID, getSchemaUID, and getOffchainUID to EAS, SchemaRegistry, and Offchain respectively

2.6.1

  • Fix exports

2.6.0

  • Support initializing/connecting SDK objects with/to non-signer providers

2.5.0

  • Add schema verification function
  • Fix handling of schemas with "ipfsHash" variables

2.4.1

  • Export Private Data types

2.4.0

  • Delegated Attestations: if nonce isn't provided, try retrieving it onchain

2.3.0

  • Add utilities to handle private data

2.2.0

  • Add a method to receive the tx receipt to the Transaction object

2.1.4

  • Support legacy versions by coercing them to full semver

... (truncated)

Commits

@dependabot @github

dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: automerge-eligible, dependencies. Please create them before Dependabot can add them to a pull request.

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

Copy link
Copy Markdown
Collaborator

Verdict: ⚠️ Hold — test the attestation flow before merging

Two-major jump (0.x → 1.x → 2.x). Good news: we're already on ethers v6, which is the main hard requirement of eas-sdk 1.0+.

Only consumer is the browser write path in public/reputation/reputation.js (new EAS, .connect, SchemaEncoder, .attest, tx.wait). Those are the core APIs and fairly stable, so this won't break the build — but a 2-major leap can quietly change return shapes, and this code only fires when a user submits an on-chain attestation, so CI/build won't catch a regression.

Action: merge only after manually exercising the attestation submit flow on Base (wallet → attest → confirm). Otherwise hold.

Triage by Claude — reviewed against actual usage in the codebase.

Bumps [@ethereum-attestation-service/eas-sdk](https://github.com/ethereum-attestation-service/eas-sdk) from 0.29.1 to 2.9.1.
- [Changelog](https://github.com/ethereum-attestation-service/eas-sdk/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ethereum-attestation-service/eas-sdk/commits)

---
updated-dependencies:
- dependency-name: "@ethereum-attestation-service/eas-sdk"
  dependency-version: 2.9.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/ethereum-attestation-service/eas-sdk-2.9.1 branch from 798d49b to 16b6dfc Compare June 8, 2026 15:33
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.

1 participant