Drop Saleor 3.20 support#2342
Conversation
🦋 Changeset detectedLatest commit: 72f974d The changes in this PR will be included in the next version bump. This PR includes changesets to release 5 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
This PR updates app manifests to drop compatibility with Saleor 3.20 (EOL) by bumping the minimum required Saleor version to 3.21 across the remaining apps that still declared 3.20 support.
Changes:
- Bump
requiredSaleorVersionfrom>=3.20 <4to>=3.21 <4in multiple app manifests. - Add a changeset covering the version bump for the affected app packages.
- Update Klaviyo manifest to use a type-only import for
AppManifest.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| apps/smtp/src/pages/api/manifest.ts | Raises minimum Saleor version to 3.21 in SMTP app manifest. |
| apps/search/src/pages/api/manifest.ts | Raises minimum Saleor version to 3.21 in Search app manifest. |
| apps/klaviyo/src/pages/api/manifest.ts | Raises minimum Saleor version to 3.21; converts AppManifest import to type-only. |
| apps/cms/src/pages/api/manifest.ts | Raises minimum Saleor version to 3.21 in CMS app manifest. |
| apps/avatax/src/app/api/manifest/route.ts | Raises minimum Saleor version to 3.21 in AvaTax app manifest. |
| .changeset/nine-chefs-stare.md | Declares release bumps for the affected app packages. |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #2342 +/- ##
=======================================
Coverage 37.83% 37.83%
=======================================
Files 1037 1037
Lines 66920 66920
Branches 3526 3526
=======================================
Hits 25320 25320
Misses 41219 41219
Partials 381 381
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Shouldn't we wait with merging this pull request until we will get rid of 3.20 from the Cloud? |
Yea good catch, 3.20 is EOL but we still have some cloud leftovers. I will revisit this in a month |
Saleor 3.20 being EOL, apps are now supporting 3.21 and higher (this is quarterly chore)