Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 3, 2025

Bumps the medusa group with 4 updates: @medusajs/admin-sdk, @medusajs/cli, @medusajs/framework and @medusajs/medusa.

Updates @medusajs/admin-sdk from 2.11.3 to 2.12.1

Release notes

Sourced from @​medusajs/admin-sdk's releases.

v2.12.1: Fix regression in events system

Highlights

This release fixes a regression in the events system introduced in medusajs/medusa#14084. That PR added an optimization to emit events only when at least one subscriber is registered for the event.

However, this unintentionally broke instances running in server mode. Historically, server instances have not registered subscribers, only worker instances have. With the new optimization, these instances incorrectly determined that no subscribers existed for all emitted events and therefore skipped emission entirely.

As a result, applications running version 2.12.0 in server mode have effectively emitted no events.

If you have already upgraded to 2.12.0 and are using server instances, we strongly recommend validating whether any critical events have been missed since the upgrade and, if necessary, processing them manually.

This release also contains a migration, so you need to run the migration script after upgrading:

npx medusa db:migrate

Bugs

Documentation

Chores

Full Changelog: medusajs/medusa@v2.12.0...v2.12.1

2.12.0: New Promotion limit, custom display ID on orders, improved event management

Highlights

This release introduces migrations, so remember to run migrations after installing the version:

... (truncated)

Changelog

Sourced from @​medusajs/admin-sdk's changelog.

2.12.1

Patch Changes

  • Updated dependencies []:
    • @​medusajs/admin-shared@​2.12.1

2.12.0

Patch Changes

Commits
Maintainer changes

This version was pushed to npm by olijuhl, a new releaser for @​medusajs/admin-sdk since your current version.


Updates @medusajs/cli from 2.11.3 to 2.12.1

Release notes

Sourced from @​medusajs/cli's releases.

v2.12.1: Fix regression in events system

Highlights

This release fixes a regression in the events system introduced in medusajs/medusa#14084. That PR added an optimization to emit events only when at least one subscriber is registered for the event.

However, this unintentionally broke instances running in server mode. Historically, server instances have not registered subscribers, only worker instances have. With the new optimization, these instances incorrectly determined that no subscribers existed for all emitted events and therefore skipped emission entirely.

As a result, applications running version 2.12.0 in server mode have effectively emitted no events.

If you have already upgraded to 2.12.0 and are using server instances, we strongly recommend validating whether any critical events have been missed since the upgrade and, if necessary, processing them manually.

This release also contains a migration, so you need to run the migration script after upgrading:

npx medusa db:migrate

Bugs

Documentation

Chores

Full Changelog: medusajs/medusa@v2.12.0...v2.12.1

2.12.0: New Promotion limit, custom display ID on orders, improved event management

Highlights

This release introduces migrations, so remember to run migrations after installing the version:

... (truncated)

Changelog

Sourced from @​medusajs/cli's changelog.

2.12.1

Patch Changes

2.12.0

Patch Changes

Commits
Maintainer changes

This version was pushed to npm by olijuhl, a new releaser for @​medusajs/cli since your current version.


Updates @medusajs/framework from 2.11.3 to 2.12.1

Release notes

Sourced from @​medusajs/framework's releases.

v2.12.1: Fix regression in events system

Highlights

This release fixes a regression in the events system introduced in medusajs/medusa#14084. That PR added an optimization to emit events only when at least one subscriber is registered for the event.

However, this unintentionally broke instances running in server mode. Historically, server instances have not registered subscribers, only worker instances have. With the new optimization, these instances incorrectly determined that no subscribers existed for all emitted events and therefore skipped emission entirely.

As a result, applications running version 2.12.0 in server mode have effectively emitted no events.

If you have already upgraded to 2.12.0 and are using server instances, we strongly recommend validating whether any critical events have been missed since the upgrade and, if necessary, processing them manually.

This release also contains a migration, so you need to run the migration script after upgrading:

npx medusa db:migrate

Bugs

Documentation

Chores

Full Changelog: medusajs/medusa@v2.12.0...v2.12.1

2.12.0: New Promotion limit, custom display ID on orders, improved event management

Highlights

This release introduces migrations, so remember to run migrations after installing the version:

... (truncated)

Changelog

Sourced from @​medusajs/framework's changelog.

2.12.1

Patch Changes

2.12.0

Patch Changes

Commits
Maintainer changes

This version was pushed to npm by olijuhl, a new releaser for @​medusajs/framework since your current version.


Updates @medusajs/medusa from 2.11.3 to 2.12.1

Release notes

Sourced from @​medusajs/medusa's releases.

v2.12.1: Fix regression in events system

Highlights

This release fixes a regression in the events system introduced in medusajs/medusa#14084. That PR added an optimization to emit events only when at least one subscriber is registered for the event.

However, this unintentionally broke instances running in server mode. Historically, server instances have not registered subscribers, only worker instances have. With the new optimization, these instances incorrectly determined that no subscribers existed for all emitted events and therefore skipped emission entirely.

As a result, applications running version 2.12.0 in server mode have effectively emitted no events.

If you have already upgraded to 2.12.0 and are using server instances, we strongly recommend validating whether any critical events have been missed since the upgrade and, if necessary, processing them manually.

This release also contains a migration, so you need to run the migration script after upgrading:

npx medusa db:migrate

Bugs

Documentation

Chores

Full Changelog: medusajs/medusa@v2.12.0...v2.12.1

2.12.0: New Promotion limit, custom display ID on orders, improved event management

Highlights

This release introduces migrations, so remember to run migrations after installing the version:

... (truncated)

Changelog

Sourced from @​medusajs/medusa's changelog.

2.12.1

Patch Changes

  • #14196 391d8dc6cd50c79b678059fdeb7774a72e243143 Thanks @​adrien2p! - fix(): event emitting

  • Updated dependencies [ef162f8b5ff32c9ce779119eb8eabffea62655be]:

    • @​medusajs/order@​2.12.1
    • @​medusajs/framework@​2.12.1
    • @​medusajs/analytics@​2.12.1
    • @​medusajs/api-key@​2.12.1
    • @​medusajs/auth@​2.12.1
    • @​medusajs/caching@​2.12.1
    • @​medusajs/cart@​2.12.1
    • @​medusajs/currency@​2.12.1
    • @​medusajs/customer@​2.12.1
    • @​medusajs/file@​2.12.1
    • @​medusajs/fulfillment@​2.12.1
    • @​medusajs/index@​2.12.1
    • @​medusajs/inventory@​2.12.1
    • @​medusajs/link-modules@​2.12.1
    • @​medusajs/locking@​2.12.1
    • @​medusajs/notification@​2.12.1
    • @​medusajs/payment@​2.12.1
    • @​medusajs/pricing@​2.12.1
    • @​medusajs/product@​2.12.1
    • @​medusajs/promotion@​2.12.1
    • @​medusajs/region@​2.12.1
    • @​medusajs/sales-channel@​2.12.1
    • @​medusajs/settings@​2.12.1
    • @​medusajs/stock-location@​2.12.1
    • @​medusajs/store@​2.12.1
    • @​medusajs/tax@​2.12.1
    • @​medusajs/user@​2.12.1
    • @​medusajs/workflow-engine-inmemory@​2.12.1
    • @​medusajs/workflow-engine-redis@​2.12.1
    • @​medusajs/draft-order@​2.12.1
    • @​medusajs/core-flows@​2.12.1
    • @​medusajs/cache-inmemory@​2.12.1
    • @​medusajs/cache-redis@​2.12.1
    • @​medusajs/event-bus-local@​2.12.1
    • @​medusajs/event-bus-redis@​2.12.1
    • @​medusajs/analytics-local@​2.12.1
    • @​medusajs/analytics-posthog@​2.12.1
    • @​medusajs/auth-emailpass@​2.12.1
    • @​medusajs/auth-github@​2.12.1
    • @​medusajs/auth-google@​2.12.1
    • @​medusajs/caching-redis@​2.12.1
    • @​medusajs/file-local@​2.12.1
    • @​medusajs/file-s3@​2.12.1

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by olijuhl, a new releaser for @​medusajs/medusa since your current version.


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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the medusa group with 4 updates: [@medusajs/admin-sdk](https://github.com/medusajs/medusa/tree/HEAD/packages/admin/admin-sdk), [@medusajs/cli](https://github.com/medusajs/medusa/tree/HEAD/packages/cli/medusa-cli), [@medusajs/framework](https://github.com/medusajs/medusa/tree/HEAD/packages/core/framework) and [@medusajs/medusa](https://github.com/medusajs/medusa/tree/HEAD/packages/medusa).


Updates `@medusajs/admin-sdk` from 2.11.3 to 2.12.1
- [Release notes](https://github.com/medusajs/medusa/releases)
- [Changelog](https://github.com/medusajs/medusa/blob/develop/packages/admin/admin-sdk/CHANGELOG.md)
- [Commits](https://github.com/medusajs/medusa/commits/v2.12.1/packages/admin/admin-sdk)

Updates `@medusajs/cli` from 2.11.3 to 2.12.1
- [Release notes](https://github.com/medusajs/medusa/releases)
- [Changelog](https://github.com/medusajs/medusa/blob/develop/packages/cli/medusa-cli/CHANGELOG.md)
- [Commits](https://github.com/medusajs/medusa/commits/v2.12.1/packages/cli/medusa-cli)

Updates `@medusajs/framework` from 2.11.3 to 2.12.1
- [Release notes](https://github.com/medusajs/medusa/releases)
- [Changelog](https://github.com/medusajs/medusa/blob/develop/packages/core/framework/CHANGELOG.md)
- [Commits](https://github.com/medusajs/medusa/commits/v2.12.1/packages/core/framework)

Updates `@medusajs/medusa` from 2.11.3 to 2.12.1
- [Release notes](https://github.com/medusajs/medusa/releases)
- [Changelog](https://github.com/medusajs/medusa/blob/develop/packages/medusa/CHANGELOG.md)
- [Commits](https://github.com/medusajs/medusa/commits/v2.12.1/packages/medusa)

---
updated-dependencies:
- dependency-name: "@medusajs/admin-sdk"
  dependency-version: 2.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: medusa
- dependency-name: "@medusajs/cli"
  dependency-version: 2.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: medusa
- dependency-name: "@medusajs/framework"
  dependency-version: 2.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: medusa
- dependency-name: "@medusajs/medusa"
  dependency-version: 2.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: medusa
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants