fix(deps): update dependency @mrleebo/prisma-ast to ^0.13.1 #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.13.1Release Notes
MrLeebo/prisma-ast (@mrleebo/prisma-ast)
v0.13.1Compare Source
b6778bev0.13.0Compare Source
This update is authored by @igalklebanov and improves the generation of datasources by automatically wrapping provider text in quotation marks. This is a breaking change from before, where you would have had to manually insert quotation marks into your values in order for the schema file to be valid. You no longer need to do that.
This brings the implementation inline with how it was intended to work in the documentation and EXAMPLES.md.
aeedceeedce5b7v0.12.1Compare Source
This patch only contains updates to the README. It's only a patch so that the changes propagate to npm
671da00228617cv0.12.0Compare Source
230ad5bprisma-ast will now parse attributes on enums
and you can add attributes using
PrismaSchemaBuilderwhich produces the following output
v0.11.0Compare 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.
2e30232v0.10.1Compare Source
b69da605c9c838v0.10.0Compare Source
4865f0cv0.9.1Compare Source
40a13474ca243cv0.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.1Compare Source
866167dv0.8.0Compare Source
parseroption togetSchema(#26)7dc2b970162c72v0.7.0Compare Source
This release adds optional location tracking stats, making it possible to use prisma-ast for linters, github workflows, IDE plugins, and the like.
035abad620cfa1f71ff18v0.6.0Compare Source
BREAKING CHANGES
3412065builder.modelAttribute()has been renamed tobuilder.blockAttribute()to reflect the fact that it can be used for models and views.v0.5.2Compare Source
321a082v0.5.1Compare Source
b4fd4cfSee the README for info about
builder.removeField(),builder.removeAttribute(), andbuilder.then().v0.5.0Compare Source
c397d46Configuration
📅 Schedule: Branch creation - Only on Sunday and Saturday ( * * * * 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.