Skip to content
This repository was archived by the owner on Mar 15, 2021. It is now read-only.

Comments

build(deps): bump govuk-frontend from 1.3.0 to 3.10.0#729

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/govuk-frontend-3.10.0
Closed

build(deps): bump govuk-frontend from 1.3.0 to 3.10.0#729
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/govuk-frontend-3.10.0

Conversation

@dependabot-preview
Copy link
Contributor

Bumps govuk-frontend from 1.3.0 to 3.10.0.

Release notes

Sourced from govuk-frontend's releases.

GOV.UK Frontend v3.10.0

New features

Update users with notification banners

You can now use notification banners to tell users about events that occur elsewhere in your service. For example, when they need to complete tasks.

This was added in [pull request #1935: Create notification banner component](alphagov/govuk-frontend#1935).

Customise input mode in the date component

You can now change which keyboard type displays for mobile and tablet users. This enables users to enter characters other than numbers when they use the date input. To change the keyboard type, set the inputmode when you use the Nunjucks macro options.

This was added in [pull request #1975: Enable custom inputmode for date input component](alphagov/govuk-frontend#1975). Thanks to @foaly-nr1 for contributing this issue.

GOV.UK Frontend v3.9.1

Fixes

We’ve made fixes to GOV.UK Frontend in the following pull requests:

GOV.UK Frontend v3.9.0

New features

Add a prefix or suffix to a text input component

You can now use prefixes and suffixes in the text input component to help users enter things like currencies and measurements.

This was added in [pull request #1816: Add input prefix and suffix](alphagov/govuk-frontend#1816). Thanks to @simonwhatley and the GOV.UK Coronavirus Services Team.

Test if your HTML matches GOV.UK Frontend

You can now use our test fixtures to check you're outputting the same HTML that GOV.UK Frontend uses.

This was added in [pull request #1925: Generate fixtures.json files for components on build:package](alphagov/govuk-frontend#1925). Thanks to everyone who fed back on our test fixtures proposal.

Customise navigation in the header component

If you use the header component with navigation, you can now:

  • customise the section's aria-label text
  • add navigation items without links

Customise aria-label text

You can use the new:

  • navigationLabel option to set the aria-label text for the navigation section
  • menuButtonLabel option to set the aria-label text for the button that hides or shows the navigation section on mobile
Changelog

Sourced from govuk-frontend's changelog.

3.10.0 (Feature release)

New features

Update users with notification banners

You can now use notification banners to tell users about events that occur elsewhere in your service. For example, when they need to complete tasks.

This was added in [pull request #1935: Create notification banner component](alphagov/govuk-frontend#1935).

Customise input mode in the date component

You can now change which keyboard type displays for mobile and tablet users. This enables users to enter characters other than numbers when they use the date input. To change the keyboard type, set the inputmode when you use the Nunjucks macro options.

This was added in [pull request #1975: Enable custom inputmode for date input component](alphagov/govuk-frontend#1975). Thanks to @foaly-nr1 for contributing this issue.

3.9.1 (Fix release)

Fixes

We’ve made fixes to GOV.UK Frontend in the following pull requests:

3.9.0 (Feature release)

New features

Add a prefix or suffix to a text input component

You can now use prefixes and suffixes in the text input component to help users enter things like currencies and measurements.

This was added in [pull request #1816: Add input prefix and suffix](alphagov/govuk-frontend#1816). Thanks to @simonwhatley and the GOV.UK Coronavirus Services Team.

Test if your HTML matches GOV.UK Frontend

You can now use our test fixtures to check you're outputting the same HTML that GOV.UK Frontend uses.

This was added in [pull request #1925: Generate fixtures.json files for components on build:package](alphagov/govuk-frontend#1925). Thanks to everyone who fed back on our test fixtures proposal.

Customise navigation in the header component

If you use the header component with navigation, you can now:

  • customise the section's aria-label text
  • add navigation items without links
Customise aria-label text

You can use the new:

Commits
  • 0ec483f Merge pull request #2032 from alphagov/release-3.10.0
  • 0c06c30 Remove unecessary code block/backticks
  • 67eb1b8 Release v3.10.0
  • 0ac715b Merge pull request #2030 from alphagov/remove-error-option-notif-banner
  • 2c2cd4b Adjust the full page example
  • ecfe5e9 Remove error notification banner type
  • 222c648 Merge pull request #2029 from alphagov/check-git-clean-release
  • 7dbdd94 Check for unstaged changes before building release
  • 037a16c Merge pull request #2028 from alphagov/remove-stray-dash
  • 105a1cc Merge pull request #2027 from alphagov/no-visited-state-banners
  • 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @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 your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • 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)

@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 30, 2020
@dependabot-preview
Copy link
Contributor Author

Superseded by #733.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/govuk-frontend-3.10.0 branch December 7, 2020 07:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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.

0 participants