From 199db37d945663193d8d9447758842588041f2e5 Mon Sep 17 00:00:00 2001 From: David Szmolka <69192509+sfc-gh-dszmolka@users.noreply.github.com> Date: Thu, 7 Nov 2024 08:45:07 +0100 Subject: [PATCH 1/3] SNOW-1789666 azure/core-http deprecated azure/core-http transient dependency coming from azure/storage-blob@12.18.x . Starting from azure/storage-blob@12.23.x and above, they migrated their dependency on azure/core-http to azure/core-rest-pipeline --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 66b5b740c..596e34aad 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "dependencies": { "@aws-sdk/client-s3": "^3.388.0", "@aws-sdk/node-http-handler": "^3.374.0", - "@azure/storage-blob": "12.18.x", + "@azure/storage-blob": "12.25.x", "@google-cloud/storage": "^7.7.0", "@techteamer/ocsp": "1.0.1", "asn1.js-rfc2560": "^5.0.0", From 9fee4a559f56cc5533168bdb3d11191f997e40e7 Mon Sep 17 00:00:00 2001 From: sfc-gh-dszmolka Date: Tue, 17 Dec 2024 11:22:12 +0100 Subject: [PATCH 2/3] jenkins check --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8816af920..468e3b466 100644 --- a/README.md +++ b/README.md @@ -137,3 +137,4 @@ Fix potentially fixable formatting errors and warnings of single file or directo ``` npm run lint:fix -- test/unit/logger ``` + From 63feffaf9c88983012ded05956675878ccf02a2b Mon Sep 17 00:00:00 2001 From: sfc-gh-dszmolka Date: Tue, 17 Dec 2024 12:16:40 +0100 Subject: [PATCH 3/3] bumping @azure/storage-blob to 12.16.0 (from: 12.25.0 in previous commits), as it was released while we were waiting for node:14 deprecation on Snowflake end --- README.md | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 468e3b466..8816af920 100644 --- a/README.md +++ b/README.md @@ -137,4 +137,3 @@ Fix potentially fixable formatting errors and warnings of single file or directo ``` npm run lint:fix -- test/unit/logger ``` - diff --git a/package.json b/package.json index 392bf4380..3ed2a8a25 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "dependencies": { "@aws-sdk/client-s3": "^3.388.0", "@smithy/node-http-handler": "^3.2.5", - "@azure/storage-blob": "12.25.x", + "@azure/storage-blob": "12.26.x", "@google-cloud/storage": "^7.7.0", "@techteamer/ocsp": "1.0.1", "asn1.js-rfc2560": "^5.0.0",