Skip to content

Commit

Permalink
v11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Dec 21, 2024
1 parent edce404 commit ddb3fb9
Show file tree
Hide file tree
Showing 13 changed files with 118 additions and 19 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [11.0.0](https://github.com/argos-ci/jest-puppeteer/compare/v10.1.4...v11.0.0) (2024-12-21)


### Features

* @jest/globals support ([#606](https://github.com/argos-ci/jest-puppeteer/issues/606)) ([911b243](https://github.com/argos-ci/jest-puppeteer/commit/911b243e495ad719282ab1b42d19318ab5b3ab9b))
* add support for Node.js v22-23 ([d67228e](https://github.com/argos-ci/jest-puppeteer/commit/d67228e9d4a4da3a7127121ed87cab2584fb25a0))


### BREAKING CHANGES

* Node.js v16 is not supported





## [10.1.4](https://github.com/argos-ci/jest-puppeteer/compare/v10.1.3...v10.1.4) (2024-10-26)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "10.1.4",
"version": "11.0.0",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions packages/expect-puppeteer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [11.0.0](https://github.com/argos-ci/jest-puppeteer/compare/v10.1.4...v11.0.0) (2024-12-21)


### Features

* @jest/globals support ([#606](https://github.com/argos-ci/jest-puppeteer/issues/606)) ([911b243](https://github.com/argos-ci/jest-puppeteer/commit/911b243e495ad719282ab1b42d19318ab5b3ab9b))
* add support for Node.js v22-23 ([d67228e](https://github.com/argos-ci/jest-puppeteer/commit/d67228e9d4a4da3a7127121ed87cab2584fb25a0))


### BREAKING CHANGES

* Node.js v16 is not supported





## [10.1.4](https://github.com/argos-ci/jest-puppeteer/compare/v10.1.3...v10.1.4) (2024-10-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/expect-puppeteer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "expect-puppeteer",
"description": "Assertion toolkit for Puppeteer.",
"version": "10.1.4",
"version": "11.0.0",
"type": "commonjs",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
16 changes: 16 additions & 0 deletions packages/jest-dev-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [11.0.0](https://github.com/argos-ci/jest-puppeteer/compare/v10.1.4...v11.0.0) (2024-12-21)


### Features

* add support for Node.js v22-23 ([d67228e](https://github.com/argos-ci/jest-puppeteer/commit/d67228e9d4a4da3a7127121ed87cab2584fb25a0))


### BREAKING CHANGES

* Node.js v16 is not supported





## [10.1.4](https://github.com/argos-ci/jest-puppeteer/compare/v10.1.3...v10.1.4) (2024-10-26)

**Note:** Version bump only for package jest-dev-server
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-dev-server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jest-dev-server",
"description": "Starts a server before your Jest tests and tears it down after.",
"version": "10.1.4",
"version": "11.0.0",
"type": "commonjs",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -50,7 +50,7 @@
"cwd": "^0.10.0",
"find-process": "^1.4.7",
"prompts": "^2.4.2",
"spawnd": "^10.1.4",
"spawnd": "^11.0.0",
"tree-kill": "^1.2.2",
"wait-on": "^8.0.1"
}
Expand Down
17 changes: 17 additions & 0 deletions packages/jest-environment-puppeteer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [11.0.0](https://github.com/argos-ci/jest-puppeteer/compare/v10.1.4...v11.0.0) (2024-12-21)


### Features

* @jest/globals support ([#606](https://github.com/argos-ci/jest-puppeteer/issues/606)) ([911b243](https://github.com/argos-ci/jest-puppeteer/commit/911b243e495ad719282ab1b42d19318ab5b3ab9b))
* add support for Node.js v22-23 ([d67228e](https://github.com/argos-ci/jest-puppeteer/commit/d67228e9d4a4da3a7127121ed87cab2584fb25a0))


### BREAKING CHANGES

* Node.js v16 is not supported





## [10.1.4](https://github.com/argos-ci/jest-puppeteer/compare/v10.1.3...v10.1.4) (2024-10-26)


Expand Down
4 changes: 2 additions & 2 deletions packages/jest-environment-puppeteer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jest-environment-puppeteer",
"description": "Puppeteer environment for Jest.",
"version": "10.1.4",
"version": "11.0.0",
"type": "commonjs",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -53,7 +53,7 @@
"chalk": "^4.1.2",
"cosmiconfig": "^8.3.6",
"deepmerge": "^4.3.1",
"jest-dev-server": "^10.1.4",
"jest-dev-server": "^11.0.0",
"jest-environment-node": "^29.7.0"
}
}
16 changes: 16 additions & 0 deletions packages/jest-puppeteer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [11.0.0](https://github.com/argos-ci/jest-puppeteer/compare/v10.1.4...v11.0.0) (2024-12-21)


### Features

* add support for Node.js v22-23 ([d67228e](https://github.com/argos-ci/jest-puppeteer/commit/d67228e9d4a4da3a7127121ed87cab2584fb25a0))


### BREAKING CHANGES

* Node.js v16 is not supported





## [10.1.4](https://github.com/argos-ci/jest-puppeteer/compare/v10.1.3...v10.1.4) (2024-10-26)

**Note:** Version bump only for package jest-puppeteer
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-puppeteer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jest-puppeteer",
"description": "Run your tests using Jest & Puppeteer.",
"version": "10.1.4",
"version": "11.0.0",
"type": "commonjs",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -36,8 +36,8 @@
"puppeteer": ">=19"
},
"dependencies": {
"expect-puppeteer": "^10.1.4",
"jest-environment-puppeteer": "^10.1.4"
"expect-puppeteer": "^11.0.0",
"jest-environment-puppeteer": "^11.0.0"
},
"devDependencies": {
"rollup": "^4.29.1",
Expand Down
16 changes: 16 additions & 0 deletions packages/spawnd/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [11.0.0](https://github.com/argos-ci/jest-puppeteer/compare/v10.1.4...v11.0.0) (2024-12-21)


### Features

* add support for Node.js v22-23 ([d67228e](https://github.com/argos-ci/jest-puppeteer/commit/d67228e9d4a4da3a7127121ed87cab2584fb25a0))


### BREAKING CHANGES

* Node.js v16 is not supported





## [10.1.4](https://github.com/argos-ci/jest-puppeteer/compare/v10.1.3...v10.1.4) (2024-10-26)

**Note:** Version bump only for package spawnd
Expand Down
2 changes: 1 addition & 1 deletion packages/spawnd/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "spawnd",
"description": "Spawn a dependent child process.",
"version": "10.1.4",
"version": "11.0.0",
"type": "commonjs",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit ddb3fb9

Please sign in to comment.