fix(deps): update dependency @mrleebo/prisma-ast to ^0.12.0 #393
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 contains the following updates:
^0.4.3
->^0.12.0
Release Notes
MrLeebo/prisma-ast (@mrleebo/prisma-ast)
v0.12.0
Compare Source
230ad5b
prisma-ast will now parse attributes on enums
and you can add attributes using
PrismaSchemaBuilder
which produces the following output
v0.11.0
Compare Source
BREAKING CHANGE
In the internal parser,
{ type: "fieldAttribute" }
and{ type: "blockAttribute" }
have been made into separate nodes. Previously, the same node{ type: "attribute" }
was reused for both. This makes it easier for the parser to distinguish which kind of node it's getting because schemas can have block attributes intermixed with their field attributes.This is only a breaking change if you're accessing the internal AST to access attributes. Higher level abstractions, such as produceSchema / PrismaSchemaBuilder are not impacted by this.
2e30232
v0.10.1
Compare Source
b69da60
5c9c838
v0.10.0
Compare Source
4865f0c
v0.9.1
Compare Source
40a1347
4ca243c
v0.9.0
: - Added support for composite typesCompare Source
Adds composite types to the parser, printer, and Schema Builder
The schema node is
{ type: "type" }
and the builder method isbuilder.type("Photo")
v0.8.1
Compare Source
866167d
v0.8.0
Compare Source
parser
option togetSchema
(#26)7dc2b97
0162c72
v0.7.0
Compare Source
This release adds optional location tracking stats, making it possible to use prisma-ast for linters, github workflows, IDE plugins, and the like.
035abad
620cfa1
f71ff18
v0.6.0
Compare Source
BREAKING CHANGES
3412065
builder.modelAttribute()
has been renamed tobuilder.blockAttribute()
to reflect the fact that it can be used for models and views.v0.5.2
Compare Source
321a082
v0.5.1
Compare Source
b4fd4cf
See the README for info about
builder.removeField()
,builder.removeAttribute()
, andbuilder.then()
.v0.5.0
Compare Source
c397d46
Configuration
📅 Schedule: Branch creation - "* * * * 0,6" in timezone America/Vancouver, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.