Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump @medusajs/medusa from 1.20.6 to 1.20.7 in the medusa group #541

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 12, 2024

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

Updates @medusajs/medusa from 1.20.6 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: medusajs/medusa@v1.20.6...v1.20.7

Changelog

Sourced from @​medusajs/medusa's changelog.

1.20.7

Patch Changes

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 12, 2024
Bumps the medusa group with 1 update: [@medusajs/medusa](https://github.com/medusajs/medusa/tree/HEAD/packages/medusa).


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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/medusa-282bc99ca9 branch from 3b412c2 to c1a26fb Compare July 15, 2024 05:06
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 19, 2024

Looks like @medusajs/medusa is no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Jul 19, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/medusa-282bc99ca9 branch July 19, 2024 05:04
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants