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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@graphprotocol/graph-cli@0.47.0
Minor Changes
#1284
b4311d8
Thanks @saihaj! - Changing code generation so we reduce the non-null
assertions for primitive types. This way we can return null for primitive types and still have the
generated code compile.
#1293
9ae82b5
Thanks @enisdenjo! - Include declaration files
#1258
86e1fda
Thanks @saihaj! - validate existence for handlers specified in
manifest during build
#1294
e5c1fbc
Thanks @enisdenjo! - Prompt deploy command for subgraph name and
select product
Patch Changes
#1266
0bc47bd
Thanks @renovate! - dependencies updates:
glob@9.3.5
↗︎ (from9.3.4
,in
dependencies
)#1273
83d7a08
Thanks @renovate! - dependencies updates:
semver@7.4.0
↗︎ (from7.3.8
, independencies
)#1279
1f8b9c9
Thanks @renovate! - dependencies updates:
@oclif/core@2.8.1
↗︎(from
2.8.0
, independencies
)#1288
7090159
Thanks @renovate! - dependencies updates:
@oclif/core@2.8.2
↗︎(from
2.8.1
, independencies
)#1259
5ccb466
Thanks @saihaj! - refactor out immutable.js usage from schema
generation
#1291
2164a20
Thanks @saihaj! - append /api/v0 automatically to Graph IPFS endpoint