Skip to content

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

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

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

Conversation

@renovate

@renovate renovate Bot commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@crowdin/cli (source) ^4.14.2^4.14.3 age confidence dependencies patch
@types/react (source) ^19.2.16^19.2.17 age confidence devDependencies patch
node (source) 24.16.024.18.0 age confidence minor
node 24.16.024.18.0 age confidence uses-with minor
node 24.16.0-bookworm24.18.0-bookworm age confidence final minor
pnpm (source) 10.34.110.34.4 age confidence packageManager patch
prettier (source) ^3.8.3^3.9.4 age confidence devDependencies minor
react-tooltip ^6.0.6^6.0.8 age confidence dependencies patch
semver ^7.8.2^7.8.5 age confidence dependencies patch
sharp (source, changelog) ^0.34.5^0.35.3 age confidence dependencies minor
vitest (source) ^4.1.8^4.1.9 age confidence devDependencies patch

Release Notes

crowdin/crowdin-cli (@​crowdin/cli)

v4.14.3

Compare Source

Bug Fixes
  • allow trailing slash in the base_url (#​1023) (a97d275)
  • escape square brackets in Utils.regexPath (--delete-obsolete deleting valid files) (#​1029) (8013009)
  • prevent premature timeout when uploading large translation files (#​1026) (f7534dc)
  • update error handling for import translations (#​1027) (688f8ef)
nodejs/node (node)

v24.18.0: 2026-06-23, Version 24.18.0 'Krypton' (LTS), @​richardlau prepared by @​sxa

Compare Source

Notable Changes
  • [e07e7a31e1] - crypto: update root certificates to NSS 3.123.1 (Node.js GitHub Bot) #​63527
  • [44c8ebcbd6] - http: avoid stream listeners on idle agent sockets (Matteo Collina) #​64004
  • [d3ef4122ee] - (SEMVER-MINOR) buffer: increase Buffer.poolSize default to 64 KiB (Matteo Collina) #​63597
  • [bb2857b85a] - (SEMVER-MINOR) crypto: align key argument names in docs and error messages (Filip Skokan) #​62527
  • [b9d5e87880] - (SEMVER-MINOR) crypto: accept key data in crypto.diffieHellman() and cleanup DH jobs (Filip Skokan) #​62527
  • [ccd756d61e] - (SEMVER-MINOR) crypto: add TurboSHAKE and KangarooTwelve Web Cryptography algorithms (Filip Skokan) #​62183
  • [4c9251fc09] - (SEMVER-MINOR) http: add writeInformation to send arbitrary 1xx status codes (Tim Perry) #​63155
  • [8c989ec4a3] - (SEMVER-MINOR) inspector: expose precise coverage start to JS runtime (sangwook) #​63079
  • [3f54c8ba32] - Revert "stream: noop pause/resume on destroyed streams" (Stewart X Addison) #​63834
Commits

v24.17.0: 2026-06-18, Version 24.17.0 'Krypton' (LTS), @​aduh95

Compare Source

This is a security release.

Notable Changes
  • (CVE-2026-48618) tls: normalize hostname for server identity checks (Matteo Collina) – High
  • (CVE-2026-48933) crypto: guard WebCrypto cipher output length (Filip Skokan) – High
  • (CVE-2026-48615) lib,test: redact proxy credentials in tunnel errors (Matteo Collina) – Medium
  • (CVE-2026-48619) http2: cap originSet size to prevent unbounded memory growth (Matteo Collina) – Medium
  • (CVE-2026-48928) tls: fix case-sensitive SNI context matching (Matteo Collina) – Medium
  • (CVE-2026-48930) dns,net: reject hostnames with embedded NUL bytes (Matteo Collina) – Medium
  • (CVE-2026-48934) tls: bind reusable sessions to authenticated host (Matteo Collina) – Medium
  • (CVE-2026-48937) deps: fix integration issues with the latest nghttp2 – Medium
  • (CVE-2026-48617) permission: handle process.chdir on writereport (RafaelGSS) – Low
  • (CVE-2026-48931) http: fix response queue poisoning in http.Agent (Matteo Collina) – Low
  • (CVE-2026-48935) permission: disable FileHandle utimes with permission model (RafaelGSS) – Low
Commits
actions/node-versions (node)

v24.18.0: 24.18.0

Compare Source

Node.js 24.18.0

v24.17.0: 24.17.0

Compare Source

Node.js 24.17.0

pnpm/pnpm (pnpm)

v10.34.4

Compare Source

v10.34.3

Compare Source

v10.34.2

Compare Source

prettier/prettier (prettier)

v3.9.4

Compare Source

v3.9.3

Compare Source

v3.9.2

Compare Source

v3.9.1

Compare Source

v3.9.0

Compare Source

diff

🔗 Release Notes

v3.8.5

Compare Source

v3.8.4

Compare Source

diff

Markdown: Fix blank lines between list items and nested sub-lists being removed in Markdown/MDX (#​17746 by @​byplayer)

Prettier was removing blank lines between list items and their nested sub-lists, converting loose lists into tight lists and changing their semantic meaning.

<!-- Input -->
- a

  - b

- c

  - d

<!-- Prettier 3.8.3 -->
- a
  - b
- c
  - d

<!-- Prettier 3.8.4 -->
- a

  - b

- c

  - d
ReactTooltip/react-tooltip (react-tooltip)

v6.0.8

Compare Source

If you like ReactTooltip, please give the project a star on GitHub 🌟

What's Changed

Full Changelog: ReactTooltip/react-tooltip@v6.0.7...v6.0.8

v6.0.7

Compare Source

If you like ReactTooltip, please give the project a star on GitHub 🌟

What's Changed

Full Changelog: ReactTooltip/react-tooltip@v6.0.6...v6.0.7

npm/node-semver (semver)

v7.8.5

Compare Source

Bug Fixes

v7.8.4

Compare Source

Bug Fixes

v7.8.3

Compare Source

Bug Fixes
Chores
lovell/sharp (sharp)

v0.35.3

Compare Source

v0.35.2

Compare Source

v0.35.1

Compare Source

  • TypeScript: Ensure type definitions are published for both ESM and CJS.
    #​4537

  • W

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jun 4, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
unraid-docs ba5e10e Commit Preview URL

Branch Preview URL
Jul 01 2026, 11:56 PM

@renovate renovate Bot changed the title Update all non-major dependencies to ^6.0.7 Update all non-major dependencies Jun 5, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 127272c to 8cac47c Compare June 12, 2026 01:59
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 4ec58da to c871305 Compare June 19, 2026 18:59
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from fcefbb7 to a358899 Compare June 24, 2026 22:02
@renovate renovate Bot changed the title Update all non-major dependencies fix(deps): update all non-major dependencies Jun 25, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 216fe43 to 79c9e82 Compare June 30, 2026 03:39
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 79c9e82 to ba5e10e Compare July 1, 2026 23:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants