Skip to content

Commit

Permalink
bump commercial to 23.4.0 (#27589)
Browse files Browse the repository at this point in the history
* bump commercial to 23.4.0

* add test switch
  • Loading branch information
Jakeii authored Nov 12, 2024
1 parent b23b0c1 commit 2a6d467
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 11 deletions.
10 changes: 10 additions & 0 deletions common/app/conf/switches/ABTestSwitches.scala
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,14 @@ trait ABTestSwitches {
sellByDate = Some(LocalDate.of(2024, 12, 18)),
exposeClientSide = true,
)

Switch(
ABTests,
"ab-new-header-bidding-endpoint",
"Test new header bidding (prebid) analytics endpoint",
owners = Seq(Owner.withEmail("[email protected]")),
safeState = Off,
sellByDate = Some(LocalDate.of(2024, 12, 2)),
exposeClientSide = true,
)
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@emotion/react": "11.11.1",
"@emotion/styled": "^10.0.27",
"@guardian/ab-core": "8.0.0",
"@guardian/commercial": "23.3.0",
"@guardian/commercial": "23.4.0",
"@guardian/core-web-vitals": "6.0.0",
"@guardian/eslint-config-typescript": "9.0.1",
"@guardian/identity-auth": "3.0.0",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3843,12 +3843,12 @@ __metadata:
languageName: node
linkType: hard

"@guardian/commercial@npm:23.3.0":
version: 23.3.0
resolution: "@guardian/commercial@npm:23.3.0"
"@guardian/commercial@npm:23.4.0":
version: 23.4.0
resolution: "@guardian/commercial@npm:23.4.0"
dependencies:
"@changesets/cli": "npm:^2.26.2"
"@guardian/prebid.js": "npm:8.52.0-7"
"@guardian/prebid.js": "npm:8.52.0-8"
"@octokit/core": "npm:^6.1.2"
fastdom: "npm:^1.0.11"
lodash-es: "npm:^4.17.21"
Expand All @@ -3863,7 +3863,7 @@ __metadata:
"@guardian/libs": ^19.1.0
"@guardian/source": ^8.0.0
typescript: ~5.5.3
checksum: 10c0/748a1c94100d0701e32340e63382d2d71255c9816b025c5a008f019b20e1dac537f62a1e3947ad0b5c4c78ae2cde06aeb67ffb5a448b5a6866bbd8230902105a
checksum: 10c0/7355f8a3113d46bdc87bcdb7681d8532dac2d0b3f828b2f4695d569979d73427745f5d98b5f4c1737e45db2d546e121376711546e2b8e5834e0ddb656bd9896e
languageName: node
linkType: hard

Expand Down Expand Up @@ -3936,7 +3936,7 @@ __metadata:
"@emotion/react": "npm:11.11.1"
"@emotion/styled": "npm:^10.0.27"
"@guardian/ab-core": "npm:8.0.0"
"@guardian/commercial": "npm:23.3.0"
"@guardian/commercial": "npm:23.4.0"
"@guardian/core-web-vitals": "npm:6.0.0"
"@guardian/eslint-config-typescript": "npm:9.0.1"
"@guardian/identity-auth": "npm:3.0.0"
Expand Down Expand Up @@ -4124,9 +4124,9 @@ __metadata:
languageName: node
linkType: hard

"@guardian/prebid.js@npm:8.52.0-7":
version: 8.52.0-7
resolution: "@guardian/prebid.js@npm:8.52.0-7"
"@guardian/prebid.js@npm:8.52.0-8":
version: 8.52.0-8
resolution: "@guardian/prebid.js@npm:8.52.0-8"
dependencies:
"@babel/core": "npm:^7.23.2"
"@babel/plugin-transform-runtime": "npm:^7.18.9"
Expand All @@ -4149,7 +4149,7 @@ __metadata:
dependenciesMeta:
fsevents:
optional: true
checksum: 10c0/a770d9a5264e4bf94caf615aabbf5e8c69bb8210313086b17dac406692b56a7acebe6c0c2054e170aeca88dd48db5684cb3a643dff210c04ce5ac861f3656cd3
checksum: 10c0/14f8afbc90f6738999898184b698611296e3d657c74a2467d9045b0129a582b9e7b4670343609f6645e69003504d80587b0d2e1c982ecc45d53a626eb2532260
languageName: node
linkType: hard

Expand Down

0 comments on commit 2a6d467

Please sign in to comment.