feat(chromium): roll to Chromium 103.0.5059.0 (r1002410) (#8410)
This commit is contained in:
parent
d422e12af8
commit
54efc2c949
@ -82,7 +82,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.982423",
|
"devtools-protocol": "0.0.1001819",
|
||||||
"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",
|
||||||
|
@ -20,6 +20,6 @@ type Revisions = Readonly<{
|
|||||||
}>;
|
}>;
|
||||||
|
|
||||||
export const PUPPETEER_REVISIONS: Revisions = {
|
export const PUPPETEER_REVISIONS: Revisions = {
|
||||||
chromium: '991974',
|
chromium: '1002410',
|
||||||
firefox: 'latest',
|
firefox: 'latest',
|
||||||
};
|
};
|
||||||
|
@ -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.
|
||||||
|
['103.0.5059.0', 'NEXT'],
|
||||||
['102.0.5002.0', 'v14.0.0'],
|
['102.0.5002.0', 'v14.0.0'],
|
||||||
['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'],
|
||||||
@ -47,7 +48,7 @@ const versionsPerRelease = new Map([
|
|||||||
]);
|
]);
|
||||||
|
|
||||||
// The same major version as the current Chrome Stable per https://chromestatus.com/roadmap.
|
// The same major version as the current Chrome Stable per https://chromestatus.com/roadmap.
|
||||||
const lastMaintainedChromiumVersion = '97.0.4692.0';
|
const lastMaintainedChromiumVersion = '101.0.4950.0';
|
||||||
|
|
||||||
if (!versionsPerRelease.has(lastMaintainedChromiumVersion)) {
|
if (!versionsPerRelease.has(lastMaintainedChromiumVersion)) {
|
||||||
throw new Error(
|
throw new Error(
|
||||||
|
Loading…
Reference in New Issue
Block a user