Skip to content

fix(deps): update all non-major dependencies#812

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

fix(deps): update all non-major dependencies#812
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 5, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@commitlint/cli (source) ^20.4.4^20.5.0 age confidence
@commitlint/config-conventional (source) ^20.4.4^20.5.0 age confidence
@favware/cliff-jumper ^6.0.0^6.1.0 age confidence
@types/node (source) ^24.12.0^24.12.2 age confidence
@vitest/coverage-v8 (source) ^4.1.0^4.1.5 age confidence
bullmq (source) 5.71.05.76.1 age confidence
discord.js (source) ^14.25.1^14.26.3 age confidence
i18next (source) ^25.8.18^25.10.10 age confidence
prettier (source) ^3.8.1^3.8.3 age confidence
tldts ^7.0.25^7.0.28 age confidence
turbo (source) ^2.8.17^2.9.6 age confidence
undici (source) ^7.24.3^7.25.0 age confidence
vitest (source) ^4.1.0^4.1.5 age confidence
yarn (source) 4.12.04.14.1 age confidence

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v20.5.0

Compare Source

Bug Fixes

20.4.4 (2026-03-12)

Note: Version bump only for package @​commitlint/cli

20.4.3 (2026-03-03)

Bug Fixes

20.4.2 (2026-02-19)

Note: Version bump only for package @​commitlint/cli

20.4.1 (2026-02-02)

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v20.5.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

20.4.4 (2026-03-12)

Note: Version bump only for package @​commitlint/config-conventional

20.4.3 (2026-03-03)

Bug Fixes

20.4.2 (2026-02-19)

Note: Version bump only for package @​commitlint/config-conventional

20.4.1 (2026-02-02)

Note: Version bump only for package @​commitlint/config-conventional

favware/cliff-jumper (@​favware/cliff-jumper)

v6.1.0

Compare Source

🐛 Bug Fixes

🚀 Features

  • Add github-base-url option to publish to GHES and GHEC (51cbf49)
vitest-dev/vitest (@​vitest/coverage-v8)

v4.1.5

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub

v4.1.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v4.1.3

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub

v4.1.2

Compare Source

This release bumps Vitest's flatted version and removes version pinning to resolve flatted's CVE related issues (#​9975).

   🐞 Bug Fixes
    View changes on GitHub

v4.1.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
taskforcesh/bullmq (bullmq)

v5.76.1

Compare Source

Bug Fixes
  • worker: use scheduler registry to discriminate repeatable keys (#​4007) (ea7705d)

v5.76.0

Compare Source

v5.75.2

Compare Source

Bug Fixes

v5.75.1

Compare Source

v5.75.0

Compare Source

v5.74.2

Compare Source

v5.74.1

Compare Source

Bug Fixes
  • sandbox: remove returnvalue from JobJsonSandbox interface (#​3950) (e9d0c2d)

v5.74.0

Compare Source

Features

v5.73.5

Compare Source

Bug Fixes

v5.73.4

Compare Source

Bug Fixes

v5.73.3

Compare Source

Performance Improvements
  • delayed: allow to fetch next job when moving job to delayed (python) (elixir) (#​3870) (0cb0b8c)

v5.73.2

Compare Source

Bug Fixes
  • flow: correctly propagate root jobId from pipeline results (#​3905) (242f264)

v5.73.1

Compare Source

Bug Fixes

v5.73.0

Compare Source

Features

v5.72.1

Compare Source

Bug Fixes
  • cancellation: use native AbortController implementation if found (#​3903) (46880af)

v5.72.0

Compare Source

Features
  • deduplication: add keepLastIfActive option for at-least-once-after-active semantics (#​3902) (aa529bc)

v5.71.1

Compare Source

Bug Fixes
discordjs/discord.js (discord.js)

v14.26.3

Compare Source

Bug Fixes

  • TeamMember: Allow a default permissions (dced197)

v14.26.2

Compare Source

Bug Fixes

v14.26.1

Compare Source

Bug Fixes

  • Only return DMChannel that have the user as known recipient (#​11478) (67566d0)

v14.26.0

Compare Source

Bug Fixes

Features

Refactor

Typings

i18next/i18next (i18next)

v25.10.10

Compare Source

v25.10.9

Compare Source

v25.10.8

Compare Source

v25.10.7

Compare Source

v25.10.6

Compare Source

v25.10.5

Compare Source

  • feat(types): selector functions as keyPrefix in getFixedT now provide full type-safe key narrowing — the returned t function is scoped to the prefix subtree 2367

v25.10.4

Compare Source

  • feat(types): exists() is now a type guard that narrows the key to SelectorKey, so a validated key can be passed directly to t() 2364

v25.10.3

Compare Source

  • check also for I18NEXT_NO_SUPPORT_NOTICE env variable

v25.10.2

Compare Source

  • feat(types): keyFromSelector is now type-safe — the selector callback is constrained against your resource definitions, catching invalid keys at compile time. Supports optional ns and keyPrefix options for non-default namespace/prefix contexts 2364

v25.10.1

Compare Source

  • fix(types): FilterKeys now correctly excludes base keys that have context variants when the provided context doesn't match any of them (e.g. key some with variant some_me is no longer accessible with context="one")

v25.10.0

Compare Source

  • feat(types): keyFromSelector now returns a branded SelectorKey type that t() accepts directly, enabling pre-computed and reusable translation keys 2364
  • feat: support selector syntax for keyPrefix in getFixedT and per-call options 2367
  • feat(types): interpolation values are now automatically typed based on built-in format specifiers — {{val, number}} requires number, {{val, datetime}} requires Date, {{name}} requires string, etc. Custom formatters can be typed via interpolationFormatTypeMap in CustomTypeOptions 2378
  • fix(types): FilterKeys in selector mode now preserves non-context, non-plural leaf keys when context is provided, fixing incorrect type narrowing when combining returnObjects: true with context 2398

v25.9.0

Compare Source

  • feat(types): selector API now enforces { count: number } when a key resolves to plural forms 2373
  • fix(types): string unions with invalid members are now correctly detected as type errors when used as context option 2172

v25.8.20

Compare Source

    • fix: getFixedT() selector now resolves namespaces against the effective ns rather than the global init options #​2406

v25.8.19

Compare Source

  • fix: selector API namespace resolution regression for single-string ns and primary namespace in array #​2405. Reverts the broad namespace-prefix rewrite from v25.8.15 and replaces it with a targeted fix that only rewrites paths starting with a secondary namespace in a multi-namespace array, matching the type-level contract of GetSource
prettier/prettier (prettier)

v3.8.3

Compare Source

v3.8.2

Compare Source

remusao/tldts (tldts)

v7.0.28

Compare Source

📜 Update Public Suffix List
🔩 Dependencies
Authors: 2

v7.0.27

Compare Source

📜 Update Public Suffix List
🔩 Dependencies

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 12pm on Sunday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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 added the dependencies label Apr 5, 2026
@renovate renovate Bot enabled auto-merge (squash) April 5, 2026 01:35
@renovate renovate Bot added the dependencies label Apr 5, 2026
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes Apr 5, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Apr 5, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 6616b85 to 8c4bca1 Compare April 6, 2026 01:10
renovate-approve[bot]
renovate-approve Bot previously approved these changes Apr 6, 2026
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes Apr 6, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 8c4bca1 to ea5efaa Compare April 6, 2026 13:46
renovate-approve[bot]
renovate-approve Bot previously approved these changes Apr 6, 2026
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes Apr 6, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from ea5efaa to c6a73a4 Compare April 6, 2026 20:50
renovate-approve[bot]
renovate-approve Bot previously approved these changes Apr 6, 2026
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes Apr 6, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from c6a73a4 to 9e55b39 Compare April 7, 2026 12:31
renovate-approve[bot]
renovate-approve Bot previously approved these changes Apr 7, 2026
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes Apr 7, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 9e55b39 to 7968066 Compare April 7, 2026 18:15
renovate-approve[bot]
renovate-approve Bot previously approved these changes Apr 7, 2026
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes Apr 7, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Apr 15, 2026
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes Apr 15, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 567d1ce to ab79173 Compare April 16, 2026 18:59
renovate-approve[bot]
renovate-approve Bot previously approved these changes Apr 16, 2026
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes Apr 16, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from ab79173 to 5f98d56 Compare April 17, 2026 07:43
renovate-approve[bot]
renovate-approve Bot previously approved these changes Apr 17, 2026
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes Apr 17, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 5f98d56 to f0f588f Compare April 20, 2026 08:51
renovate-approve[bot]
renovate-approve Bot previously approved these changes Apr 20, 2026
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes Apr 20, 2026
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes Apr 20, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Apr 20, 2026
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes Apr 21, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Apr 21, 2026
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes Apr 22, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Apr 22, 2026
@sonarqubecloud
Copy link
Copy Markdown

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