@ui5/webcomponents-tools 1.14.0 → 1.15.0-rc.0

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.15.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.14.0...v1.15.0-rc.0) (2023-06-08)
7
+
8
+ **Note:** Version bump only for package @ui5/webcomponents-tools
9
+
10
+
11
+
12
+
13
+
6
14
  # [1.14.0](https://github.com/SAP/ui5-webcomponents/compare/v1.14.0-rc.2...v1.14.0) (2023-06-01)
7
15
 
8
16
  **Note:** Version bump only for package @ui5/webcomponents-tools
@@ -107,8 +107,7 @@ exports.config = {
107
107
  // Services take over a specific job you don't want to take care of. They enhance
108
108
  // your test setup with almost no effort. Unlike plugins, they don't add new
109
109
  // commands. Instead, they hook themselves up into the test process.
110
- services: ['chromedriver', 'devtools',
111
- ['static-server', {
110
+ services: ['chromedriver', ['static-server', {
112
111
  folders: [
113
112
  { mount: '/', path: './dist' },
114
113
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/webcomponents-tools",
3
- "version": "1.14.0",
3
+ "version": "1.15.0-rc.0",
4
4
  "description": "UI5 Web Components: webcomponents.tools",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -24,7 +24,6 @@
24
24
  "@typescript-eslint/eslint-plugin": "^5.42.1",
25
25
  "@typescript-eslint/parser": "^5.42.1",
26
26
  "@wdio/cli": "^7.19.7",
27
- "@wdio/devtools-service": "^7.19.7",
28
27
  "@wdio/dot-reporter": "^7.19.7",
29
28
  "@wdio/local-runner": "^7.19.7",
30
29
  "@wdio/mocha-framework": "^7.19.7",
@@ -37,7 +36,7 @@
37
36
  "command-line-args": "^5.1.1",
38
37
  "concurrently": "^6.0.0",
39
38
  "cross-env": "^7.0.3",
40
- "cssnano": "^4.1.11",
39
+ "cssnano": "^6.0.1",
41
40
  "escodegen": "^2.0.0",
42
41
  "eslint": "^7.22.0",
43
42
  "eslint-config-airbnb-base": "^14.2.1",
@@ -80,5 +79,5 @@
80
79
  "devDependencies": {
81
80
  "yargs": "^17.5.1"
82
81
  },
83
- "gitHead": "489a83047415dbe807764cd99249f7df8f5e1f10"
82
+ "gitHead": "a4417c86ab2c94b5d1b7ce2d72f77c9510a0b279"
84
83
  }