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.38.1 #69

Merged
merged 1 commit into from
Sep 24, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 23, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

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 has been generated by Mend Renovate. View repository job log here.

@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 b8345f6 to 8be9dc3 Compare July 26, 2023 14:26
@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 8be9dc3 to 5285228 Compare August 3, 2023 21:33
@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 5285228 to eb48b57 Compare August 9, 2023 15:48
@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 force-pushed the renovate/cider-cider-nrepl-0.x branch from eb48b57 to 5f9fb63 Compare August 18, 2023 16:15
@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 5f9fb63 to d74eb53 Compare August 21, 2023 17:13
@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 d74eb53 to 61684df Compare August 23, 2023 17:13
@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 61684df to d4b91cc Compare August 27, 2023 20:28
@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 d4b91cc to c81ddc2 Compare September 8, 2023 22:50
@renovate renovate bot force-pushed the renovate/cider-cider-nrepl-0.x branch from c81ddc2 to bfef433 Compare September 24, 2023 14:22
@renovate renovate bot changed the title Update dependency cider/cider-nrepl to v0.37.1 Update dependency cider/cider-nrepl to v0.38.1 Sep 24, 2023
@renovate renovate bot force-pushed the renovate/cider-cider-nrepl-0.x branch 3 times, most recently from b6fe83a to a0eea5c Compare September 24, 2023 16:08
@renovate renovate bot force-pushed the renovate/cider-cider-nrepl-0.x branch from a0eea5c to fee7a34 Compare September 24, 2023 16:22
@mraveloarinjaka mraveloarinjaka merged commit 4a267ba into master Sep 24, 2023
3 checks passed
@mraveloarinjaka mraveloarinjaka deleted the renovate/cider-cider-nrepl-0.x branch September 24, 2023 16:24
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