📦 Update build-system devDependencies #39575
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.7.1
->1.8.0
21.3.8
->21.4.0
See all other Renovate PRs on the Dependency Dashboard
How to resolve breaking changes
This PR may introduce breaking changes that require manual intervention. In such cases, you will need to check out this branch, fix the cause of the breakage, and commit the fix to ensure a green CI build. To check out and update this PR, follow the steps below:
Release Notes
puppeteer/puppeteer (@puppeteer/browsers)
v1.8.0
Compare Source
Big Changes
browserContext.overridePermissions
ignorehttpserrors
optionAPI Changes
Changed:
PUPPETEER_CHROMIUM_REVISION
andPUPPETEER_EXECUTABLE_PATH
environment variables will now not only affect puppeteer installation but your scripts as well. (28d9211
)page.goto
now accepts areferer
argument. (cbce839
)Added:
browser.defaultBrowserContext
(50d6c2d
)browserContext.overridePermissions
(50d6c2d
)browserContext.clearPermissionOverrides
(50d6c2d
)page.setGeolocation
(1702928
)response.remoteAddress
(1ba2b85
)response.statusText
(7f9e276
)Bug Fixes
Raw Notes
42fde9b
- chore: another attempt to fix pptr@next (#3210)b7e922b
- chore: fix puppeteer@next race condition (#3209)f230722
- refactor: avoid dynamic requires in lib/ folder (#3208)d54c7ed
- fix(page): Page.goto should properly handle historyAPI in beforeunload (#3198)28d9211
- feat(puppeteer): support convenience env variables (#3190)7f9e276
- feat(network): introduce Response.statusText() (#3193)84c2621
- refactor(network): Create Request class right away from payload (#3194)7db4f0f
- chore: preserve links to master version of API from README.md (#3197)3364659
- docs(api.md): Added cutoff values for scale option in page.pdf function (#3201)e07567f
- docs(api.md): fix a typo (#3196)1ba2b85
- feat(network): introduce Response.remoteAddress() (#3192)52cf16c
- refactor(network): Create Response class right away from payload (#3191)22c0ce6
- test: cleanup newly added test for navigation referer (#3179)2de5a42
- docs(api.md): expand on puppeteer-core vs puppeteer (#3189)93f267b
- docs(api.md): re-factor api.md heading (#3185)cbce839
- docs(api.md): small typo (#3188)32c0363
- feat(chromium): roll Chromium to r588429 (#3181)464f3b4
- feat(page): Add 'referer' as a parameter to Page.goto() (#3128)1702928
- feat(page): Introduce page.setGeolocation method (#3160)1000997
- docs(api.md): page.hover typo (#3165)50d6c2d
- feat(browsercontext): implement BrowserContext.overridePermissions (#3159)df459ba
- feat(chromium): roll Chromium to r587164 (#3153)bfed64f
- docs(readme.md): change Megabits to Megabytes.3d7ae2a
- fix: fix null-type bugs (#3137)d1105af
- Revert "Add Puppeteer Recorder extension to docs" (#3102)ce64ae2
- test: add test for request interception with 302 after POST (#3105)d6eb3b4
- refactor: drop object factory from execution context (#3099)73c43be
- docs: Add Puppeteer Recorder extension to docs (#3088)395c506
- docs(troubleshooting): add libatk-bridge2.0-0 to ubuntu dependencies (#3096)ce78327
- feat(chromium): roll Chromium to r583214 (#3092)b8e0d62
- docs(readme): refer to awesome-puppeteer (#3062)3ae85e4
- docs: mention puppeteer-core (#3061)af361c8
- chore: bump version to v1.7.0-post (#3060)Configuration
📅 Schedule: Branch creation - "after 12am every weekday" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Never, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.