Skip to content

chore(deps): bump ox from 0.14.35 to 1.6.2 - #921

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/ox-1.6.2
Open

chore(deps): bump ox from 0.14.35 to 1.6.2#921
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/ox-1.6.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 15, 2026

Copy link
Copy Markdown
Contributor

Bumps ox from 0.14.35 to 1.6.2.

Release notes

Sourced from ox's releases.

ox@1.6.2

Patch Changes

  • #385 8100dbf Thanks @​struong! - Fixed WithdrawalSenderTag.from to include the Zone withdrawal fallback nonce.

ox@1.6.1

Patch Changes

ox@1.6.0

Minor Changes

  • #350 7cabe8b Thanks @​jxom! - Added MlDsa44 for ML-DSA-44 signatures and included its WASM provider with Secp256k1 in ox/wasm's aggregate engine.

ox@1.5.0

Minor Changes

  • #348 fcd16f0 Thanks @​struong! - Added WithdrawalSenderTag utilities for deriving Tempo Zone withdrawal sender tags.

ox@1.4.0

Minor Changes

  • #345 2e75896 Thanks @​jxom! - Added Prf.tag to create credential-bound PRF configurations from stable UTF-8 tags.

ox@1.3.1

Patch Changes

  • #343 0068849 Thanks @​jxom! - Fixed the published package missing the ox/_types/* subpath: postinstall regenerates exports without it, and zile publish:prepare strips the scripts needed to re-apply it, so publishing now re-applies it directly before changeset publish.

ox@1.3.0

Minor Changes

  • #341 c672615 Thanks @​jxom! - Added WebAuthn PRF output and secp256k1, Ed25519, and AES-GCM key derivation, and deprecated WebAuthnP256 in favor of WebAuthn.

    import { AesGcm, Ed25519, Secp256k1, WebAuthn } from "ox";
    const credential = await WebAuthn.createCredential({
    name: "Example",
    prf: true,
    });
    const secp256k1PrivateKey = Secp256k1.fromPrf(credential.prf);
    const ed25519PrivateKey = Ed25519.fromPrf(credential.prf);
    const encryptionKey = await AesGcm.fromPrf(credential.prf);

  • #336 e17518b Thanks @​jxom! - Added incremental hash state factories with chunk updates, cloning, caller-owned output buffers, and destruction, plus Rlp.encodeTo for streaming encoded bytes.

... (truncated)

Changelog

Sourced from ox's changelog.

1.6.2

Patch Changes

  • #385 8100dbf Thanks @​struong! - Fixed WithdrawalSenderTag.from to include the Zone withdrawal fallback nonce.

1.6.1

Patch Changes

1.6.0

Minor Changes

  • #350 7cabe8b Thanks @​jxom! - Added MlDsa44 for ML-DSA-44 signatures and included its WASM provider with Secp256k1 in ox/wasm's aggregate engine.

1.5.0

Minor Changes

  • #348 fcd16f0 Thanks @​struong! - Added WithdrawalSenderTag utilities for deriving Tempo Zone withdrawal sender tags.

1.4.0

Minor Changes

  • #345 2e75896 Thanks @​jxom! - Added Prf.tag to create credential-bound PRF configurations from stable UTF-8 tags.

1.3.1

Patch Changes

  • #343 0068849 Thanks @​jxom! - Fixed the published package missing the ox/_types/* subpath: postinstall regenerates exports without it, and zile publish:prepare strips the scripts needed to re-apply it, so publishing now re-applies it directly before changeset publish.

1.3.0

Minor Changes

  • #341 c672615 Thanks @​jxom! - Added WebAuthn PRF output and secp256k1, Ed25519, and AES-GCM key derivation, and deprecated WebAuthnP256 in favor of WebAuthn.

    import { AesGcm, Ed25519, Secp256k1, WebAuthn } from "ox";
    const credential = await WebAuthn.createCredential({
    name: "Example",
    prf: true,
    });
    const secp256k1PrivateKey = Secp256k1.fromPrf(credential.prf);

... (truncated)

Commits
Attestation changes

This version has no provenance attestation, while the previous version (0.14.35) was attested. Review the package versions before updating.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 15, 2026
@dependabot
dependabot Bot requested review from hugomrdias and rvagg as code owners August 15, 2026 09:03
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 15, 2026
@github-project-automation github-project-automation Bot moved this to 📌 Triage in FOC Aug 15, 2026
@BigLep BigLep moved this from 📌 Triage to 🐱 Todo in FOC Aug 19, 2026
Bumps [ox](https://github.com/wevm/ox) from 0.14.35 to 1.6.2.
- [Release notes](https://github.com/wevm/ox/releases)
- [Changelog](https://github.com/wevm/ox/blob/main/CHANGELOG.md)
- [Commits](https://github.com/wevm/ox/compare/ox@0.14.35...ox@1.6.2)

---
updated-dependencies:
- dependency-name: ox
  dependency-version: 1.6.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump ox from 0.14.33 to 1.6.2 chore(deps): bump ox from 0.14.35 to 1.6.2 Aug 20, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/ox-1.6.2 branch from 193afca to 64f17e1 Compare August 20, 2026 10:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

Status: 🐱 Todo

Development

Successfully merging this pull request may close these issues.

1 participant