@ui5/builder 3.0.0-rc.7 → 3.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +101 -210
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -2,237 +2,148 @@
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.0.0-rc.7...HEAD).
6
-
7
- <a name="v3.0.0-rc.7"></a>
8
- ## [v3.0.0-rc.7] - 2023-02-08
9
- ### Dependency Updates
10
- - Bump jsdoc from 3.6.11 to 4.0.0 ([#821](https://github.com/SAP/ui5-builder/issues/821)) [`6d05117`](https://github.com/SAP/ui5-builder/commit/6d0511785069d12a588b2ad9fa31de828700fef0)
11
-
12
-
13
- <a name="v3.0.0-rc.6"></a>
14
- ## [v3.0.0-rc.6] - 2023-02-08
15
-
16
- <a name="v3.0.0-rc.5"></a>
17
- ## [v3.0.0-rc.5] - 2023-02-03
18
-
19
- <a name="v3.0.0-rc.4"></a>
20
- ## [v3.0.0-rc.4] - 2023-02-03
21
- ### Features
22
- - **minify task:** Use workerpool for terser ([#875](https://github.com/SAP/ui5-builder/issues/875)) [`ff4c6fb`](https://github.com/SAP/ui5-builder/commit/ff4c6fbd81c912239cd578fdcd452364ac4ae859)
23
-
24
-
25
- <a name="v3.0.0-rc.3"></a>
26
- ## [v3.0.0-rc.3] - 2023-01-24
27
-
28
- <a name="v3.0.0-rc.2"></a>
29
- ## [v3.0.0-rc.2] - 2023-01-23
30
- ### Dependency Updates
31
- - Bump rimraf from 3.0.2 to 4.1.1 ([#873](https://github.com/SAP/ui5-builder/issues/873)) [`ddb9660`](https://github.com/SAP/ui5-builder/commit/ddb96602fea5b96ba37afdebda0993d847462f52)
5
+ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v3.0.1...HEAD).
32
6
 
7
+ <a name="v3.0.1"></a>
8
+ ## [v3.0.1] - 2023-02-16
33
9
 
34
- <a name="v3.0.0-rc.1"></a>
35
- ## [v3.0.0-rc.1] - 2023-01-11
36
- ### Breaking Changes
37
- - **libraryLessGenerator:** Throw error when import can't be inlined [`d2be9bb`](https://github.com/SAP/ui5-builder/commit/d2be9bb68600ec97b9bc007f348f87ad456fb5a3)
38
-
39
-
40
- <a name="v3.0.0-rc.0"></a>
41
- ## [v3.0.0-rc.0] - 2022-12-23
42
-
43
- <a name="v3.0.0-beta.6"></a>
44
- ## [v3.0.0-beta.6] - 2022-12-13
45
-
46
- <a name="v3.0.0-beta.5"></a>
47
- ## [v3.0.0-beta.5] - 2022-12-12
10
+ <a name="v3.0.0"></a>
11
+ ## [v3.0.0] - 2023-02-09
48
12
  ### Breaking Changes
13
+ - Transform to ES Modules ([#790](https://github.com/SAP/ui5-builder/issues/790)) [`a439aa9`](https://github.com/SAP/ui5-builder/commit/a439aa9f679dfe2e18b8c540f54876f94c0de119)
49
14
  - **generateJsDoc:** Remove internal 'buildContext' parameter [`4ec80c8`](https://github.com/SAP/ui5-builder/commit/4ec80c874e177b658b1cd819431b6cb0660ded87)
50
-
51
- ### Dependency Updates
52
- - Bump less-openui5 from 0.11.4 to 0.11.5 [`bf46354`](https://github.com/SAP/ui5-builder/commit/bf463541b7651db1dee167057eddc94181f5c1da)
53
-
54
-
55
- <a name="v3.0.0-beta.4"></a>
56
- ## [v3.0.0-beta.4] - 2022-12-01
57
- ### Dependency Updates
58
- - Bump less-openui5 from 0.11.3 to 0.11.4 [`b7a507f`](https://github.com/SAP/ui5-builder/commit/b7a507fbc34076f5bf95f92f058fd2c58d79a455)
59
- - Bump less-openui5 from 0.11.2 to 0.11.3 [`28e684b`](https://github.com/SAP/ui5-builder/commit/28e684b85e7eb621f210041702e2a316d1d0eb62)
60
-
61
-
62
- <a name="v3.0.0-beta.3"></a>
63
- ## [v3.0.0-beta.3] - 2022-11-30
64
- ### Features
65
- - **jsdoc:** Support destructuring of enums for defaultValue ([#775](https://github.com/SAP/ui5-builder/issues/775)) [`523f365`](https://github.com/SAP/ui5-builder/commit/523f365cb917997c5031d245309c21e9e4b3e311)
66
-
67
-
68
- <a name="v3.0.0-beta.2"></a>
69
- ## [v3.0.0-beta.2] - 2022-11-29
70
- ### Breaking Changes
71
15
  - Removal of manifestBundler and generateManifestBundle ([#838](https://github.com/SAP/ui5-builder/issues/838)) [`07a5be2`](https://github.com/SAP/ui5-builder/commit/07a5be2b6d9aa23cf78ddd17951c832d6dec7bef)
72
16
  - **JSDoc:** Fail build when jsdoc command failed ([#845](https://github.com/SAP/ui5-builder/issues/845)) [`c2916b4`](https://github.com/SAP/ui5-builder/commit/c2916b4f1d49b5500e4b51143d4e6065ac200eef)
73
-
74
- ### Features
75
- - Support ES2022 language features ([#848](https://github.com/SAP/ui5-builder/issues/848)) [`f9b8457`](https://github.com/SAP/ui5-builder/commit/f9b845726731a0e02ec4a499e2a1a82a639174a8)
17
+ - Remove build execution ([#740](https://github.com/SAP/ui5-builder/issues/740)) [`af2e956`](https://github.com/SAP/ui5-builder/commit/af2e956f6cba1275669160328e32df3fffa782d0)
18
+ - Enable modern preload bundles without dependencies ([#739](https://github.com/SAP/ui5-builder/issues/739)) [`97cfa6c`](https://github.com/SAP/ui5-builder/commit/97cfa6cd3eadff57bcc18816534c7751551ebdb8)
19
+ - Require Node.js >= 16.18.0 / npm >= 8 [`dbf6c06`](https://github.com/SAP/ui5-builder/commit/dbf6c0694693070f73e9f96edef90f094d5bf721)
20
+ - **generateResourcesJson:** Make 'dependencies' parameter mandatory [`268dd16`](https://github.com/SAP/ui5-builder/commit/268dd16091c515ec0c922ea23af437d9aa8bf3ea)
21
+ - **moduleBundler:** Always default to `optimize: true` ([#685](https://github.com/SAP/ui5-builder/issues/685)) [`de5837c`](https://github.com/SAP/ui5-builder/commit/de5837c43449ea61deae3b2f02f9973f3fa37992)
22
+ - **libraryLessGenerator:** Throw error when import can't be inlined [`d2be9bb`](https://github.com/SAP/ui5-builder/commit/d2be9bb68600ec97b9bc007f348f87ad456fb5a3)
76
23
 
77
24
  ### BREAKING CHANGE
25
+ This package has been transformed to ES Modules. Therefore it no longer provides a CommonJS export.
26
+ If your project uses CommonJS, it needs to be converted to ESM or use a dynamic import.
27
+
28
+ For more information see also:
29
+
30
+ - https://sap.github.io/ui5-tooling/updates/migrate-v3/
31
+ - https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
78
32
 
79
33
  The `jsdocGenerator` processor and the corresponding `generateJsdoc` task will now throw an error when JSDoc reports an error (exit code != 0). This will also fail the build when running `ui5 build jsdoc`.
80
34
 
81
35
  The manifestBundler processor and generateManifestBundle task has been removed because it is no longer required for the HTML5 repository in Cloud Foundry.
82
36
 
37
+ - builder.js has been removed. Use ui5-project builder instead
38
+ - Tasks now rely on Project instances being available on Resources (see https://github.com/SAP/ui5-fs/pull/381)
39
+ - TaskRepository#addTask has been removed. Custom tasks need to be added to the project graph instead
40
+ - TaskUtil#get/set/clearTag now requires a Project instance to be provided. Path strings are no longer sufficient
41
+ and will cause an exception to be thrown
42
+
43
+ For library projects, the task "generateComponentPreload" is now
44
+ executed after tasks "generateLibraryManifest" and
45
+ "generateManifestBundle" instead of before them.
83
46
 
84
- <a name="v3.0.0-beta.1"></a>
85
- ## [v3.0.0-beta.1] - 2022-11-07
86
-
87
- <a name="v3.0.0-alpha.12"></a>
88
- ## [v3.0.0-alpha.12] - 2022-10-24
89
- ### Breaking Changes
90
- - Transform to native ESM ([#790](https://github.com/SAP/ui5-builder/issues/790)) [`a439aa9`](https://github.com/SAP/ui5-builder/commit/a439aa9f679dfe2e18b8c540f54876f94c0de119)
47
+ Support for older Node.js and npm releases has been dropped.
48
+ Only Node.js v16.18.0 and npm v8 or higher are supported.
91
49
 
92
- ### BREAKING CHANGE
50
+ The following tasks have been removed:
93
51
 
94
- This package has been transformed to native ESM. Therefore it no longer provides a CommonJS export.
95
- If your project uses CommonJS, it needs to be converted to ESM or use a dynamic import.
52
+ - createDebugFiles
53
+ - uglify
96
54
 
97
- For more information see also:
98
- - https://sap.github.io/ui5-tooling/updates/migrate-v3/
99
- - https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
55
+ The following processors have been removed:
100
56
 
57
+ - debugFileCreator
58
+ - resourceCopier
59
+ - uglifier
101
60
 
102
- <a name="v3.0.0-alpha.11"></a>
103
- ## [v3.0.0-alpha.11] - 2022-10-20
104
- ### Bug Fixes
105
- - **package.json:** Downgrade es5-ext dependency [`2b71707`](https://github.com/SAP/ui5-builder/commit/2b71707683480b26aab9957c09e5d22bce8a6450)
61
+ As a replacement, the new 'minify' task and 'minifier' processor can be
62
+ used.
106
63
 
107
- ### Dependency Updates
108
- - Bump escope from 3.6.0 to 4.0.0 [`e25af0d`](https://github.com/SAP/ui5-builder/commit/e25af0d9c1184916aa037b4b4ca23d15c5f2a408)
64
+ Note: The minify task is executed earlier, before the bundling
65
+ process takes place. Existing 'beforeTask' and 'afterTask' configuration of
66
+ custom tasks might need to be adapted to cater for this change.
109
67
 
110
68
  ### Features
69
+ - Support ES2022 language features ([#848](https://github.com/SAP/ui5-builder/issues/848)) [`f9b8457`](https://github.com/SAP/ui5-builder/commit/f9b845726731a0e02ec4a499e2a1a82a639174a8)
70
+ - **jsdoc:** Support destructuring of enums for defaultValue ([#775](https://github.com/SAP/ui5-builder/issues/775)) [`523f365`](https://github.com/SAP/ui5-builder/commit/523f365cb917997c5031d245309c21e9e4b3e311)
111
71
  - **builder:** Improve support for ES6+ syntax ([#774](https://github.com/SAP/ui5-builder/issues/774)) [`90385fe`](https://github.com/SAP/ui5-builder/commit/90385feb7cea1e5b864cff035b01263a492972a9)
112
72
  - **jsdoc:** Improve support for ES6+ syntax ([#785](https://github.com/SAP/ui5-builder/issues/785)) [`187a6a3`](https://github.com/SAP/ui5-builder/commit/187a6a35000145d70bf41e0d8b724e5ea8d8dc78)
73
+ - **generateThemeDesignerResources task:** Create css_variables.less ([#730](https://github.com/SAP/ui5-builder/issues/730)) [`34e69be`](https://github.com/SAP/ui5-builder/commit/34e69be95fc8ec1961b24b7e2580c2c993d814d3)
74
+ - **builder:** Add cssVariables option ([#728](https://github.com/SAP/ui5-builder/issues/728)) [`30d58e1`](https://github.com/SAP/ui5-builder/commit/30d58e1081c1bdc665f13952ecbe5c400b5f4ed7)
75
+ - Generate source maps for bundles ([#695](https://github.com/SAP/ui5-builder/issues/695)) [`8a20c42`](https://github.com/SAP/ui5-builder/commit/8a20c4257a1ebe4d613b0595be93cd45d900f580)
76
+ - **replaceVersion/Copyright:** Also process test-resources ([#693](https://github.com/SAP/ui5-builder/issues/693)) [`a0d4bc2`](https://github.com/SAP/ui5-builder/commit/a0d4bc2a80d61e042786207af4bdbda6c3ddfe31)
77
+ - Support ES2022 language features [`e749b6a`](https://github.com/SAP/ui5-builder/commit/e749b6ae0838f923b27dd0d7d34da2174c433f5f)
78
+ - Add minify task and processor ([#666](https://github.com/SAP/ui5-builder/issues/666)) [`a3af604`](https://github.com/SAP/ui5-builder/commit/a3af604ff0a12fb9241dcd105cf0aec8d718a299)
113
79
 
114
- ### Reverts
115
- - [FIX] package.json: Downgrade es5-ext dependency
116
-
117
-
118
- <a name="v3.0.0-alpha.10"></a>
119
- ## [v3.0.0-alpha.10] - 2022-08-09
120
-
121
- <a name="v3.0.0-alpha.9"></a>
122
- ## [v3.0.0-alpha.9] - 2022-07-27
123
80
  ### Bug Fixes
81
+ - **package.json:** Downgrade es5-ext dependency [`2b71707`](https://github.com/SAP/ui5-builder/commit/2b71707683480b26aab9957c09e5d22bce8a6450)
124
82
  - **minify:** Change default to not omit source map resources [`6d75a49`](https://github.com/SAP/ui5-builder/commit/6d75a495224590097332fc061c66cfe0e8f4c151)
125
-
126
-
127
- <a name="v3.0.0-alpha.8"></a>
128
- ## [v3.0.0-alpha.8] - 2022-07-15
129
-
130
- <a name="v3.0.0-alpha.7"></a>
131
- ## [v3.0.0-alpha.7] - 2022-06-14
132
- ### Breaking Changes
133
- - Remove build execution ([#740](https://github.com/SAP/ui5-builder/issues/740)) [`af2e956`](https://github.com/SAP/ui5-builder/commit/af2e956f6cba1275669160328e32df3fffa782d0)
134
-
135
- ### Bug Fixes
136
83
  - Avoid redundant bundle creation ([#741](https://github.com/SAP/ui5-builder/issues/741)) [`13c8405`](https://github.com/SAP/ui5-builder/commit/13c840585946401d238936dfa38a6f70a73e9ed0)
137
-
138
- ### Features
139
- - Enable modern preload bundles without dependencies ([#739](https://github.com/SAP/ui5-builder/issues/739)) [`97cfa6c`](https://github.com/SAP/ui5-builder/commit/97cfa6cd3eadff57bcc18816534c7751551ebdb8)
140
-
141
- ### BREAKING CHANGE
142
-
143
- * builder.js has been removed. Use ui5-project builder instead
144
- * Tasks now rely on Project instances being available on Resources (see https://github.com/SAP/ui5-fs/pull/381)
145
- * TaskRepository#addTask has been removed. Custom tasks need to be added to the project graph instead
146
- * TaskUtil#get/set/clearTag now requires a Project instance to be provided. Path strings are no longer sufficient
147
- and will cause an exception to be thrown
148
-
149
-
150
- <a name="v3.0.0-alpha.6"></a>
151
- ## [v3.0.0-alpha.6] - 2022-04-26
152
- ### Bug Fixes
153
84
  - **JSModuleAnalyzer:** Fix detection of bundle name ([#705](https://github.com/SAP/ui5-builder/issues/705)) [`aaeafd4`](https://github.com/SAP/ui5-builder/commit/aaeafd4a1fd194dd08e5ae47c29d90f0b4c7d197)
154
85
  - **generateResourcesJson:** Add raw-module info for debug bundles ([#736](https://github.com/SAP/ui5-builder/issues/736)) [`3b918e8`](https://github.com/SAP/ui5-builder/commit/3b918e83bfd38342778ecd4c58e648e99ad7cffc)
155
-
156
-
157
- <a name="v3.0.0-alpha.5"></a>
158
- ## [v3.0.0-alpha.5] - 2022-04-14
159
- ### Bug Fixes
160
86
  - **LibraryBuilder:** Align task order of "generateComponentPreload" [`aea061d`](https://github.com/SAP/ui5-builder/commit/aea061d9d6c2ac0c11484dcc08bdcda23ab62986)
87
+ - **LocatorResourcePool:** Wait for resources in prepare step ([#719](https://github.com/SAP/ui5-builder/issues/719)) [`1b7f93f`](https://github.com/SAP/ui5-builder/commit/1b7f93f4988340d7a6575be3191a02e6c295ebd0)
88
+ - **XMLTemplateAnalyzer:** Analyze core:require of FragmentDefinition [`af075ed`](https://github.com/SAP/ui5-builder/commit/af075edf784d9f1ba162a34f0bf150dbcbc0f479)
89
+ - **Bundler:** Ensure reproducibility for bundles with multiple parts ([#689](https://github.com/SAP/ui5-builder/issues/689)) [`6f4588b`](https://github.com/SAP/ui5-builder/commit/6f4588b3eb687178e557ac4fb36481104f9681a0)
90
+ - **generateResourcesJson:** Don't list resources omitted from build result [`9608c51`](https://github.com/SAP/ui5-builder/commit/9608c5177f86494ba689d2e799b4378fec9ed6fa)
91
+ - **generateResourcesJson:** Analyze debug bundles ([#669](https://github.com/SAP/ui5-builder/issues/669)) [`f27513a`](https://github.com/SAP/ui5-builder/commit/f27513a259b30d39e260790781b6d435b4ab088b)
92
+ - **Bundler:** Sort raw modules by default [`0e11b69`](https://github.com/SAP/ui5-builder/commit/0e11b6965a1d2e63a96e9b738e38975b5ac755bc)
161
93
 
162
- ### Features
163
- - **generateThemeDesignerResources task:** Create css_variables.less ([#730](https://github.com/SAP/ui5-builder/issues/730)) [`34e69be`](https://github.com/SAP/ui5-builder/commit/34e69be95fc8ec1961b24b7e2580c2c993d814d3)
164
-
165
- ### BREAKING CHANGE
166
-
167
- For library projects, the task "generateComponentPreload" is now
168
- executed after tasks "generateLibraryManifest" and
169
- "generateManifestBundle" instead of before them.
94
+ ### Dependency Updates
95
+ - Bump less-openui5 from 0.11.4 to 0.11.5 [`bf46354`](https://github.com/SAP/ui5-builder/commit/bf463541b7651db1dee167057eddc94181f5c1da)
96
+ - Bump less-openui5 from 0.11.3 to 0.11.4 [`b7a507f`](https://github.com/SAP/ui5-builder/commit/b7a507fbc34076f5bf95f92f058fd2c58d79a455)
97
+ - Bump less-openui5 from 0.11.2 to 0.11.3 [`28e684b`](https://github.com/SAP/ui5-builder/commit/28e684b85e7eb621f210041702e2a316d1d0eb62)
98
+ - Bump escope from 3.6.0 to 4.0.0 [`e25af0d`](https://github.com/SAP/ui5-builder/commit/e25af0d9c1184916aa037b4b4ca23d15c5f2a408)
99
+ - Bump rimraf from 3.0.2 to 4.1.1 ([#873](https://github.com/SAP/ui5-builder/issues/873)) [`ddb9660`](https://github.com/SAP/ui5-builder/commit/ddb96602fea5b96ba37afdebda0993d847462f52)
100
+ - Bump jsdoc from 3.6.11 to 4.0.0 ([#821](https://github.com/SAP/ui5-builder/issues/821)) [`6d05117`](https://github.com/SAP/ui5-builder/commit/6d0511785069d12a588b2ad9fa31de828700fef0)
170
101
 
102
+ <a name="v2.11.9"></a>
103
+ ## [v2.11.9] - 2022-11-30
104
+ ### Bug Fixes
105
+ - **transformApiJson:** Fix regression in UI5 Tooling scenario [`819c808`](https://github.com/SAP/ui5-builder/commit/819c808010963b84bfe33e109a7b2a5412096f78)
171
106
 
172
- <a name="v3.0.0-alpha.4"></a>
173
- ## [v3.0.0-alpha.4] - 2022-04-05
174
- ### Features
175
- - **builder:** Add cssVariables option ([#728](https://github.com/SAP/ui5-builder/issues/728)) [`30d58e1`](https://github.com/SAP/ui5-builder/commit/30d58e1081c1bdc665f13952ecbe5c400b5f4ed7)
107
+ ### Dependency Updates
108
+ - Bump less-openui5 from 0.11.2 to 0.11.3 [`1bbe5f5`](https://github.com/SAP/ui5-builder/commit/1bbe5f561fb35c646a27cbe4d03050101ff68d7c)
176
109
 
177
110
 
178
- <a name="v3.0.0-alpha.3"></a>
179
- ## [v3.0.0-alpha.3] - 2022-03-10
111
+ <a name="v2.11.8"></a>
112
+ ## [v2.11.8] - 2022-10-28
180
113
  ### Bug Fixes
181
- - **LocatorResourcePool:** Wait for resources in prepare step ([#719](https://github.com/SAP/ui5-builder/issues/719)) [`1b7f93f`](https://github.com/SAP/ui5-builder/commit/1b7f93f4988340d7a6575be3191a02e6c295ebd0)
114
+ - **ComponentAnalyzer:** Fix detection of rootView [`acb3d9f`](https://github.com/SAP/ui5-builder/commit/acb3d9fd7fc60ad61ac88d68cb0fd5296b795e9f)
115
+ - **XMLTemplateAnalyzer:** Fix detection of nested views [`1cbfd82`](https://github.com/SAP/ui5-builder/commit/1cbfd82396e5fa78455e0a696e9229a2e8a337fc)
182
116
 
183
117
 
184
- <a name="v3.0.0-alpha.2"></a>
185
- ## [v3.0.0-alpha.2] - 2022-02-25
186
- ### Bug Fixes
187
- - **XMLTemplateAnalyzer:** Analyze core:require of FragmentDefinition [`af075ed`](https://github.com/SAP/ui5-builder/commit/af075edf784d9f1ba162a34f0bf150dbcbc0f479)
188
-
189
- ### Features
190
- - Generate source maps for bundles ([#695](https://github.com/SAP/ui5-builder/issues/695)) [`8a20c42`](https://github.com/SAP/ui5-builder/commit/8a20c4257a1ebe4d613b0595be93cd45d900f580)
191
- - **replaceVersion/Copyright:** Also process test-resources ([#693](https://github.com/SAP/ui5-builder/issues/693)) [`a0d4bc2`](https://github.com/SAP/ui5-builder/commit/a0d4bc2a80d61e042786207af4bdbda6c3ddfe31)
118
+ <a name="v2.11.7"></a>
119
+ ## [v2.11.7] - 2022-10-20
120
+ ### Dependency Updates
121
+ - Bump escope from 3.6.0 to 4.0.0 [`852b37f`](https://github.com/SAP/ui5-builder/commit/852b37f549f3927decbc1b40cc6055325472d625)
192
122
 
123
+ ### Reverts
124
+ - [FIX] package.json: Downgrade es5-ext dependency ([#798](https://github.com/SAP/ui5-builder/issues/798))
193
125
 
194
- <a name="v3.0.0-alpha.1"></a>
195
- ## [v3.0.0-alpha.1] - 2022-01-25
196
- ### Breaking Changes
197
- - Require Node.js >= 16.13.2 / npm >= 8 [`dbf6c06`](https://github.com/SAP/ui5-builder/commit/dbf6c0694693070f73e9f96edef90f094d5bf721)
198
- - **generateResourcesJson:** Make 'dependencies' parameter mandatory [`268dd16`](https://github.com/SAP/ui5-builder/commit/268dd16091c515ec0c922ea23af437d9aa8bf3ea)
199
- - **moduleBundler:** Always default to `optimize: true` ([#685](https://github.com/SAP/ui5-builder/issues/685)) [`de5837c`](https://github.com/SAP/ui5-builder/commit/de5837c43449ea61deae3b2f02f9973f3fa37992)
200
126
 
127
+ <a name="v2.11.6"></a>
128
+ ## [v2.11.6] - 2022-10-12
201
129
  ### Bug Fixes
202
- - **Bundler:** Ensure reproducibility for bundles with multiple parts ([#689](https://github.com/SAP/ui5-builder/issues/689)) [`6f4588b`](https://github.com/SAP/ui5-builder/commit/6f4588b3eb687178e557ac4fb36481104f9681a0)
203
- - **generateResourcesJson:** Don't list resources omitted from build result [`9608c51`](https://github.com/SAP/ui5-builder/commit/9608c5177f86494ba689d2e799b4378fec9ed6fa)
204
- - **generateResourcesJson:** Analyze debug bundles ([#669](https://github.com/SAP/ui5-builder/issues/669)) [`f27513a`](https://github.com/SAP/ui5-builder/commit/f27513a259b30d39e260790781b6d435b4ab088b)
205
-
206
- ### Features
207
- - Support ES2021 language features [`e749b6a`](https://github.com/SAP/ui5-builder/commit/e749b6ae0838f923b27dd0d7d34da2174c433f5f)
208
- - Add minify task and processor ([#666](https://github.com/SAP/ui5-builder/issues/666)) [`a3af604`](https://github.com/SAP/ui5-builder/commit/a3af604ff0a12fb9241dcd105cf0aec8d718a299)
130
+ - **package.json:** Downgrade es5-ext dependency ([#798](https://github.com/SAP/ui5-builder/issues/798)) [`0e18008`](https://github.com/SAP/ui5-builder/commit/0e18008d86da93c5c8743b17ac0091afc3064d78)
209
131
 
210
- ### BREAKING CHANGE
211
132
 
212
- Support for older Node.js and npm releases has been dropped.
213
- Only Node.js v16.13.2 and npm v8 or higher are supported.
133
+ <a name="v2.11.5"></a>
134
+ ## [v2.11.5] - 2022-05-04
214
135
 
215
- The following tasks have been removed:
216
- - createDebugFiles
217
- - uglify
218
-
219
- The following processors have been removed:
220
- - debugFileCreator
221
- - resourceCopier
222
- - uglifier
223
136
 
224
- As a replacement, the new 'minify' task and 'minifier' processor can be
225
- used.
226
-
227
- Note: The minify task is executed earlier, before the bundling
228
- process takes place. Existing 'beforeTask' and 'afterTask' configuration of
229
- custom tasks might need to be adapted to cater for this change.
137
+ <a name="v2.11.4"></a>
138
+ ## [v2.11.4] - 2022-02-21
139
+ ### Bug Fixes
140
+ - **generateFlexChangesBundle:** Fix minUI5Version check for UI5 v1.100.0+ ([#706](https://github.com/SAP/ui5-builder/issues/706)) [`fb1217a`](https://github.com/SAP/ui5-builder/commit/fb1217ac536c20da81526f82f2ecb03686815942)
230
141
 
231
142
 
232
- <a name="v3.0.0-alpha.0"></a>
233
- ## [v3.0.0-alpha.0] - 2021-12-14
143
+ <a name="v2.11.3"></a>
144
+ ## [v2.11.3] - 2021-12-14
234
145
  ### Bug Fixes
235
- - **Bundler:** Sort raw modules by default [`0e11b69`](https://github.com/SAP/ui5-builder/commit/0e11b6965a1d2e63a96e9b738e38975b5ac755bc)
146
+ - Enable buildThemes for libraries without .library [`7b941a7`](https://github.com/SAP/ui5-builder/commit/7b941a797210463a9fa8ca50753662c5db373aa6)
236
147
 
237
148
 
238
149
  <a name="v2.11.2"></a>
@@ -862,35 +773,15 @@ to load the custom bundle file instead.
862
773
 
863
774
  ### Features
864
775
  - Add ability to configure component preloads and custom bundles [`2241e5f`](https://github.com/SAP/ui5-builder/commit/2241e5ff98fd95f1f80cc74959655ae7a9c660e7)
865
-
866
-
867
- [v3.0.0-rc.7]: https://github.com/SAP/ui5-builder/compare/v3.0.0-rc.6...v3.0.0-rc.7
868
- [v3.0.0-rc.6]: https://github.com/SAP/ui5-builder/compare/v3.0.0-rc.5...v3.0.0-rc.6
869
- [v3.0.0-rc.5]: https://github.com/SAP/ui5-builder/compare/v3.0.0-rc.4...v3.0.0-rc.5
870
- [v3.0.0-rc.4]: https://github.com/SAP/ui5-builder/compare/v3.0.0-rc.3...v3.0.0-rc.4
871
- [v3.0.0-rc.3]: https://github.com/SAP/ui5-builder/compare/v3.0.0-rc.2...v3.0.0-rc.3
872
- [v3.0.0-rc.2]: https://github.com/SAP/ui5-builder/compare/v3.0.0-rc.1...v3.0.0-rc.2
873
- [v3.0.0-rc.1]: https://github.com/SAP/ui5-builder/compare/v3.0.0-rc.0...v3.0.0-rc.1
874
- [v3.0.0-rc.0]: https://github.com/SAP/ui5-builder/compare/v3.0.0-beta.6...v3.0.0-rc.0
875
- [v3.0.0-beta.6]: https://github.com/SAP/ui5-builder/compare/v3.0.0-beta.5...v3.0.0-beta.6
876
- [v3.0.0-beta.5]: https://github.com/SAP/ui5-builder/compare/v3.0.0-beta.4...v3.0.0-beta.5
877
- [v3.0.0-beta.4]: https://github.com/SAP/ui5-builder/compare/v3.0.0-beta.3...v3.0.0-beta.4
878
- [v3.0.0-beta.3]: https://github.com/SAP/ui5-builder/compare/v3.0.0-beta.2...v3.0.0-beta.3
879
- [v3.0.0-beta.2]: https://github.com/SAP/ui5-builder/compare/v3.0.0-beta.1...v3.0.0-beta.2
880
- [v3.0.0-beta.1]: https://github.com/SAP/ui5-builder/compare/v3.0.0-alpha.12...v3.0.0-beta.1
881
- [v3.0.0-alpha.12]: https://github.com/SAP/ui5-builder/compare/v3.0.0-alpha.11...v3.0.0-alpha.12
882
- [v3.0.0-alpha.11]: https://github.com/SAP/ui5-builder/compare/v3.0.0-alpha.10...v3.0.0-alpha.11
883
- [v3.0.0-alpha.10]: https://github.com/SAP/ui5-builder/compare/v3.0.0-alpha.9...v3.0.0-alpha.10
884
- [v3.0.0-alpha.9]: https://github.com/SAP/ui5-builder/compare/v3.0.0-alpha.8...v3.0.0-alpha.9
885
- [v3.0.0-alpha.8]: https://github.com/SAP/ui5-builder/compare/v3.0.0-alpha.7...v3.0.0-alpha.8
886
- [v3.0.0-alpha.7]: https://github.com/SAP/ui5-builder/compare/v3.0.0-alpha.6...v3.0.0-alpha.7
887
- [v3.0.0-alpha.6]: https://github.com/SAP/ui5-builder/compare/v3.0.0-alpha.5...v3.0.0-alpha.6
888
- [v3.0.0-alpha.5]: https://github.com/SAP/ui5-builder/compare/v3.0.0-alpha.4...v3.0.0-alpha.5
889
- [v3.0.0-alpha.4]: https://github.com/SAP/ui5-builder/compare/v3.0.0-alpha.3...v3.0.0-alpha.4
890
- [v3.0.0-alpha.3]: https://github.com/SAP/ui5-builder/compare/v3.0.0-alpha.2...v3.0.0-alpha.3
891
- [v3.0.0-alpha.2]: https://github.com/SAP/ui5-builder/compare/v3.0.0-alpha.1...v3.0.0-alpha.2
892
- [v3.0.0-alpha.1]: https://github.com/SAP/ui5-builder/compare/v3.0.0-alpha.0...v3.0.0-alpha.1
893
- [v3.0.0-alpha.0]: https://github.com/SAP/ui5-builder/compare/v2.11.2...v3.0.0-alpha.0
776
+ [v3.0.1]: https://github.com/SAP/ui5-builder/compare/v3.0.0...v3.0.1
777
+ [v3.0.0]: https://github.com/SAP/ui5-builder/compare/v2.11.2...v3.0.0
778
+ [v2.11.9]: https://github.com/SAP/ui5-builder/compare/v2.11.8...v2.11.9
779
+ [v2.11.8]: https://github.com/SAP/ui5-builder/compare/v2.11.7...v2.11.8
780
+ [v2.11.7]: https://github.com/SAP/ui5-builder/compare/v2.11.6...v2.11.7
781
+ [v2.11.6]: https://github.com/SAP/ui5-builder/compare/v2.11.5...v2.11.6
782
+ [v2.11.5]: https://github.com/SAP/ui5-builder/compare/v2.11.4...v2.11.5
783
+ [v2.11.4]: https://github.com/SAP/ui5-builder/compare/v2.11.3...v2.11.4
784
+ [v2.11.3]: https://github.com/SAP/ui5-builder/compare/v2.11.2...v2.11.3
894
785
  [v2.11.2]: https://github.com/SAP/ui5-builder/compare/v2.11.1...v2.11.2
895
786
  [v2.11.1]: https://github.com/SAP/ui5-builder/compare/v2.11.0...v2.11.1
896
787
  [v2.11.0]: https://github.com/SAP/ui5-builder/compare/v2.10.0...v2.11.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/builder",
3
- "version": "3.0.0-rc.7",
3
+ "version": "3.0.1",
4
4
  "description": "UI5 Tooling - Builder",
5
5
  "author": {
6
6
  "name": "SAP SE",
@@ -46,7 +46,7 @@
46
46
  "jsdoc-generate": "jsdoc -c ./jsdoc.json -t $(node -p 'path.dirname(require.resolve(\"docdash\"))') ./lib/ || (echo 'Error during JSDoc generation! Check log.' && exit 1)",
47
47
  "jsdoc-watch": "npm run jsdoc && chokidar \"./lib/**/*.js\" -c \"npm run jsdoc-generate\"",
48
48
  "preversion": "npm test",
49
- "version": "git-chglog --sort semver --next-tag v$npm_package_version -o CHANGELOG.md && git add CHANGELOG.md",
49
+ "version": "git-chglog --sort semver --next-tag v$npm_package_version -o CHANGELOG.md v3.0.0.. && git add CHANGELOG.md",
50
50
  "postversion": "git push --follow-tags",
51
51
  "release-note": "git-chglog --sort semver -c .chglog/release-config.yml v$npm_package_version",
52
52
  "depcheck": "depcheck --ignores @ui5/builder,docdash,@istanbuljs/esm-loader-hook,catharsis --parsers='**/*.js:es6,**/*.cjs:es6'"
@@ -118,14 +118,14 @@
118
118
  },
119
119
  "dependencies": {
120
120
  "@jridgewell/sourcemap-codec": "^1.4.14",
121
- "@ui5/fs": "^3.0.0-rc.6",
122
- "@ui5/logger": "^3.0.1-rc.3",
121
+ "@ui5/fs": "^3.0.1",
122
+ "@ui5/logger": "^3.0.0",
123
123
  "cheerio": "1.0.0-rc.12",
124
124
  "escape-unicode": "^0.2.0",
125
125
  "escope": "^4.0.0",
126
126
  "espree": "^9.4.1",
127
127
  "graceful-fs": "^4.2.10",
128
- "jsdoc": "^4.0.0",
128
+ "jsdoc": "^4.0.1",
129
129
  "less-openui5": "^0.11.6",
130
130
  "pretty-data": "^0.40.0",
131
131
  "rimraf": "^4.1.2",
@@ -136,7 +136,7 @@
136
136
  },
137
137
  "devDependencies": {
138
138
  "@istanbuljs/esm-loader-hook": "^0.2.0",
139
- "@ui5/project": "^3.0.0-rc.9",
139
+ "@ui5/project": "^3.0.0",
140
140
  "ava": "^5.2.0",
141
141
  "chai": "^4.3.7",
142
142
  "chai-fs": "^2.0.0",
@@ -144,10 +144,10 @@
144
144
  "cross-env": "^7.0.3",
145
145
  "depcheck": "^1.4.3",
146
146
  "docdash": "^2.0.1",
147
- "eslint": "^8.33.0",
147
+ "eslint": "^8.34.0",
148
148
  "eslint-config-google": "^0.14.0",
149
149
  "eslint-plugin-ava": "^14.0.0",
150
- "eslint-plugin-jsdoc": "^39.8.0",
150
+ "eslint-plugin-jsdoc": "^40.0.0",
151
151
  "esmock": "^2.1.0",
152
152
  "nyc": "^15.1.0",
153
153
  "open-cli": "^7.1.0",