Skip to content

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

Open
renovate[bot] wants to merge 2 commits intomainfrom
renovate/all-minor-patch
Open

fix(deps): update all non-major dependencies#4
renovate[bot] wants to merge 2 commits intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate bot commented Sep 21, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@discordjs/builders (source) ^1.11.3^1.14.1 age confidence dependencies minor
@discordjs/core (source) ^2.2.2^2.4.0 age confidence dependencies minor
@sapphire/result (source) ^2.7.2^2.8.0 age confidence dependencies minor
@sapphire/ts-config (source) ^5.0.1^5.0.3 age confidence devDependencies patch
@types/node (source) ^22.18.4^22.19.17 age confidence devDependencies minor
actions/setup-node v6.2.0v6.3.0 age confidence action minor
ioredis ^5.7.0^5.10.1 age confidence dependencies minor
nanoid ^5.1.5^5.1.7 age confidence dependencies patch
pncat ^0.6.1^0.11.1 age confidence dependencies minor
pnpm (source) 10.16.110.33.0 age confidence packageManager minor
prisma (source) ^7.5.0^7.6.0 age confidence devDependencies patch
tsdown (source) ^0.15.1^0.21.7 age confidence dependencies minor

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

discordjs/discord.js (@​discordjs/builders)

v1.14.1

Compare Source

Bug Fixes

  • Actually accept rest in RadioGroup/CheckBoxGroupBuilder#setOptions (#​11472) (6e45ddc)

v1.14.0

Compare Source

Documentation

Features

  • builders: Add checkbox, checkboxgroup, and radiogroup builders (#​11410) (ca7719e)

v1.13.1

Compare Source

Bug Fixes

Documentation

  • Container: Update example usage (e777938)

v1.13.0

Compare Source

Features

Testing

v1.12.2

Compare Source

Bug Fixes

  • Assertions: Literal default values (43362c9)

v1.12.1

Compare Source

Bug Fixes

v1.12.0

Compare Source

Features

sapphiredev/utilities (@​sapphire/result)

v2.8.0

Compare Source

🚀 Features

v2.7.3

Compare Source

🐛 Bug Fixes

📝 Documentation

sapphiredev/utilities (@​sapphire/ts-config)

v5.0.3

Compare Source

Changelog

All notable changes to this project will be documented in this file.

v5.0.2

Compare Source

🏠 Refactor

  • Relocate tsconfig files to the package root for rolldown compatibility (b7f8a51)

🐛 Bug Fixes

📝 Documentation

  • readme: Fix readme table of contents (c60e8bd)
actions/setup-node (actions/setup-node)

v6.3.0

Compare Source

What's Changed

Enhancements:

When using node-version-file: package.json, setup-node now prefers devEngines.runtime over engines.node.

Dependency updates:
Bug fixes:

New Contributors

Full Changelog: actions/setup-node@v6...v6.3.0

luin/ioredis (ioredis)

v5.10.1

Compare Source

Bug Fixes

v5.10.0

Compare Source

Features

5.9.3 (2026-02-12)

Bug Fixes
  • autopipelining to route writes to masters with scaleReads (#​2072) (8adb1ae)
  • fix issue with moved command for replicas (#​2064) (de4eed4)
  • types: optional properties on RedisOptions allow explicit undefined (#​2066) (0a1a898)

5.9.3 (2026-02-12)

Bug Fixes
  • autopipelining to route writes to masters with scaleReads (#​2072) (8adb1ae)
  • fix issue with moved command for replicas (#​2064) (de4eed4)
  • types: optional properties on RedisOptions allow explicit undefined (#​2066) (0a1a898)

5.9.2 (2026-01-15)

Bug Fixes
Reverts

5.9.1 (2026-01-08)

Bug Fixes

v5.9.3

Compare Source

Bug Fixes
  • autopipelining to route writes to masters with scaleReads (#​2072) (8adb1ae)
  • fix issue with moved command for replicas (#​2064) (de4eed4)
  • types: optional properties on RedisOptions allow explicit undefined (#​2066) (0a1a898)

v5.9.2

Compare Source

Bug Fixes
Reverts

v5.9.1

Compare Source

Bug Fixes

v5.9.0

Compare Source

Bug Fixes
  • remove unnecessary case-sensitivity when working with commands (#​2036) (f33a2c8)
Features

5.8.2 (2025-10-21)

Bug Fixes

5.8.1 (2025-10-06)

Bug Fixes
  • ssubscribe: re-subscribe sharded pubsub channels individually (#​2021) (f161367)

v5.8.2

Compare Source

Bug Fixes

v5.8.1

Compare Source

Bug Fixes
  • ssubscribe: re-subscribe sharded pubsub channels individually (#​2021) (f161367)

v5.8.0

Compare Source

Bug Fixes
  • ssubscribe: re-subscribe sharded pubsub channels individually on ready (#​2012) (55a410f)
Features
ai/nanoid (nanoid)

v5.1.7

Compare Source

v5.1.6

Compare Source

  • Fixed infinite loop on 0 size for customAlphabet.
jinghaihan/pncat (pncat)

v0.11.1

Compare Source

No significant changes

    View changes on GitHub

v0.11.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.10.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.10.3

Compare Source

No significant changes

    View changes on GitHub

v0.10.2

Compare Source

No significant changes

    View changes on GitHub

v0.10.1

Compare Source

No significant changes

    View changes on GitHub

v0.10.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.9.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.9.0

Compare Source

   🚨 Breaking Changes
   🐞 Bug Fixes
    View changes on GitHub

Why change default rules behavior

After maintaining this project for about six months, I’ve come to feel that the built-in default grouping rules are not essential for most use cases.

If you need to group entries in the catalog, defining your own grouping rules is likely a better and more flexible approach. My own dependency usage is also somewhat limited, which means the default rules may not suit a wide range of real-world setups.

Therefore, unless you explicitly merge the default rules as shown below, dependencies will now be grouped using a simplified strategy:

  • proddependencies
  • devdevDependencies
  • peerpeerDependencies

How to keep the previous behavior

If you want the same behavior as before, create a pncat.config.ts file in your project root, or run pncat init and choose the extend mode. This will generate the config file for you automatically.

// pncat.config.ts
import { defineConfig, mergeCatalogRules } from 'pncat'

export default defineConfig({
  catalogRules: mergeCatalogRules([])
})

Future plans

In the future, I may consider removing the default rules entirely. If there is real demand for them, they may instead be provided as a separate npm package containing an official rule preset.

v0.8.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.7.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.7.7

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.7.6

Compare Source

   🚀 Features
    View changes on GitHub

v0.7.5

Compare Source

   🚀 Features
    View changes on GitHub

v0.7.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.7.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.7.2

Compare Source

   🚀 Features
    View changes on GitHub

v0.7.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.7.0

Compare Source

   🚀 Features
    View changes on GitHub
pnpm/pnpm (pnpm)

v10.33.0

Compare Source

v10.32.1: pnpm 10.32.1

Compare Source

Patch Changes

  • Fix a regression where pnpm-workspace.yaml without a packages field caused all directories to be treated as workspace projects. This broke projects that use pnpm-workspace.yaml only for settings (e.g. minimumReleaseAge) without defining workspace packages #​10909.

Platinum Sponsors

Bit

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit Stackblitz
Workleap Nx

v10.32.0: pnpm 10.32

Compare Source

Minor Changes

  • Added --all flag to pnpm approve-builds that approves all pending builds without interactive prompts #​10136.

Patch Changes

  • Reverted change related to setting explicitly the npm config file path, which caused regressions.
  • Reverted fix related to lockfile-include-tarball-url. Fixes #​10915.

Platinum Sponsors

Bit

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit Stackblitz
Workleap Nx

v10.31.0

Compare Source

v10.30.3

Compare Source

v10.30.2

Compare Source

v10.30.1: pnpm 10.30.1

Compare Source

Patch Changes

  • Use the /-/npm/v1/security/audits/quick endpoint as the primary audit endpoint, falling back to /-/npm/v1/security/audits when it fails #​10649.

Platinum Sponsors

Bit

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit Workleap
Stackblitz

Configuration

📅 Schedule: Branch creation - "before 12pm on Sunday" (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, 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 Pull requests that update a dependency file label Sep 21, 2025
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Sep 21, 2025

Important

Review skipped

Auto reviews are limited based on label configuration.

🏷️ Required labels (at least one) (2)
  • refactor
  • feature

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Free

Run ID: 00ec038c-c8a6-4aef-986b-f8f595f5720e

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 9188427 to 0e93d66 Compare September 26, 2025 19:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0e93d66 to d781095 Compare October 1, 2025 18:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from e11b9d9 to 730910b Compare October 12, 2025 03:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 5a7c3b2 to 37d7b1a Compare October 21, 2025 07:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 37d7b1a to 05fc09a Compare October 25, 2025 16:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 4bb48cd to 28eda0b Compare November 8, 2025 19:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 99f3c24 to 3e07e05 Compare November 21, 2025 23:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from a986e36 to 710bf5f Compare November 30, 2025 07:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 6033905 to 3965f6b Compare December 4, 2025 07:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from ca79c11 to 283d23d Compare December 14, 2025 11:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 283d23d to d960333 Compare January 1, 2026 00:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from e6eaf95 to fd741c2 Compare January 10, 2026 07:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 7dd2b43 to 11133d2 Compare January 17, 2026 03:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 11133d2 to 5e91ca1 Compare January 22, 2026 11:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 7731a6e to 255c614 Compare February 5, 2026 20:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from aa5b400 to 9c3dfb6 Compare February 13, 2026 16:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9c3dfb6 to 2ced099 Compare March 1, 2026 09:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2ced099 to a9e2fde Compare March 8, 2026 07:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e94ad60 to ebf9ec9 Compare April 3, 2026 11:24
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Apr 3, 2026
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ebf9ec9 to 943c9b6 Compare April 3, 2026 14:16
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Apr 3, 2026
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 943c9b6 to 949fb40 Compare April 3, 2026 14:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 949fb40 to a970699 Compare April 3, 2026 19:26
@renovate
Copy link
Copy Markdown
Author

renovate bot commented Apr 3, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants