-
Notifications
You must be signed in to change notification settings - Fork 514
fix: update example app #2652
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
base: main
Are you sure you want to change the base?
fix: update example app #2652
Conversation
update example app to utilize updated shuttle libs
🦋 Changeset detectedLatest commit: 70ef8b4 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Updates the example app to use current shuttle library versions and API changes. The PR modernizes the example application to align with updated shuttle dependencies and fixes compatibility issues.
- Updated shuttle library version from 0.5.0 to 0.9.3
- Refactored imports and constructor parameters to match updated API signatures
- Fixed type casting and property name changes for compatibility
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| packages/shuttle/src/example-app/package.json | Updated shuttle dependency version and reorganized package.json structure |
| packages/shuttle/src/example-app/app.ts | Refactored imports, updated constructor calls, and fixed API compatibility issues |
| .changeset/twelve-mangos-provide.md | Added changeset documentation for the update |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
update example app to utilize updated shuttle libs
Why is this change needed?
This fell out of date and is a helpful reference for updating libdeps downstream.
Merge Checklist
Choose all relevant options below by adding an
xnow or at any time before submitting for reviewPR-Codex overview
This PR updates the example application for the
@farcaster/shuttlelibrary to use the latest versions of dependencies and improves its functionality by modifying imports and code structure.Detailed summary
@farcaster/shuttledependency version to^0.9.3.startscript inpackage.json.app.ts.HubInfoRequestwithGetInfoRequestin a specific function.unknowntype casting.