@ui5/cli 4.0.56 → 4.0.57
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 +5 -1
- package/npm-shrinkwrap.json +13 -13
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,10 @@
|
|
|
2
2
|
All notable changes to this project will be documented in this file.
|
|
3
3
|
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
|
4
4
|
|
|
5
|
-
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v4.0.
|
|
5
|
+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v4.0.57...HEAD).
|
|
6
|
+
|
|
7
|
+
<a name="v4.0.57"></a>
|
|
8
|
+
## [v4.0.57] - 2026-06-23
|
|
6
9
|
|
|
7
10
|
<a name="v4.0.56"></a>
|
|
8
11
|
## [v4.0.56] - 2026-06-15
|
|
@@ -1552,6 +1555,7 @@ Only Node.js v10 or higher is supported.
|
|
|
1552
1555
|
|
|
1553
1556
|
<a name="v0.0.1"></a>
|
|
1554
1557
|
## v0.0.1 - 2018-06-06
|
|
1558
|
+
[v4.0.57]: https://github.com/SAP/ui5-cli/compare/v4.0.56...v4.0.57
|
|
1555
1559
|
[v4.0.56]: https://github.com/SAP/ui5-cli/compare/v4.0.55...v4.0.56
|
|
1556
1560
|
[v4.0.55]: https://github.com/SAP/ui5-cli/compare/v4.0.54...v4.0.55
|
|
1557
1561
|
[v4.0.54]: https://github.com/SAP/ui5-cli/compare/v4.0.53...v4.0.54
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/cli",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.57",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@ui5/cli",
|
|
9
|
-
"version": "4.0.
|
|
9
|
+
"version": "4.0.57",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@ui5/builder": "^4.2.0",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"js-yaml": "^4.2.0",
|
|
21
21
|
"open": "^11.0.0",
|
|
22
22
|
"pretty-hrtime": "^1.0.3",
|
|
23
|
-
"semver": "^7.8.
|
|
23
|
+
"semver": "^7.8.5",
|
|
24
24
|
"update-notifier": "^7.3.1",
|
|
25
|
-
"yargs": "^17.7.
|
|
25
|
+
"yargs": "^17.7.3"
|
|
26
26
|
},
|
|
27
27
|
"bin": {
|
|
28
28
|
"ui5": "bin/ui5.cjs"
|
|
@@ -5100,9 +5100,9 @@
|
|
|
5100
5100
|
"license": "MIT"
|
|
5101
5101
|
},
|
|
5102
5102
|
"node_modules/semver": {
|
|
5103
|
-
"version": "7.8.
|
|
5104
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.
|
|
5105
|
-
"integrity": "sha512-
|
|
5103
|
+
"version": "7.8.5",
|
|
5104
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.5.tgz",
|
|
5105
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
5106
5106
|
"license": "ISC",
|
|
5107
5107
|
"bin": {
|
|
5108
5108
|
"semver": "bin/semver.js"
|
|
@@ -5762,9 +5762,9 @@
|
|
|
5762
5762
|
"license": "MIT"
|
|
5763
5763
|
},
|
|
5764
5764
|
"node_modules/undici": {
|
|
5765
|
-
"version": "6.
|
|
5766
|
-
"resolved": "https://registry.npmjs.org/undici/-/undici-6.
|
|
5767
|
-
"integrity": "sha512-
|
|
5765
|
+
"version": "6.27.0",
|
|
5766
|
+
"resolved": "https://registry.npmjs.org/undici/-/undici-6.27.0.tgz",
|
|
5767
|
+
"integrity": "sha512-YmfV3YnEDzXRC5lZ2jWtWWHKGUm1zIt8AhesR1tens+HTNv+YZlN/dp6G727LOvMJ8xjP9Be7Y2Sdr96LDm+pg==",
|
|
5768
5768
|
"license": "MIT",
|
|
5769
5769
|
"engines": {
|
|
5770
5770
|
"node": ">=18.17"
|
|
@@ -6157,9 +6157,9 @@
|
|
|
6157
6157
|
"license": "Apache-2.0"
|
|
6158
6158
|
},
|
|
6159
6159
|
"node_modules/yargs": {
|
|
6160
|
-
"version": "17.7.
|
|
6161
|
-
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.
|
|
6162
|
-
"integrity": "sha512-
|
|
6160
|
+
"version": "17.7.3",
|
|
6161
|
+
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.3.tgz",
|
|
6162
|
+
"integrity": "sha512-GZtjxm/J/4TSxuL3FNYjCmLktBTnIw/rVmKSIyKeYAZpmJB2ig9VauCC5xsa82GNKVKDAqpOn3KVzNt0zmrU0g==",
|
|
6163
6163
|
"license": "MIT",
|
|
6164
6164
|
"dependencies": {
|
|
6165
6165
|
"cliui": "^8.0.1",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/cli",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.57",
|
|
4
4
|
"description": "UI5 CLI - CLI",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "SAP SE",
|
|
@@ -126,9 +126,9 @@
|
|
|
126
126
|
"js-yaml": "^4.2.0",
|
|
127
127
|
"open": "^11.0.0",
|
|
128
128
|
"pretty-hrtime": "^1.0.3",
|
|
129
|
-
"semver": "^7.8.
|
|
129
|
+
"semver": "^7.8.5",
|
|
130
130
|
"update-notifier": "^7.3.1",
|
|
131
|
-
"yargs": "^17.7.
|
|
131
|
+
"yargs": "^17.7.3"
|
|
132
132
|
},
|
|
133
133
|
"devDependencies": {
|
|
134
134
|
"@eslint/js": "^9.8.0",
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
"eslint-plugin-jsdoc": "61.5.0",
|
|
145
145
|
"esmock": "^2.7.6",
|
|
146
146
|
"execa": "^9.6.1",
|
|
147
|
-
"globals": "^17.
|
|
147
|
+
"globals": "^17.7.0",
|
|
148
148
|
"jsdoc": "^4.0.5",
|
|
149
149
|
"knip": "^5.88.1",
|
|
150
150
|
"licensee": "^11.1.1",
|