| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
✅ Deploy Preview for limitless-angular-sanity-example canceled.
|
Sorry, something went wrong.
npm i https://pkg.pr.new/@limitless-angular/sanity@71 commit: 48e7ca2 |
Sorry, something went wrong.
BREAKING CHANGE: @limitless-angular/sanity now requires @sanity/client ^7.0.0, @portabletext/toolkit ^5.0.0, @portabletext/types ^4.0.0, and @sanity/image-url ^2.0.2.
| Back | FazBrowse Home | New Git URL |
PR Checklist
N/A
What is the new behavior?
Drops support for old Sanity and Portable Text dependency majors in @limitless-angular/sanity:
This also refreshes the pnpm lockfile importer metadata and adds an angular-compat manifest policy assertion so the dropped majors are not accidentally reintroduced.
Because @sanity/image-url v2 is now required, the image-loader entry point also removes its local v1-compatible image URL type copies, imports the v2 ImageUrlBuilderOptionsWithAliases and SanityImageSource types directly, and uses the named createImageUrlBuilder export.
Does this PR introduce a breaking change?
BREAKING CHANGE: @limitless-angular/sanity consumers must upgrade to @sanity/client ^7.0.0, @portabletext/toolkit ^5.0.0, @portabletext/types ^4.0.0, and @sanity/image-url ^2.0.2.
Migration path: update applications to the supported dependency majors before upgrading to this release.
Other information
Validation:
[Optional] What gif best describes this PR or how it makes you feel?
N/A