Skip to content

chore(deps): update clojure deps.edn#23

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/clj-deps-edn
Open

chore(deps): update clojure deps.edn#23
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/clj-deps-edn

Conversation

@renovate

@renovate renovate Bot commented Mar 2, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change OpenSSF
cheshire/cheshire find-deps minor 6.1.06.2.0 OpenSSF Scorecard
cider/cider-nrepl minor 0.58.00.59.0 OpenSSF Scorecard
nrepl/nrepl (source) minor 1.5.21.7.0 OpenSSF Scorecard
org.clojure/core.async find-deps minor 1.8.7411.9.865 OpenSSF Scorecard
refactor-nrepl/refactor-nrepl minor 3.11.03.13.0 OpenSSF Scorecard

Release Notes

dakrone/cheshire (cheshire/cheshire)

v6.2.0

Compare Source

clojure-emacs/cider-nrepl (cider/cider-nrepl)

v0.59.0

Compare Source

  • Bump nrepl to 1.7.0.
  • Bump tools.reader to 1.6.0.
  • Bump tools.namespace to 1.5.1.
  • Bump orchard to 0.41.0.
  • #​959: Stop shading Compliment and clj-reload.
  • #​710: Make namespaced ops (e.g., cider/complete) the default and keep the old names as deprecated aliases.
  • #​965: Stop losing quotes in matcher-combinators test output.
  • #​972: Stop relying on tools.reader functions in our code.
  • #​971: Middleware: refactor how piggieback dependencies are established.
nrepl/nrepl (nrepl/nrepl)

v1.7.0

Compare Source

Changes
  • #​426: (Breaking) Raise minimal supported Clojure version to 1.9.
Bugs fixed
  • #​302: Use the actual bind address in the server startup message instead of resolving via .getHostName (which returns localhost and breaks IPv6-only clients).
  • #​432: Fix CallbackBufferedOutputStream corrupting multi-byte UTF-8 characters at buffer boundary.

v1.6.0

Compare Source

New features
  • #​402: Add ^:concat metadata support for config merging.
  • #​415: Gracefully handle missing middleware via the ^:optional metadata.
Changes
  • #​408: Refactor stdin middleware.
  • #​409: Refactor handler construction and middleware application.
  • #​412: Deprecated: automatic inclusion of middleware references by :requires/:expects into the resulting handler. This behavior still works but will produce an error in the future. It is thus recommended to include all necessary middleware into the list passed to nrepl.server/default-handler.
  • #​416: Load nrepl.ack conditionally.
Bugs fixed
  • #​410: Middleware: deduplicate middleware when constructing a handler.
  • #​421: Fix EDN transport with Unix domain sockets.
  • #​422: Fix load-file sending nil message for empty/comment-only files.
  • Fix err-exit throwing a string instead of an Exception.
clojure/core.async (org.clojure/core.async)

v1.9.865

Compare Source

clojure-emacs/refactor-nrepl (refactor-nrepl/refactor-nrepl)

v3.13.0

Compare Source

  • Register every nREPL op under both its bare name and a refactor/-prefixed name (e.g. refactor/clean-ns, refactor/find-symbol). The bare names continue to work but are deprecated and will be removed in a future major release. Mirrors the convention used by cider-nrepl.
  • Fix referred-syms-by-file&fullname (used by find-symbol) leaking parse exceptions out of its pmap when a source directory contained an unparseable file (e.g. an empty placeholder or data_readers.clj). The two other call sites already wrapped via with-suppressed-errors; this aligns the third.
  • Bump cider-nrepl (provided/test dependency) 0.55.7 → 0.59.0. The piggieback wiring previously delegated to cider.nrepl.middleware.util.cljs/requires-piggieback, which became a deprecated no-op in 0.59; that wiring is now inlined inside refactor-nrepl.middleware.
  • Bump nrepl 1.6.0 → 1.7.0.
  • Bump orchard 0.39.0 → 0.41.0.
  • Bump rewrite-clj 1.2.52 → 1.2.54.
  • Bump clojure (matrix's :1.12 cell) 1.12.0 → 1.12.5.
  • Bump core.async (test) 1.6.673 → 1.9.865.
  • Bump commons-io (test) 2.20.0 → 2.22.0.
  • Bump piggieback (test) 0.6.0 → 0.6.1.
  • Bump leiningen-core (test) 2.11.2 → 2.12.0.
  • Bump eastwood (lint) 1.4.0 → 1.4.3.
  • Bump clj-kondo (lint) 2022.06.22 → 2026.04.15 and jackson-core (lint) 2.13.3 → 2.21.3.
  • Bump error_prone_annotations (pedantic-only) 2.20.0 → 2.49.0.
  • Bump actions/checkout v4 → v6 in the GitHub Release workflow.

v3.12.0

Compare Source

  • #​380: Mark internal helper namespaces with ^:no-doc so cljdoc surfaces only the public API (the namespaces backing nREPL ops plus a few user-facing helpers like ns.libspec-allowlist and ns.pprint).
  • #​347: Add regression test covering AST building for namespaces that set! *warn-on-reflection*/*unchecked-math*. The original failure no longer reproduces with the current tools.analyzer.jvm.
  • #​415: Remove Compliment dependency.
  • #​231: Restore hotload-dependency on top of clojure.tools.deps. Also accepts deps.edn-style map literals in addition to Leiningen vectors.
  • #​408: suggest-libspecs no longer wraps clojure.math (and other ClojureScript auto-aliased namespaces like clojure.pprint, clojure.repl) in a :clj reader conditional inside .cljc files.
  • #​405: Warm the available-classes cache in the background, reducing first-request latency for resolve-missing.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/clj-deps-edn branch from cb26fc7 to bc08090 Compare March 19, 2026 20:40
@renovate renovate Bot changed the title chore(deps): update dependency nrepl/nrepl to v1.6.0 chore(deps): update clojure deps.edn Mar 19, 2026
@renovate renovate Bot force-pushed the renovate/clj-deps-edn branch from bc08090 to 5bc71e4 Compare March 20, 2026 00:38
@renovate renovate Bot force-pushed the renovate/clj-deps-edn branch 2 times, most recently from fcbefc3 to d28ead3 Compare April 14, 2026 17:05
@renovate renovate Bot force-pushed the renovate/clj-deps-edn branch from d28ead3 to b8530e7 Compare May 12, 2026 03:51
@renovate renovate Bot force-pushed the renovate/clj-deps-edn branch from b8530e7 to ce17c9c Compare May 21, 2026 23:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants