Update dependency @medusajs/medusa to v1.20.11 #5
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.20.1->1.20.11Release Notes
medusajs/medusa (@medusajs/medusa)
v1.20.11Compare Source
Fixes
developcommand if serve isfalseby @adevinwild in #7299Documentation
Chores
New Contributors
Full Changelog: medusajs/medusa@v1.20.10...v1.20.11
v1.20.10Compare Source
Bugs
JobSchedulerServicequeue's name by @adevinwild in #9000instanceof MedusaErrordoes not work by @McTom234 in #9107Documentation
Full Changelog: medusajs/medusa@1.20.10...v1.20.11
v1.20.9Compare Source
Fixes
backendto pass through in development by @kasperkristensen in #8231Full Changelog: medusajs/medusa@v1.20.8...v1.20.9
v1.20.8Compare Source
Features
Bugs
Documentation
Chores
New Contributors
Full Changelog: medusajs/medusa@v1.20.7...v1.20.8
v1.20.7Compare Source
Highlights
Duplicate workflow registration no longer throws
Workflows are not utilized in v1.x, however our core package comes with a few workflows for v2.0. We are currently investigating an issue with checking for duplicate workflow registrations, but we can safely remove this check in v1.x, as it will never affect users using these versions.
Isolation level in batch job subscriber
The transaction isolation level set by the batch job processing subscriber has been changed from the default "READ COMMITTED" to "REPEATABLE READ" to ensure correct data in long-running job processors.
This was always the intention, but the "REPEATABLE READ" level set in the batch job strategies was overwritten by the default level set in the subscriber calling the strategy. This happens because the subscriber initiates a transaction with the default level that is then reused within the strategies.
Bugs
Docs
Chores
New Contributors
Full Changelog: medusajs/medusa@v1.20.6...v1.20.7
v1.20.6Compare Source
Highlights
Resolves several issues in
@medusajs/adminhostoption in@medusjs/admin.tailwindcss,autoprefixer, andpostcssin@medusajs/admin-ui, to avoid issues when importing components usingtailwindcss@4.@medusajs/medusawhere thedevelopcommand would throw an error when@medusajs/adminwas not installed.#7203
Bugs
host+ other minor fixes by @kasperkristensen in #7203Full Changelog: medusajs/medusa@v1.20.5...v1.20.6
v1.20.5Compare Source
Patch Changes
#6827
0c0b425de7Thanks @riqwan! - feat(medusa-react,medusa,types,dashboard): added empty state for promotions list page#6913
49f16ab08dThanks @adrien2p! - fix(medusa): Fix get-query-config backward compatiblity#7077
8d356217bdThanks @riqwan! - feat(medusa,core-flows,types): add batch updates to price list prices#6850
e58e81fd25Thanks @fPolic! - fix(medusa): associate refund with order when callingrefundFromPayment#7128
40686ba980Thanks @kasperkristensen! - fix(medusa,admin-ui): Remove forcedbackendUrlfrom develop command. Allow specifying an alternative host value#6864
e944a627f0Thanks @adrien2p! - feat: region payment providers management workflows/api#6880
1a48fe0282Thanks @sradevski! - Add v2 product type endpoints and adjust the product module#6911
483bf98a49Thanks @riqwan! - feat(medusa): added endpoints for rule attribute/operator/values options#7166
08a9297f76Thanks @adrien2p! - feat(medusa): Remove require id from update shipping options validatorcc557c8752Thanks @carlos-r-l-rodrigues! - Order endpoints and Cart totals#6943
58c68f6715Thanks @fPolic! - feat(medusa, types): list payment providers endpoint#6876
1bcb13f892Thanks @olivermrbl! - feat: Remove sales channels from pub keys#6901
82a176e30eThanks @adrien2p! - chore(medusa-test-utils): Handle errors gracefully + Do not set Distributed storage on partial loading#7144
11517f0fafThanks @riqwan! - feat(medusa,types): added store apis for products#6878
85a27c3572Thanks @gempain! - Fix logging error when trying to migrate products for enabling inventory module.#7095
62b9dcc6c1Thanks @riqwan! - feat(core-flows,medusa,types): cancel fulfillments API#7089
82cb6cfd36Thanks @kevinfurmanski! - fix: correct calculations of subtotal for shipping option requirements#6851
ea8d9d4d42Thanks @olivermrbl! - feat: API key sales channel link#7175
e26cda4b6aThanks @adrien2p! - feat(medusa, core-flows, types): Allow to update the rules from a shipping options#6837
6113af0a66Thanks @pepijn-vanvlaanderen! - Fix deleted discount missing on order#7178
efa3308d78Thanks @riqwan! - feat(medusa): add middleware filters + scope products#6977
bc06ad2db4Thanks @adrien2p! - Feat/shipping options api 3#7101
18f3aacee6Thanks @riqwan! - feat(core-flows,medusa,types): add create shipment api for fulfillments#7124
38c971f111Thanks @riqwan! - feat(medusa,types): add fulfillment provider list api#6858
6bf4d40856Thanks @srindom! - chore(medusa-test-utils): create declaration file#6883
eadc5e8a79Thanks @olivermrbl! - feat: Admin V2 API keys#6882
5e30b8cce6Thanks @riqwan! - feat(dashboard): added details page for promotions#6962
65794f4bb5Thanks @adrien2p! - feat: Create shipping options API#6917
b3a3993423Thanks @adrien2p! - fix(medusa-test-utils): recompute driver options#7029
93ef94cad3Thanks @riqwan! - feat(medusa,types): create promotion flows#6905
edafe7db47Thanks @pKorsholm! - feat(link-modules, core-flows, medusa): add sales channel location management endpoint#6800
4cf71af07dThanks @pKorsholm! - feat(core-flows, medusa): add update stock location endpoint to api-v2#7028
c78915c7c5Thanks @adrien2p! - feat(): Add support for shipping options prices update#7101
18f3aacee6Thanks @riqwan! - feat(core-flows,medusa,types): fulfillment API: create#7150
d2393f004eThanks @riqwan! - feat(core-flows, medusa): add shipping methods to cart API#7130
2446151420Thanks @riqwan! - feat(medusa): migrate store cart endpoints to zod#7018
f175cac4afThanks @pKorsholm! - feat(core-flows, medusa, types): add reservation item endpoints#6995
0a9b9b073dThanks @fPolic! - feat(medusa, core-flows,types): delete fulfillment set, delete shipping profile#6998
4f88743591Thanks @olivermrbl! - feat(medusa, customer): Add list filtering capabilities for customers#7026
00e6b21bb5Thanks @riqwan! - feat(medusa,types): added tax flows end to end#6788
18438a695aThanks @pKorsholm! - feat(medusa, stock-location-next): add list-stock-locations endpoint to api-v2#6865
8fd1488938Thanks @adrien2p! - chore: medusa shutdown#7081
7e66dd0dd0Thanks @kasperkristensen! - fix(medusa): Fix validation of V2 POST /customers and POST /customers/:idUpdated dependencies [
e603726985,8d356217bd,d333db0842,1eeb1e9de3,20e8df914e,a164c0d512,e0b02a1012,e944a627f0,1a48fe0282,86f499de2f,cc557c8752,dd35a4dbff,1bcb13f892,82a176e30e,62b9dcc6c1,5d9aea053c,ea8d9d4d42,e26cda4b6a,18f3aacee6,232322d035,45c49e89f2,71aeda7347,c3efac5a0d,528ef4ca90,65794f4bb5,edafe7db47,4cf71af07d,4b57c5d286,c78915c7c5,18f3aacee6,3affcc2525,667c8609cc,d2393f004e,f175cac4af,edcafa140c,0a9b9b073d,a6562d2a41,8fd1488938,1c6ba4468e]:v1.20.4Compare Source
Patch Changes
#6803
0168c819daThanks @srindom! - fix(medusa-test-utils): make module test runner models configurable#6759
70859397c0Thanks @sradevski! - Align the v2 product HTTP endpoints to follow conventions#6801
deab12e27eThanks @pKorsholm! - feat(types, medusa, core-flows): add delete-stock-location endpoint to api-v2#6739
56481e683dThanks @srindom! - feat: v2 - add worker mode#6796
9073d7aba3Thanks @riqwan! - feat(core-flows,medusa,types,utils): rename psma to prices#6819
7bc7adeeb4Thanks @olivermrbl! - feat: Create user account#6820
509ddf9a56Thanks @riqwan! - feat(medusa): migrate medusa unit tests to run with swc jest#6787
68b9812aa1Thanks @pKorsholm! - feat(core-flows, medusa): add create stock location endpoint for api-v2#6771
205573f5e3Thanks @srindom! - fix(medusa): ensure feature flags are loaded properly in migrate command#6680
26531c5a38Thanks @kasperkristensen! - feat(ui-preset): Pull latest styles from Figma.fix(ui): Fix invalid state styling of Select, so it correctly shows when aria-invalid is true.
fix(medusa): Align query params between
/admin/products/:id/variantsand/admin/variants.chore(client-types): Update
medusaclient types to reflect changes to the API.#6772
1ef9c78ceaThanks @adrien2p! - chore: v2 - deprecate extra in favor of driver options#6791
20132d7ceaThanks @pKorsholm! - feat(medusa, core-flows): add retrieve stock location endpoint to api-v2Updated dependencies [
0168c819da,70859397c0,06f22bb48a,deab12e27e,60070fb65f,7e93eda1a4,56481e683d,9073d7aba3,7bc7adeeb4,68b9812aa1,4974f5e455,05e857d256,3ca957ec0f,1ef9c78cea,20132d7cea]:v1.20.3Compare Source
Patch Changes
#6648
9288f53327Thanks @riqwan! - feat(core-flows,medusa,utils): added price list prices upsert and delete workflows + endpoints#6633
e124762873Thanks @kasperkristensen! - fix(medusa): Allows to filter price list products by multiple ids.#6678
d4b921f3dbThanks @riqwan! - feat(medusa,pricing,types): added get endpoints for pricing rule types#6539
557d86afbfThanks @riqwan! - feat(medusa,core-flows): update cart adjustments on item updates#6474
ac86362e81Thanks @riqwan! - feat(workflows-sdk,core-flows,medusa,types): add workflow to add promotions to cart#6580
e4acde1aa2Thanks @riqwan! - feat(medusa,core-flows,types): add cart <> tax integration workflows + steps#6697
1a661adf3eThanks @riqwan! - feat(medusa,types): GET admin promotion endpoint to fetch by code#6711
0c705d7bd4Thanks @riqwan! - feat(medusa): rework prices add/remove to batch spec#6631
56504c99f0Thanks @madsleejensen! - bug: fix constraint on customer table to allow soft-deletes#6703
c3f26a6826Thanks @kasperkristensen! - fix(medusa): Includecountryin draft orders' carts' default relations to allow properly displaying addresses.#6696
04a532e5efThanks @riqwan! - feat(core-flows,medusa,types): remove rules from promotion endpoints + workflows#6595
f0ef0a8784Thanks @adrien2p! - fix: integration-tests/modules#6544
296d7faad4Thanks @olivermrbl! - chore: V2 core loader + modules integration-tests#6330
0c2a460751Thanks @carlos-r-l-rodrigues! - Workflow engine API#6677
25d176b851Thanks @olivermrbl! - feat: List shipping options for cart#6418
1ba35b02ddThanks @olivermrbl! - feat: Cart SalesChannel link#6617
7c46b0f88bThanks @riqwan! - feat(medusa): added list price list products endpoint#6411
586df9da25Thanks @carlos-r-l-rodrigues! - Fix custom modules loader#6692
640eccd5ddThanks @riqwan! - feat(core-flows,medusa,types,utils): add rules to promotion endpoints + workflow#6550
fb25471e92Thanks @kasperkristensen! - fix(medusa): Adds updated_at query param to list-reservations. Fixes OAS for list-inventory-items.#6667
c3c4f49fc2Thanks @riqwan! - feat(core-flows,medusa,types): add automatic-taxes to region + generate tax lines endpoint#6606
c2d56ca12bThanks @kasperkristensen! - fix(medusa): Fixes pagination on list Tax Rate endpoint, and also adds missing query params like order, search and filters.#6648
9288f53327Thanks @riqwan! - feat(core-flows,medusa,pricing,types,utils): added price list workflows + endpoints#6684
b78f863d80Thanks @riqwan! - feat(core-flows,medusa): added api + workflows for rule types CRUD#6441
8dad2b51a2Thanks @riqwan! - feat(medusa-react,medusa,utils): fix login for medusa v2 admin next dashboard#6564
2d00625729Thanks @kasperkristensen! - fix(medusa,ui) Export param types for workflow endpoints. Add support for JSON to CodeBlock component.#6731
873c21355cThanks @srindom! - fix(medusa): make subscribers work in v2#6490
608c10383aThanks @fPolic! - fix(medusa): addorderparam to discounts list#6711
0c705d7bd4Thanks @riqwan! - feat(core-flows,medusa,types): split upsert workflow to create and update#6658
78e5ec459aThanks @kasperkristensen! - fix(medusa): Add missing query params to draft order list endpoint#6380
d37ff8024dThanks @kasperkristensen! - fix(medusa,ui): Fixes list query params for the following endpoints: "/admin/customers", "/admin/customer-groups", "/admin/gift-cards", and "/admin/collections".#6701
7be0a2cf6dThanks @riqwan! - chore(medusa): use batch/add and batch/remove endpoints for promotion rules#6408
1d91b7429bThanks @adrien2p! - feat(fulfillment): implementation part 2#6483
e076590ff2Thanks @kasperkristensen! - fix(medusa): Add query params to Pub. API key endpoint#6727
c20eb15cd9Thanks @pKorsholm! - feat(medusa, core-flows, types): Add delete-location-level api-v2 endpoints#6702
e5945479e0Thanks @riqwan! - feat(medusa,core-flows,types): adds update promotion rule endpoint + workflow#6514
f5c2256286Thanks @riqwan! - feat(core-flows,medusa,types,utils): adds update cart API with promotions#6592
000eb61e33Thanks @riqwan! - feat(pricing,medusa,utils): added list + get endpoints for price lists#6708
62d5803b20Thanks @pKorsholm! - feat(medusa, core-flows, inventory-next): add delete-inventory-item endpoint#6700
8f8a4f9b13Thanks @olivermrbl! - chore: Version all modules to allow for initial testing#6704
56a6ec0227Thanks @pKorsholm! - feat(medusa): add get-inventory-item endpoint to api v2#6543
4d38eb3bf8Thanks @sradevski! - chore: Use default countries and currencies from utils#6311
ce39b9b66eThanks @olivermrbl! - feat(payment-stripe): new Stripe payment provider#6327 [
4d51f095b3](https://redirConfiguration
📅 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.
This PR was generated by Mend Renovate. View the repository job log.