Skip to content
This repository was archived by the owner on Sep 30, 2025. It is now read-only.

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 7, 2024

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Type Update Change
orm (source) dependencies major ^3.0.0 -> ^5.0.0

Release Notes

medz/prisma-dart (orm)

v5.3.4

Compare Source

What's Changed

  • chore: update dependencies pubspec.lock and orm і orm_flutter_ffi by @​4akloon in #​476

New Contributors

Full Changelog: medz/prisma-dart@orm-v5.3.3...orm-v5.3.4

v5.3.3

Compare Source

  • fix: bytes serialization support in JSON protocol #​467

v5.3.2

  • fix: Add locks to ensure that only one binary is started

Full Changelog: medz/prisma-dart@orm-v5.3.0...orm-v5.3.2

v5.3.0: ORM v5.3.0

To install Prisma ORM for Dart v5.3.0 run this command

dart pub add orm:^5.3.0

Otherwise, update your pubspec.yaml file:

dependencies:
  orm: ^5.3.0
What's New
  • feat: support updateManyAndReturn
  • engine: upgrade prisma-engines to 6.2.0

v5.1.1: Prisma Dart v5.1.1

Compare Source

To install Prisma ORM for Dart v5.1.1 run this command

dart pub add orm:^5.1.1

Or update your pubspec.yaml file:

dependencies:
  orm: ^5.1.1
What's Changed
  • fix: primitive type fields cannot be nullable - #​427

v5.1.0

To install Prisma ORM for Dart v5.1.0 run this command

dart pub add orm:^5.1.0

Or update your pubspec.yaml file:

dependencies:
  orm: ^5.1.0
What's Changed
  • upstream: Starting from Prisma v5.17.0, the new RAW raw SQL protocol has been enabled.
  • $raw: Now $raw.query returns the correct data type front, instead of dynamic.
  • $raw: $raw.execute now returns the number of rows affected as an int.
  • docs: Removed param from docs that are no longer supported by the Prisma CLI
QueryRaw performance improvements

We’ve changed the response format of queryRaw to decrease its average size which reduces serialization CPU overhead.

When querying large data sets, we expect you to see improved memory usage and up to 2x performance improvements.

‼️Important Tips

Starting from version v5.1.0, only Prisma CLI v5.17.0 or higher is supported!

v5.0.6

Compare Source

To install Prisma ORM for Dart v5.0.6 run this command

dart pub add orm:^5.0.6

Or update your pubspec.yaml file:

dependencies:
  orm: ^5.0.6

What's Changed

  • deps: Upgrade the Dart SDK min version to ^3.4.0
  • deps: Upgrade path package version to ^1.9.0
  • deps: Upgrade code_builder package version to ^4.10.0
  • docs: Fixed generate via bun command for setup doc
  • fix: Error of restarting the engine every time a query is made

Full Changelog: medz/prisma-dart@orm-v5.0.5...orm-v5.0.6

v5.0.5: Prisma Dart v5.0.5

Compare Source

To install Prisma ORM for Dart v5.0.5 run this command:

dart pub add orm:^5.0.5

or update your pubspec.yaml file:

dependencies:
  orm: ^5.0.5

What's Changed

Full Changelog: medz/prisma-dart@orm-v5.0.4...orm-v5.0.5

‼️Important Tips

Please use Prisma CLI version 5.17.0 and do not upgrade to a higher version. The RAW protocol has been changed since version 5.18.0.

Prisma Dart is not yet adapted to the new protocol. If you do not use the RAW SQL function, you can upgrade with confidence.

v5.0.4: Prisma Dart v5.0.4

Compare Source

What's Changed

New Contributors

Full Changelog: medz/prisma-dart@orm-v5.0.3...orm-v5.0.4

v5.0.3: Prisma Dart v5.0.3

To install Prisma ORM for Dart v5.0.3 run this command:

dart pub add orm:^5.0.3

or update your pubspec.yaml file:

dependencies:
  orm: ^5.0.3

What's Changed

  • BUG: Fixed binary engine copy location error.

Full Changelog: medz/prisma-dart@orm-v5.0.2+orm_flutter-v0.1.2...orm-v5.0.3

v4.4.0

Compare Source

To install Prisma ORM for Dart v4.4.0 run this command:

dart pub add orm:4.4.0

or update your pubspec.yaml file:

dependencies:
  orm: ^4.4.0

What's Changed

Full Changelog: medz/prisma-dart@orm-v4.3.0...orm-v4.4.0

v4.3.0

Compare Source

What's Changed

Full Changelog: medz/prisma-dart@orm-v4.2.1...orm-v4.3.0

v4.2.1

Compare Source

Prisma Dart v4.2.1

To install Prisma ORM for Dart v4.2.1 run this command:

dart pub add orm:4.2.1

or update your pubspec.yaml file:

dependencies:
  orm: ^4.2.1

What's Changed

Full Changelog: medz/prisma-dart@orm-v4.2.0...orm-v4.2.1

v4.2.0

Compare Source

To install Prisma Client for Dart v4.2.0 run:

dart pub add orm:4.2.0

Or update your pubspec.yaml file:

dependencies:
  orm: ^4.2.0

What's Changed

  • feat(orm): Add PrismaClient.use factory.
  • chore(deps): update dependency flutter_lints to v4 by @​renovate in #​369

v4.1.1

Compare Source

To install Prisma Client for Dart v4.1.1 run:

dart pub add orm:4.1.1

Or update your pubspec.yaml file:

dependencies:
  orm: ^4.1.1

What's Changed

New Contributors

Full Changelog: medz/prisma-dart@v4.1.0...orm-v4.1.1

v4.1.0

Compare Source

What's Changed

Full Changelog: medz/prisma-dart@v4.0.3...v4.1.0

v4.0.3

Compare Source

What's Changed

Full Changelog: medz/prisma-dart@v4.0.2...v4.0.3

v4.0.2

Compare Source

What's Changed

Full Changelog: medz/prisma-dart@v4.0.1...v4.0.2

v4.0.1

Compare Source

What's Changed

Full Changelog: medz/prisma-dart@v4.0.0...v4.0.1

v4.0.0

Compare Source

To install Prisma Client Dart v4.0.0 run:

dart pub add orm:4.0.0

Or update your pubspec.yaml file:

dependencies:
  orm: 4.0.0

What's Changed

New Contributors

Full Changelog: medz/prisma-dart@v3.1.2...v4.0.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Jun 7, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pubspec.lock
Command failed: dart pub upgrade orm
The current Dart SDK version is 2.19.6.

Because prisma_dart_starter depends on lints >=2.1.0 which requires SDK version >=3.0.0-417 <4.0.0, version solving failed.

@renovate renovate bot force-pushed the renovate/orm-5.x branch from bd55ceb to 3aa86c2 Compare August 10, 2025 14:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants