@ui5/cli 4.0.25 → 4.0.26
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 +8 -1
- package/npm-shrinkwrap.json +6 -6
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,13 @@
|
|
|
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.26...HEAD).
|
|
6
|
+
|
|
7
|
+
<a name="v4.0.26"></a>
|
|
8
|
+
## [v4.0.26] - 2025-09-12
|
|
9
|
+
### Dependency Updates
|
|
10
|
+
- Bump [@ui5](https://github.com/ui5)/project from 4.0.5 to 4.0.6 [`797e069`](https://github.com/SAP/ui5-cli/commit/797e069bdfaa76e26396cb6b1a74c2ccb49b76f1)
|
|
11
|
+
|
|
6
12
|
|
|
7
13
|
<a name="v4.0.25"></a>
|
|
8
14
|
## [v4.0.25] - 2025-09-11
|
|
@@ -1374,6 +1380,7 @@ Only Node.js v10 or higher is supported.
|
|
|
1374
1380
|
|
|
1375
1381
|
<a name="v0.0.1"></a>
|
|
1376
1382
|
## v0.0.1 - 2018-06-06
|
|
1383
|
+
[v4.0.26]: https://github.com/SAP/ui5-cli/compare/v4.0.25...v4.0.26
|
|
1377
1384
|
[v4.0.25]: https://github.com/SAP/ui5-cli/compare/v4.0.24...v4.0.25
|
|
1378
1385
|
[v4.0.24]: https://github.com/SAP/ui5-cli/compare/v4.0.23...v4.0.24
|
|
1379
1386
|
[v4.0.23]: https://github.com/SAP/ui5-cli/compare/v4.0.22...v4.0.23
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/cli",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.26",
|
|
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.26",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@ui5/builder": "^4.0.11",
|
|
13
13
|
"@ui5/fs": "^4.0.2",
|
|
14
14
|
"@ui5/logger": "^4.0.2",
|
|
15
|
-
"@ui5/project": "^4.0.
|
|
15
|
+
"@ui5/project": "^4.0.6",
|
|
16
16
|
"@ui5/server": "^4.0.7",
|
|
17
17
|
"chalk": "^5.6.2",
|
|
18
18
|
"data-with-position": "^0.5.0",
|
|
@@ -617,9 +617,9 @@
|
|
|
617
617
|
}
|
|
618
618
|
},
|
|
619
619
|
"node_modules/@ui5/project": {
|
|
620
|
-
"version": "4.0.
|
|
621
|
-
"resolved": "https://registry.npmjs.org/@ui5/project/-/project-4.0.
|
|
622
|
-
"integrity": "sha512-
|
|
620
|
+
"version": "4.0.6",
|
|
621
|
+
"resolved": "https://registry.npmjs.org/@ui5/project/-/project-4.0.6.tgz",
|
|
622
|
+
"integrity": "sha512-ryopHahdKxU9GXXfEf3RNQxodHOOdqUmzrQ1uymoa3Om83BMBcURs3FQERjOP4soDbM5RiI7wEdaXX9VRvgH4w==",
|
|
623
623
|
"dependencies": {
|
|
624
624
|
"@npmcli/config": "^9.0.0",
|
|
625
625
|
"@ui5/fs": "^4.0.2",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/cli",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.26",
|
|
4
4
|
"description": "UI5 CLI - CLI",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "SAP SE",
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
"@ui5/builder": "^4.0.11",
|
|
120
120
|
"@ui5/fs": "^4.0.2",
|
|
121
121
|
"@ui5/logger": "^4.0.2",
|
|
122
|
-
"@ui5/project": "^4.0.
|
|
122
|
+
"@ui5/project": "^4.0.6",
|
|
123
123
|
"@ui5/server": "^4.0.7",
|
|
124
124
|
"chalk": "^5.6.2",
|
|
125
125
|
"data-with-position": "^0.5.0",
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
"eslint-config-google": "^0.14.0",
|
|
144
144
|
"eslint-plugin-ava": "^15.1.0",
|
|
145
145
|
"eslint-plugin-jsdoc": "^52.0.4",
|
|
146
|
-
"esmock": "^2.7.
|
|
146
|
+
"esmock": "^2.7.3",
|
|
147
147
|
"execa": "^9.6.0",
|
|
148
148
|
"globals": "^16.4.0",
|
|
149
149
|
"jsdoc": "^4.0.4",
|