Skip to content

Deps: Update Node.js to v24.#1800

Open
renovate[bot] wants to merge 1 commit intomasterfrom
deps/bot-node-24.x
Open

Deps: Update Node.js to v24.#1800
renovate[bot] wants to merge 1 commit intomasterfrom
deps/bot-node-24.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 8, 2025

This PR contains the following updates:

Package Type Update Change Age Confidence
node (source) major 22.x24.x age confidence
@types/node (source) devDependencies minor 24.0.1024.12.0 age confidence
@types/node (source) devDependencies major 22.15.2924.12.0 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 8, 2025
@renovate renovate bot enabled auto-merge (rebase) July 8, 2025 21:16
@github-actions
Copy link

github-actions bot commented Jul 8, 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 #10848 for commit bdebd94 by the Vitest Coverage Report Action

@codecov
Copy link

codecov bot commented Jul 8, 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-node-24.x branch from 29e21e3 to 11ecf00 Compare July 9, 2025 03:35
@renovate renovate bot changed the title Deps: Update dependency @types/node to v24.0.11. Deps: Update dependency @types/node to v24.0.12. Jul 9, 2025
@renovate renovate bot force-pushed the deps/bot-node-24.x branch from 11ecf00 to bd5ccab Compare July 10, 2025 19:08
@renovate renovate bot changed the title Deps: Update dependency @types/node to v24.0.12. Deps: Update dependency @types/node to v24.0.13. Jul 10, 2025
@renovate renovate bot force-pushed the deps/bot-node-24.x branch from bd5ccab to ad28c79 Compare July 15, 2025 14:12
@renovate renovate bot changed the title Deps: Update dependency @types/node to v24.0.13. Deps: Update dependency @types/node to v24.0.14. Jul 15, 2025
@renovate renovate bot force-pushed the deps/bot-node-24.x branch from ad28c79 to 2ee5a66 Compare July 19, 2025 03:13
@renovate renovate bot changed the title Deps: Update dependency @types/node to v24.0.14. Deps: Update dependency @types/node to v24.0.15. Jul 19, 2025
@renovate renovate bot changed the title Deps: Update dependency @types/node to v24.0.15. Deps: Update dependency @types/node to v24.1.0. Jul 22, 2025
@renovate renovate bot force-pushed the deps/bot-node-24.x branch from 2ee5a66 to b53934d Compare July 22, 2025 18:55
@renovate renovate bot force-pushed the deps/bot-node-24.x branch from b53934d to adb4a72 Compare August 4, 2025 15:33
@renovate renovate bot changed the title Deps: Update dependency @types/node to v24.1.0. Deps: Update dependency @types/node to v24.2.0. Aug 4, 2025
@renovate renovate bot force-pushed the deps/bot-node-24.x branch from adb4a72 to 9f1c7fd Compare August 8, 2025 17:15
@renovate renovate bot changed the title Deps: Update dependency @types/node to v24.2.0. Deps: Update dependency @types/node to v24.2.1. Aug 8, 2025
@renovate renovate bot changed the title Deps: Update dependency @types/node to v24.2.1. Deps: Update dependency @types/node to v24.3.0. Aug 15, 2025
@renovate renovate bot force-pushed the deps/bot-node-24.x branch from 9f1c7fd to 6521908 Compare August 15, 2025 09:03
@renovate renovate bot force-pushed the deps/bot-node-24.x branch from 6521908 to 9b22426 Compare September 4, 2025 14:31
@renovate renovate bot changed the title Deps: Update dependency @types/node to v24.3.0. Deps: Update dependency @types/node to v24.3.1. Sep 4, 2025
@renovate renovate bot force-pushed the deps/bot-node-24.x branch from 9b22426 to 48cae6a Compare September 13, 2025 23:32
@renovate renovate bot changed the title Deps: Update dependency @types/node to v24.3.1. Deps: Update dependency @types/node to v24.3.3. Sep 13, 2025
@renovate renovate bot force-pushed the deps/bot-node-24.x branch from 48cae6a to 4151f2f Compare September 14, 2025 13:57
@renovate renovate bot changed the title Deps: Update dependency @types/node to v24.3.3. Deps: Update dependency @types/node to v24.4.0. Sep 14, 2025
@renovate renovate bot force-pushed the deps/bot-node-24.x branch from 4151f2f to 133ad94 Compare September 16, 2025 13:55
@renovate renovate bot changed the title Deps: Update dependency @types/node to v24.4.0. Deps: Update dependency @types/node to v24.5.0. Sep 16, 2025
@renovate renovate bot changed the title Deps: Update dependency @types/node to v24.5.0. Deps: Update dependency @types/node to v24.5.1. Sep 17, 2025
@renovate renovate bot force-pushed the deps/bot-node-24.x branch from 133ad94 to b7891d8 Compare September 17, 2025 02:00
@renovate renovate bot force-pushed the deps/bot-node-24.x branch from 91f49d6 to d810030 Compare October 11, 2025 17:55
@renovate renovate bot changed the title Deps: Update dependency @types/node to v24.7.1. Deps: Update dependency @types/node to v24.7.2. Oct 11, 2025
@renovate renovate bot force-pushed the deps/bot-node-24.x branch from d810030 to 84d06b8 Compare October 16, 2025 13:10
@renovate renovate bot changed the title Deps: Update dependency @types/node to v24.7.2. Deps: Update dependency @types/node to v24.8.0. Oct 16, 2025
@renovate renovate bot force-pushed the deps/bot-node-24.x branch from 84d06b8 to 2aac1fd Compare October 17, 2025 02:59
@renovate renovate bot changed the title Deps: Update dependency @types/node to v24.8.0. Deps: Update dependency @types/node to v24.8.1. Oct 17, 2025
@renovate renovate bot force-pushed the deps/bot-node-24.x branch from 2aac1fd to 47096bb Compare October 20, 2025 17:28
@renovate renovate bot changed the title Deps: Update dependency @types/node to v24.8.1. Deps: Update dependency @types/node to v24.9.0. Oct 20, 2025
@renovate renovate bot changed the title Deps: Update dependency @types/node to v24.9.0. Deps: Update dependency @types/node to v24.9.1. Oct 21, 2025
@renovate renovate bot force-pushed the deps/bot-node-24.x branch from 47096bb to cefa50d Compare October 21, 2025 01:56
@renovate renovate bot force-pushed the deps/bot-node-24.x branch from cefa50d to 7258f6c Compare October 28, 2025 01:14
@renovate renovate bot force-pushed the deps/bot-node-24.x branch from 7258f6c to 96281b4 Compare October 28, 2025 19:48
@renovate renovate bot changed the title Deps: Update dependency @types/node to v24.9.1. Deps: Update Node.js to v24. Oct 28, 2025
@renovate renovate bot force-pushed the deps/bot-node-24.x branch from 96281b4 to 1efe743 Compare November 3, 2025 02:41
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