Skip to content

[javascript] Update pnpm Package Dependencies#326

Open
hayat01sh1da wants to merge 1 commit into
masterfrom
hayat01sh1da/javascript/update-pnpm-package-dependencies
Open

[javascript] Update pnpm Package Dependencies#326
hayat01sh1da wants to merge 1 commit into
masterfrom
hayat01sh1da/javascript/update-pnpm-package-dependencies

Conversation

@hayat01sh1da

@hayat01sh1da hayat01sh1da commented Jun 22, 2026

Copy link
Copy Markdown
Owner

1. Overview

This PR updates the pnpm package dependencies of the javascript, reactjs and typescript projects in the tutorials repository.
All bumps are patch-level and confined to transitive packages: semver is updated in the javascript and typescript projects, while nanoid is updated in the reactjs project.
The changes are recorded in each project's pnpm-lock.yaml (resolution integrity hashes and the resolved versions pinned across dependents). No direct dependencies or application code are affected.

2. Key Changes & Differences in Each Package

Packages Before After Changes & Differences
semver 7.8.4 7.8.5 Bug fix: prereleases are now included in the tilde-range lower bound when includePrerelease is enabled (#878). Updated in javascript and typescript.
nanoid 3.3.13 3.3.14 Bug fix: fixed random pool corruption on large ID sizes. Updated in reactjs.

3. Summary

Two transitive packages were bumped at patch level.
semver 7.8.5 fixes prerelease handling in tilde ranges and was updated in the javascript and typescript projects.
nanoid 3.3.14 fixes random-pool corruption when generating large IDs and was updated in the reactjs project.
The update is low-risk and requires no code changes.

4. References

@hayat01sh1da hayat01sh1da self-assigned this Jun 22, 2026
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