@ui5/webcomponents-tools 1.12.0-rc.2 → 1.12.0-rc.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [1.12.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v1.12.0-rc.2...v1.12.0-rc.3) (2023-03-30)
7
+
8
+ **Note:** Version bump only for package @ui5/webcomponents-tools
9
+
10
+
11
+
12
+
13
+
6
14
  # [1.12.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.12.0-rc.1...v1.12.0-rc.2) (2023-03-23)
7
15
 
8
16
 
@@ -56,8 +56,15 @@ exports.config = {
56
56
  'goog:chromeOptions': {
57
57
  // to run chrome headless the following flags are required
58
58
  // (see https://developers.google.com/web/updates/2017/04/headless-chrome)
59
- args: ['--headless', '--disable-gpu'],
60
- // args: ['--disable-gpu'],
59
+ args: [
60
+ 'headless', // start in headless mode
61
+ 'start-maximized', // maximize the window
62
+ 'no-sandbox', // disable sandbox isolation
63
+ 'disable-infobars', // disable the infos
64
+ 'disable-gpu', // on windows disable gpu hw acceleration
65
+ 'disable-extensions', // disable extensions
66
+ 'disable-dev-shm-usage' // disable /dev/shm in CI
67
+ ],
61
68
  }
62
69
  }],
63
70
  //
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/webcomponents-tools",
3
- "version": "1.12.0-rc.2",
3
+ "version": "1.12.0-rc.3",
4
4
  "description": "UI5 Web Components: webcomponents.tools",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -78,5 +78,5 @@
78
78
  "devDependencies": {
79
79
  "yargs": "^17.5.1"
80
80
  },
81
- "gitHead": "2af8e0fa36a3c85253cbc4f76f6b92b1c5a7a47f"
81
+ "gitHead": "ae6ca4708b81a04de42ec2be50383fa80630e250"
82
82
  }