Rhys Mills
Rhys Mills
Co-Authored-By: @twrichards The primary motivation for this PR was to facilitate version control and automated deployment of Braze content blocks, making use of [`guardian/braze-version-control-service`](https://github.com/guardian/braze-version-control-service). ## What does this change? As...
## What does this change? @paperboyo pointed out that @itsibitzi worked on a filmstrip [PR](https://github.com/guardian/grid/pull/2949) back in 2020. This seemed like a useful bit of functionality, and potentially related to...
Using npm 9 created a build error in the client side app, but it wasn't clear from the output of /script/start-manager script that this had happened. Perhaps it would be...
This PR removes sidebar code that has been moved to Composer. Test locally with Composer using yalc, as specified in the readme. Does Typerighter function as expected in Composer?
## What does this change? This PR moves the build process from Rollup to Vite, removes many now-unused dependencies, and bumps the version of many remaining dependencies. Running `yarn build`...
## What does this change? Bumps @guardian/cdk and jest to their latest versions to solve vulnerabilities. `GuDatabaseInstance `now requires a `devXBackups` argument so we don't need to add a tag...
## What does this change? Since the introduction of the `nestedElement` field, we have noticed various problems related to decorations. This PR: - Aims to solve the decorations problems once...