fix: resolve peer dependency warnings #11574
Draft
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.
Devin PR requested by @petebacondarwin
Resolves peer dependency warnings that appear when running
pnpm i. The warnings were:@microlabs/otel-cf-workersrequiring@opentelemetry/api@~1.9.0but finding 1.7.0vitest@3.0.9requiring@vitest/ui@3.0.9but finding 3.2.3@tailwindcss/viteand@vitejs/plugin-reactrequiring Vite 5/6 but finding 7.0.0@vitejs/plugin-basic-sslrequiring Vite 6 but finding 7.0.0@cloudflare/typesrequiring React 15-17 but finding React 19Changes:
@opentelemetry/api@^1.9.0to vitest-pool-workers-examples fixturecatalog:defaultin vitest-pool-workers-remote-bindings fixture to match workspace version@tailwindcss/viteto ^4.1.17,@vitejs/plugin-reactto ^5.1.2, and@vitejs/plugin-basic-sslto ^2.1.0 for Vite 7 compatibilitypeerDependencyRules.allowedVersionsto accept React 18 and 19Human review checklist:
@vitejs/plugin-reactv4→v5 upgrade doesn't break playground functionalityLink to Devin run