Update dependencies#20
Merged
Merged
Conversation
c6f6130 to
3f2d9a7
Compare
3f2d9a7 to
4592945
Compare
There was a problem hiding this comment.
Pull request overview
This pull request updates various dependencies across the project, including pybind11 (v2.13.6 → v3.0.1), Emscripten (4.0.10 → 4.0.22), and the Next.js example application with updates to React (19.1.1 → 19.2.3), Next.js (15.4.5 → 16.1.1), and related tooling. The PR also includes bug fixes for CSS selector issues and improvements to the GitHub Actions workflow.
Key changes:
- Updated pybind11 to v3.0.1 (major version bump)
- Updated Emscripten SDK to 4.0.22
- Updated Next.js example app dependencies and fixed CSS animation selector
- Updated GitHub Actions dependencies and improved Azure Trusted Signing configuration
Reviewed changes
Copilot reviewed 6 out of 8 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| src/ts/package.json | Updated React, Next.js, TypeScript, ESLint and type definitions to latest versions; removed @types/node |
| src/ts/bun.lock | Regenerated lockfile with updated dependency versions |
| src/ts/app/page.tsx | Fixed status message animation by adding conditional CSS class |
| src/ts/app/page.module.css | Replaced invalid :has-text() pseudo-selector with proper class selector |
| src/ts/Dockerfile | Changed Bun base image from specific version to floating 1-alpine tag |
| CMakeLists.txt | Updated pybind11 from v2.13.6 to v3.0.1 |
| .github/workflows/spz.yml | Updated Emscripten (4.0.22), cibuildwheel (v3.3.1), Azure signing action (v0.5.11), added timestamp configuration |
| pyspz/pycache/init.cpython-313.pyc | Python bytecode cache file added (should not be in version control) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
the-mx
approved these changes
Jan 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update dependencies: pybind, Emscripten, and Next.js example