Romaric Pascal
Romaric Pascal
Anticipating some breaking changes from Colin making the autocomplete catch-up with GOV.UK Frontend's style, we're going to split them in their own PR we can add to the current release,...
> is there anything I can help with on this? @joelanman, thanks for your patience, we'd scheduled this PR for further review after the next release of the accessible autocomplete,...
Discovered that ESLint recently [introduced a configuration migrator](https://eslint.org/blog/2024/05/eslint-configuration-migrator/), taking advantage of the [FlatConfig](https://eslint.org/docs/latest/use/configure/migration-guide#using-eslintrc-configs-in-flat-config) class for compatibility. This might come handy for making the jump.
I think the issue is not so much with how the headings are computed by the [`GovukTechDocs::UniqueIdentifierGenerator`](https://github.com/alphagov/tech-docs-gem/blob/main/lib/govuk_tech_docs/unique_identifier_generator.rb) as with where the cache of existing headings is reset. At the moment...
Reopening waiting for alphagov/govuk-frontend-docs#443 to be merged.
Forgot to tidy issues at the end of the cycle, so closing this now 😊
Closing this as the spike has now ended and we've learnt what we set out to learn.
It seems [ESLint and its plugin are struggling to get updated by Dependabot](https://github.com/alphagov/govuk-frontend/pull/4999). Suspecting this is because of some requiring the new config format while we're stuck on the old...
@joelanman Thanks for your patience. These new options look pretty useful, so we'd be keen to add them to the component. Before we can merge this, though, there'd need to...
> I think the bracket syntax has always worked in the GOV.UK prototype kit, at least for as long as I can remember. The body-parser documentation seems like it defaults...