@ui5/cli 4.0.54 → 4.0.55
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 +9 -2
- package/npm-shrinkwrap.json +9 -10
- package/package.json +5 -7
package/CHANGELOG.md
CHANGED
|
@@ -2,10 +2,16 @@
|
|
|
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.55...HEAD).
|
|
6
|
+
|
|
7
|
+
<a name="v4.0.55"></a>
|
|
8
|
+
## [v4.0.55] - 2026-05-26
|
|
9
|
+
### Dependency Updates
|
|
10
|
+
- Bump [@ui5](https://github.com/ui5)/fs from 4.0.5 to 4.0.6 [`1eb4306`](https://github.com/SAP/ui5-cli/commit/1eb4306be02d355fa5e221374bc0903666ab80ef)
|
|
11
|
+
|
|
6
12
|
|
|
7
13
|
<a name="v4.0.54"></a>
|
|
8
|
-
## [v4.0.54] - 2026-05-
|
|
14
|
+
## [v4.0.54] - 2026-05-27
|
|
9
15
|
|
|
10
16
|
<a name="v4.0.53"></a>
|
|
11
17
|
## [v4.0.53] - 2026-05-13
|
|
@@ -1539,6 +1545,7 @@ Only Node.js v10 or higher is supported.
|
|
|
1539
1545
|
|
|
1540
1546
|
<a name="v0.0.1"></a>
|
|
1541
1547
|
## v0.0.1 - 2018-06-06
|
|
1548
|
+
[v4.0.55]: https://github.com/SAP/ui5-cli/compare/v4.0.54...v4.0.55
|
|
1542
1549
|
[v4.0.54]: https://github.com/SAP/ui5-cli/compare/v4.0.53...v4.0.54
|
|
1543
1550
|
[v4.0.53]: https://github.com/SAP/ui5-cli/compare/v4.0.52...v4.0.53
|
|
1544
1551
|
[v4.0.52]: https://github.com/SAP/ui5-cli/compare/v4.0.51...v4.0.52
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/cli",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.55",
|
|
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.55",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@ui5/builder": "^4.1.6",
|
|
13
|
-
"@ui5/fs": "^4.0.
|
|
13
|
+
"@ui5/fs": "^4.0.6",
|
|
14
14
|
"@ui5/logger": "^4.0.2",
|
|
15
15
|
"@ui5/project": "^4.0.16",
|
|
16
16
|
"@ui5/server": "^4.0.15",
|
|
@@ -638,18 +638,17 @@
|
|
|
638
638
|
}
|
|
639
639
|
},
|
|
640
640
|
"node_modules/@ui5/fs": {
|
|
641
|
-
"version": "4.0.
|
|
642
|
-
"resolved": "https://registry.npmjs.org/@ui5/fs/-/fs-4.0.
|
|
643
|
-
"integrity": "sha512-
|
|
641
|
+
"version": "4.0.6",
|
|
642
|
+
"resolved": "https://registry.npmjs.org/@ui5/fs/-/fs-4.0.6.tgz",
|
|
643
|
+
"integrity": "sha512-Emv91mG1VtRE9v8NktovDh1bJkzFXqY0DYXdfeK5tXc4ZhVr5V3wxo4m0mELYAlkx1mhLv9BNsZy9kU3InPa0w==",
|
|
644
644
|
"license": "Apache-2.0",
|
|
645
645
|
"dependencies": {
|
|
646
646
|
"@ui5/logger": "^4.0.2",
|
|
647
|
-
"clone": "^2.1.2",
|
|
648
647
|
"escape-string-regexp": "^5.0.0",
|
|
649
|
-
"globby": "^16.
|
|
648
|
+
"globby": "^16.2.0",
|
|
650
649
|
"graceful-fs": "^4.2.11",
|
|
651
650
|
"micromatch": "^4.0.8",
|
|
652
|
-
"minimatch": "^10.2.
|
|
651
|
+
"minimatch": "^10.2.5",
|
|
653
652
|
"pretty-hrtime": "^1.0.3",
|
|
654
653
|
"random-int": "^3.1.0"
|
|
655
654
|
},
|
|
@@ -6117,7 +6116,7 @@
|
|
|
6117
6116
|
"node": ">=4.0.0"
|
|
6118
6117
|
}
|
|
6119
6118
|
},
|
|
6120
|
-
"node_modules/
|
|
6119
|
+
"node_modules/xmlbuilder": {
|
|
6121
6120
|
"version": "11.0.1",
|
|
6122
6121
|
"resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz",
|
|
6123
6122
|
"integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/cli",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.55",
|
|
4
4
|
"description": "UI5 CLI - CLI",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "SAP SE",
|
|
@@ -31,15 +31,12 @@
|
|
|
31
31
|
},
|
|
32
32
|
"scripts": {
|
|
33
33
|
"test": "npm run lint && npm run jsdoc-generate && npm run coverage && npm run check-licenses",
|
|
34
|
-
"test-azure": "npm run coverage-xunit",
|
|
35
34
|
"lint": "eslint ./",
|
|
36
35
|
"unit": "rimraf test/tmp && ava",
|
|
37
36
|
"unit-verbose": "rimraf test/tmp && cross-env UI5_LOG_LVL=verbose ava --verbose --serial",
|
|
38
37
|
"unit-watch": "npm run unit -- --watch",
|
|
39
|
-
"unit-xunit": "rimraf test/tmp && ava --node-arguments=\"--experimental-loader=@istanbuljs/esm-loader-hook\" --tap | tap-xunit --dontUseCommentsAsTestNames=true > test-results.xml",
|
|
40
38
|
"unit-inspect": "cross-env UI5_LOG_LVL=verbose ava debug --break",
|
|
41
39
|
"coverage": "rimraf test/tmp && nyc ava --node-arguments=\"--experimental-loader=@istanbuljs/esm-loader-hook\"",
|
|
42
|
-
"coverage-xunit": "nyc --reporter=text --reporter=text-summary --reporter=cobertura npm run unit-xunit",
|
|
43
40
|
"jsdoc": "npm run jsdoc-generate && open-cli jsdocs/index.html",
|
|
44
41
|
"jsdoc-generate": "jsdoc -c ./jsdoc.json -t $(npm ls docdash --parseable | head -1) ./lib/ || (echo 'Error during JSDoc generation! Check log.' && exit 1)",
|
|
45
42
|
"jsdoc-watch": "npm run jsdoc && chokidar \"./lib/**/*.js\" -c \"npm run jsdoc-generate\"",
|
|
@@ -48,7 +45,8 @@
|
|
|
48
45
|
"prepublishOnly": "git push --follow-tags",
|
|
49
46
|
"release-note": "git-chglog --sort semver -c .chglog/release-config.yml v$npm_package_version | node .chglog/consolidate-changelogs.js",
|
|
50
47
|
"knip": "knip --config knip.config.js",
|
|
51
|
-
"check-licenses": "licensee --errors-only"
|
|
48
|
+
"check-licenses": "licensee --errors-only",
|
|
49
|
+
"check-engine": "check-engine-light -f npm-shrinkwrap.json ."
|
|
52
50
|
},
|
|
53
51
|
"files": [
|
|
54
52
|
"CHANGELOG.md",
|
|
@@ -118,7 +116,7 @@
|
|
|
118
116
|
},
|
|
119
117
|
"dependencies": {
|
|
120
118
|
"@ui5/builder": "^4.1.6",
|
|
121
|
-
"@ui5/fs": "^4.0.
|
|
119
|
+
"@ui5/fs": "^4.0.6",
|
|
122
120
|
"@ui5/logger": "^4.0.2",
|
|
123
121
|
"@ui5/project": "^4.0.16",
|
|
124
122
|
"@ui5/server": "^4.0.15",
|
|
@@ -136,6 +134,7 @@
|
|
|
136
134
|
"@eslint/js": "^9.8.0",
|
|
137
135
|
"@istanbuljs/esm-loader-hook": "^0.3.0",
|
|
138
136
|
"ava": "^6.4.1",
|
|
137
|
+
"check-engine-light": "0.4.0",
|
|
139
138
|
"chokidar-cli": "^3.0.0",
|
|
140
139
|
"cross-env": "^10.1.0",
|
|
141
140
|
"docdash": "^2.0.2",
|
|
@@ -154,7 +153,6 @@
|
|
|
154
153
|
"rimraf": "^6.1.3",
|
|
155
154
|
"sinon": "^21.1.2",
|
|
156
155
|
"strip-ansi": "^7.2.0",
|
|
157
|
-
"tap-xunit": "^2.4.1",
|
|
158
156
|
"testdouble": "^3.20.2"
|
|
159
157
|
}
|
|
160
158
|
}
|