Skip to content

build(deps): bump lodash and @mrleebo/prisma-ast - #2

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-da89678aad
Open

build(deps): bump lodash and @mrleebo/prisma-ast#2
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-da89678aad

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 25, 2026

Copy link
Copy Markdown

Removes lodash. It's no longer used after updating ancestor dependency @mrleebo/prisma-ast. These dependencies need to be updated together.

Removes lodash

Updates @mrleebo/prisma-ast from 0.12.1 to 0.16.0

Release notes

Sourced from @​mrleebo/prisma-ast's releases.

v0.16.0

  • chore: drop Node v20 support (EOL April 30, 2026) (#53) 84f4853
  • Add CONTRIBUTING.md and CODE_OF_CONDUCT.md to the project ba40075

MrLeebo/prisma-ast@v0.15.0...v0.16.0

v0.15.0

What's Changed

New Contributors

Full Changelog: MrLeebo/prisma-ast@v0.14.0...v0.15.0

v0.14.0

  • Merge pull request #50 from igalklebanov/bump-chevrotain 07bf75d
  • chore: increase minimum engines.node to match require(esm). 4705aa1
  • chore: fix yarnlock. 8826558
  • chore: fix jest transformations failing. 72142e1
  • chore: bump chevrotain to ^11.1.1. 8f79eb7

MrLeebo/prisma-ast@v0.13.1...v0.14.0

v0.13.1

  • fix: fix params type b6778be

MrLeebo/prisma-ast@v0.13.0...v0.13.1

v0.13.0

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.

// if you had been writing this:
builder.datasource('"postgres"', { env: "DATABASE_URL" });
// you should now write it as
builder.datasource('postgres', { env: "DATABASE_URL" });

This brings the implementation inline with how it was intended to work in the documentation and EXAMPLES.md.


... (truncated)

Commits
  • c27c1b1 v0.16.0
  • 84f4853 chore: drop Node v20 support (EOL April 30, 2026) (#53)
  • ba40075 Add CONTRIBUTING.md and CODE_OF_CONDUCT.md to the project
  • 1a4b020 v0.15.0
  • 14385e3 Add raw where clause support
  • 87fe796 Add partial index where clause
  • 820f593 chore: bump the node version of github workflows
  • 30ba5de v0.14.0
  • 07bf75d Merge pull request #50 from igalklebanov/bump-chevrotain
  • 4705aa1 chore: increase minimum engines.node to match require(esm).
  • Additional commits viewable in compare view

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 commands and options

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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [lodash](https://github.com/lodash/lodash). It's no longer used after updating ancestor dependency [@mrleebo/prisma-ast](https://github.com/MrLeebo/prisma-ast). These dependencies need to be updated together.


Removes `lodash`

Updates `@mrleebo/prisma-ast` from 0.12.1 to 0.16.0
- [Release notes](https://github.com/MrLeebo/prisma-ast/releases)
- [Commits](MrLeebo/prisma-ast@v0.12.1...v0.16.0)

---
updated-dependencies:
- dependency-name: lodash
  dependency-version:
  dependency-type: indirect
- dependency-name: "@mrleebo/prisma-ast"
  dependency-version: 0.16.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants