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.50.3 #172

Merged
merged 1 commit into from
Dec 11, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 3, 2024

This PR contains the following updates:

Package Type Update Change
cider/cider-nrepl cljs minor 0.38.1 -> 0.50.3

Release Notes

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

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 ...

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.

@mraveloarinjaka mraveloarinjaka merged commit 284cac5 into master Dec 11, 2024
3 checks passed
@mraveloarinjaka mraveloarinjaka deleted the renovate/cider-cider-nrepl-0.x branch December 11, 2024 16:11
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.

1 participant