Update dependency @medusajs/medusa to v1.20.10 #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.10
Release Notes
medusajs/medusa (@medusajs/medusa)
v1.20.10
Compare Source
Bugs
JobSchedulerService
queue's name by @adevinwild in https://github.com/medusajs/medusa/pull/9000instanceof MedusaError
does not work by @McTom234 in https://github.com/medusajs/medusa/pull/9107Documentation
Full Changelog: medusajs/medusa@1.20.10...v1.20.11
v1.20.9
Compare Source
Fixes
backend
to pass through in development by @kasperkristensen in https://github.com/medusajs/medusa/pull/8231Full Changelog: medusajs/medusa@v1.20.8...v1.20.9
v1.20.8
Compare Source
Features
Bugs
Documentation
Chores
New Contributors
Full Changelog: medusajs/medusa@v1.20.7...v1.20.8
v1.20.7
Compare 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.6
Compare Source
Highlights
Resolves several issues in
@medusajs/admin
host
option in@medusjs/admin
.tailwindcss
,autoprefixer
, andpostcss
in@medusajs/admin-ui
, to avoid issues when importing components usingtailwindcss@4
.@medusajs/medusa
where thedevelop
command would throw an error when@medusajs/admin
was not installed.https://github.com/medusajs/medusa/pull/7203
Bugs
host
+ other minor fixes by @kasperkristensen in https://github.com/medusajs/medusa/pull/7203Full Changelog: medusajs/medusa@v1.20.5...v1.20.6
v1.20.5
Compare Source
Patch Changes
#6827
0c0b425de7
Thanks @riqwan! - feat(medusa-react,medusa,types,dashboard): added empty state for promotions list page#6913
49f16ab08d
Thanks @adrien2p! - fix(medusa): Fix get-query-config backward compatiblity#7077
8d356217bd
Thanks @riqwan! - feat(medusa,core-flows,types): add batch updates to price list prices#6850
e58e81fd25
Thanks @fPolic! - fix(medusa): associate refund with order when callingrefundFromPayment
#7128
40686ba980
Thanks @kasperkristensen! - fix(medusa,admin-ui): Remove forcedbackendUrl
from develop command. Allow specifying an alternative host value#6864
e944a627f0
Thanks @adrien2p! - feat: region payment providers management workflows/api#6880
1a48fe0282
Thanks @sradevski! - Add v2 product type endpoints and adjust the product module#6911
483bf98a49
Thanks @riqwan! - feat(medusa): added endpoints for rule attribute/operator/values options#7166
08a9297f76
Thanks @adrien2p! - feat(medusa): Remove require id from update shipping options validatorcc557c8752
Thanks @carlos-r-l-rodrigues! - Order endpoints and Cart totals#6943
58c68f6715
Thanks @fPolic! - feat(medusa, types): list payment providers endpoint#6876
1bcb13f892
Thanks @olivermrbl! - feat: Remove sales channels from pub keys#6901
82a176e30e
Thanks @adrien2p! - chore(medusa-test-utils): Handle errors gracefully + Do not set Distributed storage on partial loading#7144
11517f0faf
Thanks @riqwan! - feat(medusa,types): added store apis for products#6878
85a27c3572
Thanks @gempain! - Fix logging error when trying to migrate products for enabling inventory module.#7095
62b9dcc6c1
Thanks @riqwan! - feat(core-flows,medusa,types): cancel fulfillments API#7089
82cb6cfd36
Thanks @kevinfurmanski! - fix: correct calculations of subtotal for shipping option requirements#6851
ea8d9d4d42
Thanks @olivermrbl! - feat: API key sales channel link#7175
e26cda4b6a
Thanks @adrien2p! - feat(medusa, core-flows, types): Allow to update the rules from a shipping options#6837
6113af0a66
Thanks @pepijn-vanvlaanderen! - Fix deleted discount missing on order#7178
efa3308d78
Thanks @riqwan! - feat(medusa): add middleware filters + scope products#6977
bc06ad2db4
Thanks @adrien2p! - Feat/shipping options api 3#7101
18f3aacee6
Thanks @riqwan! - feat(core-flows,medusa,types): add create shipment api for fulfillments#7124
38c971f111
Thanks @riqwan! - feat(medusa,types): add fulfillment provider list api#6858
6bf4d40856
Thanks @srindom! - chore(medusa-test-utils): create declaration file#6883
eadc5e8a79
Thanks @olivermrbl! - feat: Admin V2 API keys#6882
5e30b8cce6
Thanks @riqwan! - feat(dashboard): added details page for promotions#6962
65794f4bb5
Thanks @adrien2p! - feat: Create shipping options API#6917
b3a3993423
Thanks @adrien2p! - fix(medusa-test-utils): recompute driver options#7029
93ef94cad3
Thanks @riqwan! - feat(medusa,types): create promotion flows#6905
edafe7db47
Thanks @pKorsholm! - feat(link-modules, core-flows, medusa): add sales channel location management endpoint#6800
4cf71af07d
Thanks @pKorsholm! - feat(core-flows, medusa): add update stock location endpoint to api-v2#7028
c78915c7c5
Thanks @adrien2p! - feat(): Add support for shipping options prices update#7101
18f3aacee6
Thanks @riqwan! - feat(core-flows,medusa,types): fulfillment API: create#7150
d2393f004e
Thanks @riqwan! - feat(core-flows, medusa): add shipping methods to cart API#7130
2446151420
Thanks @riqwan! - feat(medusa): migrate store cart endpoints to zod#7018
f175cac4af
Thanks @pKorsholm! - feat(core-flows, medusa, types): add reservation item endpoints#6995
0a9b9b073d
Thanks @fPolic! - feat(medusa, core-flows,types): delete fulfillment set, delete shipping profile#6998
4f88743591
Thanks @olivermrbl! - feat(medusa, customer): Add list filtering capabilities for customers#7026
00e6b21bb5
Thanks @riqwan! - feat(medusa,types): added tax flows end to end#6788
18438a695a
Thanks @pKorsholm! - feat(medusa, stock-location-next): add list-stock-locations endpoint to api-v2#6865
8fd1488938
Thanks @adrien2p! - chore: medusa shutdown#7081
7e66dd0dd0
Thanks @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.4
Compare Source
Patch Changes
#6803
0168c819da
Thanks @srindom! - fix(medusa-test-utils): make module test runner models configurable#6759
70859397c0
Thanks @sradevski! - Align the v2 product HTTP endpoints to follow conventions#6801
deab12e27e
Thanks @pKorsholm! - feat(types, medusa, core-flows): add delete-stock-location endpoint to api-v2#6739
56481e683d
Thanks @srindom! - feat: v2 - add worker mode#6796
9073d7aba3
Thanks @riqwan! - feat(core-flows,medusa,types,utils): rename psma to prices#6819
7bc7adeeb4
Thanks @olivermrbl! - feat: Create user account#6820
509ddf9a56
Thanks @riqwan! - feat(medusa): migrate medusa unit tests to run with swc jest#6787
68b9812aa1
Thanks @pKorsholm! - feat(core-flows, medusa): add create stock location endpoint for api-v2#6771
205573f5e3
Thanks @srindom! - fix(medusa): ensure feature flags are loaded properly in migrate command#6680
26531c5a38
Thanks @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/variants
and/admin/variants
.chore(client-types): Update
medusa
client types to reflect changes to the API.#6772
1ef9c78cea
Thanks @adrien2p! - chore: v2 - deprecate extra in favor of driver options#6791
20132d7cea
Thanks @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.3
Compare Source
Patch Changes
#6648
9288f53327
Thanks @riqwan! - feat(core-flows,medusa,utils): added price list prices upsert and delete workflows + endpoints#6633
e124762873
Thanks @kasperkristensen! - fix(medusa): Allows to filter price list products by multiple ids.#6678
d4b921f3db
Thanks @riqwan! - feat(medusa,pricing,types): added get endpoints for pricing rule types#6539
557d86afbf
Thanks @riqwan! - feat(medusa,core-flows): update cart adjustments on item updates#6474
ac86362e81
Thanks @riqwan! - feat(workflows-sdk,core-flows,medusa,types): add workflow to add promotions to cart#6580
e4acde1aa2
Thanks @riqwan! - feat(medusa,core-flows,types): add cart <> tax integration workflows + steps#6697
1a661adf3e
Thanks @riqwan! - feat(medusa,types): GET admin promotion endpoint to fetch by code#6711
0c705d7bd4
Thanks @riqwan! - feat(medusa): rework prices add/remove to batch spec#6631
56504c99f0
Thanks @madsleejensen! - bug: fix constraint on customer table to allow soft-deletes#6703
c3f26a6826
Thanks @kasperkristensen! - fix(medusa): Includecountry
in draft orders' carts' default relations to allow properly displaying addresses.#6696
04a532e5ef
Thanks @riqwan! - feat(core-flows,medusa,types): remove rules from promotion endpoints + workflows#6595
f0ef0a8784
Thanks @adrien2p! - fix: integration-tests/modules#6544
296d7faad4
Thanks @olivermrbl! - chore: V2 core loader + modules integration-tests#6330
0c2a460751
Thanks @carlos-r-l-rodrigues! - Workflow engine API#6677
25d176b851
Thanks @olivermrbl! - feat: List shipping options for cart#6418
1ba35b02dd
Thanks @olivermrbl! - feat: Cart SalesChannel link#6617
7c46b0f88b
Thanks @riqwan! - feat(medusa): added list price list products endpoint#6411
586df9da25
Thanks @carlos-r-l-rodrigues! - Fix custom modules loader#6692
640eccd5dd
Thanks @riqwan! - feat(core-flows,medusa,types,utils): add rules to promotion endpoints + workflow#6550
fb25471e92
Thanks @kasperkristensen! - fix(medusa): Adds updated_at query param to list-reservations. Fixes OAS for list-inventory-items.#6667
c3c4f49fc2
Thanks @riqwan! - feat(core-flows,medusa,types): add automatic-taxes to region + generate tax lines endpoint#6606
c2d56ca12b
Thanks @kasperkristensen! - fix(medusa): Fixes pagination on list Tax Rate endpoint, and also adds missing query params like order, search and filters.#6648
9288f53327
Thanks @riqwan! - feat(core-flows,medusa,pricing,types,utils): added price list workflows + endpoints#6684
b78f863d80
Thanks @riqwan! - feat(core-flows,medusa): added api + workflows for rule types CRUD#6441
8dad2b51a2
Thanks @riqwan! - feat(medusa-react,medusa,utils): fix login for medusa v2 admin next dashboard#6564
2d00625729
Thanks @kasperkristensen! - fix(medusa,ui) Export param types for workflow endpoints. Add support for JSON to CodeBlock component.#6731
873c21355c
Thanks @srindom! - fix(medusa): make subscribers work in v2#6490
608c10383a
Thanks @fPolic! - fix(medusa): addorder
param to discounts list#6711
0c705d7bd4
Thanks @riqwan! - feat(core-flows,medusa,types): split upsert workflow to create and update#6658
78e5ec459a
Thanks @kasperkristensen! - fix(medusa): Add missing query params to draft order list endpoint#6380
d37ff8024d
Thanks @kasperkristensen! - fix(medusa,ui): Fixes list query params for the following endpoints: "/admin/customers", "/admin/customer-groups", "/admin/gift-cards", and "/admin/collections".#6701
7be0a2cf6d
Thanks @riqwan! - chore(medusa): use batch/add and batch/remove endpoints for promotion rules#6408
1d91b7429b
Thanks @adrien2p! - feat(fulfillment): implementation part 2#6483
e076590ff2
Thanks @kasperkristensen! - fix(medusa): Add query params to Pub. API key endpoint#6727
c20eb15cd9
Thanks @pKorsholm! - feat(medusa, core-flows, types): Add delete-location-level api-v2 endpoints#6702
e5945479e0
Thanks @riqwan! - feat(medusa,core-flows,types): adds update promotion rule endpoint + workflow#6514
f5c2256286
Thanks @riqwan! - feat(core-flows,medusa,types,utils): adds update cart API with promotions#6592
000eb61e33
Thanks @riqwan! - feat(pricing,medusa,utils): added list + get endpoints for price lists#6708
62d5803b20
Thanks @pKorsholm! - feat(medusa, core-flows, inventory-next): add delete-inventory-item endpoint#6700
8f8a4f9b13
Thanks @olivermrbl! - chore: Version all modules to allow for initial testing#6704
56a6ec0227
Thanks @pKorsholm! - feat(medusa): add get-inventory-item endpoint to api v2#6543
4d38eb3bf8
Thanks @sradevski! - chore: Use default countries and currencies from utils#6311
ce39b9b66e
Thanks @olivermrbl! - feat(payment-stripe): new Stripe payment provider#6327
4d51f095b3
Thanks @pKorsholm! - feat(core-flows, types, utils, medusa): add user endpoints to api-v2#6415
8ff838970e
Thanks @fPolic! - fix(maedusa): register logger when running migrations#6428
44d43e8155
Thanks @kasperkristensen! - feat(medusa,medusa-js,medusa-react,icons): Fixes GET /admin/products/:id/variants endpoint in the core, and medusa-js and medusa-react. Pulls latest icons from Figma into@medusajs/icons
.#6698
cc1b66842c
Thanks @riqwan! - feat(core-flows,medusa,types,utils): add/remove fulfillment shipping option rules#6392
24fb102a56
Thanks @olivermrbl! - feat: CartRegion link, definition + workflowUpdated dependencies [
9288f53327
,557d86afbf
,ac86362e81
,e4acde1aa2
,56d97ebef9
,56cbf88115
,36a61658f9
,04a532e5ef
,f0ef0a8784
,0c2a460751
,25d176b851
,1ba35b02dd
, [`c319Configuration
📅 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.