Skip to content

Commit ddb3fb9

Browse files
committed
v11.0.0
1 parent edce404 commit ddb3fb9

File tree

13 files changed

+118
-19
lines changed

13 files changed

+118
-19
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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+
# [11.0.0](https://github.com/argos-ci/jest-puppeteer/compare/v10.1.4...v11.0.0) (2024-12-21)
7+
8+
9+
### Features
10+
11+
* @jest/globals support ([#606](https://github.com/argos-ci/jest-puppeteer/issues/606)) ([911b243](https://github.com/argos-ci/jest-puppeteer/commit/911b243e495ad719282ab1b42d19318ab5b3ab9b))
12+
* add support for Node.js v22-23 ([d67228e](https://github.com/argos-ci/jest-puppeteer/commit/d67228e9d4a4da3a7127121ed87cab2584fb25a0))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* Node.js v16 is not supported
18+
19+
20+
21+
22+
623
## [10.1.4](https://github.com/argos-ci/jest-puppeteer/compare/v10.1.3...v10.1.4) (2024-10-26)
724

825

lerna.json

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

package-lock.json

Lines changed: 9 additions & 9 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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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+
# [11.0.0](https://github.com/argos-ci/jest-puppeteer/compare/v10.1.4...v11.0.0) (2024-12-21)
7+
8+
9+
### Features
10+
11+
* @jest/globals support ([#606](https://github.com/argos-ci/jest-puppeteer/issues/606)) ([911b243](https://github.com/argos-ci/jest-puppeteer/commit/911b243e495ad719282ab1b42d19318ab5b3ab9b))
12+
* add support for Node.js v22-23 ([d67228e](https://github.com/argos-ci/jest-puppeteer/commit/d67228e9d4a4da3a7127121ed87cab2584fb25a0))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* Node.js v16 is not supported
18+
19+
20+
21+
22+
623
## [10.1.4](https://github.com/argos-ci/jest-puppeteer/compare/v10.1.3...v10.1.4) (2024-10-26)
724

825

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": "10.1.4",
4+
"version": "11.0.0",
55
"type": "commonjs",
66
"main": "./dist/index.js",
77
"types": "./dist/index.d.ts",

packages/jest-dev-server/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+
# [11.0.0](https://github.com/argos-ci/jest-puppeteer/compare/v10.1.4...v11.0.0) (2024-12-21)
7+
8+
9+
### Features
10+
11+
* add support for Node.js v22-23 ([d67228e](https://github.com/argos-ci/jest-puppeteer/commit/d67228e9d4a4da3a7127121ed87cab2584fb25a0))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* Node.js v16 is not supported
17+
18+
19+
20+
21+
622
## [10.1.4](https://github.com/argos-ci/jest-puppeteer/compare/v10.1.3...v10.1.4) (2024-10-26)
723

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

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": "10.1.4",
4+
"version": "11.0.0",
55
"type": "commonjs",
66
"main": "./dist/index.js",
77
"types": "./dist/index.d.ts",
@@ -50,7 +50,7 @@
5050
"cwd": "^0.10.0",
5151
"find-process": "^1.4.7",
5252
"prompts": "^2.4.2",
53-
"spawnd": "^10.1.4",
53+
"spawnd": "^11.0.0",
5454
"tree-kill": "^1.2.2",
5555
"wait-on": "^8.0.1"
5656
}

packages/jest-environment-puppeteer/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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+
# [11.0.0](https://github.com/argos-ci/jest-puppeteer/compare/v10.1.4...v11.0.0) (2024-12-21)
7+
8+
9+
### Features
10+
11+
* @jest/globals support ([#606](https://github.com/argos-ci/jest-puppeteer/issues/606)) ([911b243](https://github.com/argos-ci/jest-puppeteer/commit/911b243e495ad719282ab1b42d19318ab5b3ab9b))
12+
* add support for Node.js v22-23 ([d67228e](https://github.com/argos-ci/jest-puppeteer/commit/d67228e9d4a4da3a7127121ed87cab2584fb25a0))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* Node.js v16 is not supported
18+
19+
20+
21+
22+
623
## [10.1.4](https://github.com/argos-ci/jest-puppeteer/compare/v10.1.3...v10.1.4) (2024-10-26)
724

825

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": "10.1.4",
4+
"version": "11.0.0",
55
"type": "commonjs",
66
"main": "./dist/index.js",
77
"types": "./dist/index.d.ts",
@@ -53,7 +53,7 @@
5353
"chalk": "^4.1.2",
5454
"cosmiconfig": "^8.3.6",
5555
"deepmerge": "^4.3.1",
56-
"jest-dev-server": "^10.1.4",
56+
"jest-dev-server": "^11.0.0",
5757
"jest-environment-node": "^29.7.0"
5858
}
5959
}

packages/jest-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+
# [11.0.0](https://github.com/argos-ci/jest-puppeteer/compare/v10.1.4...v11.0.0) (2024-12-21)
7+
8+
9+
### Features
10+
11+
* add support for Node.js v22-23 ([d67228e](https://github.com/argos-ci/jest-puppeteer/commit/d67228e9d4a4da3a7127121ed87cab2584fb25a0))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* Node.js v16 is not supported
17+
18+
19+
20+
21+
622
## [10.1.4](https://github.com/argos-ci/jest-puppeteer/compare/v10.1.3...v10.1.4) (2024-10-26)
723

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

packages/jest-puppeteer/package.json

Lines changed: 3 additions & 3 deletions
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.1.4",
4+
"version": "11.0.0",
55
"type": "commonjs",
66
"main": "./dist/index.js",
77
"types": "./dist/index.d.ts",
@@ -36,8 +36,8 @@
3636
"puppeteer": ">=19"
3737
},
3838
"dependencies": {
39-
"expect-puppeteer": "^10.1.4",
40-
"jest-environment-puppeteer": "^10.1.4"
39+
"expect-puppeteer": "^11.0.0",
40+
"jest-environment-puppeteer": "^11.0.0"
4141
},
4242
"devDependencies": {
4343
"rollup": "^4.29.1",

packages/spawnd/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+
# [11.0.0](https://github.com/argos-ci/jest-puppeteer/compare/v10.1.4...v11.0.0) (2024-12-21)
7+
8+
9+
### Features
10+
11+
* add support for Node.js v22-23 ([d67228e](https://github.com/argos-ci/jest-puppeteer/commit/d67228e9d4a4da3a7127121ed87cab2584fb25a0))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* Node.js v16 is not supported
17+
18+
19+
20+
21+
622
## [10.1.4](https://github.com/argos-ci/jest-puppeteer/compare/v10.1.3...v10.1.4) (2024-10-26)
723

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

packages/spawnd/package.json

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

0 commit comments

Comments
 (0)