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

Update dependency cider/cider-nrepl to v0.52.0 #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 23, 2023

This PR contains the following updates:

Package Type Update Change
cider/cider-nrepl repl minor 0.30.0 -> 0.52.0

Release Notes

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

v0.52.0

Compare Source

  • Bump orchard to 0.30.0.
    • #​911: Add support for automatically downloading sources JARs in info op.

v0.51.1

Compare Source

  • Bump orchard to 0.29.1.
  • #​910: Protect Orchard Java machinery initialization with a try/catch.

v0.51.0

Compare Source

  • Bump orchard to 0.29.0.
    • BREAKING: Drop support for Java sources parsing on JDK8.
    • Rework Java sources discovery.

v0.50.3

Compare Source

  • Bump orchard to 0.28.0.
  • #​885 (partial): Limited update to info op doc (arglists-str, file, line, column, name and ns return keys).

v0.50.2

Compare Source

  • #​900: Fix print middleware interfering with macroexpansion.

v0.50.1

Compare Source

v0.50.0

Compare Source

  • #​893: Replace clojure.tools.trace with orchard.trace.
  • #​894: Delegate actual macroexpansion to "eval" command in middleware.macroexpand.
  • Bump orchard to 0.27.1.
    • BREAKING: Remove special handling of Boot classpath.

v0.49.3

Compare Source

Changes
  • Bump compliment to 0.6.0.

v0.49.2

Compare Source

Changes

v0.49.1

Compare Source

Changes
  • #​883: Reduce minimal Clojure requirement to 1.10.0.

v0.49.0

Compare Source

Changes
  • #​877: inspect-refresh middleware is now capable of setting all config options that orchard.inspect supports.
  • #​877: Deprecate all inspect-set-* middleware ops.
  • #​879, #​880: Add inspect-toggle-view-mode op.
  • Bump orchard to 0.26.1

v0.48.0

Compare Source

Changes
  • #​868: Drop support for Clojure 1.9.
  • Refine ops-that-can-eval internals, adapting them to the new cider.nrepl.middleware.reload ops.
  • Bump nrepl to 1.1.1.
  • Bump compliment to 0.5.5.
  • Bump clj-reload to 0.6.0.
  • Bump tools.trace to 0.8.0 (no changes in source code).
  • Bump tools.reader to 1.4.1.
  • Bump orchard to 0.25.0.
    • Bring many improvements to CIDER Inspector (see Orchard CHANGELOG).
  • Add inspect-set-max-nested-depth op that customizes how many nested levels the Inspector will print before abridging.
  • #​826: Remove broken inspect-get-path middleware op, return path in every inspector middleware op instead.
  • Reduce the print length of values that CIDER debugger produces for overlay.
  • cider#3652 middleware.refresh: elide a lock for the "refresh-clear" op.

v0.47.1

Compare Source

Changes

v0.47.0

Compare Source

Changes

v0.46.0

Compare Source

New features
  • #​850: Add clj-reload functionality by implementing new cider.clj-reload/reload, cider.clj-reload/reload-all, cider.clj-reload/reload-clear ops.
    • These are drop-in replacements for refresh, refresh-all, refresh-clear.
Changes
  • Bump orchard to 0.23.0.
  • Bump logjam to 0.3.0.
  • #​851: middleware.info: offer new var-meta-allowlist option.

v0.45.0

Compare Source

Changes
  • Bump orchard to 0.22.0.
  • Bump logjam to 0.2.0.
  • Bump suitable to 0.6.2.
  • Bump compliment to 0.5.1.
  • #​842: Initial cache warmup: ensure that no classes' static initializers are run.
  • #​840: Drop support for Clojure 1.8.
  • Forcibly exit the JVM on older (unsupported) Clojure versions.
    • This can help users and maintainers alike diagnose issues more quickly, avoiding problematic code paths in our middleware, and clients like cider.el.

v0.44.0

Compare Source

New features
  • Add inspect-tap-indexed op.
Changes
  • middleware.inspect: warm up Orchard info for a value's class implemented interfaces in advance.
    • Can speed up navigation.

v0.43.3

Compare Source

Changes
  • Bump orchard to 0.20.0.
  • Bump haystack to 0.3.3.
    • Fixes a performance regression.

v0.43.2

Compare Source

v0.43.1

Compare Source

Changes
  • #​828: Warmup Orchard caches for compile-time exceptions in advance.
    • This is similar to a change introduced in 0.43.0, but for compile-time exceptions this time.
  • Bump suitable to 0.6.1.

v0.43.0

Compare Source

New features
Changes
  • #​830: Warmup Orchard caches for Java imported classes in advance.
    • Speculatively improves performance for the classes that users are more likely to use in a given project.
  • #​828: Warmup Orchard caches for exceptions in advance.
    • This noticeably improves the first-time performance of exception-related ops, e.g. analyze-last-stacktrace.
  • Bump orchard to 0.19.0.

v0.42.1

Compare Source

  • Bump suitable to 0.5.1.

v0.42.0

Compare Source

Changes
  • Bump orchard to 0.18.0.
  • Warmup Orchard (info, complete, eldoc) caches in advance.
    • Restores the first-time performance that had been lost for a few releases.

v0.41.0

Compare Source

New features
  • middleware.inspect: add new inspect-tap-current-value op.
  • middleware.inspect: add new inspect-previous-sibling, inspect-next-sibling ops.

v0.40.0

Compare Source

Changes
  • track-state: include var info for macros defined for ClojureScript namespaces.
    • e.g. for foo.cljs, now var info for any macros contained in foo.clj is also included.

v0.39.1

Compare Source

Changes
  • Bump compliment to 0.4.4.

v0.39.0

Compare Source

Changes
Bugs Fixed
  • info and eldoc ops: fix regression for the special form ...

v0.38.1

Compare Source

v0.38.0

Compare Source

Changes

v0.37.1

Compare Source

Bugs Fixed
  • middleware.track-state: handle non-existing .jar files that may be in the classpath.

v0.37.0

Compare Source

Changes
  • "ns-path" op: also include a :url attribute in the response.

v0.36.1

Compare Source

Changes
  • Bump compliment to 0.4.1.

v0.36.0

Compare Source

Changes
  • Bump haystack to 0.2.0.

v0.35.1

Compare Source

Changes
  • Bump haystack to 0.1.0.

v0.35.0

Compare Source

New features
  • Make the track-state middleware invokeable directly, by requesting the new "cider/get-state" op.
    • This makes it possible to access :changed-namespaces info on demand, which can be necessary for:
      • non-Piggieback based clojurescript repls
      • re-computing the ns info responding to external (non-nREPL triggered) events.
Changes
  • #​796: fn-refs and fn-deps middleware: add new :file-url field.
    • these are absolute and prefixed by file: or file:jar:, whenever possible.
  • fn-refs and fn-deps middleware: sort the results by file, line and column.
  • Bump orchard to 1.4.2.

v0.34.0

Compare Source

v0.32.0

Compare Source

New features
  • #​773 Add middleware to capture, debug, inspect and view log events emitted by Java logging frameworks.
  • #​755 middleware.test: now timing information is returned at var and ns level under the :ms/:humanized keys.
  • middleware.test: only include :diff data when the expected/actual mismatch is deemed diffable.
    • i.e., maps, sets and sequences are diffable, scalar values are not.
  • #​709 middleware.test: offer fail-fast functionality.
Changes
  • Bump orchard to 0.13.0.
  • Bump compliment to 0.4.0.
  • The track-state middleware now returns accurate metadata for cljs requests.

v0.31.0

Compare Source

Changes
  • Bump cljfmt to 0.9.2.
  • Bump puget to 1.3.4.
  • Bump compliment to 0.3.16.
  • #​769: Introduce new #break! and #dbg! reader macros for breaking on exception
  • #​772: Improve debugger heuristics on "interesting" breakpoints (Always break on forms tagged with #break, including vectors and maps)
  • The wrap-debug middleware now adds an optional :caught-msg key to the eval op response, containing the exception message when caught by the debugger.

Configuration

📅 Schedule: 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 changed the title Update dependency cider/cider-nrepl to v0.31.0 Update dependency cider/cider-nrepl to v0.32.0 Jul 26, 2023
@renovate renovate bot force-pushed the renovate/cider-cider-nrepl-0.x branch from 1a58b1b to eee2dac Compare July 26, 2023 14:28
@renovate renovate bot changed the title Update dependency cider/cider-nrepl to v0.32.0 Update dependency cider/cider-nrepl to v0.34.0 Aug 3, 2023
@renovate renovate bot force-pushed the renovate/cider-cider-nrepl-0.x branch from eee2dac to 0ebcba3 Compare August 3, 2023 22:31
@renovate renovate bot changed the title Update dependency cider/cider-nrepl to v0.34.0 Update dependency cider/cider-nrepl to v0.35.0 Aug 9, 2023
@renovate renovate bot force-pushed the renovate/cider-cider-nrepl-0.x branch from 0ebcba3 to adf88ae Compare August 9, 2023 11:50
@renovate renovate bot force-pushed the renovate/cider-cider-nrepl-0.x branch from adf88ae to f08d08c Compare August 18, 2023 14:25
@renovate renovate bot changed the title Update dependency cider/cider-nrepl to v0.35.0 Update dependency cider/cider-nrepl to v0.35.1 Aug 18, 2023
@renovate renovate bot changed the title Update dependency cider/cider-nrepl to v0.35.1 Update dependency cider/cider-nrepl to v0.36.0 Aug 21, 2023
@renovate renovate bot force-pushed the renovate/cider-cider-nrepl-0.x branch from f08d08c to fdc910d Compare August 21, 2023 14:32
@renovate renovate bot changed the title Update dependency cider/cider-nrepl to v0.36.0 Update dependency cider/cider-nrepl to v0.36.1 Aug 23, 2023
@renovate renovate bot force-pushed the renovate/cider-cider-nrepl-0.x branch from fdc910d to 5f0201e Compare August 23, 2023 18:08
@renovate renovate bot changed the title Update dependency cider/cider-nrepl to v0.36.1 Update dependency cider/cider-nrepl to v0.37.0 Aug 27, 2023
@renovate renovate bot force-pushed the renovate/cider-cider-nrepl-0.x branch from 5f0201e to fb6fa32 Compare August 27, 2023 19:58
@renovate renovate bot changed the title Update dependency cider/cider-nrepl to v0.37.0 Update dependency cider/cider-nrepl to v0.37.1 Sep 8, 2023
@renovate renovate bot force-pushed the renovate/cider-cider-nrepl-0.x branch from fb6fa32 to f79a86e Compare September 8, 2023 23:14
@renovate renovate bot changed the title Update dependency cider/cider-nrepl to v0.37.1 Update dependency cider/cider-nrepl to v0.38.0 Sep 21, 2023
@renovate renovate bot force-pushed the renovate/cider-cider-nrepl-0.x branch from f79a86e to e863567 Compare September 21, 2023 09:53
@renovate renovate bot changed the title Update dependency cider/cider-nrepl to v0.38.0 Update dependency cider/cider-nrepl to v0.38.1 Sep 21, 2023
@renovate renovate bot force-pushed the renovate/cider-cider-nrepl-0.x branch from e863567 to 79eb0eb Compare September 21, 2023 22:49
@renovate renovate bot changed the title Update dependency cider/cider-nrepl to v0.38.1 Update dependency cider/cider-nrepl to v0.39.0 Oct 5, 2023
@renovate renovate bot force-pushed the renovate/cider-cider-nrepl-0.x branch from 79eb0eb to 38a84a4 Compare October 5, 2023 19:22
@renovate renovate bot changed the title Update dependency cider/cider-nrepl to v0.39.0 Update dependency cider/cider-nrepl to v0.39.1 Oct 12, 2023
@renovate renovate bot force-pushed the renovate/cider-cider-nrepl-0.x branch from 38a84a4 to cf52239 Compare October 12, 2023 00:10
@renovate renovate bot changed the title Update dependency cider/cider-nrepl to v0.39.1 Update dependency cider/cider-nrepl to v0.40.0 Oct 15, 2023
@renovate renovate bot force-pushed the renovate/cider-cider-nrepl-0.x branch from cf52239 to 1492b0d Compare October 15, 2023 17:17
@renovate renovate bot force-pushed the renovate/cider-cider-nrepl-0.x branch from 1492b0d to 3b828ff Compare October 24, 2023 14:16
@renovate renovate bot changed the title Update dependency cider/cider-nrepl to v0.40.0 Update dependency cider/cider-nrepl to v0.41.0 Oct 24, 2023
@renovate renovate bot force-pushed the renovate/cider-cider-nrepl-0.x branch from 3b828ff to d50eb83 Compare October 30, 2023 19:34
@renovate renovate bot changed the title Update dependency cider/cider-nrepl to v0.41.0 Update dependency cider/cider-nrepl to v0.42.0 Oct 30, 2023
@renovate renovate bot changed the title Update dependency cider/cider-nrepl to v0.47.1 Update dependency cider/cider-nrepl to v0.48.0 May 14, 2024
@renovate renovate bot force-pushed the renovate/cider-cider-nrepl-0.x branch from dbd8e99 to 9cf19b1 Compare June 2, 2024 12:28
@renovate renovate bot changed the title Update dependency cider/cider-nrepl to v0.48.0 Update dependency cider/cider-nrepl to v0.49.0 Jun 2, 2024
@renovate renovate bot changed the title Update dependency cider/cider-nrepl to v0.49.0 Update dependency cider/cider-nrepl to v0.49.1 Jun 30, 2024
@renovate renovate bot force-pushed the renovate/cider-cider-nrepl-0.x branch from 9cf19b1 to 26d24f6 Compare June 30, 2024 15:26
@renovate renovate bot force-pushed the renovate/cider-cider-nrepl-0.x branch from 26d24f6 to 583ba7e Compare July 19, 2024 22:47
@renovate renovate bot changed the title Update dependency cider/cider-nrepl to v0.49.1 Update dependency cider/cider-nrepl to v0.49.2 Jul 19, 2024
@renovate renovate bot force-pushed the renovate/cider-cider-nrepl-0.x branch from 583ba7e to 59c4e9c Compare August 13, 2024 19:16
@renovate renovate bot changed the title Update dependency cider/cider-nrepl to v0.49.2 Update dependency cider/cider-nrepl to v0.49.3 Aug 13, 2024
@renovate renovate bot force-pushed the renovate/cider-cider-nrepl-0.x branch from 59c4e9c to b7aea4d Compare August 27, 2024 22:21
@renovate renovate bot changed the title Update dependency cider/cider-nrepl to v0.49.3 Update dependency cider/cider-nrepl to v0.50.0 Aug 27, 2024
@renovate renovate bot force-pushed the renovate/cider-cider-nrepl-0.x branch from b7aea4d to 5d930b2 Compare August 28, 2024 12:12
@renovate renovate bot changed the title Update dependency cider/cider-nrepl to v0.50.0 Update dependency cider/cider-nrepl to v0.50.1 Aug 28, 2024
@renovate renovate bot force-pushed the renovate/cider-cider-nrepl-0.x branch from 5d930b2 to 1b71cd9 Compare September 3, 2024 13:42
@renovate renovate bot changed the title Update dependency cider/cider-nrepl to v0.50.1 Update dependency cider/cider-nrepl to v0.50.2 Sep 3, 2024
@renovate renovate bot force-pushed the renovate/cider-cider-nrepl-0.x branch from 1b71cd9 to 1182fc7 Compare December 3, 2024 08:19
@renovate renovate bot changed the title Update dependency cider/cider-nrepl to v0.50.2 Update dependency cider/cider-nrepl to v0.50.3 Dec 3, 2024
@renovate renovate bot force-pushed the renovate/cider-cider-nrepl-0.x branch from 1182fc7 to 2350684 Compare January 1, 2025 21:43
@renovate renovate bot changed the title Update dependency cider/cider-nrepl to v0.50.3 Update dependency cider/cider-nrepl to v0.51.0 Jan 1, 2025
@renovate renovate bot force-pushed the renovate/cider-cider-nrepl-0.x branch from 2350684 to 8ebe667 Compare January 3, 2025 11:21
@renovate renovate bot changed the title Update dependency cider/cider-nrepl to v0.51.0 Update dependency cider/cider-nrepl to v0.51.1 Jan 3, 2025
@renovate renovate bot force-pushed the renovate/cider-cider-nrepl-0.x branch from 8ebe667 to 49236af Compare January 10, 2025 18:46
@renovate renovate bot changed the title Update dependency cider/cider-nrepl to v0.51.1 Update dependency cider/cider-nrepl to v0.52.0 Jan 10, 2025
@renovate renovate bot changed the title Update dependency cider/cider-nrepl to v0.52.0 Update dependency cider/cider-nrepl to v0.52.0 - autoclosed Jan 17, 2025
@renovate renovate bot closed this Jan 17, 2025
@renovate renovate bot deleted the renovate/cider-cider-nrepl-0.x branch January 17, 2025 04:18
@renovate renovate bot changed the title Update dependency cider/cider-nrepl to v0.52.0 - autoclosed Update dependency cider/cider-nrepl to v0.52.0 Jan 19, 2025
@renovate renovate bot reopened this Jan 19, 2025
@renovate renovate bot force-pushed the renovate/cider-cider-nrepl-0.x branch from 8339c1f to 49236af Compare January 19, 2025 09:44
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