@serenity-js/local-server 3.0.0-rc.11 → 3.0.0-rc.12

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 +78 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -3,6 +3,76 @@
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
+ # [3.0.0-rc.12](https://github.com/serenity-js/serenity-js/compare/v2.33.2...v3.0.0-rc.12) (2022-02-23)
7
+
8
+
9
+
10
+ # [3.0.0-rc.11](https://github.com/serenity-js/serenity-js/compare/v2.33.1...v3.0.0-rc.11) (2022-02-13)
11
+
12
+
13
+
14
+ # [3.0.0-rc.10](https://github.com/serenity-js/serenity-js/compare/v2.33.0...v3.0.0-rc.10) (2022-02-03)
15
+
16
+
17
+
18
+ # [3.0.0-rc.9](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.8...v3.0.0-rc.9) (2022-02-01)
19
+
20
+
21
+
22
+ # [3.0.0-rc.8](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.7...v3.0.0-rc.8) (2022-01-28)
23
+
24
+
25
+
26
+ # [3.0.0-rc.7](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.6...v3.0.0-rc.7) (2022-01-28)
27
+
28
+
29
+ ### Features
30
+
31
+ * **core:** replaced `Adapter` with `QuestionAdapter` and introduced `Optional` ([8d84ad3](https://github.com/serenity-js/serenity-js/commit/8d84ad3863e3c726533d0f21934fb1e2fa8b3022)), closes [#1103](https://github.com/serenity-js/serenity-js/issues/1103)
32
+
33
+
34
+
35
+ # [3.0.0-rc.6](https://github.com/serenity-js/serenity-js/compare/v2.32.7...v3.0.0-rc.6) (2022-01-10)
36
+
37
+
38
+
39
+ # [3.0.0-rc.5](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.4...v3.0.0-rc.5) (2022-01-07)
40
+
41
+
42
+
43
+ # [3.0.0-rc.4](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.3...v3.0.0-rc.4) (2021-12-30)
44
+
45
+
46
+
47
+ # [3.0.0-rc.3](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.2...v3.0.0-rc.3) (2021-12-29)
48
+
49
+
50
+
51
+ # [3.0.0-rc.2](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.1...v3.0.0-rc.2) (2021-12-09)
52
+
53
+
54
+
55
+ # [3.0.0-rc.1](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.0...v3.0.0-rc.1) (2021-12-09)
56
+
57
+
58
+
59
+ # [3.0.0-rc.0](https://github.com/serenity-js/serenity-js/compare/v2.32.5...v3.0.0-rc.0) (2021-12-08)
60
+
61
+
62
+ ### Bug Fixes
63
+
64
+ * **core:** 3.0 RC ([469d54e](https://github.com/serenity-js/serenity-js/commit/469d54e4f81ef430566b93852e3174826f8ef672)), closes [#805](https://github.com/serenity-js/serenity-js/issues/805)
65
+
66
+
67
+ ### BREAKING CHANGES
68
+
69
+ * **core:** Introduced @serenity-js/web - a shared library for Serenity/JS Web integration
70
+ modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped support for Node 12.
71
+
72
+
73
+
74
+
75
+
6
76
  # [3.0.0-rc.11](https://github.com/serenity-js/serenity-js/compare/v2.33.1...v3.0.0-rc.11) (2022-02-13)
7
77
 
8
78
 
@@ -256,6 +326,14 @@ modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped su
256
326
 
257
327
 
258
328
 
329
+ ## [2.33.2](https://github.com/serenity-js/serenity-js/compare/v2.33.1...v2.33.2) (2022-02-23)
330
+
331
+ **Note:** Version bump only for package @serenity-js/local-server
332
+
333
+
334
+
335
+
336
+
259
337
  ## [2.33.1](https://github.com/serenity-js/serenity-js/compare/v2.33.0...v2.33.1) (2022-02-10)
260
338
 
261
339
  **Note:** Version bump only for package @serenity-js/local-server
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serenity-js/local-server",
3
- "version": "3.0.0-rc.11",
3
+ "version": "3.0.0-rc.12",
4
4
  "description": "Enables Serenity/JS Actors to manage local Node.js test servers, such as Express, Koa or Restify",
5
5
  "author": {
6
6
  "name": "Jan Molak",
@@ -51,7 +51,7 @@
51
51
  "npm": "^6 || ^7 || ^8"
52
52
  },
53
53
  "dependencies": {
54
- "@serenity-js/core": "3.0.0-rc.11",
54
+ "@serenity-js/core": "3.0.0-rc.12",
55
55
  "http-shutdown": "^1.2.2",
56
56
  "portfinder": "^1.0.28"
57
57
  },
@@ -59,21 +59,21 @@
59
59
  "@documentation/esdoc-template": "3.0.0",
60
60
  "@hapi/hapi": "^20.2.1",
61
61
  "@integration/testing-tools": "3.0.0",
62
- "@serenity-js/assertions": "3.0.0-rc.11",
63
- "@serenity-js/rest": "3.0.0-rc.11",
62
+ "@serenity-js/assertions": "3.0.0-rc.12",
63
+ "@serenity-js/rest": "3.0.0-rc.12",
64
64
  "@types/chai": "^4.3.0",
65
65
  "@types/express": "^4.17.13",
66
66
  "@types/hapi": "^18.0.7",
67
- "@types/mocha": "^9.0.0",
67
+ "@types/mocha": "^9.1.0",
68
68
  "@types/restify": "^8.5.4",
69
69
  "axios": "^0.21.4",
70
70
  "express": "^4.17.2",
71
71
  "koa": "^2.13.4",
72
- "mocha": "^9.1.3",
72
+ "mocha": "^9.2.1",
73
73
  "restify": "^8.6.0",
74
74
  "semver": "^7.3.5",
75
- "ts-node": "^10.4.0",
76
- "typescript": "^4.5.4"
75
+ "ts-node": "^10.5.0",
76
+ "typescript": "^4.5.5"
77
77
  },
78
78
  "nyc": {
79
79
  "include": [
@@ -97,5 +97,5 @@
97
97
  "cache": true,
98
98
  "all": true
99
99
  },
100
- "gitHead": "0a232ce7ff21df56a9cc9e64859af5b0bce33b32"
100
+ "gitHead": "5bb8519ef9a91180860675384cfb99ad793a4263"
101
101
  }