-
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-components from 5.2.1 to 5.3.0 #1056
Conversation
209a125
to
6ade640
Compare
Hmm the tests fail for this. I'm going to press on with the other dependabot PRs and I'll come back to this. |
c736d56
to
c6cb741
Compare
e905e3f
to
aa8a369
Compare
Bumps [govuk-components](https://github.com/x-govuk/govuk-components) from 5.2.1 to 5.3.0. - [Release notes](https://github.com/x-govuk/govuk-components/releases) - [Commits](x-govuk/govuk-components@v5.2.1...v5.3.0) --- updated-dependencies: - dependency-name: govuk-components dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
I don't actually think the govuk-components library should be overriding our data-module value like this - I'd expect ours to take precedence. I'm on support tomorrow so I'll raise an issue with them and try and figure out what's going on |
aa8a369
to
38e787e
Compare
Quality Gate passedIssues Measures |
Oh interesting, thanks for looking into this more @DavidBiddle. So we should be able to override the default for |
@jamie-o-wilkinson Yeah, I think so. For other HTML attributes I think it either adds to the existing attribute or overrides their value with ours, so I'd expect it to do one of those here. But it looks like it's trying to do both - the raw HTML it's generating is: <button class="govuk-button" data-module="govuk-button" new_tab="false" data-module="sign-in-button" type="submit">Sign in</button> i.e. it has 2 data-module attributes, which is invalid HTML so browsers discard the second one. Based on the way it treats other attributes I think I'd expect it to generate one of these: <button class="govuk-button" new_tab="false" data-module="sign-in-button" type="submit">Sign in</button> <button class="govuk-button" new_tab="false" data-module="govuk-button sign-in-button" type="submit">Sign in</button> |
Made an issue for this in the govuk-components repo, about to raise a PR for it: x-govuk/govuk-components#529 Edit - PR here: x-govuk/govuk-components#530 |
Have put this into draft. If that govuk-components PR gets merged I think we can close this and wait for the next release to roll out via dependabot. If it gets declined we can make this one ready for review again and merge it in as-is. |
A newer version of govuk-components exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |
@dependabot recreate |
Superseded by #1082. |
Bumps govuk-components from 5.2.1 to 5.3.0.
Release notes
Sourced from govuk-components's releases.
Commits
5c0ec80
Release version 5.3.02eb90ed
Bump express from 4.18.2 to 4.19.2 in /guide (#524)c9400ae
Bump express from 4.18.2 to 4.19.2 in /guidec33caf6
Bump axios and govuk-prototype-kit in /guide (#525)8419308
Bump axios and govuk-prototype-kit in /guidea5769ba
Upgrade to GOV.UK Frontend 5.3.0 (#523)1780117
Remove role attribute from header, footer and nava42da37
Upgrade to govuk-frontend 5.3.0d4814e7
Add before and after links slots to footer (#519)a32dc85
Add before and after links slots to footerDependabot 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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@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)