You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of the Wallet Framework Team's Q2 2024 OKRs (O3/KR4), we are upgrading all core packages to use TypeScript v5.3, with the goal of eventually upgrading to the latest version.
Prior to starting the upgrade process, we should read through the v5.3 release announcements and make note of the following in this ticket:
We should also do a trial run of bumping TypeScript versions in core packages and seeing what (if any) error messages we get when we run yarn build and yarn test. These errors should be recorded in this ticket.
The text was updated successfully, but these errors were encountered:
As part of the Wallet Framework Team's Q2 2024 OKRs (O3/KR4), we are upgrading all core packages to use TypeScript v5.3, with the goal of eventually upgrading to the latest version.
Prior to starting the upgrade process, we should read through the v5.3 release announcements and make note of the following in this ticket:
satisfies
operator in v4.9).We should also do a trial run of bumping TypeScript versions in core packages and seeing what (if any) error messages we get when we run
yarn build
andyarn test
. These errors should be recorded in this ticket.The text was updated successfully, but these errors were encountered: