From de487592b0e4049a3b4a51c76dca388cbca8ce51 Mon Sep 17 00:00:00 2001 From: Christina Holland Date: Tue, 17 Jun 2025 12:33:51 -0700 Subject: [PATCH 1/3] change all targets to es2020 From 3e898534710245f00217a8984e157920a110c9b1 Mon Sep 17 00:00:00 2001 From: Christina Holland Date: Tue, 17 Jun 2025 12:34:00 -0700 Subject: [PATCH 2/3] change all targets to es2020 From 94d1e0cd7d431113962f81b8c8542b8cfab7a9c5 Mon Sep 17 00:00:00 2001 From: Christina Holland Date: Tue, 15 Jul 2025 16:50:21 -0700 Subject: [PATCH 3/3] add belated changeset --- .changeset/sour-pants-pump.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .changeset/sour-pants-pump.md diff --git a/.changeset/sour-pants-pump.md b/.changeset/sour-pants-pump.md new file mode 100644 index 00000000000..fe4122c23ef --- /dev/null +++ b/.changeset/sour-pants-pump.md @@ -0,0 +1,35 @@ +--- +'@firebase/installations-compat': patch +'@firebase/remote-config-compat': patch +'@firebase/performance-compat': patch +'@firebase/webchannel-wrapper': patch +'@firebase/analytics-compat': patch +'@firebase/app-check-compat': patch +'@firebase/firestore-compat': patch +'@firebase/functions-compat': patch +'@firebase/messaging-compat': patch +'@firebase/database-compat': patch +'@firebase/storage-compat': patch +'@firebase/installations': patch +'@firebase/remote-config': patch +'@firebase/data-connect': patch +'@firebase/auth-compat': patch +'@firebase/performance': patch +'@firebase/app-compat': patch +'@firebase/analytics': patch +'@firebase/app-check': patch +'@firebase/component': patch +'@firebase/firestore': patch +'@firebase/functions': patch +'@firebase/messaging': patch +'@firebase/database': patch +'@firebase/template': patch +'@firebase/storage': patch +'@firebase/logger': patch +'@firebase/auth': patch +'@firebase/util': patch +'@firebase/app': patch +'@firebase/ai': patch +--- + +Set build targets to ES2020.