branch: elpa/cider
commit 7aaf9ad906c33866b3314acbf51376b5a2aca9dc
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>

    Bump the injected piggieback to 0.7.0
---
 CHANGELOG.md          | 2 +-
 lisp/cider-jack-in.el | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 93bae35833..e348998241 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -82,7 +82,7 @@
 ### Changes
 
 - [#4081](https://github.com/clojure-emacs/cider/pull/4081): Remove the 
long-obsolete (no-op since 1.18) `cider-stacktrace-analyze-at-point` and 
`cider-stacktrace-analyze-in-region` commands.
-- Bump the injected `cider-nrepl` to 0.62.0, which carries the hardened 
content-type/slurp middleware backing the rich-content revival below (and no 
longer double-sends `value` alongside content-typed responses).
+- Bump the injected `cider-nrepl` to 0.62.0 (and `piggieback` to 0.7.0), which 
carries the hardened content-type/slurp middleware backing the rich-content 
revival below (and no longer double-sends `value` alongside content-typed 
responses).
 - Enable rich content in the REPL by default (`cider-repl-use-content-types` 
is now t): image results render inline, and results naming external content 
(files, URLs) render a `[show content]` button that fetches and renders it on 
demand. The automatic fetching that got the feature disabled back in 0.25 
([#2825](https://github.com/clojure-emacs/cider/issues/2825)) is gone - nothing 
is transferred until the button is pressed - and the server side is hardened in 
`cider-nrepl` 0.62 (URL-sch [...]
 - Rename `cider-log-buffer-clear-p` to `cider-log-buffer-has-content-p` - the 
old name read as the opposite of its behavior; it remains as an obsolete alias.
 - Bump the default `cider-repl-history-size` from 500 to 5000.
diff --git a/lisp/cider-jack-in.el b/lisp/cider-jack-in.el
index eca95a644a..839d9e1e79 100644
--- a/lisp/cider-jack-in.el
+++ b/lisp/cider-jack-in.el
@@ -322,7 +322,7 @@ your version of Leiningen is bundling an older one."
   "List of dependencies where elements are lists of artifact name and version.
 Added to `cider-jack-in-dependencies' when doing `cider-jack-in-cljs'.")
 (put 'cider-jack-in-cljs-dependencies 'risky-local-variable t)
-(cider-add-to-alist 'cider-jack-in-cljs-dependencies "cider/piggieback" 
"0.6.2")
+(cider-add-to-alist 'cider-jack-in-cljs-dependencies "cider/piggieback" 
"0.7.0")
 
 (defvar cider-jack-in-dependencies-exclusions nil
   "List of exclusions for jack in dependencies.

Reply via email to