chore: release main (#9606)

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
This commit is contained in:
release-please[bot] 2023-02-01 14:49:00 +00:00 committed by GitHub
parent e16cbc6626
commit 1dd7bbe04f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
745 changed files with 54 additions and 13 deletions

View File

@ -1,6 +1,6 @@
{
"packages/puppeteer": "19.6.2",
"packages/puppeteer-core": "19.6.2",
"packages/puppeteer": "19.6.3",
"packages/puppeteer-core": "19.6.3",
"packages/testserver": "0.6.0",
"packages/ng-schematics": "0.1.0"
}

8
package-lock.json generated
View File

@ -8658,7 +8658,7 @@
}
},
"packages/puppeteer": {
"version": "19.6.2",
"version": "19.6.3",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {
@ -8666,14 +8666,14 @@
"https-proxy-agent": "5.0.1",
"progress": "2.0.3",
"proxy-from-env": "1.1.0",
"puppeteer-core": "19.6.2"
"puppeteer-core": "19.6.3"
},
"engines": {
"node": ">=14.1.0"
}
},
"packages/puppeteer-core": {
"version": "19.6.2",
"version": "19.6.3",
"license": "Apache-2.0",
"dependencies": {
"cross-fetch": "3.1.5",
@ -14054,7 +14054,7 @@
"https-proxy-agent": "5.0.1",
"progress": "2.0.3",
"proxy-from-env": "1.1.0",
"puppeteer-core": "19.6.2"
"puppeteer-core": "19.6.3"
},
"dependencies": {
"argparse": {

View File

@ -2,6 +2,14 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## [19.6.3](https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v19.6.2...puppeteer-core-v19.6.3) (2023-02-01)
### Bug Fixes
* ignore not found contexts for console messages ([#9595](https://github.com/puppeteer/puppeteer/issues/9595)) ([390685b](https://github.com/puppeteer/puppeteer/commit/390685bbe52c22b686fc0e3119b4ac7b1073c581))
* restore WaitTask terminate condition ([#9612](https://github.com/puppeteer/puppeteer/issues/9612)) ([e16cbc6](https://github.com/puppeteer/puppeteer/commit/e16cbc6626cffd40d0caa30801620e7293455006))
## [19.6.2](https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v19.6.1...puppeteer-core-v19.6.2) (2023-01-27)

View File

@ -1,6 +1,6 @@
{
"name": "puppeteer-core",
"version": "19.6.2",
"version": "19.6.3",
"description": "A high-level API to control headless Chrome over the DevTools Protocol",
"keywords": [
"puppeteer",

View File

@ -2,6 +2,20 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## [19.6.3](https://github.com/puppeteer/puppeteer/compare/puppeteer-v19.6.2...puppeteer-v19.6.3) (2023-02-01)
### Miscellaneous Chores
* **puppeteer:** Synchronize puppeteer versions
### Dependencies
* The following workspace dependencies were updated
* dependencies
* puppeteer-core bumped from 19.6.2 to 19.6.3
## [19.6.2](https://github.com/puppeteer/puppeteer/compare/puppeteer-v19.6.1...puppeteer-v19.6.2) (2023-01-27)

View File

@ -1,6 +1,6 @@
{
"name": "puppeteer",
"version": "19.6.2",
"version": "19.6.3",
"description": "A high-level API to control headless Chrome over the DevTools Protocol",
"keywords": [
"puppeteer",
@ -133,6 +133,6 @@
"https-proxy-agent": "5.0.1",
"progress": "2.0.3",
"proxy-from-env": "1.1.0",
"puppeteer-core": "19.6.2"
"puppeteer-core": "19.6.3"
}
}

Some files were not shown because too many files have changed in this diff Show More