Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency puppeteer-core to v9 - autoclosed #138

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 24, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
puppeteer-core ^5.3.1 -> ^9.0.0 age adoption passing confidence

Release Notes

puppeteer/puppeteer

v9.1.1

Compare Source

v9.1.0

Compare Source

Features
Bug Fixes

v9.0.0

Compare Source

⚠ BREAKING CHANGES
  • filechooser: FileChooser.cancel() is now synchronous.
Features
Bug Fixes

v8.0.0

Compare Source

⚠ BREAKING CHANGES
  • renamed type ChromeArgOptions to BrowserLaunchArgumentOptions
  • renamed type BrowserOptions to BrowserConnectOptions
Features
Bug Fixes

v7.1.0

Compare Source

Features
Bug Fixes
7.0.4 (2021-02-09)
Bug Fixes
7.0.3 (2021-02-09)
Bug Fixes
7.0.2 (2021-02-09)
Bug Fixes
7.0.1 (2021-02-04)
Bug Fixes

v7.0.4

Compare Source

v7.0.3

Compare Source

v7.0.2

Compare Source

v7.0.1

Compare Source

v7.0.0

Compare Source

⚠ BREAKING CHANGES
    • page.screenshot makes a screenshot with the clip dimensions, not cutting it by the ViewPort size.
  • chromium: - page.screenshot cuts screenshot content by the ViewPort size, not ViewPort position.
Features

v6.0.0

Compare Source

⚠ BREAKING CHANGES
  • chromium: The built-in aria/ selector query handler doesn’t return ignored elements anymore.
Features
Bug Fixes

v5.5.0

Compare Source

Features
Bug Fixes

v5.4.1

Compare Source

Bug fixes

  • Fixed an issue in 5.4.0 on Node.js v10.17.0 and below where trying to access fs.promises would throw an error. See #​6548 for the bug report and #​6550 for the fix. We now run a CI build on Node 10.15 to ensure we don't cause similar regressions in the future.

Raw notes

520cd90 - chore: mark version 5.4.1
8f4a79e - docs(troubleshooting): update Alpine Chromium version (#​6529)
e45acce - chore: run unit tests on node 10.15 + fix fs.promises access (#​6550)
a2175c6 - docs(queryhandler): fix link (#​6543)
d787865 - chore: bump version to v5.4.0-post (#​6544)

v5.4.0

Compare Source

Feature changes

Custom query handler API

The custom query handler support is no longer marked as experimental. The API has been updated to:

puppeteer.registerCustomQueryHandler(name: string, queryHandler: CustomQueryHandler): void;
puppeteer.unregisterCustomQueryHandler(name: string): void;
puppeteer.customQueryHandlerNames(): string[];
puppeteer.clearCustomQueryHandlers(): void;

New built-in query handlers

Puppeteer now ships with two built-in handlers: aria and pierce:

Roll Chromium 87.0.4272.0 (r809590)

Behind the scenes

Raw notes

5e5fed1 - fix: ignore spurious bindingCalled events (#​6538)
e6b8c77 - chore: fix travis config (#​6537)
c756fb4 - fix(utils): typo fix (#​6522)
f63a123 - chore(agnostification): agnostify web socket connections (#​6520)
c2c2bb7 - chore(agnostification): common/helper.ts (#​6515)
637a1f7 - chore: gitignore new-docs (#​6511)
e655bb6 - chore(agnostification): split up root Puppeteer class (#​6504)
f3086d7 - fix(launcher): support relative userDataDir on headless Windows (#​6506)
8fabe32 - feat(queryhandler): add built-in pierce handler (#​6509)
f04bec5 - chore: update eslint & eslint plugins (#​6487)
4846b87 - chore(agnostification): split up launcher class (#​6484)
1ed38af - chore(node): move install.ts into node/ (#​6490)
e94a1e8 - chore: bump misc dependencies (#​6488)
936ccdc - chore: enforce Conventional Commits through commitlint (#​6483)
502ed8c - chore(agnostify): Create Node and Web initializer. (#​6477)
3afe193 - feat(a11y-query): extend aria handler with waitFor (#​6472)
cc7f1fd - docs(queryhandler): add custom query handler docs (#​6476)
70ed875 - fix(queryhandler) only expose custom handlers (#​6475)
950ae33 - feat(a11y-query): aria query handler sans waitfor (#​6459)
41ef3ee - fix: update preferences in default Firefox profile (#​6465)
9275653 - docs(examples): update selector for search example (#​6471)
49f25e2 - feat(chromium) roll Chromium to r809590 (#​6458)
4cdbebe - chore: disable firefox windows launcher test until Nov (#​6451)
75e3fb0 - docs(api): fix some outdated links (#​6450)
caa9a1c - chore(agnostic): Remove use of util.promisify (#​6446)
96f3d43 - feat(console): expose stack trace for console messages (#​6445)
322cc96 - chore: remove npm run test-types call (#​6447)
72fe86f - feat(a11y-query): introduce internal handlers (#​6437)
1396c9d - chore: bump version to v5.3.1-post (#​6440)
11ab402 - fix: add mime dependency back to fix build (#​6441)


Configuration

📅 Schedule: "every weekend" in timezone Asia/Tokyo.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot added the renovate label Apr 24, 2021
@renovate renovate bot force-pushed the renovate/puppeteer-core-9.x branch from 6de3fe3 to c142102 Compare April 26, 2021 00:18
@github-actions
Copy link

Code coverage

Filename Statements Branches Functions Lines
handler.ts 62.07% 66.67% 71.43% 60.78%

@renovate renovate bot changed the title Update dependency puppeteer-core to v9 Update dependency puppeteer-core to v9 - autoclosed May 31, 2021
@renovate renovate bot closed this May 31, 2021
@renovate renovate bot deleted the renovate/puppeteer-core-9.x branch May 31, 2021 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant