feat(chromium): roll to Chromium 102.0.5002.0 (r991974) (#8319)

This commit is contained in:
Ergün Erdoğmuş 2022-05-09 08:58:48 +00:00 committed by GitHub
parent b27f6590cd
commit be4c930c60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View File

@ -68,7 +68,7 @@
"dependencies": { "dependencies": {
"cross-fetch": "3.1.5", "cross-fetch": "3.1.5",
"debug": "4.3.4", "debug": "4.3.4",
"devtools-protocol": "0.0.981744", "devtools-protocol": "0.0.982423",
"extract-zip": "2.0.1", "extract-zip": "2.0.1",
"https-proxy-agent": "5.0.1", "https-proxy-agent": "5.0.1",
"pkg-dir": "4.2.0", "pkg-dir": "4.2.0",

View File

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

View File

@ -17,6 +17,7 @@
const versionsPerRelease = new Map([ const versionsPerRelease = new Map([
// This is a mapping from Chromium version => Puppeteer version. // This is a mapping from Chromium version => Puppeteer version.
// In Chromium roll patches, use 'NEXT' for the Puppeteer version. // In Chromium roll patches, use 'NEXT' for the Puppeteer version.
['102.0.5002.0', 'NEXT'],
['101.0.4950.0', 'v13.6.0'], ['101.0.4950.0', 'v13.6.0'],
['100.0.4889.0', 'v13.5.0'], ['100.0.4889.0', 'v13.5.0'],
['99.0.4844.16', 'v13.2.0'], ['99.0.4844.16', 'v13.2.0'],