-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release typescript resolve conflict #1801
Merged
Merged
Changes from 12 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
b4b3bcc
Nialexsan/add types (#1710)
nialexsan 9fca84a
Implement typescript for several branches & adjust configuration (#1750)
jribbink 81d4b40
Convert @onflow/types to TS (#1760)
jribbink 0960cdc
PKG -- [util-actor] Enhance TS support (#1761)
jribbink 9554e0b
PKG -- [types] Simplify generics for @onflow/types (#1772)
jribbink 6b81c1f
PKG -- [config] Convert @onflow/config to TS (#1731)
jribbink 60d4b35
Fix JSDoc type generation (#1780)
jribbink 86ce9f7
restore changeset
nialexsan a381814
align packages
nialexsan ac4e161
pre typescript
nialexsan 04bd73e
any type for config
nialexsan da3bc15
update package lock
nialexsan 80e94ef
Update packages/util-logger/src/util-logger.ts
nialexsan ce24c87
fix config type
nialexsan af2db93
use any type
nialexsan 2defa16
exit pre
nialexsan 82d6206
revert changes to changelogs
nialexsan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@onflow/fcl-bundle": minor | ||
--- | ||
|
||
Switched to rollup-plugin-typescript2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@onflow/types": minor | ||
--- | ||
|
||
Convert @onflow/types to TypeScript |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
"@onflow/util-encode-key": minor | ||
"@onflow/util-invariant": minor | ||
"@onflow/util-template": minor | ||
"@onflow/util-address": minor | ||
"@onflow/util-logger": minor | ||
"@onflow/util-uid": minor | ||
"@onflow/rlp": minor | ||
--- | ||
|
||
Convert to Typescript | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
"@onflow/util-encode-key": minor | ||
"@onflow/transport-grpc": minor | ||
"@onflow/transport-http": minor | ||
"@onflow/util-invariant": minor | ||
"@onflow/util-template": minor | ||
"@onflow/util-address": minor | ||
"@onflow/util-logger": minor | ||
"@onflow/fcl-bundle": minor | ||
"@onflow/util-actor": minor | ||
"@onflow/typedefs": minor | ||
"@onflow/util-uid": minor | ||
"@onflow/config": minor | ||
"@onflow/fcl-wc": minor | ||
"@onflow/types": minor | ||
"@onflow/fcl": minor | ||
"@onflow/rlp": minor | ||
"@onflow/sdk": minor | ||
--- | ||
|
||
TS build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"mode": "pre", | ||
"tag": "typescript", | ||
"initialVersions": { | ||
"@onflow/config": "1.1.2", | ||
"@onflow/fcl": "1.7.0", | ||
"@onflow/fcl-bundle": "1.3.1", | ||
"@onflow/fcl-wc": "4.0.0", | ||
"@onflow/protobuf": "1.2.1", | ||
"@onflow/rlp": "1.1.0", | ||
"@onflow/sdk": "1.2.3", | ||
"@onflow/transport-grpc": "1.2.2", | ||
"@onflow/transport-http": "1.7.2", | ||
"@onflow/typedefs": "1.1.1", | ||
"@onflow/types": "1.1.0", | ||
"@onflow/util-actor": "1.2.0", | ||
"@onflow/util-address": "1.1.0", | ||
"@onflow/util-encode-key": "1.1.0", | ||
"@onflow/util-invariant": "1.1.0", | ||
"@onflow/util-logger": "1.2.2", | ||
"@onflow/util-semver": "1.0.0", | ||
"@onflow/util-template": "1.1.0", | ||
"@onflow/util-uid": "1.1.0" | ||
}, | ||
"changesets": [ | ||
"fifty-buttons-serve", | ||
"fluffy-yaks-allow", | ||
"giant-ducks-tickle", | ||
"hip-radios-behave", | ||
"tough-fishes-live", | ||
"wise-apples-leave" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@onflow/config": minor | ||
--- | ||
|
||
Add Typescript to @onflow/config |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@onflow/util-actor": minor | ||
--- | ||
|
||
Enhance TS support for @onflow/util-actor |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should probably try to consolidate all of the changesets, there's a bunch floating around here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these changesets should be consolidated to just one version bump, I think