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

build(deps): bump the medusa group with 8 updates #13

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 1, 2024

Bumps the medusa group with 8 updates:

Package From To
@medusajs/admin 7.1.8 7.1.11
@medusajs/event-bus-local 1.9.7 1.9.8
@medusajs/event-bus-redis 1.8.10 1.8.11
@medusajs/file-local 1.0.2 1.0.3
@medusajs/medusa 1.18.1 1.20.2
medusa-fulfillment-manual 1.1.38 1.1.39
medusa-interfaces 1.3.7 1.3.8
medusa-payment-stripe 6.0.6 6.0.7

Updates @medusajs/admin from 7.1.8 to 7.1.11

Changelog

Sourced from @​medusajs/admin's changelog.

7.1.11

Patch Changes

7.1.10

Patch Changes

7.1.9

Patch Changes

Commits

Updates @medusajs/event-bus-local from 1.9.7 to 1.9.8

Changelog

Sourced from @​medusajs/event-bus-local's changelog.

1.9.8

Patch Changes

Commits

Updates @medusajs/event-bus-redis from 1.8.10 to 1.8.11

Changelog

Sourced from @​medusajs/event-bus-redis's changelog.

1.8.11

Patch Changes

Commits

Updates @medusajs/file-local from 1.0.2 to 1.0.3

Changelog

Sourced from @​medusajs/file-local's changelog.

1.0.3

Patch Changes

  • #6100 4792c5522 Thanks @​shahednasser! - chore(@​medusajs/medusa): add missing constructor to some services fix(@​medusajs/file-local): Fix argument passed to the constructor fix(medusa-file-minio): Fix argument passed to the constructor fix(medusa-file-s3): Fix argument passed to the constructor
Commits

Updates @medusajs/medusa from 1.18.1 to 1.20.2

Release notes

Sourced from @​medusajs/medusa's releases.

v1.20.2

Highlights

Improve error messaging

We have improved error messaging for missing exports of custom services. Until now, the following non-descriptive message was logged:

image

In 1.20.2, the same error will now log to the console:

CleanShot 2024-02-08 at 10 11 16

This change landed in medusajs/medusa#6240.

Expose option to configure batch size of staged job polling

We have introduced an option jobs_batch_size in the projectConfig in medusa-config.js, allowing users to configure the batch size of staged jobs we poll from the database every 3rd second. By default, we poll 1000 jobs, which has proven to cause issues with some setups. This option aims to resolve those.

Example config:

   module.exports = {
      projectConfig: {
       jobs_batch_size: 10 // poll 10 jobs every 3rd second
     },
   }

This change landed in medusajs/medusa#6333.

Support order by queries on GET /admin/orders

We have introduced an order query param on the GET /admin/orders endpoint to support ordering orders.

This change landed in medusajs/medusa#6258.

Admin revamp (status)

Our work on the admin revamp is progressing well. Below is an overview of completed and remaining work:

Completed

... (truncated)

Changelog

Sourced from @​medusajs/medusa's changelog.

1.20.2

Patch Changes

1.20.1

Patch Changes

... (truncated)

Commits

Updates medusa-fulfillment-manual from 1.1.38 to 1.1.39

Changelog

Sourced from medusa-fulfillment-manual's changelog.

1.1.39

Patch Changes

Commits

Updates medusa-interfaces from 1.3.7 to 1.3.8

Release notes

Sourced from medusa-interfaces's releases.

v1.3.8

Features

  • feat(medusa): Product Import API (#1706)
  • feat(medusa): Import API - Sales Channel support (#2124)
  • feat(medusa): Convert SwapService to TypeScript (#2000)

Bugs

  • fix(medusa): Delete ProductOption on Product with Variants (#1846)
  • fix(medusa-plugin-meilisearch): Update Meilisearch dependency (#2140)

Chores

  • chore(medusa): Remove deprecated dependency @​hapi/joi (#2069)

Docs

  • docs: Add request and error examples (#2109)
  • docs: Fix problem in starter URLs (#2128)
  • docs: Rearrange user guide (#2127)
  • docs: Added link to user guide (#2129)
Changelog

Sourced from medusa-interfaces's changelog.

1.3.8

Patch Changes

Commits

Updates medusa-payment-stripe from 6.0.6 to 6.0.7

Changelog

Sourced from medusa-payment-stripe's changelog.

6.0.7

Patch Changes

Commits

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 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@medusajs/admin](https://github.com/medusajs/medusa/tree/HEAD/packages/admin) | `7.1.8` | `7.1.11` |
| [@medusajs/event-bus-local](https://github.com/medusajs/medusa/tree/HEAD/packages/event-bus-local) | `1.9.7` | `1.9.8` |
| [@medusajs/event-bus-redis](https://github.com/medusajs/medusa/tree/HEAD/packages/event-bus-redis) | `1.8.10` | `1.8.11` |
| [@medusajs/file-local](https://github.com/medusajs/medusa/tree/HEAD/packages/medusa-file-local) | `1.0.2` | `1.0.3` |
| [@medusajs/medusa](https://github.com/medusajs/medusa/tree/HEAD/packages/medusa) | `1.18.1` | `1.20.2` |
| [medusa-fulfillment-manual](https://github.com/medusajs/medusa/tree/HEAD/packages/medusa-fulfillment-manual) | `1.1.38` | `1.1.39` |
| [medusa-interfaces](https://github.com/medusajs/medusa/tree/HEAD/packages/medusa-interfaces) | `1.3.7` | `1.3.8` |
| [medusa-payment-stripe](https://github.com/medusajs/medusa/tree/HEAD/packages/medusa-payment-stripe) | `6.0.6` | `6.0.7` |


Updates `@medusajs/admin` from 7.1.8 to 7.1.11
- [Release notes](https://github.com/medusajs/medusa/releases)
- [Changelog](https://github.com/medusajs/medusa/blob/develop/packages/admin/CHANGELOG.md)
- [Commits](https://github.com/medusajs/medusa/commits/@medusajs/[email protected]/packages/admin)

Updates `@medusajs/event-bus-local` from 1.9.7 to 1.9.8
- [Release notes](https://github.com/medusajs/medusa/releases)
- [Changelog](https://github.com/medusajs/medusa/blob/develop/packages/event-bus-local/CHANGELOG.md)
- [Commits](https://github.com/medusajs/medusa/commits/@medusajs/[email protected]/packages/event-bus-local)

Updates `@medusajs/event-bus-redis` from 1.8.10 to 1.8.11
- [Release notes](https://github.com/medusajs/medusa/releases)
- [Changelog](https://github.com/medusajs/medusa/blob/develop/packages/event-bus-redis/CHANGELOG.md)
- [Commits](https://github.com/medusajs/medusa/commits/@medusajs/[email protected]/packages/event-bus-redis)

Updates `@medusajs/file-local` from 1.0.2 to 1.0.3
- [Release notes](https://github.com/medusajs/medusa/releases)
- [Changelog](https://github.com/medusajs/medusa/blob/develop/packages/medusa-file-local/CHANGELOG.md)
- [Commits](https://github.com/medusajs/medusa/commits/@medusajs/[email protected]/packages/medusa-file-local)

Updates `@medusajs/medusa` from 1.18.1 to 1.20.2
- [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/@medusajs/[email protected]/packages/medusa)

Updates `medusa-fulfillment-manual` from 1.1.38 to 1.1.39
- [Release notes](https://github.com/medusajs/medusa/releases)
- [Changelog](https://github.com/medusajs/medusa/blob/develop/packages/medusa-fulfillment-manual/CHANGELOG.md)
- [Commits](https://github.com/medusajs/medusa/commits/@medusajs/[email protected]/packages/medusa-fulfillment-manual)

Updates `medusa-interfaces` from 1.3.7 to 1.3.8
- [Release notes](https://github.com/medusajs/medusa/releases)
- [Changelog](https://github.com/medusajs/medusa/blob/develop/packages/medusa-interfaces/CHANGELOG.md)
- [Commits](https://github.com/medusajs/medusa/commits/v1.3.8/packages/medusa-interfaces)

Updates `medusa-payment-stripe` from 6.0.6 to 6.0.7
- [Release notes](https://github.com/medusajs/medusa/releases)
- [Changelog](https://github.com/medusajs/medusa/blob/develop/packages/medusa-payment-stripe/CHANGELOG.md)
- [Commits](https://github.com/medusajs/medusa/commits/HEAD/packages/medusa-payment-stripe)

---
updated-dependencies:
- dependency-name: "@medusajs/admin"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: medusa
- dependency-name: "@medusajs/event-bus-local"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: medusa
- dependency-name: "@medusajs/event-bus-redis"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: medusa
- dependency-name: "@medusajs/file-local"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: medusa
- dependency-name: "@medusajs/medusa"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: medusa
- dependency-name: medusa-fulfillment-manual
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: medusa
- dependency-name: medusa-interfaces
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: medusa
- dependency-name: medusa-payment-stripe
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: medusa
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 1, 2024
Copy link

vercel bot commented Mar 1, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
threshold-backend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 1, 2024 11:13pm

Copy link
Author

dependabot bot commented on behalf of github Apr 1, 2024

Superseded by #15.

@dependabot dependabot bot closed this Apr 1, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/medusa-635442ff83 branch April 1, 2024 23:55
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