Skip to content

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

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

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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 11, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@commitlint/cli (source) ^19.8.0^19.8.1 age confidence devDependencies patch
@commitlint/config-conventional (source) ^19.8.0^19.8.1 age confidence devDependencies patch
@discordjs/builders (source) ^1.10.1^1.13.1 age confidence dependencies patch
@prisma/client (source) ^6.8.2^6.19.2 age confidence dependencies patch
@sapphire/eslint-config (source) ^5.0.5^5.0.6 age confidence devDependencies patch
@sapphire/result (source) ^2.7.2^2.8.0 age confidence dependencies patch
@sapphire/ts-config (source) ^5.0.1^5.0.3 age confidence devDependencies patch
@skyra/http-framework (source) ^2.2.0^2.2.1 age confidence dependencies patch
@skyra/http-framework-i18n (source) ^1.2.0^1.2.1 age confidence dependencies patch
@skyra/logger (source) ^2.0.3^2.0.4 age confidence dependencies patch
@skyra/shared-http-pieces (source) ^1.2.2^1.2.3 age confidence dependencies patch
@skyra/start-banner (source) ^2.0.1^2.0.2 age confidence dependencies patch
@types/node (source) ^22.14.1^22.19.13 age confidence devDependencies patch
eslint-config-prettier ^10.1.5^10.1.8 age confidence devDependencies patch
eslint-plugin-prettier ^5.2.6^5.5.5 age confidence devDependencies patch
fastify (source) ^5.3.0^5.7.4 age confidence dependencies patch
lint-staged ^16.1.0^16.3.2 age confidence devDependencies minor
node (source) 22.14.022.22.0 age confidence volta minor
pnpm (source) 10.24.010.30.3 age confidence packageManager minor
prettier (source) ^3.5.3^3.8.1 age confidence devDependencies minor
prisma (source) ^6.8.2^6.19.2 age confidence devDependencies patch
taze ^19.9.2^19.10.0 age confidence devDependencies minor
tsdown (source) ^0.17.2^0.20.3 age confidence devDependencies minor

Release Notes

prisma/prisma (@​prisma/client)

v6.19.2

Compare Source

Today, we are issuing a 6.19.2 patch release in the Prisma 6 release line. It fixes an issue with Prisma Accelerate support in some edge runtime configurations when the @prisma/client/edge entrypoint is not being used.

Changes:

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

v5.5.5

Compare Source

Patch Changes
fastify/fastify (fastify)

v5.7.4

Compare Source

Full Changelog: fastify/fastify@v5.7.3...v5.7.4

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

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)

v22.22.0: 2026-01-13, Version 22.22.0 'Jod' (LTS), @​marco-ippolito

Compare Source

This is a security release.

Notable Changes

lib:

  • (CVE-2025-59465) add TLSSocket default error handler
  • (CVE-2025-55132) disable futimes when permission model is enabled
    lib,permission:
  • (CVE-2025-55130) require full read and write to symlink APIs
    src:
  • (CVE-2025-59466) rethrow stack overflow exceptions in async_hooks
    src,lib:
  • (CVE-2025-55131) refactor unsafe buffer creation to remove zero-fill toggle
    tls:
  • (CVE-2026-21637) route callback exceptions through error handlers
Commits

v22.21.1: 2025-10-28, Version 22.21.1 'Jod' (LTS), @​aduh95

Compare Source

Commits

v22.21.0: 2025-10-20, Version 22.21.0 'Jod' (LTS), @​aduh95

Compare Source

Notable Changes
  • [1486fedea1] - (SEMVER-MINOR) cli: add --use-env-proxy (Joyee Cheung) #​59151
  • [bedaaa11fc] - (SEMVER-MINOR) http: support http proxy for fetch under NODE_USE_ENV_PROXY (Joyee Cheung) #​57165
  • [af8b5fa29d] - (SEMVER-MINOR) http: add shouldUpgradeCallback to let servers control HTTP upgrades (Tim Perry) #​59824
  • [42102594b1] - (SEMVER-MINOR) http,https: add built-in proxy support in http/https.request and Agent (Joyee Cheung) #​58980
  • [686ac49b82] - (SEMVER-MINOR) src: add percentage support to --max-old-space-size (Asaf Federman) #​59082
Commits

v22.20.0: 2025-09-24, Version 22.20.0 'Jod' (LTS), @​richardlau

Compare Source

Notable Changes
OpenSSL updated to 3.5.2

For official Node.js builds, or builds using the default build configuration, Node.js now bundles OpenSSL 3.5.2. This update allows Node.js 22.x to be supported through to the planned End-of-Life date of 2027-04-30 as the previously bundled OpenSSL 3.0.x goes out of support in September 2026.

This change does not affect third-party builds of Node.js that link to an external OpenSSL (or OpenSSL-compatible) library.

Other notable changes
Commits

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 force-pushed the renovate/all-minor-patch branch 4 times, most recently from 726ebe0 to 7e2ca22 Compare May 19, 2025 04:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from dc6df55 to e1219c3 Compare May 27, 2025 22:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 5ff827b to b46873d Compare May 31, 2025 13:44
@code-input
Copy link

code-input bot commented May 31, 2025

Pull request #52 has conflicts that needs to be resolved.
You can resolve it at codeinput: 3f308f7e-3e4f-4621-92d3-8ab422991f52.

@code-input
Copy link

code-input bot commented May 31, 2025

Pull request #52 has conflicts that needs to be resolved.
You can resolve it at codeinput: 92855c6b-ddae-496e-b4c9-9862f879708d.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b46873d to 66a5bcf Compare May 31, 2025 13:46
@code-input
Copy link

code-input bot commented May 31, 2025

Pull request #52 has conflicts that needs to be resolved.
You can resolve it at codeinput: 99276b55-42b4-44d6-be6b-df4893076f74.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from feb4cd8 to 99ce63f Compare June 6, 2025 20:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 66f5ff0 to 491a77d Compare June 16, 2025 14:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 0ac97e2 to 453d9c5 Compare July 19, 2025 02:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 3e0132c to 17f0f5f Compare August 6, 2025 12:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 9feadff to 106e570 Compare August 15, 2025 09:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from a703699 to b4146f2 Compare August 26, 2025 12:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 7672c64 to ccd3d9b Compare August 31, 2025 11:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from edf2f37 to 44f185a Compare September 25, 2025 14:09
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