Skip to content

Commit

Permalink
feat(chromium): roll to Chromium 105.0.5173.0 (r1022525) (#8682)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed Jul 21, 2022
1 parent a43965a commit f1b8ad3
Show file tree
Hide file tree
Showing 4 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 @@ -70,7 +70,7 @@
"dependencies": {
"cross-fetch": "3.1.5",
"debug": "4.3.4",
"devtools-protocol": "0.0.1011705",
"devtools-protocol": "0.0.1019158",
"extract-zip": "2.0.1",
"https-proxy-agent": "5.0.1",
"pkg-dir": "4.2.0",
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: '1011831',
chromium: '1022525',
firefox: 'latest',
});
3 changes: 2 additions & 1 deletion 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.
['105.0.5173.0', 'NEXT'],
['104.0.5109.0', 'v15.1.0'],
['103.0.5059.0', 'v14.2.0'],
['102.0.5002.0', 'v14.0.0'],
Expand Down Expand Up @@ -49,7 +50,7 @@ const versionsPerRelease = new Map([
]);

// The same major version as the current Chrome Stable per https://chromestatus.com/roadmap.
const lastMaintainedChromiumVersion = '102.0.5002.0';
const lastMaintainedChromiumVersion = '103.0.5059.0';

if (!versionsPerRelease.has(lastMaintainedChromiumVersion)) {
throw new Error(
Expand Down

0 comments on commit f1b8ad3

Please sign in to comment.