AlexTy-dev / medusa-custom-admin-panel

4 stars 0 forks source link

Bump @medusajs/medusa from 1.19.0 to 1.20.7 in the medusa group across 1 directory #57

Open dependabot[bot] opened 5 months ago

dependabot[bot] commented 5 months ago

Bumps the medusa group with 1 update in the / directory: @medusajs/medusa.

Updates @medusajs/medusa from 1.19.0 to 1.20.7

Release notes

Sourced from @​medusajs/medusa's releases.

v1.20.7

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: https://github.com/medusajs/medusa/compare/v1.20.6...v1.20.7

v1.20.6

... (truncated)

Changelog

Sourced from @​medusajs/medusa's changelog.

1.20.7

Patch Changes

1.20.6

Patch Changes

  • #7203 1422cd2900 Thanks @​kasperkristensen! - fix(admin,admin-ui,medusa): Fixes an issue where the host option did not have a default value. Updates the version of tailwindcss, autoprefixer, and postcss in @medusajs/admin-ui, to avoid issues when importing components using tailwindcss@4. Fixes an issue in @medusajs/medusa where the develop command would throw an error when @medusajs/admin was not installed.

1.20.5

Patch Changes

... (truncated)

Commits
  • 98f3348 chore: Version packages
  • 847180d fix(medusa): TX isolation level in batch job subscriber (#7661)
  • 26fb09d chore: Version packages
  • 1422cd2 fix(admin,admin-ui,medusa): Set default value for host + other minor fixes (#...
  • ec37576 feat: Add collection and category endpoints to store (#7155)
  • 2c807df chore: Version Packages (#6839)
  • e26cda4 feat(medusa, core-flows, types): Allow to update the rules from a shipping op...
  • efa3308 feat(medusa): add middleware filters + scope products (#7178)
  • 11517f0 feat(medusa,types): added store apis for products (#7144)
  • 32c2a9d feat: Add missing endpoints and normalize customer and currency endpoints for...
  • 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 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions