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

Bump the medusa group across 1 directory with 2 updates #48

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 2, 2024

Bumps the medusa group with 2 updates in the / directory: @medusajs/admin and @medusajs/medusa.

Updates @medusajs/admin from 7.1.6 to 7.1.14

Changelog

Sourced from @​medusajs/admin's changelog.

7.1.14

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.

  • Updated dependencies [1422cd2900]:

    • @​medusajs/admin-ui@​2.1.15

7.1.13

Patch Changes

7.1.12

Patch Changes

7.1.11

Patch Changes

7.1.10

Patch Changes

7.1.9

Patch Changes

... (truncated)

Commits

Updates @medusajs/medusa from 1.17.3 to 1.20.6

Release notes

Sourced from @​medusajs/medusa's releases.

v1.20.6

Highlights

Resolves several issues in @medusajs/admin

  • Add default value for host option in @medusjs/admin.
  • 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.

medusajs/medusa#7203

Bugs

Full Changelog: medusajs/medusa@v1.20.5...v1.20.6

v1.20.5

Highlights

Preview release of Medusa 2.0 next week

We recently announced Medusa 2.0, and the majority of our time and resources are currently going into making this new major a reality as soon as possible. We will reach an important milestone next week by releasing an early preview version for experimentation and exploration. More information about the preview version will be shared alongside the release.


Remove useToast hook from @medusajs/ui

🚧 Breaking change

The useToast hook has been removed. Users should instead use the toast function that is exported from the @medusajs/ui package. This function can be used to show toasts in your application. For more information on how to use the toast function, please refer to the documentation.

The Toaster component is still available but the options for the component have changed. The default position has been changed to bottom-right. For more information on the Toaster component, please refer to the documentation.

Order totals account for deleted discounts

An issue with order totals not accounting for deleted discounts has been resolved.

medusajs/medusa#6837

Resolve node-gyp installation issue in @medusajs/admin

An issue with node-gyp in a dependency of a dependency has been resolved. The solution should, for the time being, be considered temporary.

... (truncated)

Changelog

Sourced from @​medusajs/medusa's changelog.

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
  • 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...
  • 08a9297 feat(medusa): Remove require id from update shipping options validator (#7166)
  • 82cb6cf fix: correct calculations of subtotal for shipping option requirements (#7089)
  • Additional commits viewable in compare view

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 2 updates in the / directory: [@medusajs/admin](https://github.com/medusajs/medusa/tree/HEAD/packages/admin) and [@medusajs/medusa](https://github.com/medusajs/medusa/tree/HEAD/packages/medusa).


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

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

---
updated-dependencies:
- dependency-name: "@medusajs/admin"
  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
...

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

dependabot bot commented on behalf of github Jun 11, 2024

Superseded by #59.

@dependabot dependabot bot closed this Jun 11, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/medusa-ec6d740e87 branch June 11, 2024 15:54
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