chore: release main (#9495)

🤖 I have created a release *beep* *boop*
---


<details><summary>puppeteer: 19.5.2</summary>

##
[19.5.2](https://github.com/puppeteer/puppeteer/compare/puppeteer-v19.5.1...puppeteer-v19.5.2)
(2023-01-11)


### Miscellaneous Chores

* **puppeteer:** Synchronize puppeteer versions


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * puppeteer-core bumped from 19.5.1 to 19.5.2
</details>

<details><summary>puppeteer-core: 19.5.2</summary>

##
[19.5.2](https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v19.5.1...puppeteer-core-v19.5.2)
(2023-01-11)


### Bug Fixes

* make sure browser fetcher in launchers uses configuration
([#9493](https://github.com/puppeteer/puppeteer/issues/9493))
([df55439](df554397b5)),
closes [#9470](https://github.com/puppeteer/puppeteer/issues/9470)
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
This commit is contained in:
release-please[bot] 2023-01-12 08:21:09 +01:00 committed by GitHub
parent df554397b5
commit e9df6750d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
743 changed files with 32 additions and 10 deletions

View File

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

8
package-lock.json generated
View File

@ -8664,7 +8664,7 @@
}
},
"packages/puppeteer": {
"version": "19.5.1",
"version": "19.5.2",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {
@ -8672,14 +8672,14 @@
"https-proxy-agent": "5.0.1",
"progress": "2.0.3",
"proxy-from-env": "1.1.0",
"puppeteer-core": "19.5.1"
"puppeteer-core": "19.5.2"
},
"engines": {
"node": ">=14.1.0"
}
},
"packages/puppeteer-core": {
"version": "19.5.1",
"version": "19.5.2",
"license": "Apache-2.0",
"dependencies": {
"cross-fetch": "3.1.5",
@ -14058,7 +14058,7 @@
"https-proxy-agent": "5.0.1",
"progress": "2.0.3",
"proxy-from-env": "1.1.0",
"puppeteer-core": "19.5.1"
"puppeteer-core": "19.5.2"
},
"dependencies": {
"argparse": {

View File

@ -2,6 +2,13 @@
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.5.2](https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v19.5.1...puppeteer-core-v19.5.2) (2023-01-11)
### Bug Fixes
* make sure browser fetcher in launchers uses configuration ([#9493](https://github.com/puppeteer/puppeteer/issues/9493)) ([df55439](https://github.com/puppeteer/puppeteer/commit/df554397b51e97aea2765b325f9a887b50b9263a)), closes [#9470](https://github.com/puppeteer/puppeteer/issues/9470)
## [19.5.1](https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v19.5.0...puppeteer-core-v19.5.1) (2023-01-11)

View File

@ -1,6 +1,6 @@
{
"name": "puppeteer-core",
"version": "19.5.1",
"version": "19.5.2",
"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.5.2](https://github.com/puppeteer/puppeteer/compare/puppeteer-v19.5.1...puppeteer-v19.5.2) (2023-01-11)
### Miscellaneous Chores
* **puppeteer:** Synchronize puppeteer versions
### Dependencies
* The following workspace dependencies were updated
* dependencies
* puppeteer-core bumped from 19.5.1 to 19.5.2
## [19.5.1](https://github.com/puppeteer/puppeteer/compare/puppeteer-v19.5.0...puppeteer-v19.5.1) (2023-01-11)

View File

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

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