[Snyk] Upgrade govuk-frontend from 5.7.1 to 5.8.0 #590
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade govuk-frontend from 5.7.1 to 5.8.0.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 1 version ahead of your current version.
The recommended version was released 22 days ago.
Release notes
Package name: govuk-frontend
To install this version with npm, run
npm install govuk-frontend@5.8.0
. You can also find more information about how to stay up to date in our documentation.New features
Use our base configurable component to build your own configurable component
We've added a
ConfigurableComponent
class to help you build your own configurable components. It extends ourComponent
class and allows you to focus on your components' specific features by handling these shared behaviours across components:this.$root
this.config
We introduced this change in:
Deprecated features
Importing Sass using
govuk/all
You'll see a warning when compiling your Sass if you import all of GOV.UK Frontend's styling using
govuk/all
. Importing using theall
file is deprecated, and we’ll remove it in the next major release.In your import statements, use a trailing
/index
rather than/all
to load GOV.UK Frontend's files:@ import "govuk/index";
instead of@ import "govuk/all";
You do not need
/index
at the end of each import path if you’re using Dart Sass.This change was introduced in pull request #5518: Deprecate
govuk/all.scss
and only referencegovuk/index.scss
internally.Fixes
We've made fixes to GOV.UK Frontend in the following pull requests:
To install this version with npm, run
npm install govuk-frontend@5.7.1
. You can also find more information about how to stay up to date in our documentation.Recommended changes
Stop setting a
value
for File upload componentsThe File upload component currently supports a
value
parameter, which populates thevalue
HTML attribute of the input.However, since no modern browser supports passing a
value
to a file input, we've made the decision to remove this parameter. It has been deprecated and will be removed in a future version of GOV.UK Frontend.We introduced this change in pull request #5330: Deprecate File upload component's
value
parameter.Fixes
We've made fixes to GOV.UK Frontend in the following pull requests:
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information: