chore(deps): update dependency @types/node to v24 - #707
Open
renovate[bot] wants to merge 3 commits into
Open
renovate[bot] wants to merge 3 commits into
renovate[bot] wants to merge 3 commits into
Conversation
* Allow HackPSU's own Cloud Run origins to authenticate (#705) Gavel now runs on Cloud Run at gavel-production-695455897614.us-east4.run.app. That origin was not in the allowlist, so resolveReturnTo discarded it and sent users to hackpsu.org instead -- login could start but never come back. Scoped to our project rather than to .run.app as a whole. Cloud Run derives its hostname as <service>-<project-number>.<region>.run.app, so the project number identifies the owner; allowing .run.app outright would let anyone deploy a service and have buildReturnUrl hand it a session token, which is the same class of problem resolveReturnTo exists to prevent. A service in another project cannot forge it: naming theirs foo-695455897614 yields foo-695455897614-<their-number>.<region>.run.app, whose first label ends with their number, not ours. The number is overridable via CLOUD_RUN_PROJECT_NUMBER. Classified as staging rather than falling through to local, because Cloud Run is a real HTTPS deployment whose cookies must be marked Secure, but is not on hackpsu.org so it cannot read the shared session cookie and has to use the token handoff -- exactly what staging already means here. Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com> * chore(deps): update dependency zod to v4.6.5 --------- Co-authored-by: Kanishk Sachdev <64576646+kensac@users.noreply.github.com> Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
This PR contains the following updates:
^22.0.0→^24.0.0Configuration
📅 Schedule: (in timezone America/New_York)
* 0-23 * * *)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.