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 data.xml from 0.0.7 to 0.0.8 in /dependabot #4

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 22, 2022

Bumps data.xml from 0.0.7 to 0.0.8.

Changelog

Sourced from data.xml's changelog.

From 0.2.0-alpha6 to ???

  • Replace data.codec with using Base64, now in the JDK

From 0.2.0-alpha5 to 0.2.0-alpha6

  • ClojureScript implementation fixes and tests

From 0.2.0-alpha3 to 0.2.0-alpha5

  • Fix error check for builtin prefixes DXML-49
  • Remove reflection cases DXML-46

From 0.2.0-alpha2 to 0.2.0-alpha3

  • Minimum requirement is now clojure 1.7.0
  • Print newline after preamble when pretty-printing (DXML-35)
  • Serialize built-in data types in XML Schema (DXML-27)
  • Reimplement namespace context tracking, due to bug in JDK
  • Various fixes in documentation and error messages (DXML-39)
  • Emit empty tags for elements with no content (DXML-25)
  • Add clojure.data.xml/element? predicate
  • Support empty protocol function on Element deftypes (DXML-44)
  • Reflection cleanup (DXML-42)

From 0.2.0-alpha1 to 0.2.0-alpha2

  • qname function now returns canonical (keyword) names
  • Remove QName defrecord from Clojurescript
  • Rename canonical-name to as-qname
  • Remove to-qname
  • xml nodes now implement map equality

From 0.1.0-beta3 to 0.2.0-alpha1

  • Define uniform mapping of xml namespaces to clojure namespaces via percent-encoding
  • Remove declare-ns and alias-ns
  • Introduce alias-uri
  • Clojurescript support
  • data.xml now requires Clojure 1.5.0+ (due to percent-sign in keywords)
  • Preserve whitespace by default

From 0.1.0-beta2 to 0.1.0-beta3

  • Fix emitter to keep non-namespaced xml names out of any set default namespace
  • Add support for location info in parser

From 0.1.0-beta1 to 0.1.0-beta2

  • Add support for emitting DOCTYPEs (DXML-10)
  • Fix issue emitting sibling namespaces (DXML-33)
  • Fix issue printing defaulted namespaces (DXML-30)

From 0.0.8 to 0.1.0-beta1

  • Add support for XML namespaces (DXML-4)
  • Fix pull-seq so it produces character events that work with emit-events (DXML-28)
  • Removed docs and references to JDK 1.5, data.xml now requires 1.6+
  • data.xml now requires Clojure 1.4.0+

... (truncated)

Commits
  • acb9712 [maven-release-plugin] prepare release data.xml-0.0.8
  • 9890590 remove unnecessary snapshot repo from pom - this is added by the sonatype sup...
  • 3645a81 Add CONTRIBUTING.md
  • 3917634 Fixed the indentation tests for JDK 1.8
  • fe489d9 Remove duplicate test-indent, collapsed defaults and defaults-2 tests
  • da594a2 DXML-21: Rename deftests so they all have unique names
  • ffd6957 Added support for emitting Booleans and Numbers (DXML-14)
  • 8f7e033 Update parent pom to 0.1.2
  • 94dcb54 Fix handling of cdata end tags (issue DXML-17)
  • e963a86 Added an EPL license file (DXml-19)
  • 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)

Bumps [data.xml](https://github.com/clojure/data.xml) from 0.0.7 to 0.0.8.
- [Release notes](https://github.com/clojure/data.xml/releases)
- [Changelog](https://github.com/clojure/data.xml/blob/master/CHANGES.md)
- [Commits](clojure/data.xml@data.xml-0.0.7...data.xml-0.0.8)

---
updated-dependencies:
- dependency-name: org.clojure:data.xml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 22, 2022
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