cooljeanius / clojurescript

Clojure to JS compiler
Eclipse Public License 1.0
2 stars 0 forks source link

Bump org.clojure:tools.reader from 1.4.2 to 1.5.0 #51

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps org.clojure:tools.reader from 1.4.2 to 1.5.0.

Changelog

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

Changelog

  • Release 1.5.0 on 18 August 2024
    • Support clojure 1.12 param-tags metadata (#TRDR-70)
    • Support Clojure 1.12 array class notation refinement (#TRDR-73)
  • Release 1.4.2 on 18 April 2024
    • Fixed namespaced map support for clojurescript
  • Release 1.4.1 on 12 March 2024
    • Add type hints to suppress reflection warnings introduced in 1.3.7
  • Release 1.4.0 on 19 Feb 2024
    • Update parent pom and Clojure dep versions to 1.9.0
  • Release 1.3.7 on 9 Nov 2023
    • Reset source-logging-reader's buffer like in Clojure (#TRDR-69)
    • Respect forms :line and :column meta when provided
    • source-logging-push-back-reader throws StringIndexOutOfBoundsException reading multiline form (#TRDR-71)
  • 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

... (truncated)

Commits
  • c0632a3 [maven-release-plugin] prepare release v1.5.0
  • 0f7b0ba Update changelog for 1.5.0
  • 31adc06 TRDR-73 Restrict Clojure symbols for array class notation
  • 16d9be2 Updated metadata processing to support param-tags in 1.12
  • 0d3a7cd Update CHANGELOG.md
  • 01f7cf6 Update README.md
  • 3e58420 [maven-release-plugin] prepare for next development iteration
  • See full diff 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 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)