@ui5/server 4.0.9 → 5.0.0-alpha.0
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 +18 -7
- package/README.md +6 -16
- package/package.json +16 -37
- package/CONTRIBUTING.md +0 -3
- package/jsdoc.json +0 -61
package/CHANGELOG.md
CHANGED
|
@@ -2,13 +2,26 @@
|
|
|
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-server/compare/v4.0.
|
|
5
|
+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-server/compare/v4.0.7...HEAD).
|
|
6
6
|
|
|
7
|
-
<a name="
|
|
8
|
-
## [
|
|
7
|
+
<a name="5.0.0-alpha.0"></a>
|
|
8
|
+
## [5.0.0-alpha.0](https://github.com/UI5/cli/compare/server-v4.0.7...server-v5.0.0-alpha.0) (2025-11-25)
|
|
9
9
|
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
|
|
11
|
+
### Breaking Changes
|
|
12
|
+
|
|
13
|
+
* **server:** Require Node.js 22.20.0 || >= 24.0.0
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Dependencies
|
|
17
|
+
|
|
18
|
+
* The following workspace dependencies were updated
|
|
19
|
+
* dependencies
|
|
20
|
+
* @ui5/builder bumped from ^4.0.11 to ^5.0.0-alpha.0
|
|
21
|
+
* @ui5/fs bumped from ^4.0.2 to ^5.0.0-alpha.0
|
|
22
|
+
* @ui5/logger bumped from ^4.0.2 to ^5.0.0-alpha.0
|
|
23
|
+
* devDependencies
|
|
24
|
+
* @ui5/project bumped from ^4.0.6 to ^5.0.0-alpha.0
|
|
12
25
|
|
|
13
26
|
<a name="v4.0.7"></a>
|
|
14
27
|
## [v4.0.7] - 2025-09-11
|
|
@@ -411,8 +424,6 @@ Only Node.js v10 or higher is supported.
|
|
|
411
424
|
|
|
412
425
|
<a name="v0.0.1"></a>
|
|
413
426
|
## v0.0.1 - 2018-06-06
|
|
414
|
-
[v4.0.9]: https://github.com/SAP/ui5-server/compare/v4.0.8...v4.0.9
|
|
415
|
-
[v4.0.8]: https://github.com/SAP/ui5-server/compare/v4.0.7...v4.0.8
|
|
416
427
|
[v4.0.7]: https://github.com/SAP/ui5-server/compare/v4.0.6...v4.0.7
|
|
417
428
|
[v4.0.6]: https://github.com/SAP/ui5-server/compare/v4.0.5...v4.0.6
|
|
418
429
|
[v4.0.5]: https://github.com/SAP/ui5-server/compare/v4.0.4...v4.0.5
|
package/README.md
CHANGED
|
@@ -1,33 +1,23 @@
|
|
|
1
1
|

|
|
2
2
|
|
|
3
|
-
# ui5
|
|
4
|
-
|
|
5
|
-
> ⚠️ **REPOSITORY MOVED**
|
|
6
|
-
>
|
|
7
|
-
> The `@ui5/server` package is now maintained in the [UI5 CLI monorepo](https://github.com/UI5/cli). This repository contains the code up to and including CLI version 4, with further development continuing in the monorepo.
|
|
8
|
-
>
|
|
9
|
-
> - **New location**: https://github.com/UI5/cli/tree/main/packages/server
|
|
10
|
-
> - **Issues & PRs**: Please submit to the [monorepo](https://github.com/UI5/cli/issues)
|
|
11
|
-
> - **Latest releases**: Available from the monorepo
|
|
12
|
-
|
|
3
|
+
# @ui5/server
|
|
13
4
|
> Modules for running a UI5 development server
|
|
14
5
|
> Part of the [UI5 CLI](https://github.com/UI5/cli)
|
|
15
6
|
|
|
16
|
-
[](https://dev.azure.com/sap/opensource/_build/latest?definitionId=34&branchName=v4)
|
|
7
|
+
[](https://api.reuse.software/info/github.com/UI5/cli)
|
|
18
8
|
[](https://www.npmjs.com/package/@ui5/server)
|
|
19
9
|
[](https://coveralls.io/github/SAP/ui5-server)
|
|
20
10
|
|
|
21
11
|
## Documentation
|
|
22
|
-
UI5 Server documentation can be found here: [ui5.github.io/cli](https://ui5.github.io/cli/
|
|
12
|
+
UI5 Server documentation can be found here: [ui5.github.io/cli](https://ui5.github.io/cli/stable/pages/Server/)
|
|
23
13
|
|
|
24
|
-
The UI5 Server API Reference can be found here: [`@ui5/server`](https://ui5.github.io/cli/
|
|
14
|
+
The UI5 Server API Reference can be found here: [`@ui5/server`](https://ui5.github.io/cli/stable/api/module-@ui5_server.html)
|
|
25
15
|
|
|
26
16
|
## Contributing
|
|
27
|
-
Please check our [Contribution Guidelines](https://github.com/UI5/cli/blob/
|
|
17
|
+
Please check our [Contribution Guidelines](https://github.com/UI5/cli/blob/main/CONTRIBUTING.md).
|
|
28
18
|
|
|
29
19
|
## Support
|
|
30
|
-
Please follow our [Contribution Guidelines](https://github.com/UI5/cli/blob/
|
|
20
|
+
Please follow our [Contribution Guidelines](https://github.com/UI5/cli/blob/main/CONTRIBUTING.md#report-an-issue) on how to report an issue.
|
|
31
21
|
|
|
32
22
|
Please report issues in the main [UI5 CLI](https://github.com/UI5/cli) repository.
|
|
33
23
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/server",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.0.0-alpha.0",
|
|
4
4
|
"description": "UI5 CLI - Server",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "SAP SE",
|
|
@@ -25,36 +25,27 @@
|
|
|
25
25
|
"./package.json": "./package.json"
|
|
26
26
|
},
|
|
27
27
|
"engines": {
|
|
28
|
-
"node": "^20.
|
|
28
|
+
"node": "^22.20.0 || >=24.0.0",
|
|
29
29
|
"npm": ">= 8"
|
|
30
30
|
},
|
|
31
31
|
"scripts": {
|
|
32
|
-
"test": "npm run lint && npm run
|
|
33
|
-
"test-azure": "npm run coverage-xunit",
|
|
32
|
+
"test": "npm run lint && npm run coverage && npm run depcheck",
|
|
34
33
|
"lint": "eslint ./",
|
|
35
34
|
"unit": "rimraf test/tmp && ava",
|
|
36
35
|
"unit-verbose": "rimraf test/tmp && cross-env UI5_LOG_LVL=verbose ava --verbose --serial",
|
|
37
36
|
"unit-watch": "npm run unit -- --watch",
|
|
38
|
-
"unit-xunit": "rimraf test/tmp && ava --node-arguments=\"--experimental-loader=@istanbuljs/esm-loader-hook\" --tap | tap-xunit --dontUseCommentsAsTestNames=true > test-results.xml",
|
|
39
37
|
"unit-inspect": "cross-env UI5_LOG_LVL=verbose ava debug --break",
|
|
40
38
|
"coverage": "rimraf test/tmp && nyc ava --node-arguments=\"--experimental-loader=@istanbuljs/esm-loader-hook\"",
|
|
41
|
-
"coverage-xunit": "nyc --reporter=text --reporter=text-summary --reporter=cobertura npm run unit-xunit",
|
|
42
|
-
"jsdoc": "npm run jsdoc-generate && open-cli jsdocs/index.html",
|
|
43
|
-
"jsdoc-generate": "jsdoc -c ./jsdoc.json -t $(node -p 'path.dirname(require.resolve(\"docdash\"))') ./lib/ || (echo 'Error during JSDoc generation! Check log.' && exit 1)",
|
|
44
|
-
"jsdoc-watch": "npm run jsdoc && chokidar \"./lib/**/*.js\" -c \"npm run jsdoc-generate\"",
|
|
45
39
|
"preversion": "npm test",
|
|
46
40
|
"version": "git-chglog --sort semver --next-tag v$npm_package_version -o CHANGELOG.md v4.0.0.. && git add CHANGELOG.md",
|
|
47
41
|
"prepublishOnly": "git push --follow-tags",
|
|
48
42
|
"release-note": "git-chglog --sort semver -c .chglog/release-config.yml v$npm_package_version",
|
|
49
|
-
"depcheck": "depcheck --ignores @ui5/server,
|
|
43
|
+
"depcheck": "depcheck --ignores @ui5/server,compression,cors,@istanbuljs/esm-loader-hook --parsers='**/*.js:es6,**/*.cjs:es6'"
|
|
50
44
|
},
|
|
51
45
|
"files": [
|
|
52
46
|
"CHANGELOG.md",
|
|
53
|
-
"CONTRIBUTING.md",
|
|
54
|
-
"jsdoc.json",
|
|
55
47
|
"lib/**",
|
|
56
|
-
"LICENSES/**"
|
|
57
|
-
".reuse/**"
|
|
48
|
+
"LICENSES/**"
|
|
58
49
|
],
|
|
59
50
|
"ava": {
|
|
60
51
|
"files": [
|
|
@@ -80,11 +71,8 @@
|
|
|
80
71
|
"exclude": [
|
|
81
72
|
"lib/middleware/testRunner/TestRunner.js",
|
|
82
73
|
"docs/**",
|
|
83
|
-
"jsdocs/**",
|
|
84
74
|
"coverage/**",
|
|
85
|
-
"test/**"
|
|
86
|
-
".eslintrc.cjs",
|
|
87
|
-
"jsdoc-plugin.cjs"
|
|
75
|
+
"test/**"
|
|
88
76
|
],
|
|
89
77
|
"check-coverage": true,
|
|
90
78
|
"statements": 90,
|
|
@@ -114,19 +102,20 @@
|
|
|
114
102
|
},
|
|
115
103
|
"repository": {
|
|
116
104
|
"type": "git",
|
|
117
|
-
"url": "git@github.com:
|
|
105
|
+
"url": "git@github.com:UI5/cli.git",
|
|
106
|
+
"directory": "packages/server"
|
|
118
107
|
},
|
|
119
108
|
"dependencies": {
|
|
120
|
-
"@ui5/builder": "^
|
|
121
|
-
"@ui5/fs": "^
|
|
122
|
-
"@ui5/logger": "^
|
|
109
|
+
"@ui5/builder": "^5.0.0-alpha.0",
|
|
110
|
+
"@ui5/fs": "^5.0.0-alpha.0",
|
|
111
|
+
"@ui5/logger": "^5.0.0-alpha.0",
|
|
123
112
|
"body-parser": "^1.20.2",
|
|
124
113
|
"compression": "^1.8.1",
|
|
125
114
|
"cors": "^2.8.5",
|
|
126
115
|
"devcert-sanscache": "^0.5.1",
|
|
127
116
|
"escape-html": "^1.0.3",
|
|
128
117
|
"etag": "^1.8.1",
|
|
129
|
-
"express": "^4.
|
|
118
|
+
"express": "^4.22.1",
|
|
130
119
|
"fresh": "^0.5.2",
|
|
131
120
|
"graceful-fs": "^4.2.11",
|
|
132
121
|
"mime-types": "^2.1.35",
|
|
@@ -138,26 +127,16 @@
|
|
|
138
127
|
"yesno": "^0.4.0"
|
|
139
128
|
},
|
|
140
129
|
"devDependencies": {
|
|
141
|
-
"@eslint/js": "^9.8.0",
|
|
142
130
|
"@istanbuljs/esm-loader-hook": "^0.3.0",
|
|
143
|
-
"@ui5/project": "^
|
|
131
|
+
"@ui5/project": "^5.0.0-alpha.0",
|
|
144
132
|
"ava": "^6.4.1",
|
|
145
|
-
"chokidar-cli": "^3.0.0",
|
|
146
133
|
"cross-env": "^7.0.3",
|
|
147
134
|
"depcheck": "^1.4.7",
|
|
148
|
-
"
|
|
149
|
-
"eslint": "^9.39.1",
|
|
150
|
-
"eslint-config-google": "^0.14.0",
|
|
151
|
-
"eslint-plugin-ava": "^15.1.0",
|
|
152
|
-
"eslint-plugin-jsdoc": "^60.8.3",
|
|
135
|
+
"eslint": "^9.36.0",
|
|
153
136
|
"esmock": "^2.7.3",
|
|
154
|
-
"globals": "^16.5.0",
|
|
155
|
-
"jsdoc": "^4.0.5",
|
|
156
137
|
"nyc": "^17.1.0",
|
|
157
|
-
"
|
|
158
|
-
"rimraf": "^6.1.2",
|
|
138
|
+
"rimraf": "^6.0.1",
|
|
159
139
|
"sinon": "^21.0.0",
|
|
160
|
-
"supertest": "^7.1.4"
|
|
161
|
-
"tap-xunit": "^2.4.1"
|
|
140
|
+
"supertest": "^7.1.4"
|
|
162
141
|
}
|
|
163
142
|
}
|
package/CONTRIBUTING.md
DELETED
package/jsdoc.json
DELETED
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"tags": {
|
|
3
|
-
"allowUnknownTags": false
|
|
4
|
-
},
|
|
5
|
-
"source": {
|
|
6
|
-
"include": ["README.md"],
|
|
7
|
-
"includePattern": ".+\\.js$",
|
|
8
|
-
"excludePattern": "(node_modules(\\\\|/))"
|
|
9
|
-
},
|
|
10
|
-
"plugins": [
|
|
11
|
-
"./jsdoc-plugin.cjs"
|
|
12
|
-
],
|
|
13
|
-
"opts": {
|
|
14
|
-
"encoding": "utf8",
|
|
15
|
-
"destination": "jsdocs/",
|
|
16
|
-
"recurse": true,
|
|
17
|
-
"verbose": true,
|
|
18
|
-
"access": "public"
|
|
19
|
-
},
|
|
20
|
-
"templates": {
|
|
21
|
-
"cleverLinks": false,
|
|
22
|
-
"monospaceLinks": false,
|
|
23
|
-
"default": {
|
|
24
|
-
"useLongnameInNav": true
|
|
25
|
-
}
|
|
26
|
-
},
|
|
27
|
-
"openGraph": {
|
|
28
|
-
"title": "UI5 CLI - API Reference",
|
|
29
|
-
"type": "website",
|
|
30
|
-
"image": "https://ui5.github.io/cli/v4/images/UI5_logo_wide.png",
|
|
31
|
-
"site_name": "UI5 CLI - API Reference",
|
|
32
|
-
"url": "https://ui5.github.io/cli/"
|
|
33
|
-
},
|
|
34
|
-
"docdash": {
|
|
35
|
-
"sectionOrder": [
|
|
36
|
-
"Modules",
|
|
37
|
-
"Namespaces",
|
|
38
|
-
"Classes",
|
|
39
|
-
"Externals",
|
|
40
|
-
"Events",
|
|
41
|
-
"Mixins",
|
|
42
|
-
"Tutorials",
|
|
43
|
-
"Interfaces"
|
|
44
|
-
],
|
|
45
|
-
"meta": {
|
|
46
|
-
"title": "UI5 CLI - API Reference - UI5 Server",
|
|
47
|
-
"description": "UI5 CLI - API Reference - UI5 Server",
|
|
48
|
-
"keyword": "openui5 sapui5 ui5 build development tool api reference"
|
|
49
|
-
},
|
|
50
|
-
"search": true,
|
|
51
|
-
"wrap": true,
|
|
52
|
-
"menu": {
|
|
53
|
-
"GitHub": {
|
|
54
|
-
"href": "https://github.com/SAP/ui5-server",
|
|
55
|
-
"target": "_blank",
|
|
56
|
-
"class": "menu-item",
|
|
57
|
-
"id": "github_link"
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
}
|