-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump govuk-frontend from 4.7.0 to 5.0.0 #362
Draft
fumimowdan
wants to merge
3
commits into
main
Choose a base branch
from
gem/govuk-frontend-5.0.0
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Dec 21, 2023
Bumps [govuk-frontend](https://github.com/alphagov/govuk-frontend) from 4.7.0 to 5.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/alphagov/govuk-frontend/releases">govuk-frontend's releases</a>.</em></p> <blockquote> <h2>GOV.UK Frontend v5.0.0</h2> <p>You can find a summary of the main <a href="https://frontend.design-system.service.gov.uk/changes-to-govuk-frontend-v5/">changes to GOV.UK Frontend v5</a> on the Frontend site. It's important to note <a href="https://frontend.design-system.service.gov.uk/v4/migrating-from-legacy-products/">our old frameworks (such as GOV.UK Elements)</a> are no longer compatible with this release. It also stops Internet Explorer 11 from running GOV.UK Frontend JavaScript and removes support completely for Internet Explorer 8 to 10.</p> <p>Your service will not stop working in Internet Explorer 11, but components will look and behave differently without JavaScript. Read more about <a href="https://frontend.design-system.service.gov.uk/browser-support/">how we provide support for different browsers</a>.</p> <p>Service teams should be <a href="https://www.gov.uk/service-manual/technology/using-progressive-enhancement">using a progressive enhancement approach</a> to make sure users can still access any content and complete their tasks.</p> <p>If you still need to provide support for older versions of Internet Explorer, you should stay on the latest <a href="https://github.com/alphagov/govuk-frontend/releases">GOV.UK Frontend v4 release</a>.</p> <p>If you need it, we have a checklist for the changes you might need to make for v5, which you can <a href="https://docs.google.com/spreadsheets/d/1Qt-9kLcB_ONp4WOTI61i69P3q7Ymw0ziA5YNUqNkImE/edit">view</a> or <a href="https://docs.google.com/spreadsheets/d/1Qt-9kLcB_ONp4WOTI61i69P3q7Ymw0ziA5YNUqNkImE/copy">copy (needs a Google account)</a>.</p> <h2>Breaking changes</h2> <p>You must make the following changes when you migrate to this release, or your service might break.</p> <h3>Update package file paths for Sass</h3> <p>In preparation for additional build targets, we've moved our package files into a directory called <code>dist</code>.</p> <p>Replace <code>govuk-frontend/govuk</code> with <code>govuk-frontend/dist/govuk</code> in any <a href="https://sass-lang.com/">Sass</a> <code>@import</code> paths.</p> <p>For example:</p> <pre lang="scss"><code>@import "node_modules/govuk-frontend/dist/govuk/all"; </code></pre> <p>If you've added <a href="https://frontend.design-system.service.gov.uk/importing-css-assets-and-javascript/#simplify-sass-import-paths"><code>node_modules/govuk-frontend</code> as a Sass import path</a>, update it with the <code>/dist</code> suffix:</p> <pre lang="js"><code>loadPaths: [ 'node_modules/govuk-frontend/dist' ] </code></pre> <p>If you're building your Sass code through Rails Assets Pipeline or Sprockets, refer to the section 'Update package file paths in Rails Assets Pipeline or Sprockets'.</p> <p>Refer to the <a href="https://frontend.design-system.service.gov.uk/importing-css-assets-and-javascript/#import-using-sass">detailed guidance on importing using Sass</a>.</p> <p>These changes were introduced in <a href="https://redirect.github.com/alphagov/govuk-frontend/pull/3498">#3498: Remove built <code>dist</code> and <code>package</code> from source</a></p> <h3>Update package file paths for Nunjucks</h3> <p>In preparation for additional build targets, we've moved our package files into a directory called <code>dist</code>.</p> <p>Replace <code>govuk-frontend</code> with <code>govuk-frontend/dist</code> in any <a href="https://mozilla.github.io/nunjucks/api.html#configure"><code>nunjucks.configure()</code></a> search paths:</p> <pre lang="js"><code>nunjucks.configure([ 'node_modules/govuk-frontend/dist' </tr></table> </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/alphagov/govuk-frontend/blob/main/CHANGELOG.md">govuk-frontend's changelog</a>.</em></p> <blockquote> <h2>5.0.0 (Breaking release)</h2> <p>You can find a summary of the main <a href="https://frontend.design-system.service.gov.uk/changes-to-govuk-frontend-v5/">changes to GOV.UK Frontend v5</a> on the Frontend site. It's important to note <a href="https://frontend.design-system.service.gov.uk/v4/migrating-from-legacy-products/">our old frameworks (such as GOV.UK Elements)</a> are no longer compatible with this release. It also stops Internet Explorer 11 from running GOV.UK Frontend JavaScript and removes support completely for Internet Explorer 8 to 10.</p> <p>Your service will not stop working in Internet Explorer 11, but components will look and behave differently without JavaScript. Read more about <a href="https://frontend.design-system.service.gov.uk/browser-support/">how we provide support for different browsers</a>.</p> <p>Service teams should be <a href="https://www.gov.uk/service-manual/technology/using-progressive-enhancement">using a progressive enhancement approach</a> to make sure users can still access any content and complete their tasks.</p> <p>If you still need to provide support for older versions of Internet Explorer, you should stay on the latest <a href="https://github.com/alphagov/govuk-frontend/releases">GOV.UK Frontend v4 release</a>.</p> <p>If you need it, we have a checklist for the changes you might need to make for v5, which you can <a href="https://docs.google.com/spreadsheets/d/1Qt-9kLcB_ONp4WOTI61i69P3q7Ymw0ziA5YNUqNkImE/edit">view</a> or <a href="https://docs.google.com/spreadsheets/d/1Qt-9kLcB_ONp4WOTI61i69P3q7Ymw0ziA5YNUqNkImE/copy">copy (needs a Google account)</a>.</p> <h3>Breaking changes</h3> <p>You must make the following changes when you migrate to this release, or your service might break.</p> <h4>Update package file paths for Sass</h4> <p>In preparation for additional build targets, we've moved our package files into a directory called <code>dist</code>.</p> <p>Replace <code>govuk-frontend/govuk</code> with <code>govuk-frontend/dist/govuk</code> in any <a href="https://sass-lang.com/">Sass</a> <code>@import</code> paths.</p> <p>For example:</p> <pre lang="scss"><code>@import "node_modules/govuk-frontend/dist/govuk/all"; </code></pre> <p>If you've added <a href="https://frontend.design-system.service.gov.uk/importing-css-assets-and-javascript/#simplify-sass-import-paths"><code>node_modules/govuk-frontend</code> as a Sass import path</a>, update it with the <code>/dist</code> suffix:</p> <pre lang="js"><code>loadPaths: [ 'node_modules/govuk-frontend/dist' ] </code></pre> <p>If you're building your Sass code through Rails Assets Pipeline or Sprockets, refer to the section 'Update package file paths in Rails Assets Pipeline or Sprockets'.</p> <p>Refer to the <a href="https://frontend.design-system.service.gov.uk/importing-css-assets-and-javascript/#import-using-sass">detailed guidance on importing using Sass</a>.</p> <p>These changes were introduced in <a href="https://redirect.github.com/alphagov/govuk-frontend/pull/3498">#3498: Remove built <code>dist</code> and <code>package</code> from source</a></p> <h4>Update package file paths for Nunjucks</h4> <p>In preparation for additional build targets, we've moved our package files into a directory called <code>dist</code>.</p> <p>Replace <code>govuk-frontend</code> with <code>govuk-frontend/dist</code> in any <a href="https://mozilla.github.io/nunjucks/api.html#configure"><code>nunjucks.configure()</code></a> search paths:</p> <pre lang="js"><code>nunjucks.configure([ </tr></table> </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/alphagov/govuk-frontend/commit/87d7633848e14183a655bb06006cbc3f99b466d2"><code>87d7633</code></a> Merge pull request <a href="https://redirect.github.com/alphagov/govuk-frontend/issues/4540">#4540</a> from alphagov/release-5.0.0</li> <li><a href="https://github.com/alphagov/govuk-frontend/commit/833e8a38c3b8cefa6a6dd7b4594c11070e08b9c9"><code>833e8a3</code></a> Release v5.0.0</li> <li><a href="https://github.com/alphagov/govuk-frontend/commit/2bcc9cfcd6aa8cfd7d56bb9c4c24bde4cd5fa3cf"><code>2bcc9cf</code></a> Merge pull request <a href="https://redirect.github.com/alphagov/govuk-frontend/issues/4538">#4538</a> from alphagov/add-drafted-content</li> <li><a href="https://github.com/alphagov/govuk-frontend/commit/031acba44cf7bc233f67419466e752719ee7eab9"><code>031acba</code></a> Add links to checklist to CHANGELOG</li> <li><a href="https://github.com/alphagov/govuk-frontend/commit/134b90b2b91ee0ad2860a7659261757be582fe5b"><code>134b90b</code></a> Replace links to pre-release docs with links to actual site</li> <li><a href="https://github.com/alphagov/govuk-frontend/commit/e9abebf19ac74ad87ae27ecc5e1d8306febb7a7e"><code>e9abebf</code></a> Update link to the SVG code for the logo</li> <li><a href="https://github.com/alphagov/govuk-frontend/commit/3c4b8da0252b32c6b3c349fc5d8c89d7aa85d696"><code>3c4b8da</code></a> Update browser support doc with drafted content</li> <li><a href="https://github.com/alphagov/govuk-frontend/commit/a9bccd2bb5b664842be14c1a6b8e6c39de3f4a1a"><code>a9bccd2</code></a> Add release notes draft to the CHANGELOG</li> <li><a href="https://github.com/alphagov/govuk-frontend/commit/16ae7ef602cacf35483cc995485aa488d6959a2d"><code>16ae7ef</code></a> Merge pull request <a href="https://redirect.github.com/alphagov/govuk-frontend/issues/4536">#4536</a> from alphagov/skip-link-urls</li> <li><a href="https://github.com/alphagov/govuk-frontend/commit/5cf5c3289a4ab85b2360bcff763fa9404cc58062"><code>5cf5c32</code></a> Return early for internal URLs too</li> <li>Additional commits viewable in <a href="https://github.com/alphagov/govuk-frontend/compare/v4.7.0...v5.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=govuk-frontend&package-manager=npm_and_yarn&previous-version=4.7.0&new-version=5.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
Bumps [govuk-components](https://github.com/x-govuk/govuk-components) from 4.1.2 to 5.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/x-govuk/govuk-components/releases">govuk-components's releases</a>.</em></p> <blockquote> <h2>Version 5.0.0</h2> <h1>Draft release notes</h1> <p>⚠️ <strong>This is a breaking change release</strong></p> <p>Version 5.0.0 of the ruby <code>govuk-components</code> gem supports version <code>5.0.0</code> of the <code>govuk-frontend</code> npm package. Both contain breaking changes, and are dependent on each other – so you should update both at the same time.</p> <p>These release notes for the ruby gem should be read alongside the release notes for <code>govuk-frontend</code>.</p> <h2>Upgrade instructions</h2> <h3>1. Install both the gem AND the node package</h3> <p>Update the version of <code>govuk-component</code> in your <code>Gemfile</code> and run <code>bundle install</code>:</p> <pre><code>gem "govuk-components", "~> 5.0.0b4" </code></pre> <p>Update your version of <code>govuk-frontend</code> in your <code>package.json</code> and then run <code>npm install</code> or <code>yarn install</code> (depending on which you use).</p> <pre><code>"govuk-frontend": "5.0.0-beta.2", </code></pre> <h4>2. Check that your app still builds</h4> <p>The way that assets have been packaged in <code>govuk-frontend</code> has changed, so you may need to update your build process.</p> <p>If you're using Sass, change</p> <pre><code>@import "govuk-frontend/govuk/all"; </code></pre> <p>to</p> <pre><code>@import "govuk-frontend/dist/govuk/all"; </code></pre> <p>If you are using a javascript compiler, change <code>govuk-frontend/govuk</code> to <code>govuk-frontend/dist/govuk</code>.</p> <p>See <a href="https://github.com/alphagov/govuk-frontend/releases/tag/v5.0.0-beta.0">release notes for govuk-frontend 5.0.0</a> for details.</p> <h4>3. Update your application layout file</h4> <p>In your application layout file (normally <code>layouts/application.html.erb</code>), update the code snippet which adds a class to the document body.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/x-govuk/govuk-components/commit/69106acf39245b7779bb9a1c589e090a827a4a8d"><code>69106ac</code></a> Release version 5.0.0</li> <li><a href="https://github.com/x-govuk/govuk-components/commit/00d582f30a15971c07a415102d8b0e040f2ebb7e"><code>00d582f</code></a> Version 5.0.0 (<a href="https://redirect.github.com/x-govuk/govuk-components/issues/456">#456</a>)</li> <li><a href="https://github.com/x-govuk/govuk-components/commit/a70be3e18f71cac026768d7c920229ba4493bae1"><code>a70be3e</code></a> Use released version</li> <li><a href="https://github.com/x-govuk/govuk-components/commit/ab2d25830f6472d6aaccff1212724accece20edf"><code>ab2d258</code></a> Fix spelling of compatible (<a href="https://redirect.github.com/x-govuk/govuk-components/issues/476">#476</a>)</li> <li><a href="https://github.com/x-govuk/govuk-components/commit/1691036297b0c93effc3aa87b447690b3f51cc7b"><code>1691036</code></a> Fix spelling of compatible</li> <li><a href="https://github.com/x-govuk/govuk-components/commit/3bcf53101ac562406a5876f8a2ac51ad76577397"><code>3bcf531</code></a> code style fix</li> <li><a href="https://github.com/x-govuk/govuk-components/commit/b29f7a990c776f91bc730a18d9d0f62361cf2900"><code>b29f7a9</code></a> Bump version</li> <li><a href="https://github.com/x-govuk/govuk-components/commit/b1a98c288a8be845e324c3ce56defb1ca6df2c8d"><code>b1a98c2</code></a> Fix block syntax for buttons</li> <li><a href="https://github.com/x-govuk/govuk-components/commit/3151c54ff8e4c694cf4de19c991cd8d56fe59956"><code>3151c54</code></a> Release version 5.0.0b3</li> <li><a href="https://github.com/x-govuk/govuk-components/commit/e4a6ab1363a8aeba474cd9d3eb549b07cc9ce20c"><code>e4a6ab1</code></a> Refactor to allow blocks to be used in ERb (<a href="https://redirect.github.com/x-govuk/govuk-components/issues/475">#475</a>)</li> <li>Additional commits viewable in <a href="https://github.com/x-govuk/govuk-components/compare/v4.1.2...v5.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=govuk-components&package-manager=bundler&previous-version=4.1.2&new-version=5.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
Bumps [govuk_design_system_formbuilder](https://github.com/x-govuk/govuk-form-builder) from 4.1.1 to 5.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/x-govuk/govuk-form-builder/releases">govuk_design_system_formbuilder's releases</a>.</em></p> <blockquote> <h2>Version 5.0.0</h2> <ul> <li>Add support for Version GOV.UK frontend version 5.0.0</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/x-govuk/govuk-form-builder/commit/349383e1fdc9795bf670dc59141ff15a0e8a45b2"><code>349383e</code></a> Release version 5.0.0</li> <li><a href="https://github.com/x-govuk/govuk-form-builder/commit/b7df7b131ef2f5669d4166bc3073a4da05ef7a6a"><code>b7df7b1</code></a> Merge pull request <a href="https://redirect.github.com/x-govuk/govuk-form-builder/issues/452">#452</a> from x-govuk/govuk-frontend-5.0.0</li> <li><a href="https://github.com/x-govuk/govuk-form-builder/commit/0ee62f4b1217ed9f0f6a95cf68296b3b8b5cdf86"><code>0ee62f4</code></a> Upgrade to released version of govuk-frontend 5.0.0</li> <li><a href="https://github.com/x-govuk/govuk-form-builder/commit/3826810d37a945cc1b5735af2ff36f336082ff28"><code>3826810</code></a> Merge pull request <a href="https://redirect.github.com/x-govuk/govuk-form-builder/issues/454">#454</a> from x-govuk/dependabot/bundler/slim-tw-5.2.0</li> <li><a href="https://github.com/x-govuk/govuk-form-builder/commit/c05f1d0799f78c131f8c3b4c39a11bb96e635c4c"><code>c05f1d0</code></a> Update slim requirement from ~> 5.1.1 to ~> 5.2.0</li> <li><a href="https://github.com/x-govuk/govuk-form-builder/commit/dd1a79e62288361d82874b151c7debe3c87e5a15"><code>dd1a79e</code></a> Release version 5.0.0b1</li> <li><a href="https://github.com/x-govuk/govuk-form-builder/commit/9e3b44d0e23be66713f50b16637c47c43e7fd7f6"><code>9e3b44d</code></a> Upgrade guide to govuk-frontend 5.0.0-beta.2</li> <li><a href="https://github.com/x-govuk/govuk-form-builder/commit/0f0b282a4da1201bf659e343c90ef2000c38fab6"><code>0f0b282</code></a> Merge pull request <a href="https://redirect.github.com/x-govuk/govuk-form-builder/issues/450">#450</a> from x-govuk/dependabot/npm_and_yarn/guide/sass-1.69.5</li> <li><a href="https://github.com/x-govuk/govuk-form-builder/commit/5e9f56cc2fda8d2bc854e1c83633719f2a193a53"><code>5e9f56c</code></a> Bump sass from 1.68.0 to 1.69.5 in /guide</li> <li><a href="https://github.com/x-govuk/govuk-form-builder/commit/915ff26c36ec43905b1c2b2469cf2814e53a276a"><code>915ff26</code></a> Merge pull request <a href="https://redirect.github.com/x-govuk/govuk-form-builder/issues/451">#451</a> from x-govuk/dependabot/bundler/rouge-tw-4.2.0</li> <li>Additional commits viewable in <a href="https://github.com/x-govuk/govuk-form-builder/compare/v4.1.1...v5.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=govuk_design_system_formbuilder&package-manager=bundler&previous-version=4.1.1&new-version=5.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
fumimowdan
force-pushed
the
gem/govuk-frontend-5.0.0
branch
from
December 21, 2023 13:28
7e847b5
to
e5e77ab
Compare
fumimowdan
added
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
ruby
Pull requests that update Ruby code
labels
Dec 21, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
ruby
Pull requests that update Ruby code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR updates (npm) govuk-frontend, (gem) govuk-components and (gem) govuk_design_system_formbuilder
Closes PRs
#348, #350 and #353