File tree Expand file tree Collapse file tree 13 files changed +118
-19
lines changed
jest-environment-puppeteer Expand file tree Collapse file tree 13 files changed +118
-19
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
23
## [ 10.1.4] ( https://github.com/argos-ci/jest-puppeteer/compare/v10.1.3...v10.1.4 ) (2024-10-26)
7
24
8
25
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 10.1.4 " ,
2
+ "version" : " 11.0.0 " ,
3
3
"$schema" : " node_modules/lerna/schemas/lerna-schema.json"
4
4
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
23
## [ 10.1.4] ( https://github.com/argos-ci/jest-puppeteer/compare/v10.1.3...v10.1.4 ) (2024-10-26)
7
24
8
25
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " expect-puppeteer" ,
3
3
"description" : " Assertion toolkit for Puppeteer." ,
4
- "version" : " 10.1.4 " ,
4
+ "version" : " 11.0.0 " ,
5
5
"type" : " commonjs" ,
6
6
"main" : " ./dist/index.js" ,
7
7
"types" : " ./dist/index.d.ts" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
22
## [ 10.1.4] ( https://github.com/argos-ci/jest-puppeteer/compare/v10.1.3...v10.1.4 ) (2024-10-26)
7
23
8
24
** Note:** Version bump only for package jest-dev-server
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jest-dev-server" ,
3
3
"description" : " Starts a server before your Jest tests and tears it down after." ,
4
- "version" : " 10.1.4 " ,
4
+ "version" : " 11.0.0 " ,
5
5
"type" : " commonjs" ,
6
6
"main" : " ./dist/index.js" ,
7
7
"types" : " ./dist/index.d.ts" ,
50
50
"cwd" : " ^0.10.0" ,
51
51
"find-process" : " ^1.4.7" ,
52
52
"prompts" : " ^2.4.2" ,
53
- "spawnd" : " ^10.1.4 " ,
53
+ "spawnd" : " ^11.0.0 " ,
54
54
"tree-kill" : " ^1.2.2" ,
55
55
"wait-on" : " ^8.0.1"
56
56
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
23
## [ 10.1.4] ( https://github.com/argos-ci/jest-puppeteer/compare/v10.1.3...v10.1.4 ) (2024-10-26)
7
24
8
25
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jest-environment-puppeteer" ,
3
3
"description" : " Puppeteer environment for Jest." ,
4
- "version" : " 10.1.4 " ,
4
+ "version" : " 11.0.0 " ,
5
5
"type" : " commonjs" ,
6
6
"main" : " ./dist/index.js" ,
7
7
"types" : " ./dist/index.d.ts" ,
53
53
"chalk" : " ^4.1.2" ,
54
54
"cosmiconfig" : " ^8.3.6" ,
55
55
"deepmerge" : " ^4.3.1" ,
56
- "jest-dev-server" : " ^10.1.4 " ,
56
+ "jest-dev-server" : " ^11.0.0 " ,
57
57
"jest-environment-node" : " ^29.7.0"
58
58
}
59
59
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
22
## [ 10.1.4] ( https://github.com/argos-ci/jest-puppeteer/compare/v10.1.3...v10.1.4 ) (2024-10-26)
7
23
8
24
** Note:** Version bump only for package jest-puppeteer
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jest-puppeteer" ,
3
3
"description" : " Run your tests using Jest & Puppeteer." ,
4
- "version" : " 10.1.4 " ,
4
+ "version" : " 11.0.0 " ,
5
5
"type" : " commonjs" ,
6
6
"main" : " ./dist/index.js" ,
7
7
"types" : " ./dist/index.d.ts" ,
36
36
"puppeteer" : " >=19"
37
37
},
38
38
"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 "
41
41
},
42
42
"devDependencies" : {
43
43
"rollup" : " ^4.29.1" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
22
## [ 10.1.4] ( https://github.com/argos-ci/jest-puppeteer/compare/v10.1.3...v10.1.4 ) (2024-10-26)
7
23
8
24
** Note:** Version bump only for package spawnd
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " spawnd" ,
3
3
"description" : " Spawn a dependent child process." ,
4
- "version" : " 10.1.4 " ,
4
+ "version" : " 11.0.0 " ,
5
5
"type" : " commonjs" ,
6
6
"main" : " ./dist/index.js" ,
7
7
"types" : " ./dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments