Skip to content

Update dependency cider/cider-nrepl to v0.62.0#3831

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/cider-cider-nrepl-0.x
Closed

Update dependency cider/cider-nrepl to v0.62.0#3831
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/cider-cider-nrepl-0.x

Conversation

@renovate

@renovate renovate Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
cider/cider-nrepl emacs-repl minor 0.61.00.62.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v0.62.0

Compare Source

  • Bump orchard to 0.44.0 (inspector: the Datafy section is gone, ARef contents render fully, and wide columns are truncated in table mode).
  • [debug] Abort a debug session via nREPL's interrupt-stop instead of the deprecated Thread.stop, so quitting the debugger keeps working on JDKs where Thread.stop was removed.
  • Drop value from responses the content-type middleware decorates: the requester opted in to content types and renders the body instead, and clients that naively rendered both slots used to show results twice. Responses the middleware leaves alone (unrecognized types, non-fetchable URI schemes) keep their value as before.
  • Harden the rich-content middleware (#​2825 in CIDER): only file:/http:/https: URIs and URLs are annotated as fetchable content (a mailto: URI no longer triggers a slurp attempt), cider/slurp reads at most 4MB (configurable via cider.nrepl.middleware.slurp/*max-content-size*) with buffered IO and connect/read timeouts instead of an unbounded byte-at-a-time loop, and a failed fetch replies with a plain-text explanation instead of crashing the nREPL handler.
  • #​1015: Document the response keys several ops actually return but didn't list in their descriptor (cider/info, cider/refresh, the test ops, the stacktrace ops, cider/undef, cider/profile-summary, and others), and fix cider.clj-reload/reload-all documenting the wrong return key. Adds a make descriptor-contract check that keeps the descriptors honest.
  • Simplify the deferred middleware-loading machinery to use requiring-resolve (which already serializes the require that the old hand-rolled lock guarded), removing the internal delayed-handlers, require-lock, and run-deferred-handler vars. No change in boot time or behavior.
  • #​980: Migrate the build from Leiningen to tools.deps (the source-shading of cljfmt/tools.namespace/tools.reader is now driven by mranderson's Leiningen-free inline-deps entry point).

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 added the dependencies Pull requests that update a dependency file label Jul 8, 2026
@renovate renovate Bot requested a review from alexanderkiel as a code owner July 8, 2026 18:16
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jul 8, 2026
@codecov

codecov Bot commented Jul 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.21%. Comparing base (48c30f8) to head (aa4da4b).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #3831   +/-   ##
=======================================
  Coverage   96.21%   96.21%           
=======================================
  Files         422      422           
  Lines       26350    26350           
  Branches      642      638    -4     
=======================================
+ Hits        25352    25353    +1     
  Misses        474      474           
+ Partials      524      523    -1     

see 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@alexanderkiel

Copy link
Copy Markdown
Member

Will not update every second day.

@renovate

renovate Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (0.62.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate Bot deleted the renovate/cider-cider-nrepl-0.x branch July 8, 2026 20:00
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