Skip to content
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 vnu-jar from 20.3.16 to 20.6.30 #1542

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 29, 2020

Bumps vnu-jar from 20.3.16 to 20.6.30.

Release notes

Sourced from vnu-jar's releases.

30 June 2020

This release adds a new --stdout option to the command-line checker (to cause all errors and warnings to be reported to stdout rather than stderr), along with fixing some bugs in the command-line-checker behavior. The release also 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. Note that this is 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 127.0.0.1 — so to make the checker listen on a different address, you’ll need to specify the address.

More: https://github.com/validator/validator/blob/master/CHANGELOG.md#20630

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 a 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.

Changelog

Sourced from vnu-jar's changelog.

20.6.30

30 June 2020

  • CLI: Add new --stdout option, to report all messages to stdout
  • CLI: Ensure the --version option reports the actual version
  • CLI: Actually check SVG files, rather than just seeming to (bug fix)
  • CSS: Improvements in calc(), min()/max() checking, more
  • Allow height and width attributes for SVG symbol element
  • Allow capture attribute for the input[type=file] element
  • Allow disabled attribute for the link[rel=stylesheet] element
  • Treat custom elements as labelable elements for label[for] handling
  • ARIA: Fix bug that disallowed implicit combobox/listbox for select
  • ARIA: Improve error message for alt-less img with ARIA attributes
  • ARIA: Allow section[role=doc-glossary]
Commits
  • 3e56505 Prepare the 20.6.30 release
  • f8aa406 Update cssvalidator to 1.0.8
  • 3ac37f2 htmlparser javadoc: exclude xom, only build *.java
  • a7491a5 Update htmlparser to 1.4.16
  • 2a4600e Allow "as" attribute with link[rel=prefetch]
  • bc7a47a Allow all ontransition* attributes
  • 286406d Allow the onfocusin and onfocusout attributes
  • 787a7a7 add doc-dedication to aside roles
  • 510d6f4 ARIA: Allow section[role=doc-glossary]
  • c90a39e Update htmlparser
  • 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 dependabot bot added dependencies Pull requests that update a dependency file in a third-party package javascript Pull requests that update Javascript code labels Sep 29, 2020
@nschonni
Copy link
Contributor

This could be closed since @spectranaut has a PR with fixes for the failures in #1468

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vnu-jar-20.6.30 branch from 84ab235 to c1f5f4c Compare September 30, 2020 20:08
@mcking65
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vnu-jar-20.6.30 branch from c1f5f4c to c1760ff Compare September 30, 2020 22:14
@nschonni
Copy link
Contributor

@mcking65 I'd close this PR, since it needs some changes to the config in the other PR

@mcking65
Copy link
Contributor

@nschonni wrote:

@mcking65 I'd close this PR, since it needs some changes to the config in the other PR

OK, thanks!

@mcking65 mcking65 closed this Sep 30, 2020
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 30, 2020

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/vnu-jar-20.6.30 branch September 30, 2020 22:17
@mcking65
Copy link
Contributor

What will now trigger dependabot to do the update? We will need to come back to this later and issue a recreate command?

@nschonni
Copy link
Contributor

@mcking65 if there is a "20.6.31" release, then Dependabot will create a new PR. Closing the PR just tells it that you don't care about the single version of a dependency

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 in a third-party package javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants