Skip to content

Commit 9c01558

Browse files
Merge 882ff53 into 450c0f0
2 parents 450c0f0 + 882ff53 commit 9c01558

4 files changed

Lines changed: 37 additions & 14 deletions

File tree

.changeset/tasty-carpets-sneeze.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@guardian/commercial-core': major
3+
---
4+
5+
Bumping @guardian/libs to 26.0.0
6+
Releasing Consent or Pay Europe behind a 0% A/B Test and Switch

bundle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@guardian/commercial-core": "workspace:*",
3939
"@guardian/identity-auth": "^10.0.0",
4040
"@guardian/identity-auth-frontend": "12.0.0",
41-
"@guardian/libs": "25.2.0",
41+
"@guardian/libs": "26.0.0",
4242
"@guardian/source": "11.3.0",
4343
"fastdom": "^1.0.12",
4444
"lodash-es": "^4.17.21",

bundle/src/init/consented/prepare-googletag.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ const mockOnConsent = (consentState: ConsentState) =>
136136
(onConsent as jest.Mock).mockReturnValueOnce(Promise.resolve(consentState));
137137

138138
const mockGetConsentFor = (hasConsent: boolean) =>
139-
(getConsentFor as jest.Mock).mockReturnValueOnce(hasConsent);
139+
(getConsentFor as jest.Mock).mockReturnValue(hasConsent);
140140

141141
let $style: HTMLElement;
142142
const makeFakeEvent = (

pnpm-lock.yaml

Lines changed: 29 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)