@ui5/builder
Advanced tools
Comparing version 2.8.1 to 2.8.2
@@ -5,4 +5,13 @@ # Changelog | ||
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v2.8.1...HEAD). | ||
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v2.8.2...HEAD). | ||
<a name="v2.8.2"></a> | ||
## [v2.8.2] - 2021-03-11 | ||
### Bug Fixes | ||
- **LibraryFormatter:** Do not throw for missing .library in legacy OpenUI5 theme libraries [`f7e22ba`](https://github.com/SAP/ui5-builder/commit/f7e22ba866bf6a61b0d2932ef18aad53127641fd) | ||
### Dependency Updates | ||
- Bump less-openui5 from 0.10.0 to 0.11.0 ([#594](https://github.com/SAP/ui5-builder/issues/594)) [`f3d174b`](https://github.com/SAP/ui5-builder/commit/f3d174be1fc2ab66a62632439592b2899680c093) | ||
<a name="v2.8.1"></a> | ||
@@ -544,2 +553,3 @@ ## [v2.8.1] - 2021-03-04 | ||
[v2.8.2]: https://github.com/SAP/ui5-builder/compare/v2.8.1...v2.8.2 | ||
[v2.8.1]: https://github.com/SAP/ui5-builder/compare/v2.8.0...v2.8.1 | ||
@@ -546,0 +556,0 @@ [v2.8.0]: https://github.com/SAP/ui5-builder/compare/v2.7.2...v2.8.0 |
@@ -113,3 +113,3 @@ const log = require("@ui5/logger").getLogger("types:application:ApplicationFormatter"); | ||
log.verbose( | ||
`Namespace of project ${this._project.metadata.name} is ${namespace} (from manifest.appdescr_variant)`); | ||
`Namespace of project ${this._project.metadata.name} is ${namespace} (from manifest.json)`); | ||
return namespace; | ||
@@ -116,0 +116,0 @@ } |
@@ -61,3 +61,3 @@ const log = require("@ui5/logger").getLogger("types:library:LibraryFormatter"); | ||
if (isFrameworkProject(project)) { | ||
if (isFrameworkProject(project) && !SAP_THEMES_NS_EXEMPTIONS.includes(this._project.metadata.name)) { | ||
if (project.builder && project.builder.libraryPreload && project.builder.libraryPreload.excludes) { | ||
@@ -64,0 +64,0 @@ log.verbose( |
{ | ||
"name": "@ui5/builder", | ||
"version": "2.8.1", | ||
"version": "2.8.2", | ||
"description": "UI5 Tooling - Builder", | ||
@@ -118,3 +118,3 @@ "author": { | ||
"jsdoc": "^3.6.6", | ||
"less-openui5": "^0.10.0", | ||
"less-openui5": "^0.11.0", | ||
"make-dir": "^3.1.0", | ||
@@ -132,3 +132,3 @@ "pretty-data": "^0.40.0", | ||
"ava": "^3.15.0", | ||
"chai": "^4.3.0", | ||
"chai": "^4.3.3", | ||
"chai-fs": "^2.0.0", | ||
@@ -141,3 +141,3 @@ "chokidar-cli": "^2.1.0", | ||
"eslint-config-google": "^0.14.0", | ||
"eslint-plugin-jsdoc": "^31.6.1", | ||
"eslint-plugin-jsdoc": "^32.2.0", | ||
"extract-zip": "^2.0.1", | ||
@@ -144,0 +144,0 @@ "mock-require": "^3.0.3", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
797122
+ Added@adobe/css-tools@4.4.1(transitive)
+ Addedless-openui5@0.11.6(transitive)
- Removedatob@2.1.2(transitive)
- Removedcss@3.0.0(transitive)
- Removeddecode-uri-component@0.2.2(transitive)
- Removedless-openui5@0.10.0(transitive)
- Removedsource-map-resolve@0.6.0(transitive)
Updatedless-openui5@^0.11.0