Skip to content

Commit

Permalink
Bump @mrleebo/prisma-ast from 0.10.0 to 0.10.1 (#329)
Browse files Browse the repository at this point in the history
Bumps [@mrleebo/prisma-ast](https://github.com/MrLeebo/prisma-ast) from
0.10.0 to 0.10.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/MrLeebo/prisma-ast/releases"><code>@​mrleebo/prisma-ast</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v0.10.1</h2>
<ul>
<li>Add generator.assignments as a valid &quot;findBy&quot; source
b69da60</li>
<li>Fix mismatch token on kebab case, fixes <a
href="https://redirect.github.com/MrLeebo/prisma-ast/issues/36">#36</a>
5c9c838</li>
</ul>
<p><a
href="https://github.com/MrLeebo/prisma-ast/compare/v0.10.0...v0.10.1">https://github.com/MrLeebo/prisma-ast/compare/v0.10.0...v0.10.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/MrLeebo/prisma-ast/commit/147589a80bccf4841a8d98106648dca99fb15498"><code>147589a</code></a>
v0.10.1</li>
<li><a
href="https://github.com/MrLeebo/prisma-ast/commit/b69da60f3c56cf108e6548a600db074d05c8aa3d"><code>b69da60</code></a>
Add generator.assignments as a valid &quot;findBy&quot; source</li>
<li><a
href="https://github.com/MrLeebo/prisma-ast/commit/5c9c83845ec7afe2b08f081957608cbcf2d4e5a6"><code>5c9c838</code></a>
Fix mismatch token on kebab case, fixes <a
href="https://redirect.github.com/MrLeebo/prisma-ast/issues/36">#36</a></li>
<li><a
href="https://github.com/MrLeebo/prisma-ast/commit/399fb934558975d4887f8ba7e3f7a12a216a475c"><code>399fb93</code></a>
Add some badges to the readme because everybody loves badges</li>
<li>See full diff in <a
href="https://github.com/MrLeebo/prisma-ast/compare/v0.10.0...v0.10.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@mrleebo/prisma-ast&package-manager=npm_and_yarn&previous-version=0.10.0&new-version=0.10.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 26, 2024
1 parent 247149f commit 7e22e4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions yarn.lock
Expand Up @@ -1026,12 +1026,12 @@ __metadata:
linkType: hard

"@mrleebo/prisma-ast@npm:^0.10.0":
version: 0.10.0
resolution: "@mrleebo/prisma-ast@npm:0.10.0"
version: 0.10.1
resolution: "@mrleebo/prisma-ast@npm:0.10.1"
dependencies:
chevrotain: "npm:^10.5.0"
lilconfig: "npm:^2.1.0"
checksum: 0d6c5e55be3b994538a48639c17354aa9a09d4631d91dab4daf325d54b13f625aafc755aad4f20b09a768753fda1b2bc7dbcd71176a9eae05f38470ad17f7dc1
checksum: d9f6b639ed75838c5e6e75b122ef161e38512e7585fc8d8f1492e3a1d8b06d307519afbf69b280dfef6f6786f1404bdeaf0b85957175f0eae0cc2ff0aeb7b229
languageName: node
linkType: hard

Expand Down

0 comments on commit 7e22e4f

Please sign in to comment.