-
Notifications
You must be signed in to change notification settings - Fork 9
build: integrate nodejs core libraries #848
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
The script was failing when running in a directory that does not have a 'packages' subdirectory. This commit adds a check to ensure the directory exists before trying to list its contents.
This commit fixes the dependency mismatches reported by syncpack.
This commit fixes the TypeScript errors that were introduced after updating the dependencies with syncpack. The errors were related to the new definition of Uint8Array in @types/node.
This commit updates the syncpack workflow to automatically fix dependency mismatches and commit the changes.
This reverts the previous commit that automated the fixing of syncpack mismatches.
This commit adds a top-level lint-fix script that runs in all packages. It also fixes an issue in package that was causing the linting to fail.
miguelvelezsa
approved these changes
Dec 3, 2025
miguelvelezsa
added a commit
that referenced
this pull request
Dec 3, 2025
* build: run interdependent tests * build: run interdependent tests * fix * fix(ci): make run-interdependent-tests.sh safer The script was failing when running in a directory that does not have a 'packages' subdirectory. This commit adds a check to ensure the directory exists before trying to list its contents. * fix(deps): syncpack dependency versions This commit fixes the dependency mismatches reported by syncpack. * fix(ts): address type errors from @types/node update This commit fixes the TypeScript errors that were introduced after updating the dependencies with syncpack. The errors were related to the new definition of Uint8Array in @types/node. * ci(syncpack): automate fixing of mismatches This commit updates the syncpack workflow to automatically fix dependency mismatches and commit the changes. * Update package.json * revert(ci): remove automated fix for syncpack This reverts the previous commit that automated the fixing of syncpack mismatches. * fix(deps): update dependencies to resolve syncpack mismatches * fix(proto3-json-serializer): resolve Uint8Array and Buffer type issues * run lint * feat: add top-level lint-fix script This commit adds a top-level lint-fix script that runs in all packages. It also fixes an issue in package that was causing the linting to fail. * fix(lint): run gts fix on all packages * chore: make sure we are actually installing packages locally * remove the package-lock.json * fix * chore: fix * retry * chore: fix * Update continuous.yaml * run lint * chore: fix nodejs runtime * address comments * remove numbers * pin typescript dependency --------- Co-authored-by: miguel <miguelvelezsa@google.com>
miguelvelezsa
added a commit
that referenced
this pull request
Dec 3, 2025
* build: run interdependent tests * build: run interdependent tests * fix * fix(ci): make run-interdependent-tests.sh safer The script was failing when running in a directory that does not have a 'packages' subdirectory. This commit adds a check to ensure the directory exists before trying to list its contents. * fix(deps): syncpack dependency versions This commit fixes the dependency mismatches reported by syncpack. * fix(ts): address type errors from @types/node update This commit fixes the TypeScript errors that were introduced after updating the dependencies with syncpack. The errors were related to the new definition of Uint8Array in @types/node. * ci(syncpack): automate fixing of mismatches This commit updates the syncpack workflow to automatically fix dependency mismatches and commit the changes. * Update package.json * revert(ci): remove automated fix for syncpack This reverts the previous commit that automated the fixing of syncpack mismatches. * fix(deps): update dependencies to resolve syncpack mismatches * fix(proto3-json-serializer): resolve Uint8Array and Buffer type issues * run lint * feat: add top-level lint-fix script This commit adds a top-level lint-fix script that runs in all packages. It also fixes an issue in package that was causing the linting to fail. * fix(lint): run gts fix on all packages * chore: make sure we are actually installing packages locally * remove the package-lock.json * fix * chore: fix * retry * chore: fix * Update continuous.yaml * run lint * chore: fix nodejs runtime * address comments * remove numbers * pin typescript dependency --------- Co-authored-by: miguel <miguelvelezsa@google.com>
miguelvelezsa
added a commit
that referenced
this pull request
Dec 3, 2025
* build: run interdependent tests * build: run interdependent tests * fix * fix(ci): make run-interdependent-tests.sh safer The script was failing when running in a directory that does not have a 'packages' subdirectory. This commit adds a check to ensure the directory exists before trying to list its contents. * fix(deps): syncpack dependency versions This commit fixes the dependency mismatches reported by syncpack. * fix(ts): address type errors from @types/node update This commit fixes the TypeScript errors that were introduced after updating the dependencies with syncpack. The errors were related to the new definition of Uint8Array in @types/node. * ci(syncpack): automate fixing of mismatches This commit updates the syncpack workflow to automatically fix dependency mismatches and commit the changes. * Update package.json * revert(ci): remove automated fix for syncpack This reverts the previous commit that automated the fixing of syncpack mismatches. * fix(deps): update dependencies to resolve syncpack mismatches * fix(proto3-json-serializer): resolve Uint8Array and Buffer type issues * run lint * feat: add top-level lint-fix script This commit adds a top-level lint-fix script that runs in all packages. It also fixes an issue in package that was causing the linting to fail. * fix(lint): run gts fix on all packages * chore: make sure we are actually installing packages locally * remove the package-lock.json * fix * chore: fix * retry * chore: fix * Update continuous.yaml * run lint * chore: fix nodejs runtime * address comments * remove numbers * pin typescript dependency --------- Co-authored-by: miguel <miguelvelezsa@google.com>
miguelvelezsa
added a commit
that referenced
this pull request
Dec 4, 2025
* build: run interdependent tests * build: run interdependent tests * fix * fix(ci): make run-interdependent-tests.sh safer The script was failing when running in a directory that does not have a 'packages' subdirectory. This commit adds a check to ensure the directory exists before trying to list its contents. * fix(deps): syncpack dependency versions This commit fixes the dependency mismatches reported by syncpack. * fix(ts): address type errors from @types/node update This commit fixes the TypeScript errors that were introduced after updating the dependencies with syncpack. The errors were related to the new definition of Uint8Array in @types/node. * ci(syncpack): automate fixing of mismatches This commit updates the syncpack workflow to automatically fix dependency mismatches and commit the changes. * Update package.json * revert(ci): remove automated fix for syncpack This reverts the previous commit that automated the fixing of syncpack mismatches. * fix(deps): update dependencies to resolve syncpack mismatches * fix(proto3-json-serializer): resolve Uint8Array and Buffer type issues * run lint * feat: add top-level lint-fix script This commit adds a top-level lint-fix script that runs in all packages. It also fixes an issue in package that was causing the linting to fail. * fix(lint): run gts fix on all packages * chore: make sure we are actually installing packages locally * remove the package-lock.json * fix * chore: fix * retry * chore: fix * Update continuous.yaml * run lint * chore: fix nodejs runtime * address comments * remove numbers * pin typescript dependency --------- Co-authored-by: miguel <miguelvelezsa@google.com>
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.
see https://docs.google.com/document/d/1qGdqMm65qMdCx8IidtWUAFLyxSPjMgDeps9IWFgjY_U/edit?resourcekey=0-Q-jGBtkPkoMRIiGRMZ5HJQ&tab=t.0#heading=h.b39qvqs1v80r
This PR does a few things: