Skip to content

chore(deps-backend)(deps): bump @medusajs/dashboard from 2.13.1 to 2.13.2#31

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/medusajs/dashboard-2.13.2
Open

chore(deps-backend)(deps): bump @medusajs/dashboard from 2.13.1 to 2.13.2#31
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/medusajs/dashboard-2.13.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 27, 2026

Bumps @medusajs/dashboard from 2.13.1 to 2.13.2.

Release notes

Sourced from @​medusajs/dashboard's releases.

v2.13.2: Admin dashboard fixes and DX improvements

⚠️ Warning: v2.13.2 introduces a regression that causes req.queryConfig to include entity: undefined, which can break routes that spread req.queryConfig into query.graph() (e.g., query.graph({entity: "some_entity", ...req.queryConfig })), resulting in a Service with alias "undefined" was not found error. Please wait for v2.13.3, which fixes this issue. See #14815 for details.

Highlights

Fix credit line computation on order cancellation and refunding

When cancelling an order with multiple payments (some cancelled or pending), the credit line amount was being incorrectly computed based on all payment amounts, regardless of status. This could result in large negative pending differences. The computation now only considers captured amounts, ensuring accurate credit line totals.

#14670

When refunding an order's payments, the credit line amount was being incorrectly computed based on all payments, regardless of the outcome of their corresponding refund. The computation now only takes into account successful refunds.

#14781

Filter orders by total amount (view configuration FF enabled) and define max file upload size

Provided the View Configurations feature flag is enabled, the order table now allows filtering orders by their total amount by mapping the value to the underlying order_summary field.

#14146

We previously introduced a 1MB limit on file uploads. To attend to different use cases, this release introduces the ability to configure this limit through the medusa-config file. This can be configured as shown below:

// medusa-config.ts
  import { defineConfig } from "@medusajs/framework/utils"
export default defineConfig({
admin: {
// Set max upload size to 10MB
maxUploadFileSize: 10 * 1024 * 1024,
  // Or disable the limit entirely
  // maxUploadFileSize: Infinity,
},
// ... other config

})

#14720

Show all plugin settings routes in the dashboard

Up until now, only the first plugin's settings routes have appeared in the admin dashboard. If multiple plugins register settings pages, only one would show. All plugin settings route children are now correctly merged and displayed.

#14461

Fix create-medusa-app storefront installation when using pnpm

... (truncated)

Changelog

Sourced from @​medusajs/dashboard's changelog.

2.13.2

Patch Changes

Commits
  • c904fb7 Version Packages (#14664)
  • 19fdb0c fix(admin): use is_tax_inclusive as column id in store add-currencies form (#...
  • a4c420e chore(dashboard): Add i18n support for promotion template titles and descript...
  • f37f029 feat(admin): add configurable maximum file upload size (#14720)
  • d2ce360 RFC - feat: Introduce filtering by orders total on the Admin UI (#14146)
  • bc36968 fix(dashboard): Initialize complete price structure for variants in price lis...
  • c1cc9a7 fix(dashboard): handle undefined payment_collections in order table calculati...
  • b87899f fix(dashboard): settingsRoutes list error (#14461)
  • 337a7bb fix(dashboard): pass product ID explicitly to edit option form (#14631)
  • a74623d fix(admin): Fix table cell stacking in RTL languages (#14568)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 show <dependency name> 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)

Bumps [@medusajs/dashboard](https://github.com/medusajs/medusa/tree/HEAD/packages/admin/dashboard) from 2.13.1 to 2.13.2.
- [Release notes](https://github.com/medusajs/medusa/releases)
- [Changelog](https://github.com/medusajs/medusa/blob/develop/packages/admin/dashboard/CHANGELOG.md)
- [Commits](https://github.com/medusajs/medusa/commits/@medusajs/dashboard@2.13.2/packages/admin/dashboard)

---
updated-dependencies:
- dependency-name: "@medusajs/dashboard"
  dependency-version: 2.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 27, 2026

Labels

The following labels could not be found: backend, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants