@graphcommerce/magento-graphql 9.1.0-canary.44 → 9.1.0-canary.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -2
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 9.1.0-canary.45
|
|
4
|
+
|
|
3
5
|
## 9.1.0-canary.44
|
|
4
6
|
|
|
5
7
|
## 9.1.0-canary.43
|
|
@@ -149,7 +151,6 @@ to retieve the attribute label for an attribute value. ([@paales](https://github
|
|
|
149
151
|
### Minor Changes
|
|
150
152
|
|
|
151
153
|
- [#1756](https://github.com/graphcommerce-org/graphcommerce/pull/1756) [`1abaaedde`](https://github.com/graphcommerce-org/graphcommerce/commit/1abaaedde4062d3b19696e333d0016972681afaf) - Show cart item error messages when running Magento >= 2.4.5 or this [patch is applied](https://raw.githubusercontent.com/graphcommerce-org/graphcommerce/main/packages/magento-cart/243-244-magento-module-quote-graphql-cart-item-errors.patch)
|
|
152
|
-
|
|
153
154
|
- Fixes an issue where the cart can get into a broken state, if items contain errors.
|
|
154
155
|
- AddToCartForm now shows a success message if there is an error but the error is related to another item in the cart.
|
|
155
156
|
- Disable checkout buttons when there are cart item errors and show a message. ([@paales](https://github.com/paales))
|
|
@@ -157,7 +158,6 @@ to retieve the attribute label for an attribute value. ([@paales](https://github
|
|
|
157
158
|
### Patch Changes
|
|
158
159
|
|
|
159
160
|
- [#1752](https://github.com/graphcommerce-org/graphcommerce/pull/1752) [`2a6a4d9ec`](https://github.com/graphcommerce-org/graphcommerce/commit/2a6a4d9ecfa1b58a66ba9b9d00016d6feda9aa95) - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.
|
|
160
|
-
|
|
161
161
|
- Updated the @mui/material package
|
|
162
162
|
- Removed dependencies on react-hook-form-mui and @playwright/test
|
|
163
163
|
- Upgraded dependencies including type-fest and graphql-mesh
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/magento-graphql",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "9.1.0-canary.
|
|
5
|
+
"version": "9.1.0-canary.45",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"main": "index.ts",
|
|
8
8
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
@@ -13,10 +13,10 @@
|
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
15
|
"peerDependencies": {
|
|
16
|
-
"@graphcommerce/eslint-config-pwa": "^9.1.0-canary.
|
|
17
|
-
"@graphcommerce/graphql": "^9.1.0-canary.
|
|
18
|
-
"@graphcommerce/prettier-config-pwa": "^9.1.0-canary.
|
|
19
|
-
"@graphcommerce/typescript-config-pwa": "^9.1.0-canary.
|
|
16
|
+
"@graphcommerce/eslint-config-pwa": "^9.1.0-canary.45",
|
|
17
|
+
"@graphcommerce/graphql": "^9.1.0-canary.45",
|
|
18
|
+
"@graphcommerce/prettier-config-pwa": "^9.1.0-canary.45",
|
|
19
|
+
"@graphcommerce/typescript-config-pwa": "^9.1.0-canary.45",
|
|
20
20
|
"graphql": "^16.0.0",
|
|
21
21
|
"next": "*",
|
|
22
22
|
"react": "^18.2.0",
|