Romaric Pascal
Romaric Pascal
## What Following the spike in #4367, discuss with the other devs which changes to implement and update the way the navigation data is computed. ## Why So the navigation...
## What Silence the various deprecation warnings raised by Sass while the website is built and create an issue to address it in the future. ## Why Being reminded of...
## What Review if we need to maintain our [own `serve` task](https://github.com/alphagov/govuk-design-system/blob/main/tasks/serve.js) or could take advantage of already depending on `browser-sync` to use it to [start a server when testing](https://github.com/alphagov/govuk-design-system/blob/9cb52c5ce5ca8a1ac9e26a610b03b239e5cde126/jest-puppeteer.config.js#L25)....
## What Update the Kit so it doesn't warn users running Node 24, recommend to install Node 24 and ensure the tests run against that version, both on CI and...
## What Investigate if we can have a better system for the kit to support new LTS versions of Node without outputting a warning if users are properly up to...
## What Update the Prototype Kit following the brand refresh so that: - management pages use the brand refresh - new prototypes have the brand refresh enabled by default -...
## What Update the version of Node.JS used by the Design System to Node 24. This includes: * Updating `.nvmrc` so tools like [nvm](https://github.com/nvm-sh/nvm?rgh-link-date=2023-10-26T21%3A59%3A07Z#readme) and [asdf](https://github.com/asdf-vm/asdf?rgh-link-date=2023-10-26T21%3A59%3A07Z#readme) use the correct version...
## What Pre-release a new version of GOV.UK Frontend with the latest changes we've built. ## Why So people can use the application of the brand colours through `govuk-colour` and...
## What Get an understanding on what's needed for a project to import `govuk-frontend` through [Sass' `pkg` importers](https://sass-lang.com/blog/announcing-pkg-importers/), trying things out in the Design System site and Prototype Kit. Figure...