From 5c74ffe43d9ec094787d61ecee6672d26676c598 Mon Sep 17 00:00:00 2001 From: Anoop N Date: Thu, 5 Dec 2024 21:57:30 +0530 Subject: [PATCH] ci: bump react-shell-client to 0.8.3 Signed-off-by: Anoop N --- package.json | 2 +- .../manager-react-components/package.json | 4 +- packages/manager/apps/catalog/package.json | 2 +- packages/manager/apps/container/package.json | 2 +- .../apps/hpc-vmware-managed-vcd/package.json | 2 +- packages/manager/apps/hub-react/package.json | 2 +- packages/manager/apps/hycu/package.json | 2 +- .../apps/key-management-service/package.json | 2 +- .../apps/pci-ai-endpoints/package.json | 2 +- .../apps/pci-block-storage/package.json | 2 +- .../apps/pci-databases-analytics/package.json | 2 +- .../wrappers/RouterWithQueryClientWrapper.tsx | 1 + .../manager/apps/pci-gateway/package.json | 2 +- .../manager/apps/pci-kubernetes/package.json | 2 +- .../apps/pci-load-balancer/package.json | 2 +- .../apps/pci-private-network/package.json | 2 +- .../apps/pci-private-registry/package.json | 2 +- .../manager/apps/pci-public-ip/package.json | 2 +- .../manager/apps/pci-rancher/package.json | 2 +- .../apps/pci-savings-plan/package.json | 2 +- .../manager/apps/pci-ssh-keys/package.json | 2 +- packages/manager/apps/pci-users/package.json | 2 +- .../manager/apps/pci-vouchers/package.json | 2 +- .../manager/apps/pci-workflow/package.json | 2 +- .../manager/apps/veeam-backup/package.json | 2 +- .../manager/apps/vrack-services/package.json | 2 +- packages/manager/apps/zimbra/package.json | 2 +- .../manager/core/shell-client/CHANGELOG.md | 4 ++ .../manager/core/shell-client/package.json | 6 +-- .../modules/manager-pci-common/package.json | 4 +- packages/manager/modules/order/package.json | 2 +- yarn.lock | 43 +++++++++++++++---- 32 files changed, 72 insertions(+), 42 deletions(-) diff --git a/package.json b/package.json index 86b8d559fa95..63880180df72 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ }, "scripts": { "build": "yarn run build:turbo", - "build:turbo": "turbo run build --concurrency=5", + "build:turbo": "turbo run build --concurrency=5 --filter=\"@ovh-ux/manager-pci-databases-analytics-app\"", "dev": "turbo run dev", "clean": "lerna clean -y && yarn run clean:dist && rimraf node_modules", "clean:dist": "rimraf \"packages/**/dist\"", diff --git a/packages/manager-react-components/package.json b/packages/manager-react-components/package.json index 5f6ff98bc213..af9d33fbbdb3 100644 --- a/packages/manager-react-components/package.json +++ b/packages/manager-react-components/package.json @@ -51,7 +51,7 @@ "@babel/core": "7.22.10", "@mdx-js/react": "^3.0.1", "@ovh-ux/manager-core-api": "^0.9.0", - "@ovh-ux/manager-react-shell-client": "^0.8.2", + "@ovh-ux/manager-react-shell-client": "^0.8.3", "@ovh-ux/manager-tailwind-config": "^0.2.1", "@ovh-ux/manager-vite-config": "^0.8.3", "@ovhcloud/ods-components": "^18.3.0", @@ -111,7 +111,7 @@ }, "peerDependencies": { "@ovh-ux/manager-core-api": "^0.9.0-alpha.0", - "@ovh-ux/manager-react-shell-client": "^0.8.2", + "@ovh-ux/manager-react-shell-client": "^0.8.3", "@ovhcloud/ods-components": "^18.3.0", "@ovhcloud/ods-themes": "^18.3.0", "i18next": "^23.8.2", diff --git a/packages/manager/apps/catalog/package.json b/packages/manager/apps/catalog/package.json index cc89fc172015..eef2e660abe6 100644 --- a/packages/manager/apps/catalog/package.json +++ b/packages/manager/apps/catalog/package.json @@ -26,7 +26,7 @@ "@ovh-ux/manager-core-utils": "^0.3.0", "@ovh-ux/manager-react-components": "^1.41.1", "@ovh-ux/manager-react-core-application": "^0.11.3", - "@ovh-ux/manager-react-shell-client": "^0.8.2", + "@ovh-ux/manager-react-shell-client": "^0.8.3", "@ovh-ux/shell": "^4.1.0", "@ovhcloud/ods-common-core": "17.2.2", "@ovhcloud/ods-common-theming": "17.2.2", diff --git a/packages/manager/apps/container/package.json b/packages/manager/apps/container/package.json index 21880a8c22c4..8d19dbef13df 100644 --- a/packages/manager/apps/container/package.json +++ b/packages/manager/apps/container/package.json @@ -32,7 +32,7 @@ "@ovh-ux/manager-config": "^8.0.1", "@ovh-ux/manager-core-api": "^0.9.0", "@ovh-ux/manager-react-components": "^1.41.1", - "@ovh-ux/manager-react-shell-client": "^0.8.2", + "@ovh-ux/manager-react-shell-client": "^0.8.3", "@ovh-ux/manager-vite-config": "^0.8.3", "@ovh-ux/ovh-payment-method": "^0.5.1", "@ovh-ux/ovh-product-icons": "^0.6.0", diff --git a/packages/manager/apps/hpc-vmware-managed-vcd/package.json b/packages/manager/apps/hpc-vmware-managed-vcd/package.json index 06cd96478e0a..daccb1aa7d7f 100644 --- a/packages/manager/apps/hpc-vmware-managed-vcd/package.json +++ b/packages/manager/apps/hpc-vmware-managed-vcd/package.json @@ -29,7 +29,7 @@ "@ovh-ux/manager-module-order": "^0.9.0", "@ovh-ux/manager-react-components": "^1.41.1", "@ovh-ux/manager-react-core-application": "^0.11.3", - "@ovh-ux/manager-react-shell-client": "^0.8.2", + "@ovh-ux/manager-react-shell-client": "^0.8.3", "@ovh-ux/manager-tailwind-config": "^0.2.1", "@ovh-ux/request-tagger": "^0.4.0", "@ovhcloud/ods-common-core": "17.2.2", diff --git a/packages/manager/apps/hub-react/package.json b/packages/manager/apps/hub-react/package.json index 83a90b532807..a2c8f2e1c7cc 100644 --- a/packages/manager/apps/hub-react/package.json +++ b/packages/manager/apps/hub-react/package.json @@ -27,7 +27,7 @@ "@ovh-ux/manager-models": "^2.2.0", "@ovh-ux/manager-react-components": "^1.41.1", "@ovh-ux/manager-react-core-application": "^0.11.3", - "@ovh-ux/manager-react-shell-client": "^0.8.2", + "@ovh-ux/manager-react-shell-client": "^0.8.3", "@ovh-ux/manager-tailwind-config": "^0.2.1", "@ovh-ux/request-tagger": "^0.4.0", "@ovhcloud/ods-common-core": "17.2.1", diff --git a/packages/manager/apps/hycu/package.json b/packages/manager/apps/hycu/package.json index a0bc37d9175a..b004e4dacad1 100644 --- a/packages/manager/apps/hycu/package.json +++ b/packages/manager/apps/hycu/package.json @@ -26,7 +26,7 @@ "@ovh-ux/manager-module-order": "^0.9.0", "@ovh-ux/manager-react-components": "^1.41.2", "@ovh-ux/manager-react-core-application": "^0.11.3", - "@ovh-ux/manager-react-shell-client": "^0.8.2", + "@ovh-ux/manager-react-shell-client": "^0.8.3", "@ovh-ux/manager-tailwind-config": "^0.2.1", "@ovh-ux/request-tagger": "^0.4.0", "@ovhcloud/ods-common-core": "17.2.1", diff --git a/packages/manager/apps/key-management-service/package.json b/packages/manager/apps/key-management-service/package.json index 9270858060ec..8d0e09623fd9 100644 --- a/packages/manager/apps/key-management-service/package.json +++ b/packages/manager/apps/key-management-service/package.json @@ -29,7 +29,7 @@ "@ovh-ux/manager-module-order": "^0.9.0", "@ovh-ux/manager-react-components": "^1.41.1", "@ovh-ux/manager-react-core-application": "^0.11.3", - "@ovh-ux/manager-react-shell-client": "^0.8.2", + "@ovh-ux/manager-react-shell-client": "^0.8.3", "@ovh-ux/manager-tailwind-config": "^0.2.1", "@ovh-ux/request-tagger": "^0.4.0", "@ovhcloud/ods-common-core": "17.2.2", diff --git a/packages/manager/apps/pci-ai-endpoints/package.json b/packages/manager/apps/pci-ai-endpoints/package.json index 670b92424a59..5561bddbe938 100644 --- a/packages/manager/apps/pci-ai-endpoints/package.json +++ b/packages/manager/apps/pci-ai-endpoints/package.json @@ -26,7 +26,7 @@ "@ovh-ux/manager-pci-common": "^0.11.1", "@ovh-ux/manager-react-components": "^1.41.1", "@ovh-ux/manager-react-core-application": "^0.11.3", - "@ovh-ux/manager-react-shell-client": "^0.8.2", + "@ovh-ux/manager-react-shell-client": "^0.8.3", "@ovh-ux/manager-tailwind-config": "*", "@ovh-ux/request-tagger": "^0.4.0", "@ovh-ux/shell": "^4.1.0", diff --git a/packages/manager/apps/pci-block-storage/package.json b/packages/manager/apps/pci-block-storage/package.json index 12d43ebd3ccf..61bd6f275617 100644 --- a/packages/manager/apps/pci-block-storage/package.json +++ b/packages/manager/apps/pci-block-storage/package.json @@ -20,7 +20,7 @@ "@ovh-ux/manager-pci-common": "^0.11.1", "@ovh-ux/manager-react-components": "^1.41.2", "@ovh-ux/manager-react-core-application": "^0.11.3", - "@ovh-ux/manager-react-shell-client": "^0.8.2", + "@ovh-ux/manager-react-shell-client": "^0.8.3", "@ovh-ux/manager-tailwind-config": "^0.2.1", "@ovh-ux/shell": "^4.1.0", "@ovhcloud/ods-common-core": "^17.2.2", diff --git a/packages/manager/apps/pci-databases-analytics/package.json b/packages/manager/apps/pci-databases-analytics/package.json index 9baba4fce882..0c29fa59eab9 100644 --- a/packages/manager/apps/pci-databases-analytics/package.json +++ b/packages/manager/apps/pci-databases-analytics/package.json @@ -25,7 +25,7 @@ "@hookform/resolvers": "^3.3.4", "@ovh-ux/manager-config": "^8.0.1", "@ovh-ux/manager-core-api": "^0.9.0", - "@ovh-ux/manager-react-shell-client": "^0.8.2", + "@ovh-ux/manager-react-shell-client": "^0.8.3", "@ovh-ux/request-tagger": "^0.4.0", "@ovh-ux/shell": "^4.1.0", "@ovhcloud/ods-common-core": "^17.1.0", diff --git a/packages/manager/apps/pci-databases-analytics/src/__tests__/helpers/wrappers/RouterWithQueryClientWrapper.tsx b/packages/manager/apps/pci-databases-analytics/src/__tests__/helpers/wrappers/RouterWithQueryClientWrapper.tsx index bbf9c6a37354..16b6696eef8b 100644 --- a/packages/manager/apps/pci-databases-analytics/src/__tests__/helpers/wrappers/RouterWithQueryClientWrapper.tsx +++ b/packages/manager/apps/pci-databases-analytics/src/__tests__/helpers/wrappers/RouterWithQueryClientWrapper.tsx @@ -121,6 +121,7 @@ export const RouterWithQueryClientWrapper = ({ stopProgress: vi.fn(), hidePreloader: vi.fn(), showPreloader: vi.fn(), + notifyModalActionDone: vi.fn(), }, navigation: { getURL: vi.fn(), diff --git a/packages/manager/apps/pci-gateway/package.json b/packages/manager/apps/pci-gateway/package.json index 59d20aaf0875..5a21cb3f8de1 100644 --- a/packages/manager/apps/pci-gateway/package.json +++ b/packages/manager/apps/pci-gateway/package.json @@ -20,7 +20,7 @@ "@ovh-ux/manager-pci-common": "^0.11.1", "@ovh-ux/manager-react-components": "^1.41.1", "@ovh-ux/manager-react-core-application": "^0.11.3", - "@ovh-ux/manager-react-shell-client": "^0.8.2", + "@ovh-ux/manager-react-shell-client": "^0.8.3", "@ovh-ux/manager-tailwind-config": "^0.2.1", "@ovhcloud/ods-common-core": "17.2.2", "@ovhcloud/ods-common-stencil": "17.2.2", diff --git a/packages/manager/apps/pci-kubernetes/package.json b/packages/manager/apps/pci-kubernetes/package.json index 95e27482a300..69c0b68617f2 100644 --- a/packages/manager/apps/pci-kubernetes/package.json +++ b/packages/manager/apps/pci-kubernetes/package.json @@ -23,7 +23,7 @@ "@ovh-ux/manager-pci-common": "^0.11.1", "@ovh-ux/manager-react-components": "^1.41.1", "@ovh-ux/manager-react-core-application": "^0.11.3", - "@ovh-ux/manager-react-shell-client": "^0.8.2", + "@ovh-ux/manager-react-shell-client": "^0.8.3", "@ovh-ux/manager-tailwind-config": "^0.2.1", "@ovh-ux/shell": "^4.1.0", "@ovhcloud/ods-common-core": "17.2.2", diff --git a/packages/manager/apps/pci-load-balancer/package.json b/packages/manager/apps/pci-load-balancer/package.json index 66056a89dce1..7f2c6bd5206e 100644 --- a/packages/manager/apps/pci-load-balancer/package.json +++ b/packages/manager/apps/pci-load-balancer/package.json @@ -24,7 +24,7 @@ "@ovh-ux/manager-pci-common": "^0.11.1", "@ovh-ux/manager-react-components": "^1.41.2", "@ovh-ux/manager-react-core-application": "^0.11.3", - "@ovh-ux/manager-react-shell-client": "^0.8.2", + "@ovh-ux/manager-react-shell-client": "^0.8.3", "@ovh-ux/manager-tailwind-config": "^0.2.1", "@ovh-ux/shell": "^4.1.0", "@ovhcloud/ods-common-core": "17.2.2", diff --git a/packages/manager/apps/pci-private-network/package.json b/packages/manager/apps/pci-private-network/package.json index f0a2998474fe..f7f61cd0baa3 100644 --- a/packages/manager/apps/pci-private-network/package.json +++ b/packages/manager/apps/pci-private-network/package.json @@ -20,7 +20,7 @@ "@ovh-ux/manager-pci-common": "^0.11.1", "@ovh-ux/manager-react-components": "^1.41.2", "@ovh-ux/manager-react-core-application": "^0.11.3", - "@ovh-ux/manager-react-shell-client": "^0.8.2", + "@ovh-ux/manager-react-shell-client": "^0.8.3", "@ovh-ux/manager-tailwind-config": "^0.2.1", "@ovh-ux/shell": "^4.1.0", "@ovhcloud/ods-common-core": "^17.2.2", diff --git a/packages/manager/apps/pci-private-registry/package.json b/packages/manager/apps/pci-private-registry/package.json index 7ad91daf7b93..9262cd78e545 100644 --- a/packages/manager/apps/pci-private-registry/package.json +++ b/packages/manager/apps/pci-private-registry/package.json @@ -22,7 +22,7 @@ "@ovh-ux/manager-pci-common": "^0.11.1", "@ovh-ux/manager-react-components": "^1.41.1", "@ovh-ux/manager-react-core-application": "^0.11.3", - "@ovh-ux/manager-react-shell-client": "^0.8.2", + "@ovh-ux/manager-react-shell-client": "^0.8.3", "@ovh-ux/manager-tailwind-config": "^0.2.1", "@ovh-ux/shell": "^4.1.0", "@ovhcloud/ods-common-core": "17.2.2", diff --git a/packages/manager/apps/pci-public-ip/package.json b/packages/manager/apps/pci-public-ip/package.json index 36c2b86221f2..a7f8d9b55839 100644 --- a/packages/manager/apps/pci-public-ip/package.json +++ b/packages/manager/apps/pci-public-ip/package.json @@ -22,7 +22,7 @@ "@ovh-ux/manager-pci-common": "^0.11.1", "@ovh-ux/manager-react-components": "^1.41.1", "@ovh-ux/manager-react-core-application": "^0.11.3", - "@ovh-ux/manager-react-shell-client": "^0.8.2", + "@ovh-ux/manager-react-shell-client": "^0.8.3", "@ovh-ux/manager-tailwind-config": "^0.2.1", "@ovh-ux/shell": "^4.1.0", "@ovhcloud/ods-common-core": "17.2.2", diff --git a/packages/manager/apps/pci-rancher/package.json b/packages/manager/apps/pci-rancher/package.json index 3fa8373725fa..d22f1f2b92e0 100644 --- a/packages/manager/apps/pci-rancher/package.json +++ b/packages/manager/apps/pci-rancher/package.json @@ -28,7 +28,7 @@ "@ovh-ux/manager-pci-common": "^0.11.1", "@ovh-ux/manager-react-components": "^1.43.0", "@ovh-ux/manager-react-core-application": "^0.11.3", - "@ovh-ux/manager-react-shell-client": "^0.8.2", + "@ovh-ux/manager-react-shell-client": "^0.8.3", "@ovh-ux/request-tagger": "^0.4.0", "@ovh-ux/shell": "^4.1.0", "@ovhcloud/ods-common-core": "17.2.2", diff --git a/packages/manager/apps/pci-savings-plan/package.json b/packages/manager/apps/pci-savings-plan/package.json index c8097081127c..a4ca0c9fc03f 100644 --- a/packages/manager/apps/pci-savings-plan/package.json +++ b/packages/manager/apps/pci-savings-plan/package.json @@ -26,7 +26,7 @@ "@ovh-ux/manager-pci-common": "^0.11.1", "@ovh-ux/manager-react-components": "^1.41.1", "@ovh-ux/manager-react-core-application": "^0.11.3", - "@ovh-ux/manager-react-shell-client": "^0.8.2", + "@ovh-ux/manager-react-shell-client": "^0.8.3", "@ovh-ux/manager-tailwind-config": "^0.2.1", "@ovh-ux/request-tagger": "^0.4.0", "@ovhcloud/ods-common-core": "17.2.2", diff --git a/packages/manager/apps/pci-ssh-keys/package.json b/packages/manager/apps/pci-ssh-keys/package.json index e442c44dd9c5..913d87a7a6fe 100644 --- a/packages/manager/apps/pci-ssh-keys/package.json +++ b/packages/manager/apps/pci-ssh-keys/package.json @@ -20,7 +20,7 @@ "@ovh-ux/manager-pci-common": "^0.11.1", "@ovh-ux/manager-react-components": "^1.41.1", "@ovh-ux/manager-react-core-application": "^0.11.3", - "@ovh-ux/manager-react-shell-client": "^0.8.2", + "@ovh-ux/manager-react-shell-client": "^0.8.3", "@ovh-ux/manager-tailwind-config": "^0.2.1", "@ovh-ux/shell": "^4.1.0", "@ovhcloud/ods-common-core": "17.2.2", diff --git a/packages/manager/apps/pci-users/package.json b/packages/manager/apps/pci-users/package.json index 470a71a1f44a..e8afecc78070 100644 --- a/packages/manager/apps/pci-users/package.json +++ b/packages/manager/apps/pci-users/package.json @@ -20,7 +20,7 @@ "@ovh-ux/manager-pci-common": "^0.11.1", "@ovh-ux/manager-react-components": "^1.41.1", "@ovh-ux/manager-react-core-application": "^0.11.3", - "@ovh-ux/manager-react-shell-client": "^0.8.2", + "@ovh-ux/manager-react-shell-client": "^0.8.3", "@ovh-ux/manager-tailwind-config": "^0.2.1", "@ovh-ux/shell": "^4.1.0", "@ovhcloud/ods-common-core": "17.2.2", diff --git a/packages/manager/apps/pci-vouchers/package.json b/packages/manager/apps/pci-vouchers/package.json index 6ef7c07c6d68..23a3b4f0ae48 100644 --- a/packages/manager/apps/pci-vouchers/package.json +++ b/packages/manager/apps/pci-vouchers/package.json @@ -21,7 +21,7 @@ "@ovh-ux/manager-pci-common": "^0.11.1", "@ovh-ux/manager-react-components": "^1.41.1", "@ovh-ux/manager-react-core-application": "^0.11.3", - "@ovh-ux/manager-react-shell-client": "^0.8.2", + "@ovh-ux/manager-react-shell-client": "^0.8.3", "@ovh-ux/manager-tailwind-config": "^0.2.1", "@ovh-ux/shell": "^4.1.0", "@ovhcloud/ods-common-core": "17.2.2", diff --git a/packages/manager/apps/pci-workflow/package.json b/packages/manager/apps/pci-workflow/package.json index f055efd18c97..23fa36700e60 100644 --- a/packages/manager/apps/pci-workflow/package.json +++ b/packages/manager/apps/pci-workflow/package.json @@ -21,7 +21,7 @@ "@ovh-ux/manager-pci-common": "^0.11.1", "@ovh-ux/manager-react-components": "^1.41.1", "@ovh-ux/manager-react-core-application": "^0.11.3", - "@ovh-ux/manager-react-shell-client": "^0.8.2", + "@ovh-ux/manager-react-shell-client": "^0.8.3", "@ovh-ux/manager-tailwind-config": "^0.2.1", "@ovh-ux/shell": "^4.1.0", "@ovhcloud/ods-common-core": "17.2.2", diff --git a/packages/manager/apps/veeam-backup/package.json b/packages/manager/apps/veeam-backup/package.json index 3ac7baa80b21..432eec1bb34f 100644 --- a/packages/manager/apps/veeam-backup/package.json +++ b/packages/manager/apps/veeam-backup/package.json @@ -28,7 +28,7 @@ "@ovh-ux/manager-module-order": "^0.9.0", "@ovh-ux/manager-react-components": "^1.41.1", "@ovh-ux/manager-react-core-application": "^0.11.3", - "@ovh-ux/manager-react-shell-client": "^0.8.2", + "@ovh-ux/manager-react-shell-client": "^0.8.3", "@ovh-ux/manager-tailwind-config": "^0.2.1", "@ovh-ux/request-tagger": "^0.4.0", "@ovhcloud/ods-common-core": "17.2.2", diff --git a/packages/manager/apps/vrack-services/package.json b/packages/manager/apps/vrack-services/package.json index f20eebb9bb4a..ec56b6248125 100644 --- a/packages/manager/apps/vrack-services/package.json +++ b/packages/manager/apps/vrack-services/package.json @@ -29,7 +29,7 @@ "@ovh-ux/manager-module-order": "^0.9.0", "@ovh-ux/manager-react-components": "^1.41.1", "@ovh-ux/manager-react-core-application": "^0.11.3", - "@ovh-ux/manager-react-shell-client": "^0.8.2", + "@ovh-ux/manager-react-shell-client": "^0.8.3", "@ovh-ux/manager-tailwind-config": "^0.2.1", "@ovh-ux/request-tagger": "^0.4.0", "@ovhcloud/ods-common-core": "17.2.2", diff --git a/packages/manager/apps/zimbra/package.json b/packages/manager/apps/zimbra/package.json index 18c38c3be8d4..caab532a740f 100644 --- a/packages/manager/apps/zimbra/package.json +++ b/packages/manager/apps/zimbra/package.json @@ -27,7 +27,7 @@ "@ovh-ux/manager-module-order": "^0.9.0", "@ovh-ux/manager-react-components": "^2.4.0", "@ovh-ux/manager-react-core-application": "^0.11.3", - "@ovh-ux/manager-react-shell-client": "^0.8.2", + "@ovh-ux/manager-react-shell-client": "^0.8.3", "@ovh-ux/manager-tailwind-config": "^0.2.1", "@ovh-ux/request-tagger": "^0.4.0", "@ovh-ux/shell": "^4.1.0", diff --git a/packages/manager/core/shell-client/CHANGELOG.md b/packages/manager/core/shell-client/CHANGELOG.md index c22deb27bf79..9eaf6dea38f6 100644 --- a/packages/manager/core/shell-client/CHANGELOG.md +++ b/packages/manager/core/shell-client/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.8.3](https://github.com/ovh/manager/compare/@ovh-ux/manager-react-shell-client@0.8.2...@ovh-ux/manager-react-shell-client@0.8.3) (2024-12-05) + +**Note:** Version bump only for package @ovh-ux/manager-react-shell-client + ## [0.8.2](https://github.com/ovh/manager/compare/@ovh-ux/manager-react-shell-client@0.8.1...@ovh-ux/manager-react-shell-client@0.8.2) (2024-11-29) **Note:** Version bump only for package @ovh-ux/manager-react-shell-client diff --git a/packages/manager/core/shell-client/package.json b/packages/manager/core/shell-client/package.json index 281e3eba3bda..1c7065916b86 100644 --- a/packages/manager/core/shell-client/package.json +++ b/packages/manager/core/shell-client/package.json @@ -1,6 +1,6 @@ { "name": "@ovh-ux/manager-react-shell-client", - "version": "0.8.2", + "version": "0.8.3", "description": "OVH manager react shell client", "license": "BSD-3-Clause", "author": "OVH SAS", @@ -18,10 +18,10 @@ "start:watch": "tsc -w" }, "dependencies": { - "@ovh-ux/manager-config": "^8.0.0", + "@ovh-ux/manager-config": "^8.0.1", "@ovh-ux/ovh-at-internet": "^0.17.0", "@ovh-ux/request-tagger": "^0.4.0", - "@ovh-ux/shell": "^4.0.1", + "@ovh-ux/shell": "^4.1.0", "i18next": "^23.8.2", "i18next-http-backend": "^2.4.2" }, diff --git a/packages/manager/modules/manager-pci-common/package.json b/packages/manager/modules/manager-pci-common/package.json index 2be7ac5df2f7..f4b586542387 100644 --- a/packages/manager/modules/manager-pci-common/package.json +++ b/packages/manager/modules/manager-pci-common/package.json @@ -42,7 +42,7 @@ "devDependencies": { "@ovh-ux/manager-core-api": "^0.9.0", "@ovh-ux/manager-react-components": "^1.43.0", - "@ovh-ux/manager-react-shell-client": "^0.8.2", + "@ovh-ux/manager-react-shell-client": "^0.8.3", "@ovh-ux/manager-vite-config": "^0.8.3", "@ovhcloud/ods-common-core": "^17.2.2", "@ovhcloud/ods-common-stencil": "^17.2.2", @@ -74,7 +74,7 @@ "@ovh-ux/manager-config": "^7.3.2", "@ovh-ux/manager-core-api": "^0.9.0", "@ovh-ux/manager-react-components": "^1.43.0", - "@ovh-ux/manager-react-shell-client": "^0.8.2", + "@ovh-ux/manager-react-shell-client": "^0.8.3", "@ovh-ux/manager-tailwind-config": "^0.2.0", "@ovh-ux/shell": "^3.7.0", "@ovhcloud/ods-common-core": "^17.2.2", diff --git a/packages/manager/modules/order/package.json b/packages/manager/modules/order/package.json index 7c25a9841908..4a34a4d1662d 100644 --- a/packages/manager/modules/order/package.json +++ b/packages/manager/modules/order/package.json @@ -24,7 +24,7 @@ }, "dependencies": { "@ovh-ux/manager-core-api": "^0.9.0", - "@ovh-ux/manager-react-shell-client": "^0.8.2", + "@ovh-ux/manager-react-shell-client": "^0.8.3", "jsurl": "^0.1.5" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 4d12eb277599..973abdeb1c23 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5993,15 +5993,15 @@ tailwindcss "^3.4.4" uuid "^9.0.1" -"@ovh-ux/manager-react-shell-client@^0.8.2": - version "0.8.2" - resolved "https://registry.yarnpkg.com/@ovh-ux/manager-react-shell-client/-/manager-react-shell-client-0.8.2.tgz#b2e1209777126327af37193ec7d9e15593362605" - integrity sha512-/uZ991MatKii/bfVzcaaUZNlrQCHhST8ZiaoSH3qcDBXUf6qrNzHDt1aCGjaZG7aEHESWpE9cyUJcJyWcTTYEA== +"@ovh-ux/manager-react-shell-client@^0.8.3": + version "0.8.3" + resolved "https://registry.yarnpkg.com/@ovh-ux/manager-react-shell-client/-/manager-react-shell-client-0.8.3.tgz#772b2dfbd047aaa877dadcff58222f31919b7734" + integrity sha512-GjNXF4iJzE2jyhD9Eqx0K+4e6Z+3PNhC0gXSu7TqEXHzSUVWjhctR4zRcakw3YjSIsg9a3pDDtLu+NJ/XuBlWw== dependencies: - "@ovh-ux/manager-config" "^8.0.0" + "@ovh-ux/manager-config" "^8.0.1" "@ovh-ux/ovh-at-internet" "^0.17.0" "@ovh-ux/request-tagger" "^0.4.0" - "@ovh-ux/shell" "^4.0.1" + "@ovh-ux/shell" "^4.1.0" i18next "^23.8.2" i18next-http-backend "^2.4.2" @@ -26071,7 +26071,16 @@ string-length@^4.0.1: char-regex "^1.0.2" strip-ansi "^6.0.0" -"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3: +"string-width-cjs@npm:string-width@^4.2.0": + version "4.2.3" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" + integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== + dependencies: + emoji-regex "^8.0.0" + is-fullwidth-code-point "^3.0.0" + strip-ansi "^6.0.1" + +"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3: version "4.2.3" resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== @@ -26185,7 +26194,14 @@ stringify-entities@^3.0.0: character-entities-legacy "^1.0.0" xtend "^4.0.0" -"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1: +"strip-ansi-cjs@npm:strip-ansi@^6.0.1": + version "6.0.1" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" + integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== + dependencies: + ansi-regex "^5.0.1" + +strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1: version "6.0.1" resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== @@ -28881,7 +28897,7 @@ wordwrap@^1.0.0: resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb" integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q== -"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0: +"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0": version "7.0.0" resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== @@ -28899,6 +28915,15 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0: string-width "^4.1.0" strip-ansi "^6.0.0" +wrap-ansi@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" + integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== + dependencies: + ansi-styles "^4.0.0" + string-width "^4.1.0" + strip-ansi "^6.0.0" + wrap-ansi@^8.0.1, wrap-ansi@^8.1.0: version "8.1.0" resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"