-
Notifications
You must be signed in to change notification settings - Fork 8
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 and related gems from 5.7.1 to 5.8.0 #1696
Open
dependabot
wants to merge
4
commits into
main
Choose a base branch
from
dependabot/npm_and_yarn/govuk-frontend-5.8.0
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
dependabot
bot
added
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
labels
Jan 9, 2025
dependabot
bot
force-pushed
the
dependabot/npm_and_yarn/govuk-frontend-5.8.0
branch
3 times, most recently
from
January 16, 2025 11:52
dd79158
to
7f59757
Compare
DavidBiddle
changed the title
Bump govuk-frontend from 5.7.1 to 5.8.0
Bump govuk-frontend and related gems from 5.7.1 to 5.8.0
Jan 16, 2025
DavidBiddle
force-pushed
the
dependabot/npm_and_yarn/govuk-frontend-5.8.0
branch
2 times, most recently
from
January 16, 2025 16:00
271342e
to
27b3b93
Compare
Bumps [govuk-frontend](https://github.com/alphagov/govuk-frontend) from 5.7.1 to 5.8.0. - [Release notes](https://github.com/alphagov/govuk-frontend/releases) - [Changelog](https://github.com/alphagov/govuk-frontend/blob/main/CHANGELOG.md) - [Commits](alphagov/govuk-frontend@v5.7.1...v5.8.0) --- updated-dependencies: - dependency-name: govuk-frontend dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [govuk-components](https://github.com/x-govuk/govuk-components) from 5.7.1 to 5.8.0. - [Release notes](https://github.com/x-govuk/govuk-components/releases) - [Commits](x-govuk/govuk-components@v5.7.1...v5.8.0) --- updated-dependencies: - dependency-name: govuk-components dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [govuk_design_system_formbuilder](https://github.com/x-govuk/govuk-form-builder) from 5.7.1 to 5.8.0. - [Release notes](https://github.com/x-govuk/govuk-form-builder/releases) - [Commits](x-govuk/govuk-form-builder@v5.7.1...v5.8.0) --- updated-dependencies: - dependency-name: govuk_design_system_formbuilder dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
In Nokogiri 18, the gem started shipping separate precompiled GNU and Musl gems for all Linux platforms. Previously both GNU and Musl target systems could use and install the same gem, e.g., the platform gem for x86_64-linux (see [Nokogiri 18 release notes](https://github.com/sparklemotion/nokogiri/releases/tag/v1.18.0) for details). This broke our Docker build. To fix it, this commit specifies that we want to use both versions of the gem on Linux (since we use Alpine Linux in our Docker images and Musl is the default C library in Alpine, but other places like our Github Actions use the GNU version).
DavidBiddle
force-pushed
the
dependabot/npm_and_yarn/govuk-frontend-5.8.0
branch
from
January 16, 2025 16:02
27b3b93
to
23c919e
Compare
Quality Gate passedIssues Measures |
This was referenced Jan 16, 2025
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
ruby
Pull requests that update Ruby code
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.
Bumps govuk-frontend, govuk-components and govuk_design_system_formbuilder from 5.7.1 to 5.8.0.
Release notes:
https://github.com/alphagov/govuk-frontend/releases/tag/v5.8.0
https://github.com/x-govuk/govuk-components/releases/tag/v5.8.0
https://github.com/x-govuk/govuk-form-builder/releases/tag/v5.8.0
To make this work I had to make a small change to the
PLATFORMS
section in our Gemfile.lock. Check the individual commit messages for more info.