Conversation
RandomByte
previously approved these changes
Jan 2, 2026
Profiling can be enabled via the `UI5_CLI_PROFILE` environment variable. This is a development feature to help identify performance bottlenecks. The produced profile name and format might change in future releases.
RandomByte
approved these changes
Jan 7, 2026
werwolf2303
pushed a commit
that referenced
this pull request
Jan 18, 2026
Profiling can be enabled via the `UI5_CLI_PROFILE` environment variable. This is a development feature to help identify performance bottlenecks. The produced profile name and format might change in future releases. --------- Co-authored-by: Merlin Beutlberger <m.beutlberger@sap.com>
d3xter666
pushed a commit
that referenced
this pull request
Feb 13, 2026
🚜 New release prepared --- <details><summary>builder: 5.0.0-alpha.3</summary> ## [5.0.0-alpha.3](builder-v5.0.0-alpha.2...builder-v5.0.0-alpha.3) (2026-02-13) ### Bug Fixes * Change Markdown syntax to [@example](https://github.com/example) in one place ([f7e2e73](f7e2e73)) * Fix gray code blocks in Markdown ([1cdd610](1cdd610)) * Remove unnecessary space ([892ebca](892ebca)) ### Dependencies * Bump escape-unicode from 0.2.0 to 0.3.0 ([#1160](#1160)) ([90d07bd](90d07bd)) * Bump workerpool from 9.3.4 to 10.0.1 ([#1171](#1171)) ([1f659b4](1f659b4)) * The following workspace dependencies were updated * dependencies * @ui5/fs bumped from ^5.0.0-alpha.2 to ^5.0.0-alpha.3 * @ui5/logger bumped from ^5.0.0-alpha.2 to ^5.0.0-alpha.3 * devDependencies * @ui5/project bumped from ^5.0.0-alpha.2 to ^5.0.0-alpha.3 </details> <details><summary>cli: 5.0.0-alpha.3</summary> ## [5.0.0-alpha.3](cli-v5.0.0-alpha.2...cli-v5.0.0-alpha.3) (2026-02-13) ### Performance Improvements * **cli:** Add CPU profiling support ([#1260](#1260)) ([d73f6b4](d73f6b4)) ### Dependencies * The following workspace dependencies were updated * dependencies * @ui5/builder bumped from ^5.0.0-alpha.2 to ^5.0.0-alpha.3 * @ui5/fs bumped from ^5.0.0-alpha.2 to ^5.0.0-alpha.3 * @ui5/logger bumped from ^5.0.0-alpha.2 to ^5.0.0-alpha.3 * @ui5/project bumped from ^5.0.0-alpha.2 to ^5.0.0-alpha.3 * @ui5/server bumped from ^5.0.0-alpha.2 to ^5.0.0-alpha.3 </details> <details><summary>fs: 5.0.0-alpha.3</summary> ## [5.0.0-alpha.3](fs-v5.0.0-alpha.2...fs-v5.0.0-alpha.3) (2026-02-13) ### Bug Fixes * Fix gray code blocks in Markdown ([1cdd610](1cdd610)) ### Dependencies * The following workspace dependencies were updated * dependencies * @ui5/logger bumped from ^5.0.0-alpha.2 to ^5.0.0-alpha.3 </details> <details><summary>logger: 5.0.0-alpha.3</summary> ## [5.0.0-alpha.3](logger-v5.0.0-alpha.2...logger-v5.0.0-alpha.3) (2026-02-13) ### chore * **logger:** Synchronize ui5-cli-packages versions </details> <details><summary>project: 5.0.0-alpha.3</summary> ## [5.0.0-alpha.3](project-v5.0.0-alpha.2...project-v5.0.0-alpha.3) (2026-02-13) ### Bug Fixes * Fix gray code blocks in Markdown ([1cdd610](1cdd610)) * Fix wrong character ([1565e3e](1565e3e)) ### Dependencies * bump make-fetch-happen from 14.0.3 to 15.0.2 ([#1161](#1161)) ([b202c51](b202c51)) * Bump pacote from 19.0.1 to 21.0.3 ([#1162](#1162)) ([cb29ec1](cb29ec1)) * Bump read-pkg from 9.0.1 to 10.0.0 ([#1297](#1297)) ([44efc5a](44efc5a)) * The following workspace dependencies were updated * dependencies * @ui5/fs bumped from ^5.0.0-alpha.2 to ^5.0.0-alpha.3 * @ui5/logger bumped from ^5.0.0-alpha.2 to ^5.0.0-alpha.3 * peerDependencies * @ui5/builder bumped from ^5.0.0-alpha.2 to ^5.0.0-alpha.3 </details> <details><summary>server: 5.0.0-alpha.3</summary> ## [5.0.0-alpha.3](server-v5.0.0-alpha.2...server-v5.0.0-alpha.3) (2026-02-13) ### Bug Fixes * Fix gray code blocks in Markdown ([1cdd610](1cdd610)) ### Dependencies * Bump body-parser from 1.20.4 to 2.2.2 ([#1272](#1272)) ([8619d21](8619d21)) * The following workspace dependencies were updated * dependencies * @ui5/builder bumped from ^5.0.0-alpha.2 to ^5.0.0-alpha.3 * @ui5/fs bumped from ^5.0.0-alpha.2 to ^5.0.0-alpha.3 * @ui5/logger bumped from ^5.0.0-alpha.2 to ^5.0.0-alpha.3 * devDependencies * @ui5/project bumped from ^5.0.0-alpha.2 to ^5.0.0-alpha.3 </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Profiling can be enabled via the
UI5_CLI_PROFILEenvironment variable.This is a development feature to help identify performance bottlenecks.
The produced profile name and format might change in future releases.