From bc9a3ae72865c29b62ed7735697de16702a55c2d Mon Sep 17 00:00:00 2001 From: Vladislav Leonkev <131776471+vl-leon@users.noreply.github.com> Date: Tue, 13 Feb 2024 11:23:51 +0100 Subject: [PATCH] release version 0.3.7 (#186) - update UI5 versions - update dependencies --- CHANGELOG.md | 2 +- .../local-ui5-build/.sapui5.version.sh | 4 +- package-lock.json | 93 +++++++++++++------ test/bin/.sapui5.version.sh | 4 +- test/bin/build.ui5.all.sh | 4 +- test/bin/build.ui5.all.tgz.sh | 4 +- 6 files changed, 73 insertions(+), 38 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28774e8..31b000b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Version 0.3.7 - 2024-xx-xx +## Version 0.3.7 - 2024-02-13 ### Added diff --git a/cds-plugins/local-ui5-build/.sapui5.version.sh b/cds-plugins/local-ui5-build/.sapui5.version.sh index aa5b558..6439515 100644 --- a/cds-plugins/local-ui5-build/.sapui5.version.sh +++ b/cds-plugins/local-ui5-build/.sapui5.version.sh @@ -3,11 +3,11 @@ if [ -z "${SAP_UI5_VERSION}" ]; then #export SAP_UI5_VERSION="1.111.8" #export SAP_UI5_VERSION="1.112.3" #export SAP_UI5_VERSION="1.113.0" - #export SAP_UI5_VERSION="1.114.11" + #export SAP_UI5_VERSION="1.114.13" #export SAP_UI5_VERSION="1.115.1" #export SAP_UI5_VERSION="1.116.0" #export SAP_UI5_VERSION="1.117.5" #export SAP_UI5_VERSION="1.118.1" #export SAP_UI5_VERSION="1.119.2" - export SAP_UI5_VERSION="1.120.3" + export SAP_UI5_VERSION="1.120.6" fi diff --git a/package-lock.json b/package-lock.json index 9a38847..05718d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1257,15 +1257,16 @@ } }, "node_modules/call-bind": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.6.tgz", - "integrity": "sha512-Mj50FLHtlsoVfRfnHaZvyrooHcrlceNZdL/QBvJJVd9Ta55qCQK0gs4ss2oZDeV9zFCs6ewzYgVE5yfVmfFpVg==", + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz", + "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==", "peer": true, "dependencies": { + "es-define-property": "^1.0.0", "es-errors": "^1.3.0", "function-bind": "^1.1.2", - "get-intrinsic": "^1.2.3", - "set-function-length": "^1.2.0" + "get-intrinsic": "^1.2.4", + "set-function-length": "^1.2.1" }, "engines": { "node": ">= 0.4" @@ -1628,18 +1629,21 @@ "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==" }, "node_modules/define-data-property": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.2.tgz", - "integrity": "sha512-SRtsSqsDbgpJBbW3pABMCOt6rQyeM8s8RiyeSN8jYG8sYmt/kGJejbydttUsnDs1tadr19tvhT4ShwMyoqAm4g==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.3.tgz", + "integrity": "sha512-h3GBouC+RPtNX2N0hHVLo2ZwPYurq8mLmXpOLTsw71gr7lHt5VaI4vVkDUNOfiWmm48JEXe3VM7PmLX45AMmmg==", "peer": true, "dependencies": { "es-errors": "^1.3.0", - "get-intrinsic": "^1.2.2", + "get-intrinsic": "^1.2.4", "gopd": "^1.0.1", "has-property-descriptors": "^1.0.1" }, "engines": { "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, "node_modules/delayed-stream": { @@ -1793,6 +1797,18 @@ "stackframe": "^1.3.4" } }, + "node_modules/es-define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz", + "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==", + "peer": true, + "dependencies": { + "get-intrinsic": "^1.2.4" + }, + "engines": { + "node": ">= 0.4" + } + }, "node_modules/es-errors": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", @@ -2256,12 +2272,12 @@ } }, "node_modules/has-property-descriptors": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.1.tgz", - "integrity": "sha512-VsX8eaIewvas0xnvinAe9bw4WfIeODpGYikiWYLH+dma0Jw6KHYqWiWfhQlgOVK8D6PvjubK5Uc4P0iIhIcNVg==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", + "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", "peer": true, "dependencies": { - "get-intrinsic": "^1.2.2" + "es-define-property": "^1.0.0" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -2298,9 +2314,9 @@ "optional": true }, "node_modules/hasown": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.0.tgz", - "integrity": "sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.1.tgz", + "integrity": "sha512-1/th4MHjnwncwXsIW6QMzlvYL9kG5e/CpVvLRZe4XPa8TOUNbCELqmvhDmnkNsAjwaG4+I8gJJL0JBvTTLO9qA==", "peer": true, "dependencies": { "function-bind": "^1.1.2" @@ -2454,11 +2470,18 @@ "node": ">=10" } }, - "node_modules/ip": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz", - "integrity": "sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==", - "optional": true + "node_modules/ip-address": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-9.0.5.tgz", + "integrity": "sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==", + "optional": true, + "dependencies": { + "jsbn": "1.1.0", + "sprintf-js": "^1.1.3" + }, + "engines": { + "node": ">= 12" + } }, "node_modules/ip-regex": { "version": "4.3.0", @@ -2597,6 +2620,12 @@ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", "peer": true }, + "node_modules/jsbn": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz", + "integrity": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==", + "optional": true + }, "node_modules/json-parse-even-better-errors": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", @@ -4188,16 +4217,16 @@ } }, "node_modules/socks": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/socks/-/socks-2.7.1.tgz", - "integrity": "sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ==", + "version": "2.7.3", + "resolved": "https://registry.npmjs.org/socks/-/socks-2.7.3.tgz", + "integrity": "sha512-vfuYK48HXCTFD03G/1/zkIls3Ebr2YNa4qU9gHDZdblHLiqhJrJGkY3+0Nx0JpN9qBhJbVObc1CNciT1bIZJxw==", "optional": true, "dependencies": { - "ip": "^2.0.0", + "ip-address": "^9.0.5", "smart-buffer": "^4.2.0" }, "engines": { - "node": ">= 10.13.0", + "node": ">= 10.0.0", "npm": ">= 3.0.0" } }, @@ -4261,11 +4290,17 @@ } }, "node_modules/spdx-license-ids": { - "version": "3.0.16", - "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.16.tgz", - "integrity": "sha512-eWN+LnM3GR6gPu35WxNgbGl8rmY1AEmoMDvL/QD6zYmPWgywxWqJWNdLGT+ke8dKNWrcYgYjPpG5gbTfghP8rw==", + "version": "3.0.17", + "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.17.tgz", + "integrity": "sha512-sh8PWc/ftMqAAdFiBu6Fy6JUOYjqDJBJvIhpfDMyHrr0Rbp5liZqd4TjtQ/RgfLjKFZb+LMx5hpml5qOWy0qvg==", "peer": true }, + "node_modules/sprintf-js": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz", + "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==", + "optional": true + }, "node_modules/sqlite3": { "version": "5.1.7", "resolved": "https://registry.npmjs.org/sqlite3/-/sqlite3-5.1.7.tgz", diff --git a/test/bin/.sapui5.version.sh b/test/bin/.sapui5.version.sh index aa5b558..6439515 100644 --- a/test/bin/.sapui5.version.sh +++ b/test/bin/.sapui5.version.sh @@ -3,11 +3,11 @@ if [ -z "${SAP_UI5_VERSION}" ]; then #export SAP_UI5_VERSION="1.111.8" #export SAP_UI5_VERSION="1.112.3" #export SAP_UI5_VERSION="1.113.0" - #export SAP_UI5_VERSION="1.114.11" + #export SAP_UI5_VERSION="1.114.13" #export SAP_UI5_VERSION="1.115.1" #export SAP_UI5_VERSION="1.116.0" #export SAP_UI5_VERSION="1.117.5" #export SAP_UI5_VERSION="1.118.1" #export SAP_UI5_VERSION="1.119.2" - export SAP_UI5_VERSION="1.120.3" + export SAP_UI5_VERSION="1.120.6" fi diff --git a/test/bin/build.ui5.all.sh b/test/bin/build.ui5.all.sh index 67a0f2b..0653cfe 100755 --- a/test/bin/build.ui5.all.sh +++ b/test/bin/build.ui5.all.sh @@ -4,10 +4,10 @@ SAP_UI5_VERSION="1.110.1" ./test/bin/build.ui5.sh SAP_UI5_VERSION="1.111.8" ./test/bin/build.ui5.sh SAP_UI5_VERSION="1.112.3" ./test/bin/build.ui5.sh SAP_UI5_VERSION="1.113.0" ./test/bin/build.ui5.sh -SAP_UI5_VERSION="1.114.11" ./test/bin/build.ui5.sh +SAP_UI5_VERSION="1.114.13" ./test/bin/build.ui5.sh SAP_UI5_VERSION="1.115.1" ./test/bin/build.ui5.sh SAP_UI5_VERSION="1.116.0" ./test/bin/build.ui5.sh SAP_UI5_VERSION="1.117.5" ./test/bin/build.ui5.sh SAP_UI5_VERSION="1.118.1" ./test/bin/build.ui5.sh SAP_UI5_VERSION="1.119.2" ./test/bin/build.ui5.sh -SAP_UI5_VERSION="1.120.3" ./test/bin/build.ui5.sh +SAP_UI5_VERSION="1.120.6" ./test/bin/build.ui5.sh diff --git a/test/bin/build.ui5.all.tgz.sh b/test/bin/build.ui5.all.tgz.sh index 6437f9a..2985202 100755 --- a/test/bin/build.ui5.all.tgz.sh +++ b/test/bin/build.ui5.all.tgz.sh @@ -4,10 +4,10 @@ SAP_UI5_VERSION="1.110.1" ./test/bin/build.ui5.tgz.sh SAP_UI5_VERSION="1.111.8" ./test/bin/build.ui5.tgz.sh SAP_UI5_VERSION="1.112.3" ./test/bin/build.ui5.tgz.sh SAP_UI5_VERSION="1.113.0" ./test/bin/build.ui5.tgz.sh -SAP_UI5_VERSION="1.114.11" ./test/bin/build.ui5.tgz.sh +SAP_UI5_VERSION="1.114.13" ./test/bin/build.ui5.tgz.sh SAP_UI5_VERSION="1.115.1" ./test/bin/build.ui5.tgz.sh SAP_UI5_VERSION="1.116.0" ./test/bin/build.ui5.tgz.sh SAP_UI5_VERSION="1.117.5" ./test/bin/build.ui5.tgz.sh SAP_UI5_VERSION="1.118.1" ./test/bin/build.ui5.tgz.sh SAP_UI5_VERSION="1.119.2" ./test/bin/build.ui5.tgz.sh -SAP_UI5_VERSION="1.120.3" ./test/bin/build.ui5.tgz.sh +SAP_UI5_VERSION="1.120.6" ./test/bin/build.ui5.tgz.sh