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

Update dependencies to support Laravel v9 #3

Merged
merged 2 commits into from
Jul 14, 2022
Merged

Conversation

Matt-Web
Copy link
Contributor

@Matt-Web Matt-Web commented Jul 13, 2022

Updated to support Laravel V9 and the latest version of spatie/typescript-transformer

spatie/typescript-transformer 2.1.3 introduced a breaking change to this package,
https://github.com/spatie/typescript-transformer/releases/tag/2.1.3

@Matt-Web Matt-Web marked this pull request as ready for review July 13, 2022 21:48
@Matt-Web Matt-Web requested a review from karl-d July 13, 2022 21:48
@@ -1,5 +1,4 @@
export enum Enum {

Copy link

Choose a reason for hiding this comment

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

Just this feels a little odd here with the export being removed.

Are we also just able to add a test to the different type as well?

Copy link
Contributor Author

@Matt-Web Matt-Web Jul 14, 2022

Choose a reason for hiding this comment

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

Yea it's a strange change, adding the type is now handled by the spatie/typescript-transformer library rather than this transformer.

I'll look at adding separate tests for the type and enum conversion

Copy link

Choose a reason for hiding this comment

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

Ok, if that is the case we can just merge to get thing progressing

@Matt-Web Matt-Web merged commit f5bd49f into master Jul 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants