@ui5/builder 3.5.1 → 3.6.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 +8 -1
- package/package.json +8 -8
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-builder/compare/v3.
|
|
5
|
+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v3.6.0...HEAD).
|
|
6
|
+
|
|
7
|
+
<a name="v3.6.0"></a>
|
|
8
|
+
## [v3.6.0] - 2025-06-06
|
|
9
|
+
### Dependency Updates
|
|
10
|
+
- Bump terser from 5.39.2 to 5.41.0 ([#1122](https://github.com/SAP/ui5-builder/issues/1122)) [`7dafc25`](https://github.com/SAP/ui5-builder/commit/7dafc259bec259352a454511b0a47b3ece8befb1)
|
|
11
|
+
|
|
6
12
|
|
|
7
13
|
<a name="v3.5.1"></a>
|
|
8
14
|
## [v3.5.1] - 2024-07-22
|
|
@@ -884,6 +890,7 @@ to load the custom bundle file instead.
|
|
|
884
890
|
|
|
885
891
|
### Features
|
|
886
892
|
- Add ability to configure component preloads and custom bundles [`2241e5f`](https://github.com/SAP/ui5-builder/commit/2241e5ff98fd95f1f80cc74959655ae7a9c660e7)
|
|
893
|
+
[v3.6.0]: https://github.com/SAP/ui5-builder/compare/v3.5.1...v3.6.0
|
|
887
894
|
[v3.5.1]: https://github.com/SAP/ui5-builder/compare/v3.5.0...v3.5.1
|
|
888
895
|
[v3.5.0]: https://github.com/SAP/ui5-builder/compare/v3.4.1...v3.5.0
|
|
889
896
|
[v3.4.1]: https://github.com/SAP/ui5-builder/compare/v3.4.0...v3.4.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/builder",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.6.0",
|
|
4
4
|
"description": "UI5 Tooling - Builder",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "SAP SE",
|
|
@@ -127,12 +127,12 @@
|
|
|
127
127
|
"escope": "^4.0.0",
|
|
128
128
|
"espree": "^9.6.1",
|
|
129
129
|
"graceful-fs": "^4.2.11",
|
|
130
|
-
"jsdoc": "^4.0.
|
|
130
|
+
"jsdoc": "^4.0.4",
|
|
131
131
|
"less-openui5": "^0.11.6",
|
|
132
132
|
"pretty-data": "^0.40.0",
|
|
133
|
-
"rimraf": "^5.0.
|
|
134
|
-
"semver": "^7.
|
|
135
|
-
"terser": "^5.
|
|
133
|
+
"rimraf": "^5.0.10",
|
|
134
|
+
"semver": "^7.7.2",
|
|
135
|
+
"terser": "^5.41.0",
|
|
136
136
|
"workerpool": "^6.5.1",
|
|
137
137
|
"xml2js": "^0.6.2"
|
|
138
138
|
},
|
|
@@ -141,17 +141,17 @@
|
|
|
141
141
|
"@jridgewell/trace-mapping": "^0.3.25",
|
|
142
142
|
"@ui5/project": "^3.9.2",
|
|
143
143
|
"ava": "^5.3.1",
|
|
144
|
-
"chai": "^4.
|
|
144
|
+
"chai": "^4.5.0",
|
|
145
145
|
"chai-fs": "^2.0.0",
|
|
146
146
|
"chokidar-cli": "^3.0.0",
|
|
147
147
|
"cross-env": "^7.0.3",
|
|
148
148
|
"depcheck": "^1.4.7",
|
|
149
149
|
"docdash": "^2.0.2",
|
|
150
|
-
"eslint": "^8.57.
|
|
150
|
+
"eslint": "^8.57.1",
|
|
151
151
|
"eslint-config-google": "^0.14.0",
|
|
152
152
|
"eslint-plugin-ava": "^14.0.0",
|
|
153
153
|
"eslint-plugin-jsdoc": "^46.10.1",
|
|
154
|
-
"esmock": "^2.
|
|
154
|
+
"esmock": "^2.7.0",
|
|
155
155
|
"line-column": "^1.0.2",
|
|
156
156
|
"nyc": "^15.1.0",
|
|
157
157
|
"open-cli": "^7.2.0",
|