Skip to content

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

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

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Feb 1, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update
@commitlint/cli (source) ^20.3.1^20.5.0 age confidence devDependencies minor
@commitlint/config-conventional (source) ^20.3.1^20.5.0 age confidence devDependencies minor
@discordjs/builders (source) ^1.13.1^1.14.1 age confidence dependencies minor
@prisma/client (source) ^6.19.2^6.19.3 age confidence dependencies patch
@types/node (source) ^24.10.9^24.12.2 age confidence devDependencies minor
docker/build-push-action v6.18.0v6.19.2 age confidence action minor
docker/login-action v3.6.0v3.7.0 age confidence action minor
eslint (source) ^9.39.2^9.39.4 age confidence devDependencies patch
lint-staged ^16.2.7^16.4.0 age confidence devDependencies minor
node (source) 24.13.024.14.1 age confidence volta minor
prettier (source) ^3.8.1^3.8.2 age confidence devDependencies patch
prisma (source) ^6.19.2^6.19.3 age confidence devDependencies patch
rimraf ^6.1.2^6.1.3 age confidence devDependencies patch
yarn (source) 4.12.04.13.0 age confidence packageManager minor

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

v20.4.4

Compare Source

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

v20.4.3

Compare Source

Bug Fixes

v20.4.2

Compare Source

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

v20.4.1

Compare Source

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

v20.4.0

Compare Source

Features

20.3.1 (2026-01-08)

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

v20.4.4

Compare Source

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

v20.4.3

Compare Source

Bug Fixes

v20.4.2

Compare Source

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

v20.4.1

Compare Source

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

v20.4.0

Compare Source

Features

20.3.1 (2026-01-08)

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

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)
prisma/prisma (@​prisma/client)

v6.19.3

Compare Source

Today, we are issuing a 6.19.3 patch release in the Prisma 6 release line. It updates the effect dependency to resolve a security vulnerability.

Changes:
#​29416

docker/build-push-action (docker/build-push-action)

v6.19.2

Compare Source

Full Changelog: docker/build-push-action@v6.19.1...v6.19.2

v6.19.1

Compare Source

Full Changelog: docker/build-push-action@v6.19.0...v6.19.1

v6.19.0

Compare Source

  • Scope default git auth token to github.com by @​crazy-max in #​1451
  • Bump brace-expansion from 1.1.11 to 1.1.12 in #​1396
  • Bump form-data from 2.5.1 to 2.5.5 in #​1391
  • Bump js-yaml from 3.14.1 to 3.14.2 in #​1429
  • Bump lodash from 4.17.21 to 4.17.23 in #​1446
  • Bump tmp from 0.2.3 to 0.2.4 in #​1398
  • Bump undici from 5.28.4 to 5.29.0 in #​1397

Full Changelog: docker/build-push-action@v6.18.0...v6.19.0

docker/login-action (docker/login-action)

v3.7.0

Compare Source

Full Changelog: docker/login-action@v3.6.0...v3.7.0

eslint/eslint (eslint)

v9.39.4

Compare Source

Bug Fixes

Documentation

Chores

v9.39.3

Compare Source

Bug Fixes

  • 791bf8d fix: restore TypeScript 4.0 compatibility in types (#​20504) (sethamus)

Chores

lint-staged/lint-staged (lint-staged)

v16.4.0

Compare Source

Minor Changes

v16.3.4

Compare Source

Patch Changes

v16.3.3

Compare Source

Patch Changes
  • #​1740 0109e8d Thanks @​iiroj! - Make sure Git's warning about CRLF line-endings doesn't interfere with creating initial backup stash.

v16.3.2

Compare Source

Patch Changes
  • #​1735 2adaf6c Thanks @​iiroj! - Hide the extra cmd window on Windows by spawning tasks without the detached option.

v16.3.1

Compare Source

Patch Changes
  • #​1729 cd5d762 Thanks @​iiroj! - Remove nano-spawn as a dependency from package.json as it was replaced with tinyexec and is no longer used.

v16.3.0

Compare Source

Minor Changes
  • #​1698 feda37a Thanks @​iiroj! - Run external processes with tinyexec instead of nano-spawn. nano-spawn replaced execa in lint-staged version 16 to limit the amount of npm dependencies required, but caused some unknown issues related to spawning tasks. Let's hope tinyexec improves the situation.

  • #​1699 1346d16 Thanks @​iiroj! - Remove pidtree as a dependency. When a task fails, its sub-processes are killed more efficiently via the process group on Unix systems, and the taskkill command on Windows.

Patch Changes
  • #​1726 87467aa Thanks @​iiroj! - Incorrect brace expansions like *.{js} (nothing to expand) are detected exhaustively, instead of just a single pass.
nodejs/node (node)

v24.14.1

Compare Source

v24.14.0

Compare Source

v24.13.1

Compare Source

prettier/prettier (prettier)

v3.8.2

Compare Source

isaacs/rimraf (rimraf)

v6.1.3

Compare Source

yarnpkg/berry (yarn)

v4.13.0

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 12pm on Sunday"
  • 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 label Feb 1, 2026
@renovate renovate bot requested a review from favna as a code owner February 1, 2026 00:27
@renovate renovate bot added the dependencies label Feb 1, 2026
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 8163c38 to 306ba03 Compare February 8, 2026 01:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 8fe4243 to db0fea0 Compare February 17, 2026 16:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from b80733b to 8b718d8 Compare February 26, 2026 07:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 999ba04 to fffe270 Compare March 5, 2026 10:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from ff6f397 to 57110bd Compare March 12, 2026 12:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from b59336b to 40368f1 Compare March 15, 2026 13:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from baf4274 to a324783 Compare March 23, 2026 02:04
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Mar 23, 2026
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a324783 to a29b12a Compare March 25, 2026 01:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 3a72953 to 17abfa5 Compare April 3, 2026 13:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 17abfa5 to 34148bc Compare April 8, 2026 19:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 34148bc to 46a2233 Compare April 10, 2026 05:44
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