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 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 11{
2- "version" : " 10.1.4 " ,
2+ "version" : " 11.0.0 " ,
33 "$schema" : " node_modules/lerna/schemas/lerna-schema.json"
44}
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 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" ,
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 }
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 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" ,
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}
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
You can’t perform that action at this time.
0 commit comments