feat(chromium): roll to Chromium 100.0.4889.0 (r970485) (#8108)

This commit is contained in:
Alex Rudenko 2022-03-07 10:18:25 +01:00 committed by GitHub
parent 4e0dab2033
commit d12f42754f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View File

@ -61,7 +61,7 @@
"dependencies": {
"cross-fetch": "3.1.5",
"debug": "4.3.3",
"devtools-protocol": "0.0.960912",
"devtools-protocol": "0.0.969999",
"extract-zip": "2.0.1",
"https-proxy-agent": "5.0.0",
"pkg-dir": "4.2.0",

View File

@ -20,6 +20,6 @@ type Revisions = Readonly<{
}>;
export const PUPPETEER_REVISIONS: Revisions = {
chromium: '961656',
chromium: '970485',
firefox: 'latest',
};

View File

@ -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.
['100.0.4889.0', 'NEXT'],
['99.0.4844.16', 'v13.2.0'],
['98.0.4758.0', 'v13.1.0'],
['97.0.4692.0', 'v12.0.0'],