Skip to content

[Daily][JavaScript] Update pnpm Package Dependencies - #419

Merged
hayat01sh1da merged 1 commit into
masterfrom
hayat01sh1da/daily/update-pnpm-package-dependencies
Aug 2, 2026
Merged

[Daily][JavaScript] Update pnpm Package Dependencies#419
hayat01sh1da merged 1 commit into
masterfrom
hayat01sh1da/daily/update-pnpm-package-dependencies

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 2, 2026

Copy link
Copy Markdown
Contributor

1. Overview

This pull request was created automatically by the JavaScript - Daily Dependencies Update workflow.
It updates pnpm itself (pinning the new version to the packageManager field of each package.json), updates every pnpm package dependency to the latest version allowed by each package.json, regenerates each pnpm-lock.yaml, and mirrors the new pnpm version to the Environment section of every README.md and to the description field of every package.json:

corepack use pnpm@latest
pnpm update

2. Key Changes & Differences

javascript

Packages Before After Changes & Differences
js-yaml 4.3.0 4.3.1 Patch-level update. YAML 1.2 parser and serializer. Transitive dependency.

typescript

Packages Before After Changes & Differences
baseline-browser-mapping 2.11.8 2.11.10 Patch-level update. A library for obtaining browser versions with their maximum supported Baseline feature set and Widely Available status. Transitive dependency.
js-yaml 4.3.0 4.3.1 Patch-level update. YAML 1.2 parser and serializer. Transitive dependency.

reactjs

Packages Before After Changes & Differences
@napi-rs/lzma-linux-x64-gnu - 1.5.1 Newly added. lzma / lzma2 / xz compression for Node.js and the browser, backed by pure-Rust lzma-rust2 via https://napi.rs. Transitive dependency.
@rollup/rollup-android-arm-eabi 4.62.3 4.62.4 Patch-level update. Native bindings for Rollup. Transitive dependency.
@rollup/rollup-android-arm64 4.62.3 4.62.4 Patch-level update. Native bindings for Rollup. Transitive dependency.
@rollup/rollup-darwin-arm64 4.62.3 4.62.4 Patch-level update. Native bindings for Rollup. Transitive dependency.
@rollup/rollup-darwin-x64 4.62.3 4.62.4 Patch-level update. Native bindings for Rollup. Transitive dependency.
@rollup/rollup-freebsd-arm64 4.62.3 4.62.4 Patch-level update. Native bindings for Rollup. Transitive dependency.
@rollup/rollup-freebsd-x64 4.62.3 4.62.4 Patch-level update. Native bindings for Rollup. Transitive dependency.
@rollup/rollup-linux-arm-gnueabihf 4.62.3 4.62.4 Patch-level update. Native bindings for Rollup. Transitive dependency.
@rollup/rollup-linux-arm-musleabihf 4.62.3 4.62.4 Patch-level update. Native bindings for Rollup. Transitive dependency.
@rollup/rollup-linux-arm64-gnu 4.62.3 4.62.4 Patch-level update. Native bindings for Rollup. Transitive dependency.
@rollup/rollup-linux-arm64-musl 4.62.3 4.62.4 Patch-level update. Native bindings for Rollup. Transitive dependency.
@rollup/rollup-linux-loong64-gnu 4.62.3 4.62.4 Patch-level update. Native bindings for Rollup. Transitive dependency.
@rollup/rollup-linux-loong64-musl 4.62.3 4.62.4 Patch-level update. Native bindings for Rollup. Transitive dependency.
@rollup/rollup-linux-ppc64-gnu 4.62.3 4.62.4 Patch-level update. Native bindings for Rollup. Transitive dependency.
@rollup/rollup-linux-ppc64-musl 4.62.3 4.62.4 Patch-level update. Native bindings for Rollup. Transitive dependency.
@rollup/rollup-linux-riscv64-gnu 4.62.3 4.62.4 Patch-level update. Native bindings for Rollup. Transitive dependency.
@rollup/rollup-linux-riscv64-musl 4.62.3 4.62.4 Patch-level update. Native bindings for Rollup. Transitive dependency.
@rollup/rollup-linux-s390x-gnu 4.62.3 4.62.4 Patch-level update. Native bindings for Rollup. Transitive dependency.
@rollup/rollup-linux-x64-gnu 4.62.3 4.62.4 Patch-level update. Native bindings for Rollup. Transitive dependency.
@rollup/rollup-linux-x64-musl 4.62.3 4.62.4 Patch-level update. Native bindings for Rollup. Transitive dependency.
@rollup/rollup-openbsd-x64 4.62.3 4.62.4 Patch-level update. Native bindings for Rollup. Transitive dependency.
@rollup/rollup-openharmony-arm64 4.62.3 4.62.4 Patch-level update. Native bindings for Rollup. Transitive dependency.
@rollup/rollup-win32-arm64-msvc 4.62.3 4.62.4 Patch-level update. Native bindings for Rollup. Transitive dependency.
@rollup/rollup-win32-ia32-msvc 4.62.3 4.62.4 Patch-level update. Native bindings for Rollup. Transitive dependency.
@rollup/rollup-win32-x64-gnu 4.62.3 4.62.4 Patch-level update. Native bindings for Rollup. Transitive dependency.
@rollup/rollup-win32-x64-msvc 4.62.3 4.62.4 Patch-level update. Native bindings for Rollup. Transitive dependency.
baseline-browser-mapping 2.11.8 2.11.10 Patch-level update. A library for obtaining browser versions with their maximum supported Baseline feature set and Widely Available status. Transitive dependency.
js-yaml 4.3.0 4.3.1 Patch-level update. YAML 1.2 parser and serializer. Transitive dependency.
rollup 4.62.3 4.62.4 Patch-level update. Next-generation ES module bundler. Transitive dependency.

ruby-on-rails/perfect-ruby-on-rails

Packages Before After Changes & Differences
No dependency changes detected

3. Summary

The pnpm version pinned in each package.json and all pnpm package dependencies in javascript, typescript, reactjs, and ruby-on-rails/perfect-ruby-on-rails are now up to date.
Please make sure that all CI workflows pass before merging this pull request.

4. References

@hayat01sh1da hayat01sh1da left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@hayat01sh1da
hayat01sh1da merged commit 404c474 into master Aug 2, 2026
9 checks passed
@hayat01sh1da
hayat01sh1da deleted the hayat01sh1da/daily/update-pnpm-package-dependencies branch August 2, 2026 15:29
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.

1 participant