Skip to content

Commit

Permalink
chore(release): v3.23.0
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
smartcode-devbot committed May 12, 2024
1 parent e8f5dea commit be1bb27
Show file tree
Hide file tree
Showing 31 changed files with 10,828 additions and 27,139 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.23.0](https://github.com/serenity-js/serenity-js/compare/v3.22.4...v3.23.0) (2024-05-12)


### Bug Fixes

* **deps:** update dependency sass to v1.77.1 ([a9d7258](https://github.com/serenity-js/serenity-js/commit/a9d7258107d02c2b158cbba5fc727458e405cd63))


### Features

* **core:** exported isPlainObject utility function as part of /lib/io ([7f2c5fd](https://github.com/serenity-js/serenity-js/commit/7f2c5fd94cc68ac2249d1e0285933e96794f4493))
* **core:** new utility method Question.fromArray to complement Question.fromObject ([4007bf1](https://github.com/serenity-js/serenity-js/commit/4007bf1310d0eb0ce2b3e10fe97955f0ad9ef087))
* **playwright:** standardised ExecuteScript argument transmission across WebdriverIO and Playwright ([adfc171](https://github.com/serenity-js/serenity-js/commit/adfc171aa5073ec57d6896bbd824013e5844eda4))
* **protractor:** standardised ExecuteScript argument transmission across all web integration tools ([1a08f47](https://github.com/serenity-js/serenity-js/commit/1a08f47c32a01af76cafae55af23582167e2bd88))
* **webdriverio:** support for injecting scripts parameterised with complex data structures ([e920e67](https://github.com/serenity-js/serenity-js/commit/e920e6709262c8249c992ac02a01f49d5789a35d))
* **web:** scripts injected into the browser accept data structures containing PageElement objects ([2fbddf5](https://github.com/serenity-js/serenity-js/commit/2fbddf5d78d2965aecd6786b020c93ea079bdaf1))





## [3.22.4](https://github.com/serenity-js/serenity-js/compare/v3.22.3...v3.22.4) (2024-05-07)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"integration/*",
"packages/*"
],
"version": "3.22.4",
"version": "3.23.0",
"command": {
"create": {
"homepage": "https://serenity-js.org",
Expand Down
37,720 changes: 10,628 additions & 27,092 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions packages/assertions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.23.0](https://github.com/serenity-js/serenity-js/compare/v3.22.4...v3.23.0) (2024-05-12)

**Note:** Version bump only for package @serenity-js/assertions





## [3.22.4](https://github.com/serenity-js/serenity-js/compare/v3.22.3...v3.22.4) (2024-05-07)

**Note:** Version bump only for package @serenity-js/assertions
Expand Down
4 changes: 2 additions & 2 deletions packages/assertions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serenity-js/assertions",
"version": "3.22.4",
"version": "3.23.0",
"description": "Screenplay-style assertion library",
"author": {
"name": "Jan Molak",
Expand Down Expand Up @@ -44,7 +44,7 @@
"node": "^16.13 || ^18.12 || ^20"
},
"dependencies": {
"@serenity-js/core": "3.22.4",
"@serenity-js/core": "3.23.0",
"tiny-types": "1.22.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/console-reporter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.23.0](https://github.com/serenity-js/serenity-js/compare/v3.22.4...v3.23.0) (2024-05-12)

**Note:** Version bump only for package @serenity-js/console-reporter





## [3.22.4](https://github.com/serenity-js/serenity-js/compare/v3.22.3...v3.22.4) (2024-05-07)

**Note:** Version bump only for package @serenity-js/console-reporter
Expand Down
4 changes: 2 additions & 2 deletions packages/console-reporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serenity-js/console-reporter",
"version": "3.22.4",
"version": "3.23.0",
"description": "Serenity/JS console reporter",
"author": {
"name": "Jan Molak",
Expand Down Expand Up @@ -43,7 +43,7 @@
"node": "^16.13 || ^18.12 || ^20"
},
"dependencies": {
"@serenity-js/core": "3.22.4",
"@serenity-js/core": "3.23.0",
"chalk": "4.1.2",
"tiny-types": "1.22.0"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.23.0](https://github.com/serenity-js/serenity-js/compare/v3.22.4...v3.23.0) (2024-05-12)


### Features

* **core:** exported isPlainObject utility function as part of /lib/io ([7f2c5fd](https://github.com/serenity-js/serenity-js/commit/7f2c5fd94cc68ac2249d1e0285933e96794f4493))
* **core:** new utility method Question.fromArray to complement Question.fromObject ([4007bf1](https://github.com/serenity-js/serenity-js/commit/4007bf1310d0eb0ce2b3e10fe97955f0ad9ef087))





## [3.22.4](https://github.com/serenity-js/serenity-js/compare/v3.22.3...v3.22.4) (2024-05-07)

**Note:** Version bump only for package @serenity-js/core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serenity-js/core",
"version": "3.22.4",
"version": "3.23.0",
"description": "Serenity/JS Screenplay, reporting engine and core interfaces.",
"author": {
"name": "Jan Molak",
Expand Down
8 changes: 8 additions & 0 deletions packages/cucumber/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.23.0](https://github.com/serenity-js/serenity-js/compare/v3.22.4...v3.23.0) (2024-05-12)

**Note:** Version bump only for package @serenity-js/cucumber





## [3.22.4](https://github.com/serenity-js/serenity-js/compare/v3.22.3...v3.22.4) (2024-05-07)

**Note:** Version bump only for package @serenity-js/cucumber
Expand Down
4 changes: 2 additions & 2 deletions packages/cucumber/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serenity-js/cucumber",
"version": "3.22.4",
"version": "3.23.0",
"description": "Serenity/JS adapter for Cucumber test runners version 1.x - 7.x",
"author": {
"name": "Jan Molak",
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"dependencies": {
"@cucumber/messages": "24.1.0",
"@serenity-js/core": "3.22.4",
"@serenity-js/core": "3.23.0",
"cli-table3": "0.6.4",
"gherkin": "5.1.0",
"tiny-types": "1.22.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/jasmine/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.23.0](https://github.com/serenity-js/serenity-js/compare/v3.22.4...v3.23.0) (2024-05-12)

**Note:** Version bump only for package @serenity-js/jasmine





## [3.22.4](https://github.com/serenity-js/serenity-js/compare/v3.22.3...v3.22.4) (2024-05-07)

**Note:** Version bump only for package @serenity-js/jasmine
Expand Down
4 changes: 2 additions & 2 deletions packages/jasmine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serenity-js/jasmine",
"version": "3.22.4",
"version": "3.23.0",
"description": "Serenity/JS adapter for the Jasmine test runner",
"author": {
"name": "Jan Molak",
Expand Down Expand Up @@ -69,7 +69,7 @@
"node": "^16.13 || ^18.12 || ^20"
},
"dependencies": {
"@serenity-js/core": "3.22.4"
"@serenity-js/core": "3.23.0"
},
"peerDependencies": {
"jasmine": "^5.1.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/local-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.23.0](https://github.com/serenity-js/serenity-js/compare/v3.22.4...v3.23.0) (2024-05-12)

**Note:** Version bump only for package @serenity-js/local-server





## [3.22.4](https://github.com/serenity-js/serenity-js/compare/v3.22.3...v3.22.4) (2024-05-07)

**Note:** Version bump only for package @serenity-js/local-server
Expand Down
8 changes: 4 additions & 4 deletions packages/local-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serenity-js/local-server",
"version": "3.22.4",
"version": "3.23.0",
"description": "Enables Serenity/JS Actors to manage local Node.js test servers, such as Express, Koa or Restify",
"author": {
"name": "Jan Molak",
Expand Down Expand Up @@ -50,15 +50,15 @@
"node": "^16.13 || ^18.12 || ^20"
},
"dependencies": {
"@serenity-js/core": "3.22.4",
"@serenity-js/core": "3.23.0",
"http-shutdown": "1.2.2",
"portfinder": "1.0.32"
},
"devDependencies": {
"@hapi/hapi": "21.3.9",
"@integration/testing-tools": "3.0.0",
"@serenity-js/assertions": "3.22.4",
"@serenity-js/rest": "3.22.4",
"@serenity-js/assertions": "3.23.0",
"@serenity-js/rest": "3.23.0",
"@types/chai": "4.3.16",
"@types/express": "4.17.21",
"@types/hapi": "18.0.14",
Expand Down
8 changes: 8 additions & 0 deletions packages/mocha/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.23.0](https://github.com/serenity-js/serenity-js/compare/v3.22.4...v3.23.0) (2024-05-12)

**Note:** Version bump only for package @serenity-js/mocha





## [3.22.4](https://github.com/serenity-js/serenity-js/compare/v3.22.3...v3.22.4) (2024-05-07)

**Note:** Version bump only for package @serenity-js/mocha
Expand Down
4 changes: 2 additions & 2 deletions packages/mocha/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serenity-js/mocha",
"version": "3.22.4",
"version": "3.23.0",
"description": "Serenity/JS adapter for Mocha",
"author": {
"name": "Jan Molak",
Expand Down Expand Up @@ -44,7 +44,7 @@
"node": "^16.13 || ^18.12 || ^20"
},
"dependencies": {
"@serenity-js/core": "3.22.4"
"@serenity-js/core": "3.23.0"
},
"peerDependencies": {
"mocha": "^10.4.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/playwright-test/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.23.0](https://github.com/serenity-js/serenity-js/compare/v3.22.4...v3.23.0) (2024-05-12)

**Note:** Version bump only for package @serenity-js/playwright-test





## [3.22.4](https://github.com/serenity-js/serenity-js/compare/v3.22.3...v3.22.4) (2024-05-07)


Expand Down
10 changes: 5 additions & 5 deletions packages/playwright-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serenity-js/playwright-test",
"version": "3.22.4",
"version": "3.23.0",
"description": "Serenity/JS reporter and test APIs for Playwright Test",
"author": {
"name": "Jan Molak",
Expand Down Expand Up @@ -46,10 +46,10 @@
},
"dependencies": {
"@playwright/test": "1.44.0",
"@serenity-js/core": "3.22.4",
"@serenity-js/playwright": "3.22.4",
"@serenity-js/rest": "3.22.4",
"@serenity-js/web": "3.22.4",
"@serenity-js/core": "3.23.0",
"@serenity-js/playwright": "3.23.0",
"@serenity-js/rest": "3.23.0",
"@serenity-js/web": "3.23.0",
"deepmerge": "4.3.1",
"tiny-types": "1.22.0"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/playwright/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.23.0](https://github.com/serenity-js/serenity-js/compare/v3.22.4...v3.23.0) (2024-05-12)


### Features

* **playwright:** standardised ExecuteScript argument transmission across WebdriverIO and Playwright ([adfc171](https://github.com/serenity-js/serenity-js/commit/adfc171aa5073ec57d6896bbd824013e5844eda4))
* **web:** scripts injected into the browser accept data structures containing PageElement objects ([2fbddf5](https://github.com/serenity-js/serenity-js/commit/2fbddf5d78d2965aecd6786b020c93ea079bdaf1))





## [3.22.4](https://github.com/serenity-js/serenity-js/compare/v3.22.3...v3.22.4) (2024-05-07)


Expand Down
6 changes: 3 additions & 3 deletions packages/playwright/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serenity-js/playwright",
"version": "3.22.4",
"version": "3.23.0",
"description": "Serenity/JS Screenplay Pattern library for Playwright",
"author": {
"name": "Jan Molak",
Expand Down Expand Up @@ -44,8 +44,8 @@
"node": "^16.13 || ^18.12 || ^20"
},
"dependencies": {
"@serenity-js/core": "3.22.4",
"@serenity-js/web": "3.22.4",
"@serenity-js/core": "3.23.0",
"@serenity-js/web": "3.23.0",
"playwright-core": "1.44.0",
"tiny-types": "1.22.0"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/protractor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.23.0](https://github.com/serenity-js/serenity-js/compare/v3.22.4...v3.23.0) (2024-05-12)


### Features

* **protractor:** standardised ExecuteScript argument transmission across all web integration tools ([1a08f47](https://github.com/serenity-js/serenity-js/commit/1a08f47c32a01af76cafae55af23582167e2bd88))
* **web:** scripts injected into the browser accept data structures containing PageElement objects ([2fbddf5](https://github.com/serenity-js/serenity-js/commit/2fbddf5d78d2965aecd6786b020c93ea079bdaf1))





## [3.22.4](https://github.com/serenity-js/serenity-js/compare/v3.22.3...v3.22.4) (2024-05-07)

**Note:** Version bump only for package @serenity-js/protractor
Expand Down
18 changes: 9 additions & 9 deletions packages/protractor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serenity-js/protractor",
"version": "3.22.4",
"version": "3.23.0",
"description": "Test your web apps with Serenity/JS",
"author": {
"name": "Jan Molak",
Expand Down Expand Up @@ -49,9 +49,9 @@
"node": "^16.13 || ^18.12 || ^20"
},
"dependencies": {
"@serenity-js/core": "3.22.4",
"@serenity-js/rest": "3.22.4",
"@serenity-js/web": "3.22.4",
"@serenity-js/core": "3.23.0",
"@serenity-js/rest": "3.23.0",
"@serenity-js/web": "3.23.0",
"deepmerge": "4.3.1",
"query-selector-shadow-dom": "1.0.1",
"tiny-types": "1.22.0"
Expand All @@ -76,11 +76,11 @@
},
"devDependencies": {
"@integration/testing-tools": "3.0.0",
"@serenity-js/assertions": "3.22.4",
"@serenity-js/cucumber": "3.22.4",
"@serenity-js/jasmine": "3.22.4",
"@serenity-js/local-server": "3.22.4",
"@serenity-js/mocha": "3.22.4",
"@serenity-js/assertions": "3.23.0",
"@serenity-js/cucumber": "3.23.0",
"@serenity-js/jasmine": "3.23.0",
"@serenity-js/local-server": "3.23.0",
"@serenity-js/mocha": "3.23.0",
"@serenity-js/web": "3.1.1",
"@types/chai": "4.3.16",
"@types/express": "4.17.21",
Expand Down

0 comments on commit be1bb27

Please sign in to comment.