-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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 build-system devDependencies (major) #39685
Conversation
Looks like there was a change in Chrome that breaks some of these tests. The breakage results from a difference here: https://github.com/ampproject/amphtml/blob/main/extensions/amp-skimlinks/0.1/test/helpers.js#L13-L18 In Chrome 119, creating an In Chrome 120, these URLs result in an empty string in This issue only manifests itself inside the FakeWindow, it works as expected in a real window. The one thing I noticed is that Help! @ychsieh @erwinmombay |
5497b9f
to
de8f8e8
Compare
de8f8e8
to
bd6ec4c
Compare
bd6ec4c
to
9875811
Compare
9875811
to
327f662
Compare
Hey @alanorozco! These files were changed:
Hey @danielrozenberg! These files were changed:
|
0abc1b3
to
1a9e1f2
Compare
3d8f618
to
3be5d82
Compare
3be5d82
to
565d8b3
Compare
565d8b3
to
c2d70e5
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
* 📦 Update build-system devDependencies * Restore chromedriver previous version * Fix forward usage of `puppeteer-core` * Replace calls to deprecated `page.waitForTimeout` with our own `sleep` in visual diff tests --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Rozenberg <[email protected]>
This PR contains the following updates:
1.9.1
->2.1.0
7.6.17
->8.0.0
7.6.17
->8.0.0
7.6.17
->8.0.0
119.0.1
->122.0.5
21.11.0
->22.4.1
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)
v2.1.0
Compare Source
Big changes
puppeteer-firefox
package in favor of supporting Firefox directly inpuppeteer
itself.Raw notes
7e7b05a
- chore: mark version v2.1.0 + roll to r722234 (#5347)013a86c
- feat(chromium): roll Chromium to r722276 (#5289)14b2369
- chore: mark puppeteer-firefox version v0.5.1 (#5294)3a49cfc
- chore: move to GitHub hosting for Juggler binaries (#5293)c7af7de
- docs(readme): update link for ndb (#5272)5e63254
- chore: fix typo in test name (#5217)80b5c44
- chore: upgrade https-proxy-agent (#5243)6091a34
- fix: prepare jsHandle.uploadFile for CDP Page.handleFileChooser removal (#5196)8b49dc6
- fix: don’t disable BlinkGenPropertyTrees anymore (#5159)f0bf645
- test: reduce flakiness for accessibility tests with autofocus (#5116)6cc98a7
- docs(troubleshooting): recommend using args for heroku (#5197)35d5ba5
- feat(launcher): Set default Firefox prefs (#5149) (#5195)eddb23b
- chore: update URLs (#5185)c5a72e9
- feat(launcher): add option to run Puppeteer with different browsers (#5137)d17708b
- fix(types): publish protocol types to npm (#5174)fd43f9c
- docs(api): fix defaultArgs link (#5126)5fa28b5
- docs(api): fix typo (#5120)561c99d
- docs(api): prefer async/await over Promise#then (#5089)aaa904d
- docs(contributing): clarify release process304f4a7
- chore: update .npmignore7032472
- chore: bump version to v2.0.0-postv2.0.1
Compare Source
v2.0.0
Compare Source
Big changes
page.screenshot
now clips elements to the viewport (#5080)page.emulateTimezone(timezoneId)
page.emulateMediaType(type)
(superseding the oldpage.emulateMedia(type)
API)page.emulateMediaFeatures(features)
API changes
page.emulateTimezone(timezoneId)
(#4949)page.emulateMediaType(type)
(#5012)page.emulateMedia(type)
is now obsolete. Usepage.emulateMediaType(type)
instead. (#5012)page.emulateMediaFeatures(features)
(#5012)Raw notes
aa24697
- chore: mark version v2.0.0 (#5078)360c1b4
- test: add page.screenshot viewport clipping test (#5079)7f3e372
- docs(api): improve page.waitFor docs for theoptions
object (#5021)8132b39
- test: remove duplicate code from an example (#5072)1248a19
- feat(api): addpage.emulateTimezone(timezoneId)
(#4949)a86363f
- feat(api): addpage.emulateMedia{Type,Features}
(#5012)06dbb72
- chore: use map instead of plain object (#5068)81d2600
- feat(chromium): roll Chromium to r705776 (#5058)3773229
- fix: avoid unnecessary zero-delays in input code (#4934)11ff374
- chore: drop Node.js v6 support (#5045)c0ba8f9
- docs(troubleshooting): update Alpine Chromium versions (#4980)2506169
- docs(contributing): mention manual docs/api updates (#5023)83c327a
- docs(readme): correct Slack link4c62e09
- fix(comment): fix typo in Launcher.js (#4959)7dbb108
- docs(api): list Chromium version for Puppeteer v1.20.0 (#5015)5b34028
- chore: bump https-proxy-agent to mitigate a security issue (#5016)dc57d03
- docs(api): clarifytype
method examples (#5010)fff2737
- doc(contributing): clarify release instructions (#4940)387a532
- chore: bump version to v1.20.0-post (#4939)storybookjs/storybook (@storybook/addon-a11y)
v8.0.0
Compare Source
Storybook 8.0 is here
It brings major improvements to Storybook's feature set for testing and documentation, with strengthened framework support across React, Vue, Angular, web-components, Svelte, and more.
Please checkout our Migration Guide to upgrade from earlier versions of Storybook. To see a comprehensive list of changes that went into 8.0, you can refer to the 8.0 prerelease changelogs.
giggio/node-chromedriver (chromedriver)
v122.0.5
Compare Source
v122.0.4
Compare Source
v122.0.3
Compare Source
v122.0.2
Compare Source
v122.0.1
Compare Source
v122.0.0
Compare Source
v121.0.2
Compare Source
v121.0.1
Compare Source
v121.0.0
Compare Source
v120.0.2
Compare Source
v120.0.1
Compare Source
v120.0.0
Compare Source
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.