Skip to content

Commit 4b5bfec

Browse files
committed
Revert "[INTERNAL] Ignore cross-env in depcheck"
This reverts commit f0f4ac6.
1 parent f0f4ac6 commit 4b5bfec

19 files changed

+301
-310
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
## 🚨 Issues Have Been Transferred to UI5 Tooling Repository
1+
## 🚨 Issues Have Been Transferred to UI5 CLI Repository
22

3-
Please create new issues in the UI5 Tooling repository: https://github.com/SAP/ui5-tooling/issues/new/choose
3+
Please create new issues in the UI5 CLI repository: https://github.com/UI5/cli/issues/new/choose

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
3-
- name: Report UI5 Tooling Issues or Request a Feature
4-
url: https://github.com/SAP/ui5-tooling/issues/new/choose
5-
about: Please create new issues in the UI5 Tooling repository
3+
- name: Report UI5 CLI Issues or Request a Feature
4+
url: https://github.com/UI5/cli/issues/new/choose
5+
about: Please create new issues in the UI5 CLI repository

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
To get it merged faster, kindly review the checklist below:
44

55
## Pull Request Checklist
6-
- [ ] Reviewed the [Contributing Guidelines](https://github.com/SAP/ui5-tooling/blob/main/CONTRIBUTING.md#-contributing-code)
7-
+ Especially the [How to Contribute](https://github.com/SAP/ui5-tooling/blob/main/CONTRIBUTING.md#how-to-contribute) section
8-
- [ ] [No merge commits](https://github.com/SAP/ui5-tooling/blob/main/docs/Guidelines.md#no-merge-commits)
9-
- [ ] [Correct commit message style](https://github.com/SAP/ui5-tooling/blob/main/docs/Guidelines.md#commit-message-style)
6+
- [ ] Reviewed the [Contributing Guidelines](https://github.com/UI5/cli/blob/main/CONTRIBUTING.md#-contributing-code)
7+
+ Especially the [How to Contribute](https://github.com/UI5/cli/blob/main/CONTRIBUTING.md#how-to-contribute) section
8+
- [ ] [No merge commits](https://github.com/UI5/cli/blob/main/docs/Guidelines.md#no-merge-commits)
9+
- [ ] [Correct commit message style](https://github.com/UI5/cli/blob/main/docs/Guidelines.md#commit-message-style)

.github/workflows/dependabot-auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Dependabot auto-merge
22
on:
33
pull_request:
44
branches:
5-
- main
5+
- v4
66

77
permissions:
88
contents: write

.github/workflows/github-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: GitHub CI
33
on:
44
push:
55
branches:
6-
- main
6+
- v4
77
pull_request:
88
branches:
9-
- main
9+
- v4
1010

1111
# No permissions are required for this workflow
1212
permissions: {}

.github/workflows/reuse-compliance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: REUSE
33
on:
44
push:
55
branches:
6-
- main
6+
- v4
77
pull_request:
88
branches:
9-
- main
9+
- v4
1010

1111
# No permissions are required for this workflow
1212
permissions: {}

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,16 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
44

5-
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-server/compare/v4.0.6...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-server/compare/v4.0.7...HEAD).
6+
7+
<a name="v4.0.7"></a>
8+
## [v4.0.7] - 2025-09-11
9+
### Bug Fixes
10+
- Rename project to UI5 CLI [`ece7424`](https://github.com/SAP/ui5-server/commit/ece7424419f39eab655027043871048e0476d272)
11+
612

713
<a name="v4.0.6"></a>
8-
## [v4.0.6] - 2025-06-02
14+
## [v4.0.6] - 2025-06-06
915
### Bug Fixes
1016
- Log error in case UI5 Server uses HTTP/2 with Node 24 ([#722](https://github.com/SAP/ui5-server/issues/722)) [`71dd7af`](https://github.com/SAP/ui5-server/commit/71dd7afc946dd4d56005a9f430148670cae5e76c)
1117

@@ -399,6 +405,7 @@ Only Node.js v10 or higher is supported.
399405

400406
<a name="v0.0.1"></a>
401407
## v0.0.1 - 2018-06-06
408+
[v4.0.7]: https://github.com/SAP/ui5-server/compare/v4.0.6...v4.0.7
402409
[v4.0.6]: https://github.com/SAP/ui5-server/compare/v4.0.5...v4.0.6
403410
[v4.0.5]: https://github.com/SAP/ui5-server/compare/v4.0.4...v4.0.5
404411
[v4.0.4]: https://github.com/SAP/ui5-server/compare/v4.0.3...v4.0.4

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Contributing to the UI5 Tooling
1+
# Contributing to the UI5 CLI
22

3-
See CONTRIBUTING.md in the [SAP/ui5-tooling](https://github.com/SAP/ui5-tooling/blob/main/CONTRIBUTING.md) repository.
3+
See CONTRIBUTING.md in the [UI5/cli](https://github.com/UI5/cli/blob/main/CONTRIBUTING.md) repository.

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1-
![UI5 icon](https://raw.githubusercontent.com/SAP/ui5-tooling/main/docs/images/UI5_logo_wide.png)
1+
![UI5 icon](https://raw.githubusercontent.com/UI5/cli/main/docs/images/UI5_logo_wide.png)
22

33
# ui5-server
44
> 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)
66
77
[![REUSE status](https://api.reuse.software/badge/github.com/SAP/ui5-server)](https://api.reuse.software/info/github.com/SAP/ui5-server)
8-
[![Build Status](https://dev.azure.com/sap/opensource/_apis/build/status/SAP.ui5-server?branchName=main)](https://dev.azure.com/sap/opensource/_build/latest?definitionId=34&branchName=main)
8+
[![Build Status](https://dev.azure.com/sap/opensource/_apis/build/status/SAP.ui5-server?branchName=v4)](https://dev.azure.com/sap/opensource/_build/latest?definitionId=34&branchName=v4)
99
[![npm Package Version](https://badge.fury.io/js/%40ui5%2Fserver.svg)](https://www.npmjs.com/package/@ui5/server)
1010
[![Coverage Status](https://coveralls.io/repos/github/SAP/ui5-server/badge.svg)](https://coveralls.io/github/SAP/ui5-server)
1111

1212
## Documentation
13-
UI5 Server documentation can be found here: [sap.github.io/ui5-tooling](https://sap.github.io/ui5-tooling/v4/pages/Server/)
13+
UI5 Server documentation can be found here: [ui5.github.io/cli](https://ui5.github.io/cli/v4/pages/Server/)
1414

15-
The UI5 Server API Reference can be found here: [`@ui5/server`](https://sap.github.io/ui5-tooling/v4/api/module-@ui5_server.html)
15+
The UI5 Server API Reference can be found here: [`@ui5/server`](https://ui5.github.io/cli/v4/api/module-@ui5_server.html)
1616

1717
## Contributing
18-
Please check our [Contribution Guidelines](https://github.com/SAP/ui5-tooling/blob/main/CONTRIBUTING.md).
18+
Please check our [Contribution Guidelines](https://github.com/UI5/cli/blob/main/CONTRIBUTING.md).
1919

2020
## Support
21-
Please follow our [Contribution Guidelines](https://github.com/SAP/ui5-tooling/blob/main/CONTRIBUTING.md#report-an-issue) on how to report an issue.
21+
Please follow our [Contribution Guidelines](https://github.com/UI5/cli/blob/main/CONTRIBUTING.md#report-an-issue) on how to report an issue.
2222

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.
2424

2525
## Release History
2626
See [CHANGELOG.md](CHANGELOG.md).

REUSE.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SPDX-PackageComment = "The code in this project may include calls to APIs (“AP
77
[[annotations]]
88
path = "**"
99
precedence = "aggregate"
10-
SPDX-FileCopyrightText = "2025 SAP SE or an SAP affiliate company and UI5 Tooling contributors"
10+
SPDX-FileCopyrightText = "2025 SAP SE or an SAP affiliate company and UI5 CLI contributors"
1111
SPDX-License-Identifier = "Apache-2.0"
1212

1313
[[annotations]]

0 commit comments

Comments
 (0)