@ui5/builder 2.11.6 → 2.11.7
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 +11 -1
- package/package.json +3 -5
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,16 @@
|
|
|
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/v2.11.
|
|
5
|
+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v2.11.7...HEAD).
|
|
6
|
+
|
|
7
|
+
<a name="v2.11.7"></a>
|
|
8
|
+
## [v2.11.7] - 2022-10-16
|
|
9
|
+
### Dependency Updates
|
|
10
|
+
- Bump escope from 3.6.0 to 4.0.0 [`852b37f`](https://github.com/SAP/ui5-builder/commit/852b37f549f3927decbc1b40cc6055325472d625)
|
|
11
|
+
|
|
12
|
+
### Reverts
|
|
13
|
+
- [FIX] package.json: Downgrade es5-ext dependency ([#798](https://github.com/SAP/ui5-builder/issues/798))
|
|
14
|
+
|
|
6
15
|
|
|
7
16
|
<a name="v2.11.6"></a>
|
|
8
17
|
## [v2.11.6] - 2022-10-12
|
|
@@ -654,6 +663,7 @@ to load the custom bundle file instead.
|
|
|
654
663
|
- Add ability to configure component preloads and custom bundles [`2241e5f`](https://github.com/SAP/ui5-builder/commit/2241e5ff98fd95f1f80cc74959655ae7a9c660e7)
|
|
655
664
|
|
|
656
665
|
|
|
666
|
+
[v2.11.7]: https://github.com/SAP/ui5-builder/compare/v2.11.6...v2.11.7
|
|
657
667
|
[v2.11.6]: https://github.com/SAP/ui5-builder/compare/v2.11.5...v2.11.6
|
|
658
668
|
[v2.11.5]: https://github.com/SAP/ui5-builder/compare/v2.11.4...v2.11.5
|
|
659
669
|
[v2.11.4]: https://github.com/SAP/ui5-builder/compare/v2.11.3...v2.11.4
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/builder",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.7",
|
|
4
4
|
"description": "UI5 Tooling - Builder",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "SAP SE",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"version": "git-chglog --next-tag v$npm_package_version -o CHANGELOG.md && git add CHANGELOG.md",
|
|
41
41
|
"postversion": "git push --follow-tags",
|
|
42
42
|
"release-note": "git-chglog -c .chglog/release-config.yml v$npm_package_version",
|
|
43
|
-
"depcheck": "depcheck --ignores docdash
|
|
43
|
+
"depcheck": "depcheck --ignores docdash --ignore-patterns lib/processors/jsdoc/lib/ui5"
|
|
44
44
|
},
|
|
45
45
|
"files": [
|
|
46
46
|
"index.js",
|
|
@@ -107,10 +107,8 @@
|
|
|
107
107
|
"@ui5/fs": "^2.0.6",
|
|
108
108
|
"@ui5/logger": "^2.0.1",
|
|
109
109
|
"cheerio": "1.0.0-rc.9",
|
|
110
|
-
"es5-ext": "<=0.10.53",
|
|
111
|
-
"es6-set": "<=0.1.5",
|
|
112
110
|
"escape-unicode": "^0.2.0",
|
|
113
|
-
"escope": "^
|
|
111
|
+
"escope": "^4.0.0",
|
|
114
112
|
"espree": "^6.2.1",
|
|
115
113
|
"globby": "^11.1.0",
|
|
116
114
|
"graceful-fs": "^4.2.10",
|