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 engines to v2.25.0-9.de005f74e95623a80a9912ba883fd105fcac5fda #7435

Merged
merged 1 commit into from Jun 3, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 3, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@​prisma/engines 2.25.0-6.54f085fd8a8bc6f28dc0d3e3d6e303c5111318d2 -> 2.25.0-9.de005f74e95623a80a9912ba883fd105fcac5fda age adoption passing confidence
@​prisma/engines-version 2.25.0-6.54f085fd8a8bc6f28dc0d3e3d6e303c5111318d2 -> 2.25.0-9.de005f74e95623a80a9912ba883fd105fcac5fda age adoption passing confidence

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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 has been generated by WhiteSource Renovate. View repository job log here.

@Jolg42
Copy link
Member

Jolg42 commented Jun 3, 2021

@williamluke4 Seems something is broken in napi only 🤔
https://github.com/prisma/prisma/pull/7435/checks?check_run_id=2736677151#step:8:1275

FAIL src/__tests__/integration/happy/disconnect-race/test.ts
  ✕ disconnect-race (983 ms)

  ● disconnect-race


    Invalid `prisma.user.findMany()` invocation in
    /home/runner/work/prisma/prisma/src/packages/client/src/__tests__/integration/happy/disconnect-race/test.ts:9:31

       6 
       7 await prisma.user.findMany()
       8 prisma.$disconnect()
    →  9 const a = await prisma.user.findMany(
      Engine is not yet connected.
       0: user_facing_errors::Error::new_non_panic_with_current_backtrace
       1: query_engine_napi::error::<impl core::convert::From<query_engine_napi::error::ApiError> for user_facing_errors::Error>::from
       2: query_engine_napi::error::<impl core::convert::From<query_engine_napi::error::ApiError> for napi::error::Error>::from
       3: <core::future::from_generator::GenFuture<T> as core::future::future::Future>::poll
       4: tokio::runtime::task::core::CoreStage<T>::poll
       5: <std::panic::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
       6: tokio::runtime::task::harness::poll_future
       7: tokio::runtime::task::harness::Harness<T,S>::poll
       8: std::thread::local::LocalKey<T>::with
       9: tokio::runtime::thread_pool::worker::Context::run_task
      10: tokio::runtime::thread_pool::worker::Context::run
      11: tokio::macros::scoped_tls::ScopedKey<T>::set
      12: tokio::runtime::thread_pool::worker::run
      13: tokio::loom::std::unsafe_cell::UnsafeCell<T>::with_mut
      14: <std::panic::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
      15: tokio::runtime::task::harness::Harness<T,S>::poll
      16: tokio::runtime::blocking::pool::Inner::run
      17: std::sys_common::backtrace::__rust_begin_short_backtrace
      18: core::ops::function::FnOnce::call_once{{vtable.shim}}
      19: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once

      at ../../../../../../../../rustc/2fd73fabe469357a12c2c974c140f67e7cdd76d0/library/alloc/src/boxed.rs:1521:9
            <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
      at ../../../../../../../../rustc/2fd73fabe469357a12c2c974c140f67e7cdd76d0/library/alloc/src/boxed.rs:1521:9
            std::sys::unix::thread::Thread::new::thread_start
      at ../../../../../../../../rustc/2fd73fabe469357a12c2c974c140f67e7cdd76d0/library/std/src/sys/unix/thread.rs:71:17
        20: start_thread
        21: clone
      at cb (src/runtime/PrismaClientFetcher.ts:172:17)

... (more failing after)

@renovate renovate bot changed the title fix(deps): update engines to v2.25.0-8.b595f4ca6f8617e44e06bf831e200936c982abbb fix(deps): update engines to v2.25.0-9.de005f74e95623a80a9912ba883fd105fcac5fda Jun 3, 2021
@Jolg42 Jolg42 merged commit f62934e into master Jun 3, 2021
@Jolg42 Jolg42 deleted the renovate/engines branch June 3, 2021 13:07
Jolg42 added a commit that referenced this pull request Jun 4, 2021
…hanged-files

* commit '6014bf287ff0acc1470c96df660199fc023c5f2e': (170 commits)
  fix(deps): update engines to v2.25.0-10.7eca2458569e8183a865bc4f7b1d842572edce4a
  test(client): snapshot params from middleware (#7441)
  fix(deps): update engines to v2.25.0-9.de005f74e95623a80a9912ba883fd105fcac5fda (#7435)
  fix(db,migrate): show download progress during generate closes #6926 (#7436)
  fix(deps): update engines to v2.25.0-6.54f085fd8a8bc6f28dc0d3e3d6e303c5111318d2 (#7433)
  fix(client): remove debug export (#7430)
  fix(deps): update engines to v2.25.0-5.78b0f2b031373a23869ef1ceace79ab171aa9273
  chore: cleanup middleware implementation (#6969)
  chore(client): prettier (#7420)
  fix(deps): update engines to v2.25.0-4.c735c0754168e23ac1aa936076bc98cee981d001 (#7418)
  fix(deps): update engines to v2.25.0-1.5554c45c4cb79fd93d7f92ae45d305c4c57abd36 (#7414)
  chore(deps): update jest
  chore: fix renovate config [skip ci]
  chore(renovate): add jest group
  chore: renovate masterIssue to dependencyDashboard
  chore(deps): update devdependencies (non-major) to v4.26.0
  fix(deps): update dependency dotenv to v10 (#7210)
  chore(deps): update dependency ts-node to v10 (#7238)
  chore: escape back-tick during git tag when publishing
  fix(deps): update engines to v2.24.0-30.f3e341280d96d0abc068f97e959ddf01f321a858 (#7393)
  ...
Andrew-Colman pushed a commit to Andrew-Colman/prisma that referenced this pull request Aug 7, 2021
…05fcac5fda (prisma#7435)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
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.

None yet

3 participants