Skip to content

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

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

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jan 11, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update
@commitlint/cli (source) ^20.3.0^20.5.0 age confidence devDependencies minor
@commitlint/config-conventional (source) ^20.3.0^20.5.0 age confidence devDependencies minor
@discordjs/rest (source) ^2.6.0^2.6.1 age confidence dependencies patch
@favware/cliff-jumper ^6.0.0^6.1.0 age confidence devDependencies minor
@types/node (source) ^24.10.4^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
eslint-config-neon ^0.2.9^0.4.0 age confidence devDependencies minor
eslint-plugin-prettier ^5.5.4^5.5.5 age confidence devDependencies patch
lint-staged ^16.2.7^16.4.0 age confidence devDependencies minor
prettier (source) ^3.7.4^3.8.2 age confidence devDependencies minor
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

v20.3.1

Compare Source

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

v20.3.1

Compare Source

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

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

v2.6.1

Compare Source

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)
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

iCrawl/eslint-config-neon (eslint-config-neon)

v0.4.0

Compare Source

v0.3.2

Compare Source

v0.3.1

Compare Source

v0.3.0

Compare Source

prettier/eslint-plugin-prettier (eslint-plugin-prettier)

v5.5.5

Compare Source

Patch Changes
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.
prettier/prettier (prettier)

v3.8.2

Compare Source

v3.8.1

Compare Source

v3.8.0

Compare Source

diff

🔗 Release note

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 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 requested a review from favna as a code owner January 11, 2026 00:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 6ce7e86 to 8e0394e Compare January 19, 2026 19:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 01a5d7d to 7d26bc2 Compare January 28, 2026 18:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from e5fc00a to 1e88065 Compare February 5, 2026 18:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from e832e68 to 6f2918e Compare February 12, 2026 08:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 2abb661 to 419fab3 Compare February 20, 2026 14:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from ea09156 to 2136f6e Compare March 3, 2026 21:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 702ff76 to c7ba125 Compare March 6, 2026 02:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 92dd1d1 to 8b84b50 Compare March 12, 2026 10:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from f3672cd to 4251649 Compare March 19, 2026 16:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4251649 to 88c5350 Compare March 23, 2026 01:14
@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 3 times, most recently from 5dd98b8 to c4697db Compare April 1, 2026 16:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 042f21c to bb2e6dc Compare April 10, 2026 04:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bb2e6dc to ef8ebbd Compare April 13, 2026 13:14
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