Skip to content

Commit 018b010

Browse files
committed
v10.0.0
1 parent 6d7a02f commit 018b010

13 files changed

Lines changed: 95 additions & 23 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.0.0](https://github.com/argos-ci/jest-puppeteer/compare/v9.0.2...v10.0.0) (2024-02-10)
7+
8+
9+
### Features
10+
11+
* add Puppeteer v22 compatibility ([#576](https://github.com/argos-ci/jest-puppeteer/issues/576)) ([6d7a02f](https://github.com/argos-ci/jest-puppeteer/commit/6d7a02fd5561f4ca1c9d52e2c8559df8f1c2d83f))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* Drop Node.js v16 support.
17+
18+
19+
20+
21+
622
## [9.0.2](https://github.com/argos-ci/jest-puppeteer/compare/v9.0.1...v9.0.2) (2023-12-06)
723

824

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "9.0.2",
2+
"version": "10.0.0",
33
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
44
}

package-lock.json

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/expect-puppeteer/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.0.0](https://github.com/argos-ci/jest-puppeteer/compare/v9.0.2...v10.0.0) (2024-02-10)
7+
8+
9+
### Features
10+
11+
* add Puppeteer v22 compatibility ([#576](https://github.com/argos-ci/jest-puppeteer/issues/576)) ([6d7a02f](https://github.com/argos-ci/jest-puppeteer/commit/6d7a02fd5561f4ca1c9d52e2c8559df8f1c2d83f))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* Drop Node.js v16 support.
17+
18+
19+
20+
21+
622
## [9.0.2](https://github.com/argos-ci/jest-puppeteer/compare/v9.0.1...v9.0.2) (2023-12-06)
723

824
**Note:** Version bump only for package expect-puppeteer

packages/expect-puppeteer/package.json

Lines changed: 1 addition & 1 deletion
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": "9.0.2",
4+
"version": "10.0.0",
55
"type": "commonjs",
66
"main": "./dist/index.js",
77
"types": "./dist/index.d.ts",

packages/jest-dev-server/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.0.0](https://github.com/argos-ci/jest-puppeteer/compare/v9.0.2...v10.0.0) (2024-02-10)
7+
8+
**Note:** Version bump only for package jest-dev-server
9+
10+
11+
12+
13+
614
## [9.0.2](https://github.com/argos-ci/jest-puppeteer/compare/v9.0.1...v9.0.2) (2023-12-06)
715

816

packages/jest-dev-server/package.json

Lines changed: 2 additions & 2 deletions
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": "9.0.2",
4+
"version": "10.0.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": "^9.0.2",
52+
"spawnd": "^10.0.0",
5353
"tree-kill": "^1.2.2",
5454
"wait-on": "^7.2.0"
5555
}

packages/jest-environment-puppeteer/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.0.0](https://github.com/argos-ci/jest-puppeteer/compare/v9.0.2...v10.0.0) (2024-02-10)
7+
8+
9+
### Features
10+
11+
* add Puppeteer v22 compatibility ([#576](https://github.com/argos-ci/jest-puppeteer/issues/576)) ([6d7a02f](https://github.com/argos-ci/jest-puppeteer/commit/6d7a02fd5561f4ca1c9d52e2c8559df8f1c2d83f))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* Drop Node.js v16 support.
17+
18+
19+
20+
21+
622
## [9.0.2](https://github.com/argos-ci/jest-puppeteer/compare/v9.0.1...v9.0.2) (2023-12-06)
723

824
**Note:** Version bump only for package jest-environment-puppeteer

packages/jest-environment-puppeteer/package.json

Lines changed: 2 additions & 2 deletions
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": "9.0.2",
4+
"version": "10.0.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": "^9.0.2",
55+
"jest-dev-server": "^10.0.0",
5656
"jest-environment-node": "^29.7.0"
5757
}
5858
}

packages/jest-puppeteer/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.0.0](https://github.com/argos-ci/jest-puppeteer/compare/v9.0.2...v10.0.0) (2024-02-10)
7+
8+
**Note:** Version bump only for package jest-puppeteer
9+
10+
11+
12+
13+
614
## [9.0.2](https://github.com/argos-ci/jest-puppeteer/compare/v9.0.1...v9.0.2) (2023-12-06)
715

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

0 commit comments

Comments
 (0)