Skip to content

Commit 8881394

Browse files
nialexsanjribbink
andauthored
Release typescript resolve conflict (#1801)
* Nialexsan/add types (#1710) * switch to uuid from @onflow/utils-uid * create tsconfigs * typedefs in ts * types for actor util * types for address util * Revert "switch to uuid from @onflow/utils-uid" This reverts commit 2a15ef5. * PKG -- [util-actor] converted to ts * updated tsconfig * fixed ts types generation * Resolve circular dependency * ts rlp * change type location * more types * build types during regular build * fix tests * VSN -- [root] Changeset * Merge remote-tracking branch 'origin/master' into nialexsan/add-types * Revert "Resolve circular dependency" This reverts commit 36efc7d. * update lock * VSN -- [root] changeset * Implement typescript for several branches & adjust configuration (#1750) Implements typescript support for: @onflow/rlp, @onflow/util-uid, @onflow/util-template, @onflow/util-logger, @onflow/util-invariant, @onflow/util-encode-key, @onflow/util-address * Convert @onflow/types to TS (#1760) * [WIP] Convert @onflow/types to TS * stash * kind of working * fix package.json * fix dictionary * fix tests * stash * strong type tests * remove any * rename * changeset * PKG -- [util-actor] Enhance TS support (#1761) * PKG -- [util-actor] Enhance TS support * rename handlerfnmap * PKG -- [types] Simplify generics for @onflow/types (#1772) * PKG -- [types] Simplify generics * Fix array * Fix Array * PKG -- [config] Convert @onflow/config to TS (#1731) * PKG -- [config] Add TypeScript * Changeset * fixup * Remove unnecessary generic from util-actor * remove non null assertions --------- Co-authored-by: Alex <[email protected]> * Fix JSDoc type generation (#1780) * restore changeset * align packages * pre typescript * any type for config * update package lock * Update packages/util-logger/src/util-logger.ts * fix config type * use any type * exit pre * revert changes to changelogs --------- Co-authored-by: Jordan Ribbink <[email protected]>
1 parent 55db557 commit 8881394

File tree

111 files changed

+4393
-2167
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+4393
-2167
lines changed

.changeset/fifty-buttons-serve.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@onflow/fcl-bundle": minor
3+
---
4+
5+
Switched to rollup-plugin-typescript2

.changeset/fluffy-yaks-allow.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@onflow/types": minor
3+
---
4+
5+
Convert @onflow/types to TypeScript

.changeset/giant-ducks-tickle.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
"@onflow/util-encode-key": minor
3+
"@onflow/util-invariant": minor
4+
"@onflow/util-template": minor
5+
"@onflow/util-address": minor
6+
"@onflow/util-logger": minor
7+
"@onflow/util-uid": minor
8+
"@onflow/rlp": minor
9+
---
10+
11+
Convert to Typescript

.changeset/hip-radios-behave.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
"@onflow/util-encode-key": minor
3+
"@onflow/transport-grpc": minor
4+
"@onflow/transport-http": minor
5+
"@onflow/util-invariant": minor
6+
"@onflow/util-template": minor
7+
"@onflow/util-address": minor
8+
"@onflow/util-logger": minor
9+
"@onflow/fcl-bundle": minor
10+
"@onflow/util-actor": minor
11+
"@onflow/typedefs": minor
12+
"@onflow/util-uid": minor
13+
"@onflow/config": minor
14+
"@onflow/fcl-wc": minor
15+
"@onflow/types": minor
16+
"@onflow/fcl": minor
17+
"@onflow/rlp": minor
18+
"@onflow/sdk": minor
19+
---
20+
21+
TS build

.changeset/pre.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"mode": "exit",
3+
"tag": "typescript",
4+
"initialVersions": {
5+
"@onflow/config": "1.1.2",
6+
"@onflow/fcl": "1.7.0",
7+
"@onflow/fcl-bundle": "1.3.1",
8+
"@onflow/fcl-wc": "4.0.0",
9+
"@onflow/protobuf": "1.2.1",
10+
"@onflow/rlp": "1.1.0",
11+
"@onflow/sdk": "1.2.3",
12+
"@onflow/transport-grpc": "1.2.2",
13+
"@onflow/transport-http": "1.7.2",
14+
"@onflow/typedefs": "1.1.1",
15+
"@onflow/types": "1.1.0",
16+
"@onflow/util-actor": "1.2.0",
17+
"@onflow/util-address": "1.1.0",
18+
"@onflow/util-encode-key": "1.1.0",
19+
"@onflow/util-invariant": "1.1.0",
20+
"@onflow/util-logger": "1.2.2",
21+
"@onflow/util-semver": "1.0.0",
22+
"@onflow/util-template": "1.1.0",
23+
"@onflow/util-uid": "1.1.0"
24+
},
25+
"changesets": [
26+
"fifty-buttons-serve",
27+
"fluffy-yaks-allow",
28+
"giant-ducks-tickle",
29+
"hip-radios-behave",
30+
"tough-fishes-live",
31+
"wise-apples-leave"
32+
]
33+
}

.changeset/tough-fishes-live.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@onflow/config": minor
3+
---
4+
5+
Add Typescript to @onflow/config

.changeset/wise-apples-leave.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@onflow/util-actor": minor
3+
---
4+
5+
Enhance TS support for @onflow/util-actor

0 commit comments

Comments
 (0)