Skip to content

Commit 8efd164

Browse files
Merge branch 'main' into rjr-fix-video-main-media-poster-images
2 parents d2b8c92 + 666945d commit 8efd164

File tree

127 files changed

+3270
-2488
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

127 files changed

+3270
-2488
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ updates:
1515
- dependency-name: 'aws-cdk'
1616
- dependency-name: 'aws-cdk-lib'
1717
- dependency-name: 'constructs'
18+
# The `check-node-versions` script enforces that this package is kept in
19+
# sync with our Node major version, so we want dependabot to ignore major
20+
# version updates, but still allow smaller updates.
21+
- dependency-name: '@types/node'
22+
update-types:
23+
- 'version-update:semver-major'
1824

1925
open-pull-requests-limit: 10
2026
groups:

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.14.0
1+
22.18.0

apps-rendering/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@types/html-webpack-plugin": "3.2.9",
6969
"@types/jest": "29.5.14",
7070
"@types/jsdom": "16.2.15",
71-
"@types/node": "18.18.14",
71+
"@types/node": "22.17.0",
7272
"@types/react": "18.3.1",
7373
"@types/react-dom": "18.3.0",
7474
"@types/react-test-renderer": "18.3.0",
@@ -103,7 +103,7 @@
103103
"tslib": "2.6.2",
104104
"tsx": "4.6.2",
105105
"typescript": "5.5.3",
106-
"webpack": "5.99.7",
106+
"webpack": "5.101.0",
107107
"webpack-cli": "6.0.1",
108108
"webpack-dev-server": "5.2.1",
109109
"webpack-manifest-plugin": "5.0.0",

apps-rendering/riff-raff.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ templates:
1212
amiEncrypted: true
1313
amiTags:
1414
# Keep the Node version in sync with `.nvmrc`
15-
Recipe: apps-rendering-ARM-jammy-node-22.14.0
15+
Recipe: apps-rendering-ARM-jammy-node-22.18.0
1616
AmigoStage: PROD
1717
deployments:
1818
mobile-apps-rendering-cfn:

dotcom-rendering/.storybook/modes.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,8 @@ export const allModes = {
6969
globalColourScheme: 'light',
7070
viewport: breakpoints.leftCol,
7171
},
72+
'light wide': {
73+
globalColourScheme: 'light',
74+
viewport: breakpoints.wide,
75+
},
7276
};

dotcom-rendering/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This container is used in our CICD pipelines for running E2E and regression tests.
22
# Keep the Node version in sync with `.nvmrc`
3-
FROM node:22.14.0-alpine
3+
FROM node:22.18.0-alpine
44

55
WORKDIR /opt/app/dotcom-rendering/dotcom-rendering
66

dotcom-rendering/fixtures/config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ module.exports = {
4848
relatedContent: true,
4949
thirdPartyEmbedTracking: true,
5050
prebidOzone: true,
51-
prebidAdYouLike: true,
5251
mostViewedFronts: true,
5352
abSignInGateMainControl: true,
5453
ampPrebid: true,

0 commit comments

Comments
 (0)