Skip to content

Deps: Update turbo monorepo to v2.8.9.#1801

Open
renovate[bot] wants to merge 1 commit intomasterfrom
deps/bot-turbo-monorepo
Open

Deps: Update turbo monorepo to v2.8.9.#1801
renovate[bot] wants to merge 1 commit intomasterfrom
deps/bot-turbo-monorepo

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 16, 2025

This PR contains the following updates:

Package Change Age Confidence
turbo (source) 2.5.42.8.9 age confidence
turbo-ignore (source) 2.5.42.8.9 age confidence

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

This PR has been generated on behalf of Nordcom AB by Renovate Bot.

@renovate renovate bot added the Dependency label Jul 16, 2025
@renovate renovate bot enabled auto-merge (rebase) July 16, 2025 23:03
@github-actions
Copy link

github-actions bot commented Jul 16, 2025

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 16.77% 2864 / 17075
🔵 Statements 16.77% 2864 / 17075
🔵 Functions 51.19% 279 / 545
🔵 Branches 66.11% 677 / 1024
File CoverageNo changed files found.
Generated in workflow #10911 for commit c80ebfb by the Vitest Coverage Report Action

@codecov
Copy link

codecov bot commented Jul 16, 2025

❌ 2 Tests Failed:

Tests completed Failed Passed Skipped
182 2 180 20
View the top 2 failed test(s) by shortest run time
apps/admin/src/utils/auth.adapter.test.ts > src/utils/auth.adapter.test.ts
Stack Traces | 0s run time
Error: querySrv ENOTFOUND _mongodb._tcp.dummy-string
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: undefined, code: 'ENOTFOUND', syscall: 'querySrv', hostname: '_mongodb._tcp.dummy-string' }
apps/storefront/src/components/products/quantity-selector.test.tsx > components > QuantitySelector > updates the quantity when input value changes
Stack Traces | 1.04s run time
AssertionError: expected "spy" to be called with arguments: [ 5 ]

Number of calls: 0


Ignored nodes: comments, script, style
<html>
  <head />
  <body>
    <div>
      <section
        class="flex min-h-fit w-full overflow-hidden rounded-lg border-2 border-solid border-white bg-white p-0 leading-none opacity-50 drop-shadow transition-colors *:appearance-none *:text-center *:text-lg *:leading-none *:transition-colors"
      >
        <button
          aria-disabled="true"
          aria-label="decrease"
          class="transition-color duration-150 pointer-events-none cursor-not-allowed shadow-none aspect-[3/4] h-full select-none appearance-none rounded-none bg-transparent p-2 font-bold text-current"
          data-nosnippet="true"
          data-quantity-decrease="true"
          data-testid="quantity-decrease"
          disabled=""
          draggable="false"
          title="decrease"
          type="button"
        >
          –
        </button>
        <input
          aria-disabled="true"
          aria-label="quantity"
          class="rounded-lg pointer-events-none cursor-not-allowed h-full w-full grow appearance-none border-none bg-transparent text-sm font-bold outline-none focus:outline-none focus:ring-0"
          data-nosnippet="true"
          data-quantity-input="true"
          data-testid="quantity-input"
          disabled=""
          draggable="false"
          max="199999"
          min="1"
          pattern="[0-9]"
          placeholder="quantity"
          step="1"
          title="quantity"
          type="number"
          value="0"
        />
        <button
          aria-disabled="true"
          aria-label="increase"
          class="transition-color duration-150 pointer-events-none cursor-not-allowed shadow-none aspect-[3/4] h-full select-none appearance-none rounded-none bg-transparent p-2 font-bold text-current"
          data-nosnippet="true"
          data-quantity-increase="true"
          data-testid="quantity-increase"
          disabled=""
          draggable="false"
          title="increase"
          type="button"
        >
          +
        </button>
      </section>
    </div>
  </body>
</html>
 ❯ .../components/products/quantity-selector.test.tsx:27:36
 ❯ runWithExpensiveErrorDiagnosticsDisabled ../../node_modules/.pnpm/@testing-library+dom@10.1.0/node_modules/@.../dom/dist/config.js:47:12
 ❯ checkCallback ../../node_modules/.pnpm/@testing-library+dom@10.1.0/node_modules/@.../dom/dist/wait-for.js:124:77
 ❯ checkRealTimersCallback ../../node_modules/.pnpm/@testing-library+dom@10.1.0/node_modules/@.../dom/dist/wait-for.js:118:16
 ❯ Timeout.<anonymous> ../../node_modules/.pnpm/happy-dom@17.4..../src/window/BrowserWindow.ts:1431:16

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

@renovate renovate bot force-pushed the deps/bot-turbo-monorepo branch from 73195d5 to aa56588 Compare August 15, 2025 14:48
@renovate renovate bot changed the title Deps: Update turbo monorepo to v2.5.5. Deps: Update turbo monorepo to v2.5.6. Aug 15, 2025
@renovate renovate bot force-pushed the deps/bot-turbo-monorepo branch from aa56588 to 4991620 Compare August 19, 2025 16:53
@renovate renovate bot force-pushed the deps/bot-turbo-monorepo branch from 4991620 to 7e8b27b Compare September 23, 2025 18:00
@renovate renovate bot changed the title Deps: Update turbo monorepo to v2.5.6. Deps: Update turbo monorepo to v2.5.7. Sep 23, 2025
@renovate renovate bot force-pushed the deps/bot-turbo-monorepo branch from 7e8b27b to c4e939f Compare September 24, 2025 02:26
@renovate renovate bot changed the title Deps: Update turbo monorepo to v2.5.7. Deps: Update turbo monorepo to v2.5.8. Sep 24, 2025
@renovate renovate bot force-pushed the deps/bot-turbo-monorepo branch from c4e939f to ddb5626 Compare September 25, 2025 14:39
@renovate renovate bot changed the title Deps: Update turbo monorepo to v2.5.8. Deps: Update turbo monorepo to v2.6.0. Oct 31, 2025
@renovate renovate bot force-pushed the deps/bot-turbo-monorepo branch from ddb5626 to 16fc908 Compare October 31, 2025 20:45
@vercel
Copy link

vercel bot commented Oct 31, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
commerce-demo Error Error Feb 17, 2026 10:01pm
commerce-landing-demo Error Error Feb 17, 2026 10:01pm

@renovate renovate bot force-pushed the deps/bot-turbo-monorepo branch from 16fc908 to c7411ca Compare November 10, 2025 20:20
@renovate renovate bot changed the title Deps: Update turbo monorepo to v2.6.0. Deps: Update turbo monorepo to v2.6.1. Nov 11, 2025
@renovate renovate bot force-pushed the deps/bot-turbo-monorepo branch from c7411ca to 5af6d10 Compare November 11, 2025 10:51
@renovate renovate bot force-pushed the deps/bot-turbo-monorepo branch from 5af6d10 to 87cf232 Compare November 18, 2025 13:03
@renovate renovate bot force-pushed the deps/bot-turbo-monorepo branch from 87cf232 to 4cc740d Compare December 3, 2025 20:45
@renovate renovate bot changed the title Deps: Update turbo monorepo to v2.6.1. Deps: Update turbo monorepo to v2.6.2. Dec 3, 2025
@renovate renovate bot force-pushed the deps/bot-turbo-monorepo branch from fcd88da to 6af5d2e Compare February 10, 2026 18:04
@renovate renovate bot changed the title Deps: Update turbo monorepo to v2.8.3. Deps: Update turbo monorepo to v2.8.4. Feb 10, 2026
@renovate renovate bot force-pushed the deps/bot-turbo-monorepo branch from 6af5d2e to 1403794 Compare February 10, 2026 22:35
@renovate renovate bot changed the title Deps: Update turbo monorepo to v2.8.4. Deps: Update turbo monorepo to v2.8.5. Feb 10, 2026
@renovate renovate bot force-pushed the deps/bot-turbo-monorepo branch from 1403794 to 2cfc251 Compare February 11, 2026 14:14
@renovate renovate bot changed the title Deps: Update turbo monorepo to v2.8.5. Deps: Update turbo monorepo to v2.8.6. Feb 11, 2026
@renovate renovate bot force-pushed the deps/bot-turbo-monorepo branch from 2cfc251 to 965917a Compare February 12, 2026 02:55
@renovate renovate bot changed the title Deps: Update turbo monorepo to v2.8.6. Deps: Update turbo monorepo to v2.8.7. Feb 12, 2026
@renovate renovate bot force-pushed the deps/bot-turbo-monorepo branch from 965917a to 8f7fbdb Compare February 12, 2026 16:31
@vercel
Copy link

vercel bot commented Feb 12, 2026

Deployment failed with the following error:

Resource is limited - try again in 10 hours (more than 100, code: "api-deployments-free-per-day").

Learn More: https://vercel.com/filiph?upgradeToPro=build-rate-limit

@renovate renovate bot force-pushed the deps/bot-turbo-monorepo branch from 8f7fbdb to 8255cc3 Compare February 14, 2026 00:28
@renovate renovate bot changed the title Deps: Update turbo monorepo to v2.8.7. Deps: Update turbo monorepo to v2.8.8. Feb 14, 2026
@renovate renovate bot changed the title Deps: Update turbo monorepo to v2.8.8. Deps: Update turbo monorepo to v2.8.9. Feb 15, 2026
@renovate renovate bot force-pushed the deps/bot-turbo-monorepo branch from 8255cc3 to 634f772 Compare February 15, 2026 01:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

Comments