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.4.0#645

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

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

Conversation

@dependabot-preview
Copy link
Contributor

Bumps govuk-frontend from 1.3.0 to 3.4.0.

Release notes

Sourced from govuk-frontend's releases.

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](https://github-redirect.dependabot.com/alphagov/govuk-frontend/pull/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:

Use the $govuk-page-width Sass variable instead if all your pages are the same width.

Add attributes to the <body> element of a page

You can now add attributes to the <body> element of a page, by using the bodyAttributes variable in the page template.

Fixes

GOV.UK Frontend release v3.3.0

... (truncated)
Changelog

Sourced from govuk-frontend's changelog.

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](https://github-redirect.dependabot.com/alphagov/govuk-frontend/pull/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:

Use the $govuk-page-width Sass variable instead if all your pages are the same width.

Add attributes to the <body> element of a page

You can now add attributes to the <body> element of a page, by using the bodyAttributes variable in the page template.

Fixes

... (truncated)
Commits
  • c668159 Merge pull request #1651 from alphagov/release-3-4-0
  • 5af6000 Release v3.4.0
  • 82811f3 Merge pull request #1637 from alphagov/changelog_style_updates
  • 905941e Update v3.2.0 release note in changelog
  • 2529efc Merge pull request #1633 from alphagov/remove-char-count-3-3-0
  • 0fbaa73 Move #1594 from 3.3.0 to unreleased #1629
  • 2f29ead Merge pull request #1628 from alphagov/add-tests-template
  • 1eb86fa Merge pull request #1631 from alphagov/fix-character-count-classes
  • 5637bb8 Add tests for assets path / url
  • 9475e6a Add tests for template blocks
  • 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.4.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.4.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 Nov 25, 2019
@dependabot-preview
Copy link
Contributor Author

Superseded by #660.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/govuk-frontend-3.4.0 branch January 27, 2020 07:43
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