-
-
Notifications
You must be signed in to change notification settings - Fork 33
upgrade prisma cabi to v6.2.0 #459
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
|
✅ Deploy Preview for prisma-dart ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR upgrades the Prisma CABI to v6.2.0 and updates related dependencies and changelogs across multiple packages.
- Updated versions and changelog entries for orm_flutter_ios, orm_flutter_ffi, orm_flutter_android, orm_flutter, and orm.
- Bumped dependency versions in pubspec.yaml files and streamlined example project configuration.
Reviewed Changes
Copilot reviewed 27 out of 37 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| packages/orm_flutter_ios/CHANGELOG.md | Added changelog entry for Prisma CABI upgrade |
| packages/orm_flutter_ffi/pubspec.yaml | Updated version and dependency versions |
| packages/orm_flutter_ffi/CHANGELOG.md | Added changelog entry for dependency upgrades |
| packages/orm_flutter_android/pubspec.yaml | Bumped package version |
| packages/orm_flutter_android/CHANGELOG.md | Updated changelog with new Prisma CABI version |
| packages/orm_flutter/pubspec.yaml | Upgraded version and dependency references |
| packages/orm_flutter/CHANGELOG.md | Added changelog entry for dependency upgrade, with a version mismatch note |
| packages/orm/pubspec.yaml | Bumped orm package version |
| packages/orm/CHANGELOG.md | Updated orm changelog with fix mention |
| examples/flutter_with_orm/pubspec.yaml | Removed redundant commented sections for clarity |
Files not reviewed (10)
- examples/flutter_with_orm/lib/prisma.dart: Language not supported
- packages/orm/lib/version.dart: Language not supported
- packages/orm_flutter_android/android/build.gradle: Language not supported
- packages/orm_flutter_android/src/CMakeLists.txt: Language not supported
- packages/orm_flutter_android/src/query_engine_bridge/bridge.c: Language not supported
- packages/orm_flutter_android/src/query_engine_bridge/headers/bridge.h: Language not supported
- packages/orm_flutter_android/src/query_engine_bridge/include/query_engine.h: Language not supported
- packages/orm_flutter_ffi/lib/src/_generate_bindings.dart: Language not supported
- packages/orm_flutter_ffi/lib/src/library_engine.dart: Language not supported
- packages/orm_flutter_ios/ios/orm_flutter_ios/Frameworks/QueryEngine.xcframework/Info.plist: Language not supported
| @@ -1,3 +1,8 @@ | |||
| ## v0.6.0 | |||
|
|
|||
| * upgrade `orm` to `5.3.0` | |||
Copilot
AI
Apr 1, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changelog indicates an upgrade of orm to version 5.3.0, but orm's pubspec and changelog indicate version 5.3.1. Please update the changelog to match the correct version.
| * upgrade `orm` to `5.3.0` | |
| * upgrade `orm` to `5.3.1` |
Uh oh!
There was an error while loading. Please reload this page.