a11rew / medusa-payment-paystack

Paystack payment provider for Medusa
https://storefront-production-ae6c.up.railway.app/
MIT License
59 stars 14 forks source link

chore(deps-dev): update @medusajs/medusa requirement from ^1.16.1 to ^1.20.3 in /packages/plugin #117

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Updates the requirements on @medusajs/medusa to permit the latest version.

Release notes

Sourced from @​medusajs/medusa's releases.

v1.20.3

Highlights

Medusa 2.0 update

Most of the changes in this release are related to Medusa 2.0 and will not affect any users' setup. The expected date for a 2.0 release candidate is early summer. You can track the progress in our high-level roadmap.

The larger remaining todos are:

  • Convert Rest API to use Workflows, new modules, and API routes
  • Migrate Admin to use 2.0
  • Documentation
  • Migration guide
  • Cleanup/housekeeping

Admin Redesign update

Aside from changes for Medusa 2.0, this release also contains work for the Admin Redesign, set to be released in beta at the beginning of April. The redesign will significantly improve the UX and UI of our admin dashboard and make the overall look and feel much more consistent.

Others

Additionally, this release squashes some minor bugs in Medusa 1.*.

Make medusaClient optional in MedusaProvider

The property medusaClient on the type MedusaProviderProps in medusa-react has been updated to be optional.

Using the MedusaProvider without the medusaClient will initialize and use a new default client under the hood:

<MedusaProvider
  baseUrl={process.env.MEDUSA_BASE_URL}
  ...
>
    {children}
</MedusaProvider>

medusajs/medusa#6363

Add Product Categories to search subscriber

Product categories are included in search indexing on product updates and creations if the product categories feature flag is enabled.

... (truncated)

Changelog

Sourced from @​medusajs/medusa's changelog.

1.20.3

Patch Changes

... (truncated)

Commits
  • 26c9bad chore: Version Packages (#6360)
  • 873c213 feat: make it possible to use subscribers in v2 (#6731)
  • db9c460 feat: Add product and pricing link on create and delete operations (#6740)
  • 3062605 feat: Add products to sales channel (#6725)
  • 62d5803 Feat(core-flows, medusa): delete inventory item (#6708)
  • c20eb15 Feat(core-flows, medusa, types): Add delete location level api-v2 endpoint (#...
  • 390bc3e Feat(core-flows, inventory-next, medusa, types): Add create inventory item en...
  • 0219a86 feat: Sales Channels API routes + workflows (#6722)
  • 0c705d7 feat(core-flows,medusa,types): create/update workflows to create and update P...
  • 84b8836 Feat(core-flows, inventory-next, medusa, types): Add create location level en...
  • 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show 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)
changeset-bot[bot] commented 8 months ago

⚠️ No Changeset found

Latest commit: af31cfdcb225ffa60468fe2959f4545b756d8665

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

dependabot[bot] commented 8 months ago

Superseded by #119.