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

fix(deps): update dependency cider:cider-nrepl to v0.50.2 #204

Merged
merged 1 commit into from
Sep 25, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 23, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
cider:cider-nrepl dependencies minor 0.31.0 -> 0.50.2 age adoption passing confidence
cider:cider-nrepl test minor 0.31.0 -> 0.50.2 age adoption passing confidence

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

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.

Configuration

📅 Schedule: Branch creation - "after 11am and before 8pm every weekday" in timezone America/Chicago, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

| datasource | package           | from   | to     |
| ---------- | ----------------- | ------ | ------ |
| clojure    | cider:cider-nrepl | 0.31.0 | 0.50.2 |
| maven      | cider:cider-nrepl | 0.31.0 | 0.50.2 |
@renovate renovate bot requested a review from a team as a code owner September 23, 2024 18:09
@renovate renovate bot added automated This was created by a bot dependencies Updates to application dependency files labels Sep 23, 2024
@renovate renovate bot requested a review from nnichols September 23, 2024 18:09
@WallBrewBot WallBrewBot added the clojure Clojure source code label Sep 23, 2024
@renovate renovate bot merged commit ff24e85 into master Sep 25, 2024
18 checks passed
@renovate renovate bot deleted the dependencies/cider-cider-nrepl-0.x branch September 25, 2024 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automated This was created by a bot clojure Clojure source code dependencies Updates to application dependency files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants