Fix Vite cache identity and Rollup compatibility#16
Merged
Conversation
Write a package-manager state marker from the Bazel install manifest so tools that key dependency caches from node_modules state invalidate when the generated layout changes. Co-Authored-By: OpenAI Codex <noreply@openai.com>
Allow existing callers to keep using configure_rollup while newer rollup_bundle callers pass config directly. Co-Authored-By: OpenAI Codex <noreply@openai.com>
Make the workflow write the bazelrc file this repo imports, disable worker sandboxing on GitHub runners, and refresh the npm audit fixture so the test suite can run cleanly. Co-Authored-By: OpenAI Codex <noreply@openai.com>
The nested Bazel snapshot run can exceed Jest's default timeout on GitHub runners even after the underlying test passes. Co-Authored-By: OpenAI Codex <noreply@openai.com>
Matthew-Redo
approved these changes
Jul 10, 2026
Matthew-Redo
marked this pull request as ready for review
July 10, 2026 00:02
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.
Summary
.yarn-state.ymlmarker fornodejs_installso tools like Vite invalidate dependency caches when Bazel's install manifest changes.configure_rollupcompatibility for existing callers.Validation
bazel test :testbazel test tools/lint:format_test tools/lint:lint_testbazel run --override_module=rules_javascript=/tmp/rules_javascript-eval nodejs_installbazel build --override_module=rules_javascript=/tmp/rules_javascript-eval //protocols/http/open-redirect-function:bundle