Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
feat(chromium): roll to Chromium 106.0.5249.0 (r1036745) (#8869)
  • Loading branch information
OrKoN committed Aug 31, 2022
1 parent eb6cea4 commit 6e9a47a
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 10 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -72,7 +72,7 @@
"dependencies": {
"cross-fetch": "3.1.5",
"debug": "4.3.4",
"devtools-protocol": "0.0.1019158",
"devtools-protocol": "0.0.1036444",
"extract-zip": "2.0.1",
"https-proxy-agent": "5.0.1",
"progress": "2.0.3",
Expand Down
2 changes: 1 addition & 1 deletion src/revisions.ts
Expand Up @@ -18,6 +18,6 @@
* @internal
*/
export const PUPPETEER_REVISIONS = Object.freeze({
chromium: '1022525',
chromium: '1036745',
firefox: 'latest',
});
Binary file modified test/golden-chromium/vision-deficiency-blurredVision.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion test/src/ariaqueryhandler.spec.ts
Expand Up @@ -687,7 +687,7 @@ describeChromeOnly('AriaQueryHandler', () => {
const {page} = getTestState();
const found = await page.$$('aria/title');
const ids = await getIds(found);
expect(ids).toEqual(['shown', 'hidden']);
expect(ids).toEqual(['shown']);
});
});
});
1 change: 1 addition & 0 deletions versions.js
Expand Up @@ -17,6 +17,7 @@
const versionsPerRelease = new Map([
// This is a mapping from Chromium version => Puppeteer version.
// In Chromium roll patches, use `NEXT` for the Puppeteer version.
['106.0.5249.0', 'NEXT'],
['105.0.5173.0', 'v15.5.0'],
['104.0.5109.0', 'v15.1.0'],
['103.0.5059.0', 'v14.2.0'],
Expand Down

0 comments on commit 6e9a47a

Please sign in to comment.