-
Notifications
You must be signed in to change notification settings - Fork 364
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
An in-range update of vnu-jar is breaking the build 🚨 #1346
Comments
After pinning to 20.2.25 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results. |
The error messages from the build
It may just be an updated error message since it looks like it was already suppressed Line 7 in b543058
|
Your tests are still failing with this version. Compare changes Release Notes for 16 March 2020First release in more than one year. This release provides a number of improvements in ARIA role checking and in CSS checking, as well as support for checking a number of HTML features that weren’t supported previously. It’s the first release to provide binary runtime images, as an alternative to the jar/war distributions. It's also the last release for which the Web-based checker will be configured to listen on all interfaces; after this release, the checker will bind by default to More: https://github.com/validator/validator/blob/master/CHANGELOG.md#20316 The files in this release provide a portable standalone version of the Nu Html Checker in a number different forms: as a Java jar file, as a Java war file, and as binary runtime images that can be used even on a system that doesn’t have Java installed. Use the binary images and jar file either for batch checking of documents from the command line and other scripts/apps, as documented at https://validator.github.io/validator/, or as a self-contained service for browser-based checking of HTML documents over the Web—similar to https://validator.w3.org/nu/. Use the war file to deploy the Nu Html Checker through a servlet container such as Tomcat, as documented at https://validator.github.io/validator/#servlet. CommitsThe new version differs by 16 commits.
There are 16 commits in total. See the full diff |
Fixes w3c#1346 The message for img looks like it changed in the release
Fixes #1346: The message for img changed. * chore: Update vnu-jar to 20.3.16 * fix: update acorn for npm audit
Fixes w3c#1346: The message for img changed. * chore: Update vnu-jar to 20.3.16 * fix: update acorn for npm audit
The devDependency vnu-jar was updated from
20.2.25
to20.2.28
.🚨 View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
vnu-jar is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
Commits
The new version differs by 16 commits.
5eba223
Update changelog
2d2de4f
Align ARIA role checking w/ current HTML-ARIA spec
df5df6a
Update ARIA checking for select/option/optgroup
749f54a
Drop warning about browser support for role=none
ea93dcb
Add proper ARIA checking for the element
af7c795
Align input-element checking w/ current HTML-ARIA
77584c4
Align alt-less img checking w/ current HTML-ARIA
2d78043
Align img ARIA role checking with current spec
50cd86d
Handle all img[alt] combinations for ARIA checking
6d9ef21
Allow SVG feDropShadow element (Filter Effects)
89a1221
Allow heading content within legend element
d375c0f
Refine autocomplete checking to align with spec
ce09118
Allow generator-unable-to-provide-required-alt
9bbe0aa
Allow "onslotchange" global attribute
777bc19
Align allowed event-handler attributes with spec
There are 16 commits in total.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper Bot 🌴
The text was updated successfully, but these errors were encountered: