@graphcommerce/magento-payment-braintree 3.0.7 → 3.0.10

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 CHANGED
@@ -1,5 +1,40 @@
1
1
  # Change Log
2
2
 
3
+ ## 3.0.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`d8906cf4a`](https://github.com/graphcommerce-org/graphcommerce/commit/d8906cf4afbfc234aedd91a2c581f82623267357)]:
8
+ - @graphcommerce/magento-cart@4.2.7
9
+ - @graphcommerce/magento-cart-payment-method@3.1.3
10
+
11
+ ## 3.0.9
12
+
13
+ ### Patch Changes
14
+
15
+ - [#1399](https://github.com/graphcommerce-org/graphcommerce/pull/1399) [`fb277d8e1`](https://github.com/graphcommerce-org/graphcommerce/commit/fb277d8e1e3612c5e9cf890a30d19cfd1ff70542) Thanks [@paales](https://github.com/paales)! - Now using [@graphql-yoga](https://github.com/dotansimha/graphql-yoga) for GraphQL which has full support for [envelop](https://www.envelop.dev/) plugins.
16
+
17
+ * [#1399](https://github.com/graphcommerce-org/graphcommerce/pull/1399) [`fb277d8e1`](https://github.com/graphcommerce-org/graphcommerce/commit/fb277d8e1e3612c5e9cf890a30d19cfd1ff70542) Thanks [@paales](https://github.com/paales)! - Added a new @graphcommerce/cli package to generate the mesh so it can be generated _inside_ the @graphcommerce/graphql-mesh package to allow for better future extensibility.
18
+
19
+ - [#1399](https://github.com/graphcommerce-org/graphcommerce/pull/1399) [`da0ae7d02`](https://github.com/graphcommerce-org/graphcommerce/commit/da0ae7d0236e4908ba0bf0fa16656be516e841d4) Thanks [@paales](https://github.com/paales)! - Updated dependencies
20
+
21
+ - Updated dependencies [[`fb277d8e1`](https://github.com/graphcommerce-org/graphcommerce/commit/fb277d8e1e3612c5e9cf890a30d19cfd1ff70542), [`fb277d8e1`](https://github.com/graphcommerce-org/graphcommerce/commit/fb277d8e1e3612c5e9cf890a30d19cfd1ff70542), [`8652662cf`](https://github.com/graphcommerce-org/graphcommerce/commit/8652662cf9a8711d1c685d4f5cd788870a8242e2), [`da0ae7d02`](https://github.com/graphcommerce-org/graphcommerce/commit/da0ae7d0236e4908ba0bf0fa16656be516e841d4)]:
22
+ - @graphcommerce/graphql@3.1.0
23
+ - @graphcommerce/magento-cart@4.2.6
24
+ - @graphcommerce/magento-cart-payment-method@3.1.2
25
+ - @graphcommerce/magento-store@4.1.7
26
+ - @graphcommerce/next-ui@4.6.1
27
+ - @graphcommerce/react-hook-form@3.1.1
28
+ - @graphcommerce/image@3.1.5
29
+
30
+ ## 3.0.8
31
+
32
+ ### Patch Changes
33
+
34
+ - Updated dependencies []:
35
+ - @graphcommerce/magento-cart@4.2.5
36
+ - @graphcommerce/magento-cart-payment-method@3.1.1
37
+
3
38
  ## 3.0.7
4
39
 
5
40
  ### Patch Changes
@@ -71,6 +71,7 @@ export function PaymentMethodOptions(props: PaymentOptionsProps) {
71
71
 
72
72
  useEffect(() => {
73
73
  if (lockState.locked && !lockState.justLocked) {
74
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
74
75
  const params = unlock({ payment_id: null })
75
76
 
76
77
  // // eslint-disable-next-line @typescript-eslint/no-floating-promises
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-payment-braintree",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "3.0.7",
5
+ "version": "3.0.10",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,25 +12,25 @@
12
12
  }
13
13
  },
14
14
  "devDependencies": {
15
- "@graphcommerce/eslint-config-pwa": "^4.1.4",
16
- "@graphcommerce/magento-cart-shipping-address": "3.0.7",
17
- "@graphcommerce/magento-product": "4.1.5",
18
- "@graphcommerce/magento-product-configurable": "4.0.9",
19
- "@graphcommerce/prettier-config-pwa": "^4.0.5",
15
+ "@graphcommerce/eslint-config-pwa": "^4.1.5",
16
+ "@graphcommerce/magento-cart-shipping-address": "3.0.10",
17
+ "@graphcommerce/magento-product": "4.1.8",
18
+ "@graphcommerce/magento-product-configurable": "4.0.12",
19
+ "@graphcommerce/prettier-config-pwa": "^4.0.6",
20
20
  "@graphcommerce/typescript-config-pwa": "^4.0.2",
21
- "@playwright/test": "^1.20.1",
21
+ "@playwright/test": "^1.21.1",
22
22
  "@types/braintree-web": "^3.75.19",
23
- "type-fest": "2.12.1"
23
+ "type-fest": "^2.12.2"
24
24
  },
25
25
  "dependencies": {
26
- "@graphcommerce/graphql": "3.0.7",
27
- "@graphcommerce/image": "3.1.4",
28
- "@graphcommerce/magento-cart": "4.2.4",
29
- "@graphcommerce/magento-cart-payment-method": "3.1.0",
30
- "@graphcommerce/magento-store": "4.1.6",
31
- "@graphcommerce/next-ui": "4.6.0",
32
- "@graphcommerce/react-hook-form": "3.1.0",
33
- "braintree-web": "^3.85.2"
26
+ "@graphcommerce/graphql": "3.1.0",
27
+ "@graphcommerce/image": "3.1.5",
28
+ "@graphcommerce/magento-cart": "4.2.7",
29
+ "@graphcommerce/magento-cart-payment-method": "3.1.3",
30
+ "@graphcommerce/magento-store": "4.1.7",
31
+ "@graphcommerce/next-ui": "4.6.1",
32
+ "@graphcommerce/react-hook-form": "3.1.1",
33
+ "braintree-web": "^3.85.3"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "@lingui/macro": "^3.13.2",