Skip to content
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

fix: remove farcaster deps #758

Merged
merged 4 commits into from
Jul 3, 2024
Merged

fix: remove farcaster deps #758

merged 4 commits into from
Jul 3, 2024

Conversation

ysm-dev
Copy link
Contributor

@ysm-dev ysm-dev commented Jul 3, 2024

πŸ“¦ Pull Request

[Provide a general summary of the pull request here.]

βœ… Fixed Issues

  • [List any fixed issues here like: Fixes #XXXX]

🚨 Test instructions

[Describe any additional context required to test the PR/feature/bug fix.]

⚠️ Don't forget to add a semver label!

Please 🚨 ONLY ADD ONE 🚨 of the following labels, failing to do so may lead to adverse versioning of your changes when published:

  • patch: Bug Fix?
  • minor: New Feature?
  • major: Breaking Change?
  • skip-release: It's unnecessary to publish this change.

Special Note

Please avoid adding any of the Priority labels as they conflict with the labels above ☝️

πŸ“¦ Published PR as canary version: Canary Versions

✨ Test out this PR locally via:

npm install @magic-ext/farcaster@0.0.7-canary.758.9780606179.0
# or 
yarn add @magic-ext/farcaster@0.0.7-canary.758.9780606179.0

@ysm-dev ysm-dev requested review from octave08 and hcote July 3, 2024 07:29
@ysm-dev ysm-dev self-assigned this Jul 3, 2024
package.json Outdated
@@ -70,7 +69,7 @@
"ts-node": "^10.2.0",
"tsc-watch": "^4.2.9",
"tslib": "^2.3.1",
"typescript": "^5.4.5",
"typescript": "~4.4.2",
Copy link
Contributor

@hcote hcote Jul 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can keep this at the 5.4.5 version unless there's a good reason not to - I need to bump the ts version anyways for #742 to minimum 4.5.2

Edit - actually this is fine to downgrade, I'll just be re-upgrading to 4.5.2 when my PR gets merged

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm, then I will set to 4.5.2 c0b30c3
It seems that typescript-eslint is throwing a lot of errors when upgrading to version 5, and it would require a lot of changes to fix it.

@ysm-dev ysm-dev added this pull request to the merge queue Jul 3, 2024
Merged via the queue into master with commit 3d5e207 Jul 3, 2024
6 checks passed
@ysm-dev ysm-dev deleted the chris/fix-farcaster-deps branch July 3, 2024 16:01
@svc-magic-git svc-magic-git added the released This issue/pull request has been released. label Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released This issue/pull request has been released.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants