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.2 #90

Closed
wants to merge 239 commits into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 5, 2023

This PR contains the following updates:

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

Release Notes

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

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 and others added 30 commits September 21, 2018 21:18
                attributes provider since goog.events.EventType keys
                are renamed in advanced compilation
[FIX] (hoplon): pass directly the name of the event when using google
@renovate renovate bot force-pushed the renovate/cider-cider-nrepl-0.x branch from ef54c07 to 2382917 Compare August 13, 2024 18:33
@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 2382917 to 7fbfc0f Compare August 27, 2024 22:58
@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 7fbfc0f to 6e2bd8e Compare August 28, 2024 11:06
@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 6e2bd8e to a8ae467 Compare September 3, 2024 17:02
@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 changed the title Update dependency cider/cider-nrepl to v0.50.2 Update dependency cider/cider-nrepl to v0.50.2 - autoclosed Oct 24, 2024
@renovate renovate bot closed this Oct 24, 2024
@renovate renovate bot deleted the renovate/cider-cider-nrepl-0.x branch October 24, 2024 04:52
@renovate renovate bot changed the title Update dependency cider/cider-nrepl to v0.50.2 - autoclosed Update dependency cider/cider-nrepl to v0.50.2 Oct 24, 2024
@renovate renovate bot reopened this Oct 24, 2024
@renovate renovate bot restored the renovate/cider-cider-nrepl-0.x branch October 24, 2024 08:30
@renovate renovate bot force-pushed the renovate/cider-cider-nrepl-0.x branch from a8ae467 to 7e641ce Compare October 24, 2024 08:30
@mraveloarinjaka mraveloarinjaka deleted the renovate/cider-cider-nrepl-0.x branch November 21, 2024 04:24
Copy link
Contributor Author

renovate bot commented Nov 21, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (0.50.2). 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.

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