From a3a136e8ac9b5a9613214041632dc3317cfb4a58 Mon Sep 17 00:00:00 2001 From: Istvan Soos Date: Thu, 23 Jan 2025 12:57:34 +0100 Subject: [PATCH] Downgrade puppeteer --- CHANGELOG.md | 2 ++ app/lib/shared/versions.dart | 4 ++-- pkg/pub_integration/pubspec.yaml | 2 +- pubspec.lock | 4 ++-- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dbd61f31..fbc3642fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ Important changes to data models, configuration, and migrations between each AppEngine version, listed here to ease deployment and troubleshooting. ## Next Release (replace with git tag when deployed) + * Bump runtimeVersion to `2025.01.23`. + * Downgraded `puppeteer` to `3.12.0`. ## `20250123t090800-all` * Bump runtimeVersion to `2025.01.15`. diff --git a/app/lib/shared/versions.dart b/app/lib/shared/versions.dart index aa5bf3e24..94a2a6c03 100644 --- a/app/lib/shared/versions.dart +++ b/app/lib/shared/versions.dart @@ -24,10 +24,10 @@ final RegExp runtimeVersionPattern = RegExp(r'^\d{4}\.\d{2}\.\d{2}$'); /// when the version switch happens. const _acceptedRuntimeVersions = [ // The current [runtimeVersion]. - '2025.01.15', + '2025.01.23', // Fallback runtime versions. + '2025.01.15', '2025.01.14', - '2025.01.07', ]; /// Sets the current runtime versions. diff --git a/pkg/pub_integration/pubspec.yaml b/pkg/pub_integration/pubspec.yaml index c72833957..779b1273f 100644 --- a/pkg/pub_integration/pubspec.yaml +++ b/pkg/pub_integration/pubspec.yaml @@ -12,7 +12,7 @@ dependencies: http: ^1.0.0 path: ^1.8.0 pub_semver: ^2.0.0 - puppeteer: ^3.6.0 + puppeteer: 3.12.0 oauth2: ^2.0.0 dev_dependencies: diff --git a/pubspec.lock b/pubspec.lock index 6d7fe28e4..8891b68b3 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -690,10 +690,10 @@ packages: dependency: transitive description: name: puppeteer - sha256: "7a990c68d33882b642214c351f66492d9a738afa4226a098ab70642357337fa2" + sha256: de3f921154e5d336b14cdc05b674ac3db5701a5338f3cb0042868a5146f16e67 url: "https://pub.dev" source: hosted - version: "3.16.0" + version: "3.12.0" retry: dependency: transitive description: