Skip to content

Comments

chore(deps): update all major dependencies (major)#254

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-all-major-patch
Open

chore(deps): update all major dependencies (major)#254
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-all-major-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 18, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Age Confidence
actions/cache action major v4v5 age confidence
actions/checkout action major v4v6 age confidence
actions/setup-node action major v4v6 age confidence
node uses-with major 2224 age confidence
pino (source) devDependencies major 9.14.010.3.1 age confidence
pino-loki devDependencies major 2.6.03.0.0 age confidence
thread-stream devDependencies major 3.1.04.0.0 age confidence
vitest (source) devDependencies major 3.2.44.0.18 age confidence

Release Notes

actions/cache (actions/cache)

v5

Compare Source

actions/checkout (actions/checkout)

v6

Compare Source

v5

Compare Source

actions/setup-node (actions/setup-node)

v6

Compare Source

v5

Compare Source

actions/node-versions (node)

v24.13.1: 24.13.1

Compare Source

Node.js 24.13.1

v24.13.0: 24.13.0

Compare Source

Node.js 24.13.0

v24.12.0: 24.12.0

Compare Source

Node.js 24.12.0

v24.11.1: 24.11.1

Compare Source

Node.js 24.11.1

v24.11.0: 24.11.0

Compare Source

Node.js 24.11.0

v24.10.0: 24.10.0

Compare Source

Node.js 24.10.0

v24.9.0: 24.9.0

Compare Source

Node.js 24.9.0

v24.8.0: 24.8.0

Compare Source

Node.js 24.8.0

v24.7.0: 24.7.0

Compare Source

Node.js 24.7.0

v24.6.0: 24.6.0

Compare Source

Node.js 24.6.0

v24.5.0: 24.5.0

Compare Source

Node.js 24.5.0

v24.4.1: 24.4.1

Compare Source

Node.js 24.4.1

v24.4.0: 24.4.0

Compare Source

Node.js 24.4.0

v24.3.0: 24.3.0

Compare Source

Node.js 24.3.0

v24.2.0: 24.2.0

Compare Source

Node.js 24.2.0

v24.1.0: 24.1.0

Compare Source

Node.js 24.1.0

v24.0.2: 24.0.2

Compare Source

Node.js 24.0.2

v24.0.1: 24.0.1

Compare Source

Node.js 24.0.1

v24.0.0: 24.0.0

Compare Source

Node.js 24.0.0

pinojs/pino (pino)

v10.3.1

Compare Source

What's Changed

Full Changelog: pinojs/pino@v10.3.0...v10.3.1

v10.3.0

Compare Source

v10.2.1

Compare Source

v10.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: pinojs/pino@v10.1.1...v10.2.0

v10.1.1

Compare Source

What's Changed

New Contributors

Full Changelog: pinojs/pino@v10.1.0...v10.1.1

v10.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: pinojs/pino@v10.0.0...v10.1.0

v10.0.0

Compare Source

The only breaking change is dropping support for Node 18.

What's Changed

Full Changelog: pinojs/pino@v9.13.1...v10.0.0

Julien-R44/pino-loki (pino-loki)

v3.0.0

Compare Source

⚠️ Breaking Changes

Node.js 20+ Required
Node.js 18 is no longer supported. The minimum required version is now Node.js 20.

Batching Options Restructured

The batching configuration has been consolidated into a single object:

// Before (v2.x)
pinoLoki({ host: '...', batching: true, interval: 5 })

// After (v3.x)
pinoLoki({ host: '...', batching: { interval: 5, maxBufferSize: 10_000 } })
// Or simply omit for defaults, or set batching: false to disable

Default Buffer Limit

A new maxBufferSize option (default: 10,000) prevents out-of-memory issues when Loki is unavailable. When the buffer is full, oldest logs are dropped (FIFO).

Structured Metadata Enabled by Default

structuredMetaKey now defaults to 'meta'. Logs with a meta property will automatically send it as Loki structured metadata. Use structuredMetaKey: false to disable.

CLI Changes

  • --batch => --batching
  • --interval => --batching-interval
  • --timeout default: 2000ms → 30000ms
  • Added --batching-max-buffer-size
  • Removed -pl shorthand (use --propsLabels)
   🚨 Breaking Changes
   🐞 Bug Fixes
    View changes on GitHub
mcollina/thread-stream (thread-stream)

v4.0.0

Compare Source

What's Changed

Full Changelog: pinojs/thread-stream@v3.1.0...v4.0.0

vitest-dev/vitest (vitest)

v4.0.18

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub

v4.0.17

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v4.0.16

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.0.15

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub

v4.0.14

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v4.0.13

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v4.0.12

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.0.11

Compare Source

   🚀 Experimental Features
   🏎 Performance
    View changes on GitHub

v4.0.10

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.0.9

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub

v4.0.8

Compare Source

   🐞 Bug Fixes

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 force-pushed the renovate/major-all-major-patch branch from 1fe6a06 to be481dc Compare August 18, 2025 04:56
@renovate renovate bot force-pushed the renovate/major-all-major-patch branch from be481dc to dcdb340 Compare August 25, 2025 06:02
@renovate renovate bot changed the title chore(deps): update actions/checkout action to v5 chore(deps): update all major dependencies to v5 (major) Sep 4, 2025
@renovate renovate bot force-pushed the renovate/major-all-major-patch branch 2 times, most recently from db05cca to 72a1aa0 Compare September 8, 2025 05:36
@renovate renovate bot force-pushed the renovate/major-all-major-patch branch from 72a1aa0 to fc0ebf8 Compare September 15, 2025 04:44
@renovate renovate bot force-pushed the renovate/major-all-major-patch branch from fc0ebf8 to 25326bc Compare September 22, 2025 05:05
@renovate renovate bot force-pushed the renovate/major-all-major-patch branch 2 times, most recently from 5797e4b to c0f6b5d Compare October 3, 2025 13:40
@renovate renovate bot changed the title chore(deps): update all major dependencies to v5 (major) chore(deps): update all major dependencies (major) Oct 3, 2025
@renovate renovate bot force-pushed the renovate/major-all-major-patch branch 2 times, most recently from 4e29792 to 53acd20 Compare October 13, 2025 04:27
@renovate renovate bot force-pushed the renovate/major-all-major-patch branch 3 times, most recently from 64066f7 to 3b8fc4d Compare October 20, 2025 05:52
@renovate renovate bot force-pushed the renovate/major-all-major-patch branch 7 times, most recently from 9f70056 to 23acbd3 Compare October 29, 2025 18:39
@renovate renovate bot force-pushed the renovate/major-all-major-patch branch 4 times, most recently from 08e0f0c to 3416341 Compare November 7, 2025 15:40
@renovate renovate bot force-pushed the renovate/major-all-major-patch branch 4 times, most recently from b16d4cc to 7e09224 Compare November 17, 2025 04:44
@renovate renovate bot force-pushed the renovate/major-all-major-patch branch 5 times, most recently from 638b9b5 to e3804d3 Compare November 25, 2025 14:43
@renovate renovate bot force-pushed the renovate/major-all-major-patch branch 4 times, most recently from b650c46 to 433d124 Compare December 8, 2025 06:08
@renovate renovate bot force-pushed the renovate/major-all-major-patch branch 4 times, most recently from 15d3256 to 6e32047 Compare December 16, 2025 18:30
@renovate renovate bot force-pushed the renovate/major-all-major-patch branch 2 times, most recently from a6b053f to 5d607b2 Compare January 3, 2026 20:32
@renovate renovate bot force-pushed the renovate/major-all-major-patch branch 4 times, most recently from fd1f3ed to e995745 Compare January 14, 2026 21:27
@renovate renovate bot force-pushed the renovate/major-all-major-patch branch 5 times, most recently from 506f3e9 to e6cc779 Compare January 26, 2026 04:49
@renovate renovate bot force-pushed the renovate/major-all-major-patch branch from e6cc779 to 98f941f Compare February 2, 2026 04:22
@renovate renovate bot force-pushed the renovate/major-all-major-patch branch 2 times, most recently from d911314 to 0367469 Compare February 9, 2026 18:13
@renovate renovate bot force-pushed the renovate/major-all-major-patch branch from 0367469 to 8384b72 Compare February 16, 2026 05:31
@renovate renovate bot force-pushed the renovate/major-all-major-patch branch from 8384b72 to d041a89 Compare February 23, 2026 05:09
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.

0 participants