Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 1, 2025

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Type Update Change
fast-zip:fast-zip dependencies minor 0.4.0 -> 0.7.0

Release Notes

akhudek/fast-zip (fast-zip:fast-zip)

v0.7.0

  • Replace CLJX sources with CLJC (reader conditionals)
  • Update CLJ & CLJS dependencies (1.7.x)
  • Remove Piggieback & Austin dev dependencies

v0.6.1

  • Add ZipperOps deftype to minimize copying effort for new ZipperLocation instances

v0.6.0

  • Switch CLJ version to deftype implementation for further 2x speedup
  • Refactor project as CLJX setup (to avoid/minimize code duplication)
  • Update benchmark setup for both CLJ & CLJS, add benchmarks

v0.5.2

  • Bug fix for leftmost.

v0.5.1

  • Avoid redundant calls to up internally.

v0.5.0

Compare Source

  • ClojureScript support thanks to Joel Holdbrooks.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 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 added dependencies Pull requests that update a dependency file renovate labels Aug 1, 2025
@renovate renovate bot enabled auto-merge (squash) August 1, 2025 11:23
@renovate renovate bot added the renovate label Aug 1, 2025
@renovate renovate bot force-pushed the renovate/fast-zip-fast-zip-0.x branch 6 times, most recently from bb2c0df to 9c3fbb7 Compare August 7, 2025 18:06
@renovate renovate bot force-pushed the renovate/fast-zip-fast-zip-0.x branch 3 times, most recently from afeda05 to 78bbac2 Compare August 24, 2025 00:10
@renovate renovate bot changed the title chore(deps): update dependency fast-zip:fast-zip to v0.7.0 Update dependency fast-zip:fast-zip to v0.7.0 Aug 24, 2025
@renovate renovate bot force-pushed the renovate/fast-zip-fast-zip-0.x branch from 78bbac2 to 3ee3a28 Compare August 24, 2025 19:29
@renovate renovate bot changed the title Update dependency fast-zip:fast-zip to v0.7.0 chore(deps): update dependency fast-zip:fast-zip to v0.7.0 Aug 24, 2025
@renovate renovate bot force-pushed the renovate/fast-zip-fast-zip-0.x branch from 3ee3a28 to 6740d07 Compare August 24, 2025 19:34
@renovate renovate bot force-pushed the renovate/fast-zip-fast-zip-0.x branch from 6740d07 to ae21606 Compare September 9, 2025 21:32
@nmburgan
Copy link
Member

Breaks something and needs to be investigated

414370 [qtp1329273652-3446] DEBUG puppetlabs.puppetdb.middleware - Processing HTTP request to URI: '/pdb/query/v4/factsets'
414373 [qtp1329273652-3446] ERROR puppetlabs.puppetdb.middleware - #error {
 :cause class clojure.lang.PersistentVector cannot be cast to class clojure.lang.ISeq (clojure.lang.PersistentVector and clojure.lang.ISeq are in unnamed module of loader 'app')
 :via
 [{:type java.lang.ClassCastException
   :message class clojure.lang.PersistentVector cannot be cast to class clojure.lang.ISeq (clojure.lang.PersistentVector and clojure.lang.ISeq are in unnamed module of loader 'app')
   :at [fast_zip.core$down invokeStatic core.cljc 117]}]
 :trace
 [[fast_zip.core$down invokeStatic core.cljc 117]
  [fast_zip.core$down invoke core.cljc 108]
  [puppetlabs.puppetdb.zip.visit$visit invokeStatic visit.clj 71]
  [puppetlabs.puppetdb.zip.visit$visit invoke visit.clj 56]
  [puppetlabs.puppetdb.zip$pre_order_visit invokeStatic zip.clj 112]
  [puppetlabs.puppetdb.zip$pre_order_visit invoke zip.clj 107]
  [puppetlabs.puppetdb.query_eng.engine$push_down_context invokeStatic engine.clj 2944]
  [puppetlabs.puppetdb.query_eng.engine$push_down_context invoke engine.clj 2939]
  [puppetlabs.puppetdb.query_eng.engine$compile_query invokeStatic engine.clj 3369]
  [puppetlabs.puppetdb.query_eng.engine$compile_query invoke engine.clj 3347]
  [puppetlabs.puppetdb.query_eng.engine$compile_user_query__GT_sql invokeStatic engine.clj 3401]
  [puppetlabs.puppetdb.query_eng.engine$compile_user_query__GT_sql invoke engine.clj 3394]
  [puppetlabs.puppetdb.query_eng$regular_query__GT_sql invokeStatic query_eng.clj 168]
  [puppetlabs.puppetdb.query_eng$regular_query__GT_sql invoke query_eng.clj 125]
  [puppetlabs.puppetdb.query_eng$query__GT_sql invokeStatic query_eng.clj 192]
  [puppetlabs.puppetdb.query_eng$query__GT_sql invoke query_eng.clj 171]
  [puppetlabs.puppetdb.query_eng$body_stream$serialize_query_response__38691$fn__38694$fn__38711$fn__38712 invoke query_eng.clj 444]
  [clojure.java.jdbc$db_transaction_STAR_ invokeStatic jdbc.clj 807]
  [clojure.java.jdbc$db_transaction_STAR_ invoke jdbc.clj 776]
  [puppetlabs.puppetdb.query_eng$body_stream$serialize_query_response__38691$fn__38694$fn__38711 invoke query_eng.clj 441]
  [puppetlabs.puppetdb.query_eng$body_stream$serialize_query_response__38691$fn__38694 invoke query_eng.clj 440]
  [puppetlabs.puppetdb.query_eng$body_stream$serialize_query_response__38691 invoke query_eng.clj 434]
  [puppetlabs.puppetdb.query_eng$generated_stream$fn__38648 invoke query_eng.clj 341]
  [ring.util.io$piped_input_stream$fn__28287 invoke io.clj 28]
  [clojure.core$binding_conveyor_fn$fn__5823 invoke core.clj 2047]
  [clojure.lang.AFn call AFn.java 18]
  [java.util.concurrent.FutureTask run FutureTask.java 264]
  [java.util.concurrent.ThreadPoolExecutor runWorker ThreadPoolExecutor.java 1136]
  [java.util.concurrent.ThreadPoolExecutor$Worker run ThreadPoolExecutor.java 635]
  [java.lang.Thread run Thread.java 840]]}

@nmburgan nmburgan marked this pull request as draft September 10, 2025 19:35
auto-merge was automatically disabled September 10, 2025 19:35

Pull request was converted to draft

@renovate renovate bot force-pushed the renovate/fast-zip-fast-zip-0.x branch 3 times, most recently from b7b5c13 to 5bc8d16 Compare September 16, 2025 04:09
@renovate renovate bot force-pushed the renovate/fast-zip-fast-zip-0.x branch from 5bc8d16 to 7f63ace Compare September 19, 2025 22:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant