release-please[bot]
931d4fced5
chore: release main ( #9322 )
...
🤖 I have created a release *beep* *boop*
---
<details><summary>puppeteer: 19.4.0</summary>
##
[19.4.0](https://github.com/puppeteer/puppeteer/compare/puppeteer-v19.3.0...puppeteer-v19.4.0 )
(2022-12-07)
### Features
* **chromium:** roll to Chromium 109.0.5412.0 (r1069273)
([#9364 ](https://github.com/puppeteer/puppeteer/issues/9364 ))
([1875da6
](1875da6191
)),
closes [#9233 ](https://github.com/puppeteer/puppeteer/issues/9233 )
### Dependencies
* The following workspace dependencies were updated
* dependencies
* puppeteer-core bumped from 19.3.0 to 19.4.0
</details>
<details><summary>puppeteer-core: 19.4.0</summary>
##
[19.4.0](https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v19.3.0...puppeteer-core-v19.4.0 )
(2022-12-07)
### Features
* ability to send headers via ws connection to browser in node.js
environment
([#9314 ](https://github.com/puppeteer/puppeteer/issues/9314 ))
([937fffa
](937fffaedc
)),
closes [#7218 ](https://github.com/puppeteer/puppeteer/issues/7218 )
* **chromium:** roll to Chromium 109.0.5412.0 (r1069273)
([#9364 ](https://github.com/puppeteer/puppeteer/issues/9364 ))
([1875da6
](1875da6191
)),
closes [#9233 ](https://github.com/puppeteer/puppeteer/issues/9233 )
* **puppeteer-core:** keydown supports commands
([#9357 ](https://github.com/puppeteer/puppeteer/issues/9357 ))
([b7ebc5d
](b7ebc5d9bb
))
### Bug Fixes
* **puppeteer-core:** avoid type instantiation errors
([#9370 ](https://github.com/puppeteer/puppeteer/issues/9370 ))
([17f31a9
](17f31a9ee4
)),
closes [#9369 ](https://github.com/puppeteer/puppeteer/issues/9369 )
</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>
2022-12-07 19:35:29 +01:00
Nikolay Vitkov
1875da6191
feat(chromium): roll to Chromium 109.0.5412.0 (r1069273) ( #9364 )
...
Closes #9233
2022-12-07 14:54:00 +01:00
Alex Rudenko
3cdd5d8292
chore: fix build deps ( #9344 )
2022-11-30 10:46:46 +01:00
release-please[bot]
c4803e4a37
chore: release main ( #9313 )
...
🤖 I have created a release *beep* *boop*
---
<details><summary>ng-schematics: 0.1.0</summary>
## 0.1.0 (2022-11-23)
### Features
* **ng-schematics:** Release @puppeteer/ng-schematics
([#9244 ](https://github.com/puppeteer/puppeteer/issues/9244 ))
([be33929
](be33929770
))
</details>
<details><summary>puppeteer: 19.3.0</summary>
##
[19.3.0](https://github.com/puppeteer/puppeteer/compare/puppeteer-v19.2.2...puppeteer-v19.3.0 )
(2022-11-23)
### Miscellaneous Chores
* **puppeteer:** Synchronize puppeteer versions
### Dependencies
* The following workspace dependencies were updated
* dependencies
* puppeteer-core bumped from 19.2.2 to 19.3.0
</details>
<details><summary>puppeteer-core: 19.3.0</summary>
##
[19.3.0](https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v19.2.2...puppeteer-core-v19.3.0 )
(2022-11-23)
### Features
* **puppeteer-core:** Infer element type from complex selector
([#9253 ](https://github.com/puppeteer/puppeteer/issues/9253 ))
([bef1061
](bef1061c06
))
* **puppeteer-core:** update Chrome launcher flags
([#9239 ](https://github.com/puppeteer/puppeteer/issues/9239 ))
([ae87bfc
](ae87bfc2b4
))
### Bug Fixes
* remove boundary conditions for visibility
([#9249 ](https://github.com/puppeteer/puppeteer/issues/9249 ))
([e003513
](e003513c0c
))
</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>
2022-11-23 14:14:25 +01:00
Alex Rudenko
30c6b13eec
chore: re-export all exports ( #9241 )
...
Adds index files to subfolders and removes generation of types.ts in
puppeteer-core.
2022-11-10 17:11:18 +01:00
release-please[bot]
30e5b1a58e
chore: release main ( #9210 )
2022-11-03 11:02:28 +01:00
release-please[bot]
990635abc9
chore: release main ( #9184 )
...
🤖 I have created a release *beep* *boop*
---
<details><summary>puppeteer: 19.2.1</summary>
### Dependencies
* The following workspace dependencies were updated
* dependencies
* puppeteer-core bumped from 19.2.0 to ^19.2.1
</details>
<details><summary>puppeteer-core: 19.2.1</summary>
##
[19.2.1](https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v19.2.0...puppeteer-core-v19.2.1 )
(2022-10-28)
### Bug Fixes
* resolve navigation requests when request fails
([#9178 ](https://github.com/puppeteer/puppeteer/issues/9178 ))
([c11297b
](c11297baa5
)),
closes [#9175 ](https://github.com/puppeteer/puppeteer/issues/9175 )
</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>
2022-11-02 10:54:37 +01:00
release-please[bot]
4ef83e0ee6
chore: release main ( #9168 )
2022-10-26 09:51:16 +02:00
dependabot[bot]
e19dd6c92c
chore(deps): bump ws from 8.9.0 to 8.10.0 ( #9159 )
2022-10-25 15:31:48 +02:00
Alex Rudenko
e78a4e89c2
feat(chromium): roll to Chromium 108.0.5351.0 (r1056772) ( #9153 )
2022-10-25 12:55:19 +02:00
release-please[bot]
b020c5746d
chore: release main ( #9156 )
2022-10-24 16:31:12 +02:00
jrandolf
95d77c679c
chore: revert "chore: release main" ( #9155 )
...
Reverts puppeteer/puppeteer#9152
2022-10-24 16:23:24 +02:00
release-please[bot]
10b59a9a63
chore: release main ( #9152 )
2022-10-24 13:58:47 +02:00
release-please[bot]
4bf338b26d
chore: release main ( #9143 )
2022-10-21 15:52:43 +02:00
release-please[bot]
dc66207f25
chore: release main ( #9115 )
2022-10-14 14:54:46 +02:00
jrandolf
8f4902eed9
chore: use test runner for installation tests ( #9110 )
2022-10-14 13:37:07 +02:00
release-please[bot]
58ac7a687c
chore: release main ( #9067 )
2022-10-06 12:22:55 +02:00
jrandolf
9374e23d3d
fix: add README to package during prepack ( #9057 )
2022-10-06 09:13:54 +02:00
release-please[bot]
ee1272e65e
chore: release main ( #9052 )
2022-10-05 16:51:59 +02:00
jrandolf
f42336cf83
feat: separate puppeteer and puppeteer-core ( #9023 )
...
This PR moves the puppeteer source code into separate mono-repo packages:
- `puppeteer` and `puppeteer-core` are now separated into their own
packages.
- `puppeteer-core` has a new exports called `puppeteer-core/internal`
for internal usage.
Tests and various tools have been updated to accommodate the migration.
2022-10-05 14:17:03 +02:00