Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Replace superstruct with ESM-compatible fork @metamask/superstruct #310

Closed
MajorLift opened this issue May 30, 2024 · 0 comments · Fixed by #311
Closed

Replace superstruct with ESM-compatible fork @metamask/superstruct #310

MajorLift opened this issue May 30, 2024 · 0 comments · Fixed by #311
Assignees

Comments

@MajorLift
Copy link
Contributor

MajorLift commented May 30, 2024

Explanation

As part of the Wallet Framework Team's OKR (Q2 2024 O3KR4) for upgrading TypeScript to v5.0+ in the core monorepo, we are updating dependencies of the core repo so that they generate builds and type declarations for both CJS and ESM.

This requirement applies to nested dependencies as well, so we are also replacing superstruct with the ESM-compatible fork @metamask/superstruct in all core dependency packages.

Description

  • Replace superstruct dependency with @metamask/superstruct v3.0.0.
  • Replace all superstruct import statements with @metamask/superstruct.
  • Bump @metamask/utils to v9.0.0 (see Use @metamask/superstruct, set moduleResolution to NodeNext utils#185).
  • If feasible without too much additional work, set module and moduleResolution tsconfig options to NodeNext and TypeScript to v5.
  • Create new release applying these changes.

References

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant