From e4bec9fe7385ac15b109cc063c7dccd042907f31 Mon Sep 17 00:00:00 2001 From: Google Publisher Tag Bot Date: Thu, 29 Jan 2026 21:18:46 +0900 Subject: [PATCH 1/3] =?UTF-8?q?=F0=9F=A4=96=20Merge=20PR=20#74415=20Sync?= =?UTF-8?q?=20latest=20changes=20to=20@types/google-publisher-tag=20by=20@?= =?UTF-8?q?google-publisher-tag?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: jimper --- .../google-publisher-tag-tests.ts | 4 ++-- types/google-publisher-tag/index.d.ts | 12 +++++++++++- types/google-publisher-tag/package.json | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/types/google-publisher-tag/google-publisher-tag-tests.ts b/types/google-publisher-tag/google-publisher-tag-tests.ts index e254460e32a512..d90a5e227b702f 100644 --- a/types/google-publisher-tag/google-publisher-tag-tests.ts +++ b/types/google-publisher-tag/google-publisher-tag-tests.ts @@ -1,5 +1,5 @@ -// Tests for Google Publisher Tag 1.20251117 -// Synced from: https://github.com/googleads/google-publisher-tag-types/commit/b4114e351762295c878195e3b243c2afdbb5b889 +// Tests for Google Publisher Tag 1.20260126 +// Synced from: https://github.com/googleads/google-publisher-tag-types/commit/73204dbcec799a1e93c07bdce1110a1e7e63b420 // Test for googletag.cmd function test_googletag_cmd() { diff --git a/types/google-publisher-tag/index.d.ts b/types/google-publisher-tag/index.d.ts index fd2dc394dc2e56..f30d216be12f46 100644 --- a/types/google-publisher-tag/index.d.ts +++ b/types/google-publisher-tag/index.d.ts @@ -841,7 +841,17 @@ declare namespace googletag { /** * Constructs and displays an ad slot with the given ad unit path and size. - * This method does not work with single request mode. + * + * This method is a shorthand equivalent to calling + * {@link googletag.defineSlot} followed immediately by + * {@link googletag.display}. + * + * The behavior of this method depends on whether + * {@link googletag.config.PageSettingsConfig.singleRequest | Single Request Architecture (SRA)} + * is enabled: + * * **SRA enabled:** All ad slots defined up to the point of this call will + * be batched and requested together. + * * **SRA disabled (default):** The ad slot will be requested individually. * * **Note:** When this method is called, a snapshot of the slot and page * state is created to ensure consistency when sending the ad request and diff --git a/types/google-publisher-tag/package.json b/types/google-publisher-tag/package.json index c7caa371ee7ca4..41741f3366ccfb 100644 --- a/types/google-publisher-tag/package.json +++ b/types/google-publisher-tag/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@types/google-publisher-tag", - "version": "1.20251117.9999", + "version": "1.20260126.9999", "nonNpm": "conflict", "nonNpmDescription": "Google Publisher Tag", "projects": [ From 2118da87e4c833e842247a5ef98c5c32a6e5ba0c Mon Sep 17 00:00:00 2001 From: Jaissica Date: Thu, 29 Jan 2026 12:04:39 -0500 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=A4=96=20Merge=20PR=20#74416=20Bump?= =?UTF-8?q?=20up=20types/mparticle=5F=5Fweb-sdk=20version=20by=20@jaissica?= =?UTF-8?q?12?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- types/mparticle__web-sdk/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/types/mparticle__web-sdk/package.json b/types/mparticle__web-sdk/package.json index c5d54bc2569c3b..9651d22da6aabb 100644 --- a/types/mparticle__web-sdk/package.json +++ b/types/mparticle__web-sdk/package.json @@ -1,12 +1,12 @@ { "private": true, "name": "@types/mparticle__web-sdk", - "version": "2.20.9999", + "version": "2.54.9999", "projects": [ "https://github.com/mParticle/mparticle-web-sdk" ], "dependencies": { - "@mparticle/event-models": "^1.1.3" + "@mparticle/event-models": "^1.1.9" }, "devDependencies": { "@types/mparticle__web-sdk": "workspace:." From 194fc3512879a26be72d3979013edc627aa6135e Mon Sep 17 00:00:00 2001 From: Dylan Conway Date: Thu, 29 Jan 2026 12:10:58 -0800 Subject: [PATCH 3/3] =?UTF-8?q?=F0=9F=A4=96=20Merge=20PR=20#74418=20[bun]?= =?UTF-8?q?=20update=20to=20v1.3.8=20by=20@dylan-conway?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- types/bun/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/bun/package.json b/types/bun/package.json index 160577e832f726..97f3665e91ae0e 100644 --- a/types/bun/package.json +++ b/types/bun/package.json @@ -6,7 +6,7 @@ "https://bun.com" ], "dependencies": { - "bun-types": "1.3.7" + "bun-types": "1.3.8" }, "devDependencies": { "@types/bun": "workspace:."