@ui5/server 3.6.0 → 3.6.1

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/.reuse/dep5 CHANGED
@@ -25,7 +25,7 @@ Disclaimer: The code in this project may include calls to APIs (“API Calls”)
25
25
  parties the right to use of access any SAP External Product, through API Calls.
26
26
 
27
27
  Files: *
28
- Copyright: 2018-2024 SAP SE or an SAP affiliate company and UI5 Tooling contributors
28
+ Copyright: 2018-2024 SAP SE or an SAP affiliate company and UI5 CLI contributors
29
29
  License: Apache-2.0
30
30
 
31
31
  Files: lib/middleware/serveIndex/*
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-server/compare/v3.6.0...HEAD).
5
+ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-server/compare/v3.6.1...HEAD).
6
+
7
+ <a name="v3.6.1"></a>
8
+ ## [v3.6.1] - 2025-09-12
9
+ ### Bug Fixes
10
+ - Rename project to UI5 CLI [`003cc77`](https://github.com/SAP/ui5-server/commit/003cc77e70a5611e0efae9609f399ae2fba0d41d)
11
+
6
12
 
7
13
  <a name="v3.6.0"></a>
8
14
  ## [v3.6.0] - 2025-06-10
@@ -359,6 +365,7 @@ Only Node.js v10 or higher is supported.
359
365
 
360
366
  <a name="v0.0.1"></a>
361
367
  ## v0.0.1 - 2018-06-06
368
+ [v3.6.1]: https://github.com/SAP/ui5-server/compare/v3.6.0...v3.6.1
362
369
  [v3.6.0]: https://github.com/SAP/ui5-server/compare/v3.5.0...v3.6.0
363
370
  [v3.5.0]: https://github.com/SAP/ui5-server/compare/v3.4.0...v3.5.0
364
371
  [v3.4.0]: https://github.com/SAP/ui5-server/compare/v3.3.0...v3.4.0
package/CONTRIBUTING.md CHANGED
@@ -1,3 +1,3 @@
1
- # Contributing to the UI5 Tooling
1
+ # Contributing to the UI5 CLI
2
2
 
3
- See CONTRIBUTING.md in the [SAP/ui5-tooling](https://github.com/SAP/ui5-tooling/blob/v3/CONTRIBUTING.md) repository.
3
+ See CONTRIBUTING.md in the [UI5/cli](https://github.com/UI5/cli/blob/v3/CONTRIBUTING.md) repository.
package/LICENSE.txt CHANGED
@@ -186,7 +186,7 @@
186
186
  same "printed page" as the copyright notice for easier
187
187
  identification within third-party archives.
188
188
 
189
- Copyright 2018-2024 SAP SE or an SAP affiliate company and UI5 Tooling contributors
189
+ Copyright 2018-2024 SAP SE or an SAP affiliate company and UI5 CLI contributors
190
190
 
191
191
  Licensed under the Apache License, Version 2.0 (the "License");
192
192
  you may not use this file except in compliance with the License.
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
- ![UI5 icon](https://raw.githubusercontent.com/SAP/ui5-tooling/v3/docs/images/UI5_logo_wide.png)
1
+ ![UI5 icon](https://raw.githubusercontent.com/UI5/cli/v3/docs/images/UI5_logo_wide.png)
2
2
 
3
3
  # ui5-server
4
4
  > Modules for running a UI5 development server
5
- > Part of the [UI5 Tooling](https://github.com/SAP/ui5-tooling)
5
+ > Part of the [UI5 CLI](https://github.com/UI5/cli)
6
6
 
7
7
  [![REUSE status](https://api.reuse.software/badge/github.com/SAP/ui5-server)](https://api.reuse.software/info/github.com/SAP/ui5-server)
8
8
  [![Build Status](https://dev.azure.com/sap/opensource/_apis/build/status/SAP.ui5-server?branchName=v3)](https://dev.azure.com/sap/opensource/_build/latest?definitionId=34&branchName=v3)
@@ -10,17 +10,17 @@
10
10
  [![Coverage Status](https://coveralls.io/repos/github/SAP/ui5-server/badge.svg)](https://coveralls.io/github/SAP/ui5-server)
11
11
 
12
12
  ## Documentation
13
- UI5 Server documentation can be found here: [sap.github.io/ui5-tooling](https://sap.github.io/ui5-tooling/v3/pages/Server/)
13
+ UI5 Server documentation can be found here: [ui5.github.io/cli](https://ui5.github.io/cli/v3/pages/Server/)
14
14
 
15
- The UI5 Server API Reference can be found here: [`@ui5/server`](https://sap.github.io/ui5-tooling/v3/api/module-@ui5_server.html)
15
+ The UI5 Server API Reference can be found here: [`@ui5/server`](https://ui5.github.io/cli/v3/api/module-@ui5_server.html)
16
16
 
17
17
  ## Contributing
18
- Please check our [Contribution Guidelines](https://github.com/SAP/ui5-tooling/blob/v3/CONTRIBUTING.md).
18
+ Please check our [Contribution Guidelines](https://github.com/UI5/cli/blob/v3/CONTRIBUTING.md).
19
19
 
20
20
  ## Support
21
- Please follow our [Contribution Guidelines](https://github.com/SAP/ui5-tooling/blob/v3/CONTRIBUTING.md#report-an-issue) on how to report an issue.
21
+ Please follow our [Contribution Guidelines](https://github.com/UI5/cli/blob/v3/CONTRIBUTING.md#report-an-issue) on how to report an issue.
22
22
 
23
- Please report issues in the main [UI5 Tooling](https://github.com/SAP/ui5-tooling) repository.
23
+ Please report issues in the main [UI5 CLI](https://github.com/UI5/cli) repository.
24
24
 
25
25
  ## Release History
26
26
  See [CHANGELOG.md](CHANGELOG.md).
package/jsdoc.json CHANGED
@@ -25,11 +25,11 @@
25
25
  }
26
26
  },
27
27
  "openGraph": {
28
- "title": "UI5 Tooling - API Reference",
28
+ "title": "UI5 CLI - API Reference",
29
29
  "type": "website",
30
- "image": "https://sap.github.io/ui5-tooling/v3/images/UI5_logo_wide.png",
31
- "site_name": "UI5 Tooling - API Reference",
32
- "url": "https://sap.github.io/ui5-tooling/"
30
+ "image": "https://ui5.github.io/cli/v3/images/UI5_logo_wide.png",
31
+ "site_name": "UI5 CLI - API Reference",
32
+ "url": "https://ui5.github.io/cli/"
33
33
  },
34
34
  "docdash": {
35
35
  "sectionOrder": [
@@ -43,8 +43,8 @@
43
43
  "Interfaces"
44
44
  ],
45
45
  "meta": {
46
- "title": "UI5 Tooling - API Reference - UI5 Server",
47
- "description": "UI5 Tooling - API Reference - UI5 Server",
46
+ "title": "UI5 CLI - API Reference - UI5 Server",
47
+ "description": "UI5 CLI - API Reference - UI5 Server",
48
48
  "keyword": "openui5 sapui5 ui5 build development tool api reference"
49
49
  },
50
50
  "search": true,
@@ -101,8 +101,8 @@ class MiddlewareManager {
101
101
  throw new Error(
102
102
  `Standard middleware "connectUi5Proxy", referenced by middleware "${middlewareName}" ` +
103
103
  `in project ${this.middlewareUtil.getProject()}, ` +
104
- `has been removed in this version of UI5 Tooling and can't be referenced anymore. ` +
105
- `Please see the migration guide at https://sap.github.io/ui5-tooling/updates/migrate-v3/`);
104
+ `has been removed in this version of UI5 CLI and can't be referenced anymore. ` +
105
+ `Please see the migration guide at https://ui5.github.io/cli/updates/migrate-v3/`);
106
106
  }
107
107
  if (refMiddlewareIdx === -1) {
108
108
  throw new Error(`Could not find middleware ${refMiddlewareName}, referenced by custom ` +
package/lib/server.js CHANGED
@@ -182,7 +182,7 @@ export async function serve(graph, {
182
182
  if (h2) {
183
183
  const nodeVersion = parseInt(process.versions.node.split(".")[0], 10);
184
184
  if (nodeVersion >= 24) {
185
- log.error("ERROR: With Node v24, usage of HTTP/2 is no longer supported. Please check https://github.com/SAP/ui5-tooling/issues/327 for updates.");
185
+ log.error("ERROR: With Node v24, usage of HTTP/2 is no longer supported. Please check https://github.com/UI5/cli/issues/327 for updates.");
186
186
  process.exit(1);
187
187
  }
188
188
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ui5/server",
3
- "version": "3.6.0",
4
- "description": "UI5 Tooling - Server",
3
+ "version": "3.6.1",
4
+ "description": "UI5 CLI - Server",
5
5
  "author": {
6
6
  "name": "SAP SE",
7
7
  "email": "openui5@sap.com",
@@ -115,11 +115,11 @@
115
115
  "url": "git@github.com:SAP/ui5-server.git"
116
116
  },
117
117
  "dependencies": {
118
- "@ui5/builder": "^3.7.0",
119
- "@ui5/fs": "^3.0.5",
120
- "@ui5/logger": "^3.0.0",
118
+ "@ui5/builder": "^3.7.1",
119
+ "@ui5/fs": "^3.0.6",
120
+ "@ui5/logger": "^3.0.1",
121
121
  "body-parser": "^1.20.2",
122
- "compression": "^1.8.0",
122
+ "compression": "^1.8.1",
123
123
  "cors": "^2.8.5",
124
124
  "devcert-sanscache": "^0.4.8",
125
125
  "escape-html": "^1.0.3",
@@ -137,7 +137,7 @@
137
137
  },
138
138
  "devDependencies": {
139
139
  "@istanbuljs/esm-loader-hook": "^0.2.0",
140
- "@ui5/project": "^3.9.4",
140
+ "@ui5/project": "^3.9.5",
141
141
  "ava": "^5.3.1",
142
142
  "chokidar-cli": "^3.0.0",
143
143
  "cross-env": "^7.0.3",
@@ -147,7 +147,7 @@
147
147
  "eslint-config-google": "^0.14.0",
148
148
  "eslint-plugin-ava": "^14.0.0",
149
149
  "eslint-plugin-jsdoc": "^46.10.1",
150
- "esmock": "^2.7.0",
150
+ "esmock": "^2.7.3",
151
151
  "jsdoc": "^4.0.4",
152
152
  "nyc": "^15.1.0",
153
153
  "open-cli": "^7.2.0",