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.clojure:tools.reader from 1.3.3 to 1.3.6 #13

Merged

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 2, 2023

Bumps org.clojure:tools.reader from 1.3.3 to 1.3.6.

Changelog

Sourced from org.clojure:tools.reader's changelog.

Changelog

  • Release 1.3.6 on 13 Jul 2021
    • Add loc info to namespaced map literals (#TRDR-67)
    • Fix inconsistent spacing and typos in error messages (#TRDR-66)
  • Release 1.3.5 on 3 Feb 2021
    • Fix confusing error message for malformed keywords (#TRDR-64)
  • Release 1.3.4 on 14 Nov 2020
    • Fix double unread when reading from a java.io.PushbackReader (#TRDR-63)
  • Release 1.3.3 on 9 Aug 2020
    • Fix tagged literals returning non truthy values in EDN reader (#TRDR-62)
    • Refer to cljs.tools.reader instead of clojure.tools.reader in docstrings (#TRDR-56)
  • Release 1.3.2 on 26 Oct 2018
    • Fix bad arities for read+string
  • Release 1.3.1 on 22 Oct 2018
    • Changes to read+string 2-arity to match new clojure arity (#CLJ-2358)
    • Fix buffer overflow when reading files with consecutive carriage returns (#TRDR-54)
  • Release 1.3.0 on 5 Jul 2018
    • Fix private var warning in cljs impl
  • Release 1.3.0-alpha3 on 25 Feb 2018
    • Improve memory footprint of source-logging-pushback-reader
    • Trim output of read+string to match clojure impl
    • Workaround for bad read+string 2-arity
  • Release 1.3.0-alpha2 on 25 Feb 2018
    • Reduce memory footprint of source-logging-pushback-reader by cleaning up buffer after use
    • Exclude read+string from import to remove warning when using clojure 1.9.0
  • Release 1.3.0-alpha1 on 24 Feb 2018
    • Implement read+string
    • Attach metadata to all IObjs instead of requiring IMeta
  • Release 1.2.2 on 18 Feb 2018
    • Exclude reader-conditional and tagged-literal import to remove warning when using newer versions of clojure
  • Release 1.2.1 on 25 Jan 2018
    • Fix potential stack overflow introduced by previous release
  • Release 1.2.0 on 25 Jan 2018
    • Fixed wrong recurson point in read, that caused source logging issues
  • Release 1.1.3.1 on 19 Jan 2017
    • Fix malformed error message for cljs reader (#TRDR-51)
  • Release 1.1.2 on 17 Jan 2017
    • Fixed cljs edn reader wrt unicode limits (#TRDR-50)
  • Release 1.1.1 on 07 Nov 2017
    • Fix typo in cljs inspector (#TRDR-46)
    • Fix typo in octal string validation (#TRDR-47)
  • Release 1.1.0 on 09 Sept 2017
    • Remove +-Inf/NaN experimental feature
    • Add support for ##Inf ##-Inf and ##NaN (#CLJ-1074)
  • Release 1.0.6 on 29 Aug 2017
    • Disallow non-aliases after ::
  • Release 1.0.5 on 03 Aug 2017
    • Syntax-quote delegates Foo. symbols to resolve-symbol, cljs needs to resolve namespaces while clj classes

... (truncated)

Commits
  • fb185af [maven-release-plugin] prepare release v1.3.6
  • 6bc1352 TRDR-67: add loc info to namespaced map literals
  • 145b114 update parent pom version to latest
  • d721510 update old links
  • 0b984f9 TRDR-66: Inconsistent spacing in error messages + small typos
  • d4d1326 [maven-release-plugin] prepare for next development iteration
  • 55c151f [maven-release-plugin] prepare release tools.reader-1.3.5
  • c234f74 TRDR-64: fix confusing error message for malformed keywords
  • 3e829d7 update to latest parent pom and use clojure.version property
  • 99c627f update readme, changelog
  • 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.clojure:tools.reader](https://github.com/clojure/tools.reader) from 1.3.3 to 1.3.6.
- [Changelog](https://github.com/clojure/tools.reader/blob/master/CHANGELOG.md)
- [Commits](clojure/tools.reader@tools.reader-1.3.3...v1.3.6)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 2, 2023
@cooljeanius cooljeanius merged commit 4d05fd1 into master Oct 3, 2023
@dependabot dependabot bot deleted the dependabot/maven/org.clojure-tools.reader-1.3.6 branch October 3, 2023 00:15
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant