Skip to content

Commit e684190

Browse files
authored
Downgrade puppeteer (#8488)
1 parent ccbd6e6 commit e684190

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ Important changes to data models, configuration, and migrations between each
22
AppEngine version, listed here to ease deployment and troubleshooting.
33

44
## Next Release (replace with git tag when deployed)
5+
* Bump runtimeVersion to `2025.01.23`.
6+
* Downgraded `puppeteer` to `3.12.0`.
57

68
## `20250123t090800-all`
79
* Bump runtimeVersion to `2025.01.15`.

app/lib/shared/versions.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ final RegExp runtimeVersionPattern = RegExp(r'^\d{4}\.\d{2}\.\d{2}$');
2424
/// when the version switch happens.
2525
const _acceptedRuntimeVersions = <String>[
2626
// The current [runtimeVersion].
27-
'2025.01.15',
27+
'2025.01.23',
2828
// Fallback runtime versions.
29+
'2025.01.15',
2930
'2025.01.14',
30-
'2025.01.07',
3131
];
3232

3333
/// Sets the current runtime versions.

pkg/pub_integration/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies:
1212
http: ^1.0.0
1313
path: ^1.8.0
1414
pub_semver: ^2.0.0
15-
puppeteer: ^3.6.0
15+
puppeteer: 3.12.0
1616
oauth2: ^2.0.0
1717

1818
dev_dependencies:

pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -690,10 +690,10 @@ packages:
690690
dependency: transitive
691691
description:
692692
name: puppeteer
693-
sha256: "7a990c68d33882b642214c351f66492d9a738afa4226a098ab70642357337fa2"
693+
sha256: de3f921154e5d336b14cdc05b674ac3db5701a5338f3cb0042868a5146f16e67
694694
url: "https://pub.dev"
695695
source: hosted
696-
version: "3.16.0"
696+
version: "3.12.0"
697697
retry:
698698
dependency: transitive
699699
description:

0 commit comments

Comments
 (0)