[codex] Fix Fastify 5 dependency update#15
Merged
Conversation
Bumps [fast-uri](https://github.com/fastify/fast-uri) to 3.1.2 and updates ancestor dependency [fastify](https://github.com/fastify/fastify). These dependencies need to be updated together. Updates `fast-uri` from 3.1.0 to 3.1.2 - [Release notes](https://github.com/fastify/fast-uri/releases) - [Commits](fastify/fast-uri@v3.1.0...v3.1.2) Updates `fastify` from 4.29.1 to 5.8.5 - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](fastify/fastify@v4.29.1...v5.8.5) --- updated-dependencies: - dependency-name: fast-uri dependency-version: 3.1.2 dependency-type: indirect - dependency-name: fastify dependency-version: 5.8.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
59c895c to
7274977
Compare
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (2 files)
Reviewed by grok-code-fast-1 · 118,498 tokens |
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
fastify/fast-urisecurity bump from chore(deps): bump fast-uri and fastify #14 intactRoot cause
PR #14 bumped
fastifyto 5.8.5 but left the@fastify/*plugins on Fastify 4-compatible majors, causing plugin registration to fail during unit tests. The full-stack smoke test also exposed a startup race where the API and worker both ran migrations concurrently and collided while creatingpgcrypto.Validation
npm run typechecknpm run lintnpm testnpm run buildpython3 -m unittest skills/deploy-to-vibestack/scripts/vibestack_deploy_test.pyscripts/ci-full-stack-smoke.sh