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

Bump govuk-frontend from 1.3.0 to 3.5.0#660

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

Bump govuk-frontend from 1.3.0 to 3.5.0#660
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/govuk-frontend-3.5.0

Conversation

@dependabot-preview
Copy link
Contributor

Bumps govuk-frontend from 1.3.0 to 3.5.0.

Release notes

Sourced from govuk-frontend's releases.

GOV.UK Frontend v3.5.0

New features

Add classes to the character count component's count message

If you're using Nunjucks, you can now add classes to the character count component's count message using the countMessage.classes option.

Fixes

GOV.UK Frontend v3.4.0

New features

Add classes to the page wrapper

If you're using Nunjucks, you can now add classes to the page wrapper using the containerClasses variable.

[Pull request #1626: Allow creating custom width containers and using them with template](alphagov/govuk-frontend#1626).

Set a custom width for wrappers

If you're using Sass, you can now use the govuk-width-container mixin to create a custom wrapper class with a specific width. You can then add that class to the following wrappers to override the width of the govuk-width-container class:

To create your custom wrapper class, include the govuk-width-container mixin. Pass in the width in pixels.

For example:

.app-width-container--wide {
  @include govuk-width-container(1200px);
}

If you’re using Nunjucks, you should then add your class using either the:

... (truncated)
Changelog

Sourced from govuk-frontend's changelog.

3.5.0 (Feature release)

New features

Add classes to the character count component's count message

If you're using Nunjucks, you can now add classes to the character count component's count message using the countMessage.classes option.

Fixes

3.4.0 (Feature release)

New features

Add classes to the page wrapper

If you're using Nunjucks, you can now add classes to the page wrapper using the containerClasses variable.

[Pull request #1626: Allow creating custom width containers and using them with template](alphagov/govuk-frontend#1626).

Set a custom width for wrappers

If you're using Sass, you can now use the govuk-width-container mixin to create a custom wrapper class with a specific width. You can then add that class to the following wrappers to override the width of the govuk-width-container class:

To create your custom wrapper class, include the govuk-width-container mixin. Pass in the width in pixels.

For example:

.app-width-container--wide {
  @include govuk-width-container(1200px);
}
... (truncated)
Commits
  • 1d2fcb6 Merge pull request #1706 from alphagov/release-v3.5.0
  • 1db8c3d Release v3.5.0
  • 534b352 Merge pull request #1705 from alphagov/fix_changelog_fullstops
  • 2685718 Fix full stops in changelog
  • 0f70e90 Merge pull request #1703 from frankieroberto/patch-4
  • 30d6ca7 Revisions to guidance from code review
  • 39a35f0 Merge pull request #1704 from alphagov/date-input-type-text-inputmode-numeric
  • c4897c4 Document in changelog
  • bdf68ca Fix typo
  • cfabd7d Update date input to type=text, inputmode=numeric
  • 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)

Bumps [govuk-frontend](https://github.com/alphagov/govuk-frontend) from 1.3.0 to 3.5.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@v1.3.0...v3.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 27, 2020
@dependabot-preview
Copy link
Contributor Author

Superseded by #679.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/govuk-frontend-3.5.0 branch March 9, 2020 08:24
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