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

build(deps): remove iso8601 dep #9368

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Conversation

brainbicycle
Copy link
Contributor

@brainbicycle brainbicycle commented Oct 3, 2023

This PR resolves []

Description

Removes iso8601 dep specified in podfile, there is a date formatter now built in foundation for the same purpose.
We are still pulling in this dep as a transitive dep from Aerodramus but this gets us closer to getting rid of it.

Worth some focused testing! Live auctions and some api calls depend on this functionality!
Draft until I do some testing :)

PR Checklist

  • I have tested my changes on iOS and Android.
  • I hid my changes behind a feature flag, or they don't need one.
  • I have included screenshots or videos, or I have not changed the UI.
  • I have added tests, or my changes don't require any.
  • I added an app state migration, or my changes do not require one.
  • I have documented any follow-up work that this PR will require, or it does not require any.
  • I have added a changelog entry below, or my changes do not require one.

To the reviewers 👀

  • I would like at least one of the reviewers to run this PR on the simulator or device.
Changelog updates

Changelog updates

Cross-platform user-facing changes

iOS user-facing changes

Android user-facing changes

Dev changes

  • Remove iso8601 dep - Brian

Need help with something? Have a look at our docs, or get in touch with us.

@brainbicycle brainbicycle self-assigned this Oct 3, 2023
@ArtsyOpenSource
Copy link
Contributor

ArtsyOpenSource commented Oct 3, 2023

This PR contains the following changes:

  • Dev changes (Remove iso8601 dep - Brian)

Generated by 🚫 dangerJS against eab89c4

@@ -75,7 +75,7 @@ class LiveAuctionEventViewModel: NSObject, LiveAuctionEventViewModelType {
}

var dateEventCreated: Date {
return ARStandardDateFormatter.shared().date(from: event.createdAtString)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this was actually nullable before but not specified in Obj-C code, so in theory this is no more dangerous, still worth thinking about handling nils if we are going to continue using native live auctions for a long time

@brainbicycle brainbicycle marked this pull request as draft October 3, 2023 16:45
@brainbicycle brainbicycle changed the title chore(deps): remove iso8601 dep build(deps): remove iso8601 dep Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants