Skip to content

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

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

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

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2026

Bumps @medusajs/dashboard from 2.13.1 to 2.13.3.

Release notes

Sourced from @​medusajs/dashboard's releases.

v2.13.3: Fixes regression with entity on query config

Highlights

Fixes regression with undefined entity on req.queryConfig

In v2.13.2 req.queryConfig started including an entity property even when its value was undefined. This caused routes that spread req.queryConfig into query.graph() to have their entity property overwritten by undefined, resulting in the exception: Service with alias "undefined" was not found error. This release fixes the issue by only setting the entity property in req.queryConfig when it indeed has a value.

#14815

Bugs

Chores

Full Changelog: medusajs/medusa@v2.13.2...v2.13.3

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 upgrade to 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
</tr></table>

... (truncated)

Changelog

Sourced from @​medusajs/dashboard's changelog.

2.13.3

Patch Changes

  • Updated dependencies []:
    • @​medusajs/js-sdk@​2.13.3
    • @​medusajs/admin-shared@​2.13.3
    • @​medusajs/icons@​2.13.3
    • @​medusajs/ui@​4.1.3

2.13.2

Patch Changes

Commits
  • e6c85b8 Version Packages (#14813)
  • 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)
  • 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.3.
- [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.3/packages/admin/dashboard)

---
updated-dependencies:
- dependency-name: "@medusajs/dashboard"
  dependency-version: 2.13.3
  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 Mar 2, 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