Skip to content

Commit cd2ca6d

Browse files
committed
v10.1.0
1 parent 8897f60 commit cd2ca6d

File tree

13 files changed

+77
-20
lines changed

13 files changed

+77
-20
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [10.1.0](https://github.com/argos-ci/jest-puppeteer/compare/v10.0.1...v10.1.0) (2024-08-17)
7+
8+
9+
### Features
10+
11+
* support puppeteer v23 ([b5e774d](https://github.com/argos-ci/jest-puppeteer/commit/b5e774d95f585f34d8f1ce1a043777163b5cb673)), closes [#586](https://github.com/argos-ci/jest-puppeteer/issues/586)
12+
13+
14+
15+
16+
617
## [10.0.1](https://github.com/argos-ci/jest-puppeteer/compare/v10.0.0...v10.0.1) (2024-02-15)
718

819

lerna.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "10.0.1",
2+
"version": "10.1.0",
33
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
4-
}
4+
}

package-lock.json

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/expect-puppeteer/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [10.1.0](https://github.com/argos-ci/jest-puppeteer/compare/v10.0.1...v10.1.0) (2024-08-17)
7+
8+
9+
### Features
10+
11+
* support puppeteer v23 ([b5e774d](https://github.com/argos-ci/jest-puppeteer/commit/b5e774d95f585f34d8f1ce1a043777163b5cb673)), closes [#586](https://github.com/argos-ci/jest-puppeteer/issues/586)
12+
13+
14+
15+
16+
617
# [10.0.0](https://github.com/argos-ci/jest-puppeteer/compare/v9.0.2...v10.0.0) (2024-02-10)
718

819

packages/expect-puppeteer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "expect-puppeteer",
33
"description": "Assertion toolkit for Puppeteer.",
4-
"version": "10.0.0",
4+
"version": "10.1.0",
55
"type": "commonjs",
66
"main": "./dist/index.js",
77
"types": "./dist/index.d.ts",

packages/jest-dev-server/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [10.1.0](https://github.com/argos-ci/jest-puppeteer/compare/v10.0.1...v10.1.0) (2024-08-17)
7+
8+
**Note:** Version bump only for package jest-dev-server
9+
10+
11+
12+
13+
614
# [10.0.0](https://github.com/argos-ci/jest-puppeteer/compare/v9.0.2...v10.0.0) (2024-02-10)
715

816
**Note:** Version bump only for package jest-dev-server

packages/jest-dev-server/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jest-dev-server",
33
"description": "Starts a server before your Jest tests and tears it down after.",
4-
"version": "10.0.0",
4+
"version": "10.1.0",
55
"type": "commonjs",
66
"main": "./dist/index.js",
77
"types": "./dist/index.d.ts",
@@ -49,7 +49,7 @@
4949
"cwd": "^0.10.0",
5050
"find-process": "^1.4.7",
5151
"prompts": "^2.4.2",
52-
"spawnd": "^10.0.0",
52+
"spawnd": "^10.1.0",
5353
"tree-kill": "^1.2.2",
5454
"wait-on": "^7.2.0"
5555
}

packages/jest-environment-puppeteer/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [10.1.0](https://github.com/argos-ci/jest-puppeteer/compare/v10.0.1...v10.1.0) (2024-08-17)
7+
8+
9+
### Features
10+
11+
* support puppeteer v23 ([b5e774d](https://github.com/argos-ci/jest-puppeteer/commit/b5e774d95f585f34d8f1ce1a043777163b5cb673)), closes [#586](https://github.com/argos-ci/jest-puppeteer/issues/586)
12+
13+
14+
15+
16+
617
## [10.0.1](https://github.com/argos-ci/jest-puppeteer/compare/v10.0.0...v10.0.1) (2024-02-15)
718

819

packages/jest-environment-puppeteer/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jest-environment-puppeteer",
33
"description": "Puppeteer environment for Jest.",
4-
"version": "10.0.1",
4+
"version": "10.1.0",
55
"type": "commonjs",
66
"main": "./dist/index.js",
77
"types": "./dist/index.d.ts",
@@ -52,7 +52,7 @@
5252
"chalk": "^4.1.2",
5353
"cosmiconfig": "^8.3.6",
5454
"deepmerge": "^4.3.1",
55-
"jest-dev-server": "^10.0.0",
55+
"jest-dev-server": "^10.1.0",
5656
"jest-environment-node": "^29.7.0"
5757
}
5858
}

packages/jest-puppeteer/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [10.1.0](https://github.com/argos-ci/jest-puppeteer/compare/v10.0.1...v10.1.0) (2024-08-17)
7+
8+
**Note:** Version bump only for package jest-puppeteer
9+
10+
11+
12+
13+
614
## [10.0.1](https://github.com/argos-ci/jest-puppeteer/compare/v10.0.0...v10.0.1) (2024-02-15)
715

816
**Note:** Version bump only for package jest-puppeteer

packages/jest-puppeteer/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jest-puppeteer",
33
"description": "Run your tests using Jest & Puppeteer.",
4-
"version": "10.0.1",
4+
"version": "10.1.0",
55
"type": "commonjs",
66
"main": "./dist/index.js",
77
"types": "./dist/index.d.ts",
@@ -35,8 +35,8 @@
3535
"puppeteer": ">=19"
3636
},
3737
"dependencies": {
38-
"expect-puppeteer": "^10.0.0",
39-
"jest-environment-puppeteer": "^10.0.1"
38+
"expect-puppeteer": "^10.1.0",
39+
"jest-environment-puppeteer": "^10.1.0"
4040
},
4141
"devDependencies": {
4242
"rollup": "^4.20.0",

packages/spawnd/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [10.1.0](https://github.com/argos-ci/jest-puppeteer/compare/v10.0.1...v10.1.0) (2024-08-17)
7+
8+
**Note:** Version bump only for package spawnd
9+
10+
11+
12+
13+
614
# [10.0.0](https://github.com/argos-ci/jest-puppeteer/compare/v9.0.2...v10.0.0) (2024-02-10)
715

816
**Note:** Version bump only for package spawnd

packages/spawnd/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "spawnd",
33
"description": "Spawn a dependent child process.",
4-
"version": "10.0.0",
4+
"version": "10.1.0",
55
"type": "commonjs",
66
"main": "./dist/index.js",
77
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)