@ui5/builder 5.0.0-alpha.0 → 5.0.0-alpha.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -4,6 +4,41 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
4
4
 
5
5
  A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v4.0.11...HEAD).
6
6
 
7
+ ## [5.0.0-alpha.2](https://github.com/UI5/cli/compare/builder-v5.0.0-alpha.1...builder-v5.0.0-alpha.2) (2025-12-15)
8
+
9
+
10
+ ### chore
11
+
12
+ * **builder:** Synchronize ui5-cli-packages versions
13
+
14
+
15
+ ### Dependencies
16
+
17
+ * The following workspace dependencies were updated
18
+ * dependencies
19
+ * @ui5/fs bumped from ^5.0.0-alpha.1 to ^5.0.0-alpha.2
20
+ * @ui5/logger bumped from ^5.0.0-alpha.1 to ^5.0.0-alpha.2
21
+ * devDependencies
22
+ * @ui5/project bumped from ^5.0.0-alpha.1 to ^5.0.0-alpha.2
23
+
24
+ <a name="5.0.0-alpha.1"></a>
25
+ ## [5.0.0-alpha.1](https://github.com/UI5/cli/compare/builder-v5.0.0-alpha.0...builder-v5.0.0-alpha.1) (2025-12-10)
26
+
27
+
28
+ ### Bug Fixes
29
+
30
+ * Bump from 5.0.0-alpha.0 to 5.0.0-alpha.1 ([#1236](https://github.com/UI5/cli/issues/1236)) ([220452a](https://github.com/UI5/cli/commit/220452a77f6062e24d4473f7eb4098e5d3700aed))
31
+
32
+
33
+ ### Dependencies
34
+
35
+ * The following workspace dependencies were updated
36
+ * dependencies
37
+ * @ui5/fs bumped from ^5.0.0-alpha.0 to ^5.0.0-alpha.1
38
+ * @ui5/logger bumped from ^5.0.0-alpha.0 to ^5.0.0-alpha.1
39
+ * devDependencies
40
+ * @ui5/project bumped from ^5.0.0-alpha.0 to ^5.0.0-alpha.1
41
+
7
42
  <a name="5.0.0-alpha.0"></a>
8
43
  ## [5.0.0-alpha.0](https://github.com/UI5/cli/compare/builder-v4.0.11...builder-v5.0.0-alpha.0) (2025-11-25)
9
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/builder",
3
- "version": "5.0.0-alpha.0",
3
+ "version": "5.0.0-alpha.2",
4
4
  "description": "UI5 CLI - Builder",
5
5
  "author": {
6
6
  "name": "SAP SE",
@@ -106,13 +106,13 @@
106
106
  },
107
107
  "repository": {
108
108
  "type": "git",
109
- "url": "git@github.com:UI5/cli.git",
109
+ "url": "git+ssh://git@github.com/UI5/cli.git",
110
110
  "directory": "packages/builder"
111
111
  },
112
112
  "dependencies": {
113
113
  "@jridgewell/sourcemap-codec": "^1.5.5",
114
- "@ui5/fs": "^5.0.0-alpha.0",
115
- "@ui5/logger": "^5.0.0-alpha.0",
114
+ "@ui5/fs": "^5.0.0-alpha.2",
115
+ "@ui5/logger": "^5.0.0-alpha.2",
116
116
  "cheerio": "1.0.0",
117
117
  "escape-unicode": "^0.2.0",
118
118
  "escope": "^4.0.0",
@@ -129,7 +129,7 @@
129
129
  "devDependencies": {
130
130
  "@istanbuljs/esm-loader-hook": "^0.3.0",
131
131
  "@jridgewell/trace-mapping": "^0.3.31",
132
- "@ui5/project": "^5.0.0-alpha.0",
132
+ "@ui5/project": "^5.0.0-alpha.2",
133
133
  "ava": "^6.4.1",
134
134
  "cross-env": "^7.0.3",
135
135
  "depcheck": "^1.4.7",