Skip to content

Commit a1ac07e

Browse files
authored
Merge pull request #15570 from guardian/guardian/cdk@62.6.1
`fast-xml-parser@5.5.8` via `@guardian/cdk@62.6.1` & `pnpm dedupe`
2 parents 1b437dc + fcd8862 commit a1ac07e

3 files changed

Lines changed: 1847 additions & 3152 deletions

File tree

dotcom-rendering/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@guardian/braze-components": "22.2.0",
3232
"@guardian/bridget": "8.7.0",
3333
"@guardian/browserslist-config": "6.1.0",
34-
"@guardian/cdk": "62.3.5",
34+
"@guardian/cdk": "62.6.1",
3535
"@guardian/commercial-core": "29.0.0",
3636
"@guardian/core-web-vitals": "7.0.0",
3737
"@guardian/eslint-config-typescript": "12.0.0",
@@ -90,8 +90,8 @@
9090
"@types/youtube": "0.0.50",
9191
"ajv": "8.18.0",
9292
"ajv-formats": "2.1.1",
93-
"aws-cdk": "2.1107.0",
94-
"aws-cdk-lib": "2.240.0",
93+
"aws-cdk": "2.1110.0",
94+
"aws-cdk-lib": "2.241.0",
9595
"body-parser": "1.20.4",
9696
"browserslist": "4.24.4",
9797
"buffer": "6.0.3",
@@ -127,7 +127,7 @@
127127
"lz-string": "1.5.0",
128128
"mockdate": "3.0.5",
129129
"node-fetch": "3.3.2",
130-
"postcss-styled-syntax": "0.6.3",
130+
"postcss-styled-syntax": "0.7.1",
131131
"preact": "10.15.1",
132132
"preact-render-to-string": "6.0.2",
133133
"react": "18.3.1",
@@ -143,7 +143,7 @@
143143
"semver": "7.5.4",
144144
"source-map": "0.7.4",
145145
"storybook": "10.2.13",
146-
"stylelint": "16.5.0",
146+
"stylelint": "16.26.1",
147147
"stylelint-config-recommended": "14.0.0",
148148
"swc-loader": "0.2.6",
149149
"swr": "1.3.0",

dotcom-rendering/src/components/YoutubeAtom/YoutubeAtomPlayer.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,13 @@ const fullscreenStyles = (id: string) => css`
8585
iframe#${id} {
8686
position: fixed;
8787
top: 0;
88-
/* override vw and vh with vsw and vsh if supported */
88+
/* override vw and vh with svw and svh if supported */
89+
/* stylelint-disable declaration-block-no-duplicate-properties */
8990
width: 100vw;
9091
height: 100vh;
91-
/* stylelint-disable-next-line declaration-block-no-duplicate-properties */
9292
width: 100svw;
93-
/* stylelint-disable-next-line declaration-block-no-duplicate-properties */
9493
height: 100svh;
94+
/* stylelint-enable declaration-block-no-duplicate-properties */
9595
z-index: ${getZIndex('youTubeFullscreen')};
9696
}
9797
`;

0 commit comments

Comments
 (0)