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-frontend from 2.13.0 to 3.2.0 #205

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Sep 16, 2019

Bumps govuk-frontend from 2.13.0 to 3.2.0.

Release notes

Sourced from govuk-frontend's releases.

GOV.UK Frontend release v3.2.0

This release is another smaller release with some new features and fixes 🐛 🔨

If you're using GOV.UK Frontend with GOV.UK Template, the button component is now readable when it has an active focus state.

Thanks to Emma Lewis for helping with this release.

New features

Add classes to the form group wrapper of the character count component

You can now add classes to the form group wrapper of the character count component.

govukCharacterCount({
  formGroup: {
    classes: 'app-character-count--custom-modifier'
  }
})

Fixes

GOV.UK Frontend release v3.1.0

This release contains a few improvements and fixes that include accessibility improvements to the details component.

Thanks to @​htmlandbacon and @​andrew-mcgregor for their help with this release.

Changelog

New features

Add attributes to the fieldset on the date input component

You can now pass attributes to add to the fieldset on the date input component.

[Pull request #1541: Allow date input fieldset attributes to be set](https://github-redirect.dependabot.com/alphagov/govuk-frontend/pull/1541). Thanks to andrew-mcgregor for raising this.

Add ARIA role to the fieldset component

You can now pass an ARIA role to the fieldset component.

[Pull request #1541: Allow date input fieldset attributes to be set](https://github-redirect.dependabot.com/alphagov/govuk-frontend/pull/1541).

... (truncated)
Changelog

Sourced from govuk-frontend's changelog.

3.2.0 (Feature release)

New features

Add classes to the form group wrapper of the character count component

You can now add classes to the form group wrapper of the character count component.

govukCharacterCount({
  formGroup: {
    classes: 'app-character-count--custom-modifier'
  }
})

Fixes

3.1.0 (Feature release)

New features

Add attributes to the fieldset on the date input component

You can now pass attributes to add to the fieldset on the date input component.

[Pull request #1541: Allow date input fieldset attributes to be set](https://github-redirect.dependabot.com/alphagov/govuk-frontend/pull/1541). Thanks to andrew-mcgregor for raising this.

Add ARIA role to the fieldset component

You can now pass an ARIA role to the fieldset component.

[Pull request #1541: Allow date input fieldset attributes to be set](https://github-redirect.dependabot.com/alphagov/govuk-frontend/pull/1541).

Add inputmode to the input component

You can now pass inputmode to the input component.

govukInput({
  inputmode: 'email'
})
... (truncated)
Commits
  • 3ef1d76 Merge pull request #1566 from alphagov/release-v3.2.0
  • 12c320d Release v3.2.0
  • bc8e5d4 Merge pull request #1565 from alphagov/improve-release-notes
  • 8b91f75 Improve release notes for character count feature
  • 33cc10f Merge pull request #1564 from alphagov/fix-legacy-leaking-styles
  • 9e84713 Update CHANGELOG
  • e0e8500 Ensure legacy styles do not override button active state
  • 226bc1a Merge pull request #1563 from alphagov/broader-legacy-mode-flag
  • 3578b7f Handle all truthy values for legacy flag
  • 69dae46 Merge pull request #1559 from alphagov/fix-font-in-ie8
  • 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)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 16, 2019
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/govuk-frontend-3.2.0 branch 2 times, most recently from 165dda2 to 71fd333 Compare September 27, 2019 12:57
@kbottla
Copy link
Contributor

kbottla commented Sep 27, 2019

@dependabot recreate

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/govuk-frontend-3.2.0 branch 3 times, most recently from 2ad9b45 to 815e728 Compare October 1, 2019 15:33
Bumps [govuk-frontend](https://github.com/alphagov/govuk-frontend) from 2.13.0 to 3.2.0.
- [Release notes](https://github.com/alphagov/govuk-frontend/releases)
- [Changelog](https://github.com/alphagov/govuk-frontend/blob/master/CHANGELOG.md)
- [Commits](alphagov/govuk-frontend@v2.13.0...v3.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/govuk-frontend-3.2.0 branch from 815e728 to cc6c668 Compare October 7, 2019 08:28
@dependabot-preview
Copy link
Contributor Author

Superseded by #223.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/govuk-frontend-3.2.0 branch October 9, 2019 10:57
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant