From c6012fec47f39aae78a7a62e910a949efe56f173 Mon Sep 17 00:00:00 2001 From: Ludovic Levalleux Date: Fri, 7 Feb 2025 16:03:37 +0000 Subject: [PATCH 1/3] chore: upgrade to the latest CC --- package-lock.json | 81 +++++++++++++++++++++++++++++++++++++++++------ package.json | 2 +- 2 files changed, 72 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index e00976213..12c95e950 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@apollo/client": "^3.8.1", "@bosonprotocol/chat-sdk": "^1.3.1-alpha.9", - "@bosonprotocol/react-kit": "^0.36.3-alpha.0", + "@bosonprotocol/react-kit": "^0.37.0-alpha.7", "@davatar/react": "^1.10.4", "@ethersproject/address": "^5.6.1", "@ethersproject/units": "^5.7.0", @@ -3426,6 +3426,7 @@ "version": "1.30.2", "resolved": "https://registry.npmjs.org/@bosonprotocol/common/-/common-1.30.2.tgz", "integrity": "sha512-5TUKoFp/Q2B8kFz8YlC6Q32uvwpusk/y6TNu1E/WyqWOPrv53KBWEYAs2cwpNESnuiTGhroZ0Myc/pzmFlMvbA==", + "peer": true, "dependencies": { "@bosonprotocol/metadata": "^1.16.3", "@ethersproject/abi": "^5.5.0", @@ -3439,6 +3440,7 @@ "version": "1.42.2", "resolved": "https://registry.npmjs.org/@bosonprotocol/core-sdk/-/core-sdk-1.42.2.tgz", "integrity": "sha512-6USNFe3LvOqf1hkRhbnJzVDa5UKctHmIVrGrjgneaOLrdqctpwPXfI0cmqGUXMZxH2tnfwM5Oa6V9bES+OaU3Q==", + "peer": true, "dependencies": { "@bosonprotocol/common": "^1.30.2", "@ethersproject/abi": "^5.5.0", @@ -3456,16 +3458,29 @@ } }, "node_modules/@bosonprotocol/ethers-sdk": { - "version": "1.15.3", - "resolved": "https://registry.npmjs.org/@bosonprotocol/ethers-sdk/-/ethers-sdk-1.15.3.tgz", - "integrity": "sha512-Q7j2ejFDT4u+06J9utLUvQFl3tslz6JCftvlb9WcNAxRTlmSWgE0Id3KTHoZBdnQxaKw4VfaGRfryCuq8q9KOA==", + "version": "1.15.4-alpha.1", + "resolved": "https://registry.npmjs.org/@bosonprotocol/ethers-sdk/-/ethers-sdk-1.15.4-alpha.1.tgz", + "integrity": "sha512-XC67jCsYVYRE9VAi28NXR4hlPsAETITmB0ji9mmWEhmOZqrkia6pgzf/W0ZylO5qyzri9mpfElGsuIyj2nK2yg==", "dependencies": { - "@bosonprotocol/common": "^1.30.2" + "@bosonprotocol/common": "^1.30.3-alpha.1" }, "peerDependencies": { "ethers": "^5.5.0" } }, + "node_modules/@bosonprotocol/ethers-sdk/node_modules/@bosonprotocol/common": { + "version": "1.30.3-alpha.1", + "resolved": "https://registry.npmjs.org/@bosonprotocol/common/-/common-1.30.3-alpha.1.tgz", + "integrity": "sha512-OLjuGErqaICc9eYvRJZ8YbPFft6o5L2M/NqONToFIkRasPtb3J7dd5lzKlTBPuKnUSRQ3NicU8a1TV9N1uxRUw==", + "dependencies": { + "@bosonprotocol/metadata": "^1.16.3", + "@ethersproject/abi": "^5.5.0", + "@ethersproject/address": "^5.5.0", + "@ethersproject/bignumber": "^5.5.0", + "@ethersproject/constants": "^5.5.0", + "@ethersproject/units": "^5.5.0" + } + }, "node_modules/@bosonprotocol/ipfs-storage": { "version": "1.12.0", "resolved": "https://registry.npmjs.org/@bosonprotocol/ipfs-storage/-/ipfs-storage-1.12.0.tgz", @@ -3493,13 +3508,13 @@ "integrity": "sha512-f2W2SQAvY5IKD6L9JwaiNye7gGRIIPd/HOB0i+otWLzMPBlwQtbN4JeWSuKeJvuaqu8tyMy7CHzN8EkhrJDB+A==" }, "node_modules/@bosonprotocol/react-kit": { - "version": "0.36.3-alpha.0", - "resolved": "https://registry.npmjs.org/@bosonprotocol/react-kit/-/react-kit-0.36.3-alpha.0.tgz", - "integrity": "sha512-1accRNnqTp1aIlF1jpUP/VUwrlRTqhCW+Qgx2xWggEc8Vc8gi88Q9Gedmf1ZPT9+D7C6960idCxAbFxMKpD9hA==", + "version": "0.37.0-alpha.7", + "resolved": "https://registry.npmjs.org/@bosonprotocol/react-kit/-/react-kit-0.37.0-alpha.7.tgz", + "integrity": "sha512-kmV5VWnFBv64kay9nhcAKepv8reSHFBi1pNaVnfGdBq0Ad+Q67DZS/0MrEqnGZDSNEoqYh7a+/SYOpzqL7CYHw==", "dependencies": { "@bosonprotocol/chat-sdk": "^1.3.1-alpha.9", - "@bosonprotocol/core-sdk": "^1.42.2", - "@bosonprotocol/ethers-sdk": "^1.15.3", + "@bosonprotocol/core-sdk": "^1.43.0-alpha.2", + "@bosonprotocol/ethers-sdk": "^1.15.4-alpha.1", "@bosonprotocol/ipfs-storage": "^1.12.0", "@bosonprotocol/roblox-sdk": "^1.0.0-alpha.16", "@davatar/react": "1.11.1", @@ -3578,6 +3593,52 @@ "yup": "^1.5.0" } }, + "node_modules/@bosonprotocol/react-kit/node_modules/@bosonprotocol/common": { + "version": "1.30.3-alpha.1", + "resolved": "https://registry.npmjs.org/@bosonprotocol/common/-/common-1.30.3-alpha.1.tgz", + "integrity": "sha512-OLjuGErqaICc9eYvRJZ8YbPFft6o5L2M/NqONToFIkRasPtb3J7dd5lzKlTBPuKnUSRQ3NicU8a1TV9N1uxRUw==", + "dependencies": { + "@bosonprotocol/metadata": "^1.16.3", + "@ethersproject/abi": "^5.5.0", + "@ethersproject/address": "^5.5.0", + "@ethersproject/bignumber": "^5.5.0", + "@ethersproject/constants": "^5.5.0", + "@ethersproject/units": "^5.5.0" + } + }, + "node_modules/@bosonprotocol/react-kit/node_modules/@bosonprotocol/core-sdk": { + "version": "1.43.0-alpha.2", + "resolved": "https://registry.npmjs.org/@bosonprotocol/core-sdk/-/core-sdk-1.43.0-alpha.2.tgz", + "integrity": "sha512-UQFKOvzjt/4x9ZfJxfjwBaJe6ecR7MB8SX+9HOrT/2fKEN3VSOmZ+cdxLxpLT/thZ3xCbL9R3/IagoCJXa92hA==", + "dependencies": { + "@bosonprotocol/common": "^1.30.3-alpha.1", + "@ethersproject/abi": "^5.5.0", + "@ethersproject/address": "^5.5.0", + "@ethersproject/bignumber": "^5.5.0", + "@ethersproject/bytes": "^5.6.1", + "@ethersproject/constants": "^5.5.0", + "@ethersproject/units": "^5.5.0", + "cross-fetch": "^3.1.5", + "graphql": "^16.5.0", + "graphql-request": "^4.3.0", + "mustache": "^4.2.0", + "opensea-js": "^7.1.13", + "schema-to-yup": "^1.11.11" + } + }, + "node_modules/@bosonprotocol/react-kit/node_modules/@bosonprotocol/core-sdk/node_modules/graphql-request": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/graphql-request/-/graphql-request-4.3.0.tgz", + "integrity": "sha512-2v6hQViJvSsifK606AliqiNiijb1uwWp6Re7o0RTyH+uRTv/u7Uqm2g4Fjq/LgZIzARB38RZEvVBFOQOVdlBow==", + "dependencies": { + "cross-fetch": "^3.1.5", + "extract-files": "^9.0.0", + "form-data": "^3.0.0" + }, + "peerDependencies": { + "graphql": "14 - 16" + } + }, "node_modules/@bosonprotocol/react-kit/node_modules/@ethersproject/units": { "version": "5.6.0", "resolved": "https://registry.npmjs.org/@ethersproject/units/-/units-5.6.0.tgz", diff --git a/package.json b/package.json index 489b4bd12..71e2feb78 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "dependencies": { "@apollo/client": "^3.8.1", "@bosonprotocol/chat-sdk": "^1.3.1-alpha.9", - "@bosonprotocol/react-kit": "^0.36.3-alpha.0", + "@bosonprotocol/react-kit": "^0.37.0-alpha.7", "@davatar/react": "^1.10.4", "@ethersproject/address": "^5.6.1", "@ethersproject/units": "^5.7.0", From b9858ea96468d95cf7e1e7d7362d979a57ec8e15 Mon Sep 17 00:00:00 2001 From: Ludovic Levalleux Date: Fri, 7 Feb 2025 16:23:34 +0000 Subject: [PATCH 2/3] chore: remove upload-artifact directive from ci_reusable pipeline as there is no playright-report anyway --- .github/workflows/ci_reusable.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/ci_reusable.yaml b/.github/workflows/ci_reusable.yaml index ff2317328..2bddda215 100644 --- a/.github/workflows/ci_reusable.yaml +++ b/.github/workflows/ci_reusable.yaml @@ -209,11 +209,6 @@ jobs: - name: (if 'production' env) Copy contents from .fleek_production.json to .fleek.json if: ${{ inputs.ENV_NAME == 'production' }} run: mv .fleek_production.json .fleek.json - - uses: actions/upload-artifact@v3 - if: always() - with: - name: playwright-report - path: playwright-report/ - name: Deploy via fleek if: ${{ inputs.DEPLOY_TO_FLEEK }} id: Deploy @@ -235,11 +230,6 @@ jobs: - name: (if DR Center 'production' env) Copy contents from .fleek_dr_center_production.json to .fleek_dr_center.json if: ${{ inputs.ENV_NAME == 'production' }} run: mv .fleek_dr_center_production.json .fleek_dr_center.json - - uses: actions/upload-artifact@v3 - if: always() - with: - name: playwright-report - path: playwright-report/ - name: Deploy via fleek if: ${{ inputs.DEPLOY_TO_FLEEK }} id: deploy_dr_center From ad33a37a843c5782f7ef6775cebede4aea59834f Mon Sep 17 00:00:00 2001 From: Ludovic Levalleux Date: Fri, 7 Feb 2025 16:43:51 +0000 Subject: [PATCH 3/3] upgrade to realease react-kit version --- package-lock.json | 95 +++++++++-------------------------------------- package.json | 2 +- 2 files changed, 18 insertions(+), 79 deletions(-) diff --git a/package-lock.json b/package-lock.json index 12c95e950..ec7830b84 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@apollo/client": "^3.8.1", "@bosonprotocol/chat-sdk": "^1.3.1-alpha.9", - "@bosonprotocol/react-kit": "^0.37.0-alpha.7", + "@bosonprotocol/react-kit": "^0.37.0", "@davatar/react": "^1.10.4", "@ethersproject/address": "^5.6.1", "@ethersproject/units": "^5.7.0", @@ -3423,10 +3423,9 @@ } }, "node_modules/@bosonprotocol/common": { - "version": "1.30.2", - "resolved": "https://registry.npmjs.org/@bosonprotocol/common/-/common-1.30.2.tgz", - "integrity": "sha512-5TUKoFp/Q2B8kFz8YlC6Q32uvwpusk/y6TNu1E/WyqWOPrv53KBWEYAs2cwpNESnuiTGhroZ0Myc/pzmFlMvbA==", - "peer": true, + "version": "1.30.3", + "resolved": "https://registry.npmjs.org/@bosonprotocol/common/-/common-1.30.3.tgz", + "integrity": "sha512-R/AvlXYPTLafzUB/ywSxnoeL61L0yNjVZldeWSnh6bxYX906cTsb3IB/QkuyjXUTzVrRGqShqbgKOeDIJtemVg==", "dependencies": { "@bosonprotocol/metadata": "^1.16.3", "@ethersproject/abi": "^5.5.0", @@ -3437,12 +3436,11 @@ } }, "node_modules/@bosonprotocol/core-sdk": { - "version": "1.42.2", - "resolved": "https://registry.npmjs.org/@bosonprotocol/core-sdk/-/core-sdk-1.42.2.tgz", - "integrity": "sha512-6USNFe3LvOqf1hkRhbnJzVDa5UKctHmIVrGrjgneaOLrdqctpwPXfI0cmqGUXMZxH2tnfwM5Oa6V9bES+OaU3Q==", - "peer": true, + "version": "1.43.0", + "resolved": "https://registry.npmjs.org/@bosonprotocol/core-sdk/-/core-sdk-1.43.0.tgz", + "integrity": "sha512-9mCMi92nsKKDHPvaZ493pUCElVRVN4p3iAaE2OtfE2L0j9qLWN9iyGiQkYqabZAUOh8bq4AwkCQX3rzDb+Wpbg==", "dependencies": { - "@bosonprotocol/common": "^1.30.2", + "@bosonprotocol/common": "^1.30.3", "@ethersproject/abi": "^5.5.0", "@ethersproject/address": "^5.5.0", "@ethersproject/bignumber": "^5.5.0", @@ -3458,29 +3456,16 @@ } }, "node_modules/@bosonprotocol/ethers-sdk": { - "version": "1.15.4-alpha.1", - "resolved": "https://registry.npmjs.org/@bosonprotocol/ethers-sdk/-/ethers-sdk-1.15.4-alpha.1.tgz", - "integrity": "sha512-XC67jCsYVYRE9VAi28NXR4hlPsAETITmB0ji9mmWEhmOZqrkia6pgzf/W0ZylO5qyzri9mpfElGsuIyj2nK2yg==", + "version": "1.15.4", + "resolved": "https://registry.npmjs.org/@bosonprotocol/ethers-sdk/-/ethers-sdk-1.15.4.tgz", + "integrity": "sha512-10NQIpCcOv3s5HbT7U1cni2ugbFcVQ7eAG5V93gZIabRHFnFQxtEYLdiYMfAv5cvKctxUqIPj7FaPal4uoYy7A==", "dependencies": { - "@bosonprotocol/common": "^1.30.3-alpha.1" + "@bosonprotocol/common": "^1.30.3" }, "peerDependencies": { "ethers": "^5.5.0" } }, - "node_modules/@bosonprotocol/ethers-sdk/node_modules/@bosonprotocol/common": { - "version": "1.30.3-alpha.1", - "resolved": "https://registry.npmjs.org/@bosonprotocol/common/-/common-1.30.3-alpha.1.tgz", - "integrity": "sha512-OLjuGErqaICc9eYvRJZ8YbPFft6o5L2M/NqONToFIkRasPtb3J7dd5lzKlTBPuKnUSRQ3NicU8a1TV9N1uxRUw==", - "dependencies": { - "@bosonprotocol/metadata": "^1.16.3", - "@ethersproject/abi": "^5.5.0", - "@ethersproject/address": "^5.5.0", - "@ethersproject/bignumber": "^5.5.0", - "@ethersproject/constants": "^5.5.0", - "@ethersproject/units": "^5.5.0" - } - }, "node_modules/@bosonprotocol/ipfs-storage": { "version": "1.12.0", "resolved": "https://registry.npmjs.org/@bosonprotocol/ipfs-storage/-/ipfs-storage-1.12.0.tgz", @@ -3508,13 +3493,13 @@ "integrity": "sha512-f2W2SQAvY5IKD6L9JwaiNye7gGRIIPd/HOB0i+otWLzMPBlwQtbN4JeWSuKeJvuaqu8tyMy7CHzN8EkhrJDB+A==" }, "node_modules/@bosonprotocol/react-kit": { - "version": "0.37.0-alpha.7", - "resolved": "https://registry.npmjs.org/@bosonprotocol/react-kit/-/react-kit-0.37.0-alpha.7.tgz", - "integrity": "sha512-kmV5VWnFBv64kay9nhcAKepv8reSHFBi1pNaVnfGdBq0Ad+Q67DZS/0MrEqnGZDSNEoqYh7a+/SYOpzqL7CYHw==", + "version": "0.37.0", + "resolved": "https://registry.npmjs.org/@bosonprotocol/react-kit/-/react-kit-0.37.0.tgz", + "integrity": "sha512-NfsqpZAIucCScGSd2e6Q+zGMgAb6hzWmHUv9pgFiPlYBqI8WGcxdmaWr6qeTv7APHZCYoyH1Xso0hg2iJpB35A==", "dependencies": { "@bosonprotocol/chat-sdk": "^1.3.1-alpha.9", - "@bosonprotocol/core-sdk": "^1.43.0-alpha.2", - "@bosonprotocol/ethers-sdk": "^1.15.4-alpha.1", + "@bosonprotocol/core-sdk": "^1.43.0", + "@bosonprotocol/ethers-sdk": "^1.15.4", "@bosonprotocol/ipfs-storage": "^1.12.0", "@bosonprotocol/roblox-sdk": "^1.0.0-alpha.16", "@davatar/react": "1.11.1", @@ -3593,52 +3578,6 @@ "yup": "^1.5.0" } }, - "node_modules/@bosonprotocol/react-kit/node_modules/@bosonprotocol/common": { - "version": "1.30.3-alpha.1", - "resolved": "https://registry.npmjs.org/@bosonprotocol/common/-/common-1.30.3-alpha.1.tgz", - "integrity": "sha512-OLjuGErqaICc9eYvRJZ8YbPFft6o5L2M/NqONToFIkRasPtb3J7dd5lzKlTBPuKnUSRQ3NicU8a1TV9N1uxRUw==", - "dependencies": { - "@bosonprotocol/metadata": "^1.16.3", - "@ethersproject/abi": "^5.5.0", - "@ethersproject/address": "^5.5.0", - "@ethersproject/bignumber": "^5.5.0", - "@ethersproject/constants": "^5.5.0", - "@ethersproject/units": "^5.5.0" - } - }, - "node_modules/@bosonprotocol/react-kit/node_modules/@bosonprotocol/core-sdk": { - "version": "1.43.0-alpha.2", - "resolved": "https://registry.npmjs.org/@bosonprotocol/core-sdk/-/core-sdk-1.43.0-alpha.2.tgz", - "integrity": "sha512-UQFKOvzjt/4x9ZfJxfjwBaJe6ecR7MB8SX+9HOrT/2fKEN3VSOmZ+cdxLxpLT/thZ3xCbL9R3/IagoCJXa92hA==", - "dependencies": { - "@bosonprotocol/common": "^1.30.3-alpha.1", - "@ethersproject/abi": "^5.5.0", - "@ethersproject/address": "^5.5.0", - "@ethersproject/bignumber": "^5.5.0", - "@ethersproject/bytes": "^5.6.1", - "@ethersproject/constants": "^5.5.0", - "@ethersproject/units": "^5.5.0", - "cross-fetch": "^3.1.5", - "graphql": "^16.5.0", - "graphql-request": "^4.3.0", - "mustache": "^4.2.0", - "opensea-js": "^7.1.13", - "schema-to-yup": "^1.11.11" - } - }, - "node_modules/@bosonprotocol/react-kit/node_modules/@bosonprotocol/core-sdk/node_modules/graphql-request": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/graphql-request/-/graphql-request-4.3.0.tgz", - "integrity": "sha512-2v6hQViJvSsifK606AliqiNiijb1uwWp6Re7o0RTyH+uRTv/u7Uqm2g4Fjq/LgZIzARB38RZEvVBFOQOVdlBow==", - "dependencies": { - "cross-fetch": "^3.1.5", - "extract-files": "^9.0.0", - "form-data": "^3.0.0" - }, - "peerDependencies": { - "graphql": "14 - 16" - } - }, "node_modules/@bosonprotocol/react-kit/node_modules/@ethersproject/units": { "version": "5.6.0", "resolved": "https://registry.npmjs.org/@ethersproject/units/-/units-5.6.0.tgz", diff --git a/package.json b/package.json index 71e2feb78..11339944b 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "dependencies": { "@apollo/client": "^3.8.1", "@bosonprotocol/chat-sdk": "^1.3.1-alpha.9", - "@bosonprotocol/react-kit": "^0.37.0-alpha.7", + "@bosonprotocol/react-kit": "^0.37.0", "@davatar/react": "^1.10.4", "@ethersproject/address": "^5.6.1", "@ethersproject/units": "^5.7.0",