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 org.w3c:epubcheck from 5.1.0 to 5.2.0 #58

Merged
merged 1 commit into from
Dec 31, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 31, 2024

Bumps org.w3c:epubcheck from 5.1.0 to 5.2.0.

Release notes

Sourced from org.w3c:epubcheck's releases.

EPUBCheck v5.2.0

Total Downloads of EPUBCheck v5.2.0

This is the latest production-ready release of EPUBCheck. It can be used to check conformance to the EPUB 3.3 specification.

This release was made by the DAISY Consortium for W3C. Many thanks to everyone who contributed and reported issues!

This EPUBCheck version is also available in the Maven Central Repository as org.w3c:epubcheck:5.2.0.

Features

  • Dublin Core elements namespace must not be declared as a vocabulary (6ae1d24)
  • recognize the a11y:exemption property (06f76ad), closes #1566
  • reject unknown epub: attributes in SVG (ddb3676)
  • disallow epub:prefix on embedded SVG (623f5ad), closes #1535
  • report undefined entity references in EPUB 2.0.1 (4ad738c), closes #1546
  • update to latest schemas from the Nu HTML Checker (a4f00c1)

Bug Fixes

  • allow CSS custom properties with no value (d60da30), closes #1538
  • allow using -version when checking a file (26fd614), closes #1533
  • always close the ZIP file after reading (96a6e1c)
  • NullPointerException was raised on some data URLs (c50536d), closes #1536
  • prevent some internal URLs from leaking in messages (e1871e2), closes #1542
  • rare decoding error on UTF-8 documents (90e87b2), closes #1548
  • report the container creation date (d28e20f), closes #1532
  • simplify --failonwarnings documentation (f27958c), closes #1575
  • tweak code and tests to better support Java 21 (9888fcc)
  • user proper keywords casing in Dockerfile (9724484)

Dependencies updates

  • bump Jackson from 1.9.12 to 2.18.2 (9f56cc4)
  • bump xerces:xercesImpl from v2.9 to v2.12 (8af39fc)
  • bump com.google.guava:guava from 31.1-jre to 32.0.0-jre (55aad600)
Changelog

Sourced from org.w3c:epubcheck's changelog.

5.2.0 (2024-12-30)

This is the latest production-ready release of EPUBCheck. It can be used to check conformance to the EPUB 3.3 specification.

This release was made by the DAISY Consortium for W3C. Many thanks to everyone who contributed and reported issues!

This EPUBCheck version is also available in the Maven Central Repository as org.w3c:epubcheck:5.2.0.

Features

  • Dublin Core elements namespace must not be declared as a vocabulary (6ae1d24)
  • recognize the a11y:exemption property (06f76ad), closes #1566
  • reject unknown epub: attributes in SVG (ddb3676)
  • disallow epub:prefix on embedded SVG (623f5ad), closes #1535
  • report undefined entity references in EPUB 2.0.1 (4ad738c), closes #1546
  • update to latest schemas from the Nu HTML Checker (a4f00c1)

Bug Fixes

  • allow CSS custom properties with no value (d60da30), closes #1538
  • allow using -version when checking a file (26fd614), closes #1533
  • always close the ZIP file after reading (96a6e1c)
  • NullPointerException was raised on some data URLs (c50536d), closes #1536
  • prevent some internal URLs from leaking in messages (e1871e2), closes #1542
  • rare decoding error on UTF-8 documents (90e87b2), closes #1548
  • report the container creation date (d28e20f), closes #1532
  • simplify --failonwarnings documentation (f27958c), closes #1575
  • tweak code and tests to better support Java 21 (9888fcc)
  • user proper keywords casing in Dockerfile (9724484)

Dependencies updates

  • bump Jackson from 1.9.12 to 2.18.2 (9f56cc4)
  • bump xerces:xercesImpl from v2.9 to v2.12 (8af39fc)
  • bump com.google.guava:guava from 31.1-jre to 32.0.0-jre (55aad600)

Commits
  • bb94058 chore: prepare release v5.2.0
  • 074bb70 chore: prepare README and CHANGELOG for v5.2.0
  • 0dae4f2 refactor: tweak the OCFRersources closing code
  • 96a6e1c fix: always close the ZIP file after reading
  • 8e21138 chore: update message translations
  • 38e9b86 chore: migrate transifex config to APIv3
  • 9f56cc4 chore(deps): bump Jackson from 1.9.12 to 2.18.2
  • 33b577a refactor: migrate from Charsets to StandardCharsets
  • 05b9cb4 chore: bump GitHub Action versions
  • 9724484 fix: user proper keywords casing in Dockerfile
  • 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 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)

Bumps [org.w3c:epubcheck](https://github.com/w3c/epubcheck) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/w3c/epubcheck/releases)
- [Changelog](https://github.com/w3c/epubcheck/blob/main/CHANGELOG.md)
- [Commits](w3c/epubcheck@v5.1.0...v5.2.0)

---
updated-dependencies:
- dependency-name: org.w3c:epubcheck
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 31, 2024
@io7m io7m merged commit db4eb19 into develop Dec 31, 2024
5 checks passed
@dependabot dependabot bot deleted the dependabot/maven/develop/org.w3c-epubcheck-5.2.0 branch December 31, 2024 11:23
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant