David Biddle
David Biddle
The Design System's guidance for Date Inputs has a [subsection about error messages](https://design-system.service.gov.uk/components/date-input/#error-messages). This contains the following recommendations (abridged slightly): > If you’re highlighting just one field - either the...
Updates the pinned version of webrick to 1.8.2, since a CVE impacts earlier versions: https://nvd.nist.gov/vuln/detail/CVE-2024-47220
We have a very short paragraph about configuring Github repos on the 'Use Github' page. It includes this text: > Consider [protecting your main branch](https://docs.github.com/en/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches) to prevent changes being committed...
Currently the AttachmentList's `[]=` method can be called multiple times with the same filename, and a new part will be added to the email for each of the files without...
### Node.js version 22.15.0 ### jsdom version 26.1.0 ### Minimal reproduction case ```js const {JSDOM} = require('jsdom'); new JSDOM(` Click to open document.querySelector('details').addEventListener('toggle', (event) => { console.log({newstate: event.newState, oldState: event.oldState});...