Skip to content
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_design_system_formbuilder from 2.7.5 to 4.1.0 #839

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 13, 2023

Bumps govuk_design_system_formbuilder from 2.7.5 to 4.1.0.

Release notes

Sourced from govuk_design_system_formbuilder's releases.

Version 4.1.0

Version 4.0.0

  • Upgrade to govuk-frontend 4.6.0
  • Remove classes argument from the few places it remained, custom classes can be set directly using class: thanks to html-attributes-utils' clever merging #409
  • Add support for extra_letter_spacing to text inputs which is useful when asking for long complex codes or IDs #424

Upgrade guide

  • Replace any classes: ... parameters with class: ...

Version 4.0.0rc1

No release notes provided.

Version 4.0.0a1

Preparing for the upcoming version 4.5.0 of GOV.UK frontend

Version 3.3.0

Version 3.2.0

  • Fix a bug where classes passed in via label/hint/legend/caption hashes replaced the defaults rather than appending to them #397 - thanks @​cpjmcquillan
  • Update supported Rails versions to 6.1.7 and 7.0.4 #387
  • Update supported GOV.UK frontend version to 4.3.1 #387
  • Stop using official assets in the guide #388
  • Fix the exclusive checkboxes example in the guide #391 - thanks @​c0nspiracy
  • Improve the contrast in code snippets in the guide and fix a minor display bug #392, #393
  • Add a CodeQL scanning workflow task f9379fb2f

Upgrade notes

When passing additional custom classes in via label, caption, hint or legend hashes they are added to the default class rather than overwriting it. This brings the behaviour in line with the rest of the library and considered a bug fix rather than a breaking change.

Given the input:

f.govuk_text_area :details, label: { text: "Some details", class: "special-class" }

Output before this release

<label for="model-details-field" class="special-class">Some details</label>

Output after this release

... (truncated)

Commits
  • ca9a45c Release version 4.1.0
  • 941152a Merge pull request #439 from x-govuk/versions-bumps
  • 3b310f0 Upgrade to latest versions of Ruby and Rails
  • 1662e5e Merge pull request #436 from x-govuk/dependabot/npm_and_yarn/guide/sass-1.63.6
  • 6119089 Bump sass from 1.58.3 to 1.63.6 in /guide
  • 4ebe7c7 Merge pull request #437 from x-govuk/dependabot/bundler/rubocop-govuk-tw-4.11.0
  • db32d33 Update rubocop-govuk requirement from ~> 4.10.0 to ~> 4.11.0
  • 9180c68 Merge pull request #438 from x-govuk/govuk-frontend-4.7.0
  • f87aef7 Remove CSS for inverse buttons
  • 4ae65ba Upgrade to GOV.UK frontend 4.7.0
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 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)

Bumps [govuk_design_system_formbuilder](https://github.com/x-govuk/govuk-form-builder) from 2.7.5 to 4.1.0.
- [Release notes](https://github.com/x-govuk/govuk-form-builder/releases)
- [Commits](x-govuk/govuk-form-builder@v2.7.5...v4.1.0)

---
updated-dependencies:
- dependency-name: govuk_design_system_formbuilder
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jul 13, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 26, 2023

Superseded by #847.

@dependabot dependabot bot closed this Jul 26, 2023
@dependabot dependabot bot deleted the dependabot/bundler/govuk_design_system_formbuilder-4.1.0 branch July 26, 2023 19:08
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 ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants