@ui5/builder 4.0.2 → 4.0.3

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 +6 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -2,10 +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/v4.0.2...HEAD).
5
+ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v4.0.3...HEAD).
6
+
7
+ <a name="v4.0.3"></a>
8
+ ## [v4.0.3] - 2024-08-27
6
9
 
7
10
  <a name="v4.0.2"></a>
8
- ## [v4.0.2] - 2024-08-18
11
+ ## [v4.0.2] - 2024-08-20
9
12
  ### Dependency Updates
10
13
  - Bump cheerio from 1.0.0-rc.12 to 1.0.0 ([#1078](https://github.com/SAP/ui5-builder/issues/1078)) [`d80c79d`](https://github.com/SAP/ui5-builder/commit/d80c79d5578516cf533e649e73d55602afa8b908)
11
14
 
@@ -932,6 +935,7 @@ to load the custom bundle file instead.
932
935
 
933
936
  ### Features
934
937
  - Add ability to configure component preloads and custom bundles [`2241e5f`](https://github.com/SAP/ui5-builder/commit/2241e5ff98fd95f1f80cc74959655ae7a9c660e7)
938
+ [v4.0.3]: https://github.com/SAP/ui5-builder/compare/v4.0.2...v4.0.3
935
939
  [v4.0.2]: https://github.com/SAP/ui5-builder/compare/v4.0.1...v4.0.2
936
940
  [v4.0.1]: https://github.com/SAP/ui5-builder/compare/v4.0.0...v4.0.1
937
941
  [v4.0.0]: https://github.com/SAP/ui5-builder/compare/v3.3.0...v4.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/builder",
3
- "version": "4.0.2",
3
+ "version": "4.0.3",
4
4
  "description": "UI5 Tooling - Builder",
5
5
  "author": {
6
6
  "name": "SAP SE",
@@ -122,7 +122,7 @@
122
122
  },
123
123
  "dependencies": {
124
124
  "@jridgewell/sourcemap-codec": "^1.5.0",
125
- "@ui5/fs": "^4.0.0",
125
+ "@ui5/fs": "^4.0.1",
126
126
  "@ui5/logger": "^4.0.1",
127
127
  "cheerio": "1.0.0",
128
128
  "escape-unicode": "^0.2.0",
@@ -148,7 +148,7 @@
148
148
  "cross-env": "^7.0.3",
149
149
  "depcheck": "^1.4.7",
150
150
  "docdash": "^2.0.2",
151
- "eslint": "^9.9.0",
151
+ "eslint": "^9.9.1",
152
152
  "eslint-config-google": "^0.14.0",
153
153
  "eslint-plugin-ava": "^15.0.1",
154
154
  "eslint-plugin-jsdoc": "^50.2.2",