Skip to content

Commit

Permalink
v9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed May 24, 2023
1 parent 826fd31 commit e13d1dd
Show file tree
Hide file tree
Showing 13 changed files with 153 additions and 29 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [9.0.0](https://github.com/argos-ci/jest-puppeteer/compare/v8.0.6...v9.0.0) (2023-05-24)


### Bug Fixes

* **expect-puppeteer:** fix `addSnapshotSerializer` usage ([826fd31](https://github.com/argos-ci/jest-puppeteer/commit/826fd319468ff74e2d314b7dfbed6fcc62ae31cd)), closes [#552](https://github.com/argos-ci/jest-puppeteer/issues/552)
* **jest-dev-server:** no default host ([c35e403](https://github.com/argos-ci/jest-puppeteer/commit/c35e40362293a23caa50bcddb589ff8f63e16b8e))
* **jest-dev-server:** properly detect if port is used, using both config.port and config.host options. ([351720a](https://github.com/argos-ci/jest-puppeteer/commit/351720a68e02026b25a98ece525003be9f4938dc)), closes [#555](https://github.com/argos-ci/jest-puppeteer/issues/555)
* **types:** fix environment global types ([fb691f7](https://github.com/argos-ci/jest-puppeteer/commit/fb691f7213ca148f35f7062ab47465ab3ffc2d5e))
* **types:** fix missing `jestPuppeteer` global before setup ([37e2294](https://github.com/argos-ci/jest-puppeteer/commit/37e2294a626255a701dc3adad004c610cc2c4c04))


### Features

* drop Node.js v14 support ([d7d9833](https://github.com/argos-ci/jest-puppeteer/commit/d7d9833accf7ddb87c6782a50ae2b8e50dd01c78))


### BREAKING CHANGES

* drop Node.js v14 support
* **jest-dev-server:** default host is now `undefined` instead of "localhost"





## [8.0.6](https://github.com/argos-ci/jest-puppeteer/compare/v8.0.5...v8.0.6) (2023-03-24)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"useWorkspaces": true,
"version": "8.0.6",
"version": "9.0.0",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
38 changes: 19 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions packages/expect-puppeteer/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.

# [9.0.0](https://github.com/argos-ci/jest-puppeteer/compare/v8.0.6...v9.0.0) (2023-05-24)


### Bug Fixes

* **expect-puppeteer:** fix `addSnapshotSerializer` usage ([826fd31](https://github.com/argos-ci/jest-puppeteer/commit/826fd319468ff74e2d314b7dfbed6fcc62ae31cd)), closes [#552](https://github.com/argos-ci/jest-puppeteer/issues/552)


### Features

* drop Node.js v14 support ([d7d9833](https://github.com/argos-ci/jest-puppeteer/commit/d7d9833accf7ddb87c6782a50ae2b8e50dd01c78))


### BREAKING CHANGES

* drop Node.js v14 support





## [8.0.5](https://github.com/argos-ci/jest-puppeteer/compare/v8.0.4...v8.0.5) (2023-03-09)

**Note:** Version bump only for package expect-puppeteer
Expand Down
2 changes: 1 addition & 1 deletion packages/expect-puppeteer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "expect-puppeteer",
"description": "Assertion toolkit for Puppeteer.",
"version": "8.0.5",
"version": "9.0.0",
"type": "commonjs",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
23 changes: 23 additions & 0 deletions packages/jest-dev-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [9.0.0](https://github.com/argos-ci/jest-puppeteer/compare/v8.0.6...v9.0.0) (2023-05-24)


### Bug Fixes

* **jest-dev-server:** no default host ([c35e403](https://github.com/argos-ci/jest-puppeteer/commit/c35e40362293a23caa50bcddb589ff8f63e16b8e))
* **jest-dev-server:** properly detect if port is used, using both config.port and config.host options. ([351720a](https://github.com/argos-ci/jest-puppeteer/commit/351720a68e02026b25a98ece525003be9f4938dc)), closes [#555](https://github.com/argos-ci/jest-puppeteer/issues/555)


### Features

* drop Node.js v14 support ([d7d9833](https://github.com/argos-ci/jest-puppeteer/commit/d7d9833accf7ddb87c6782a50ae2b8e50dd01c78))


### BREAKING CHANGES

* drop Node.js v14 support
* **jest-dev-server:** default host is now `undefined` instead of "localhost"





## [8.0.5](https://github.com/argos-ci/jest-puppeteer/compare/v8.0.4...v8.0.5) (2023-03-09)

**Note:** Version bump only for package jest-dev-server
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-dev-server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jest-dev-server",
"description": "Starts a server before your Jest tests and tears it down after.",
"version": "8.0.5",
"version": "9.0.0",
"type": "commonjs",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -49,7 +49,7 @@
"cwd": "^0.10.0",
"find-process": "^1.4.7",
"prompts": "^2.4.2",
"spawnd": "^8.0.5",
"spawnd": "^9.0.0",
"tree-kill": "^1.2.2",
"wait-on": "^7.0.1"
}
Expand Down
22 changes: 22 additions & 0 deletions packages/jest-environment-puppeteer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [9.0.0](https://github.com/argos-ci/jest-puppeteer/compare/v8.0.6...v9.0.0) (2023-05-24)


### Bug Fixes

* **types:** fix environment global types ([fb691f7](https://github.com/argos-ci/jest-puppeteer/commit/fb691f7213ca148f35f7062ab47465ab3ffc2d5e))
* **types:** fix missing `jestPuppeteer` global before setup ([37e2294](https://github.com/argos-ci/jest-puppeteer/commit/37e2294a626255a701dc3adad004c610cc2c4c04))


### Features

* drop Node.js v14 support ([d7d9833](https://github.com/argos-ci/jest-puppeteer/commit/d7d9833accf7ddb87c6782a50ae2b8e50dd01c78))


### BREAKING CHANGES

* drop Node.js v14 support





## [8.0.6](https://github.com/argos-ci/jest-puppeteer/compare/v8.0.5...v8.0.6) (2023-03-24)


Expand Down
4 changes: 2 additions & 2 deletions packages/jest-environment-puppeteer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jest-environment-puppeteer",
"description": "Puppeteer environment for Jest.",
"version": "8.0.6",
"version": "9.0.0",
"type": "commonjs",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -52,7 +52,7 @@
"chalk": "^4.1.2",
"cosmiconfig": "^8.1.3",
"deepmerge": "^4.3.1",
"jest-dev-server": "^8.0.5",
"jest-dev-server": "^9.0.0",
"jest-environment-node": "^29.5.0"
}
}
16 changes: 16 additions & 0 deletions packages/jest-puppeteer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [9.0.0](https://github.com/argos-ci/jest-puppeteer/compare/v8.0.6...v9.0.0) (2023-05-24)


### Features

* drop Node.js v14 support ([d7d9833](https://github.com/argos-ci/jest-puppeteer/commit/d7d9833accf7ddb87c6782a50ae2b8e50dd01c78))


### BREAKING CHANGES

* drop Node.js v14 support





## [8.0.6](https://github.com/argos-ci/jest-puppeteer/compare/v8.0.5...v8.0.6) (2023-03-24)


Expand Down
6 changes: 3 additions & 3 deletions packages/jest-puppeteer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jest-puppeteer",
"description": "Run your tests using Jest & Puppeteer.",
"version": "8.0.6",
"version": "9.0.0",
"type": "commonjs",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -35,8 +35,8 @@
"puppeteer": ">=19"
},
"dependencies": {
"expect-puppeteer": "^8.0.5",
"jest-environment-puppeteer": "^8.0.6"
"expect-puppeteer": "^9.0.0",
"jest-environment-puppeteer": "^9.0.0"
},
"devDependencies": {
"rollup": "^3.23.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/spawnd/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [9.0.0](https://github.com/argos-ci/jest-puppeteer/compare/v8.0.6...v9.0.0) (2023-05-24)


### Features

* drop Node.js v14 support ([d7d9833](https://github.com/argos-ci/jest-puppeteer/commit/d7d9833accf7ddb87c6782a50ae2b8e50dd01c78))


### BREAKING CHANGES

* drop Node.js v14 support





## [8.0.5](https://github.com/argos-ci/jest-puppeteer/compare/v8.0.4...v8.0.5) (2023-03-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/spawnd/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "spawnd",
"description": "Spawn a dependent child process.",
"version": "8.0.5",
"version": "9.0.0",
"type": "commonjs",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit e13d1dd

Please sign in to comment.