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

[FEAT] sync typescript versions #1613

Closed
wants to merge 19 commits into from

Conversation

kikoruiz
Copy link
Member

@kikoruiz kikoruiz commented Jun 21, 2023

Sync all the TypeScript versions along our SUI tools.

@@ -1,13 +1,13 @@
{
"name": "@s-ui/mock",
"version": "1.2.0",
"version": "1.3.0-beta.3",
Copy link
Member Author

Choose a reason for hiding this comment

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

Will be removed before merging.

@@ -61,7 +61,7 @@ export const writerFactory = providers => (path, data) => {
})

console.log(`Writing the Pact file "${path}"`) // eslint-disable-line
writeData2File(path, data)
createWriter()(path, data)
Copy link
Member Author

Choose a reason for hiding this comment

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

Fix for a breaking change introduced in v1.4.0: pactflow/pact-msw-adapter@6d45541

"@pactflow/pact-msw-adapter": "1.2.1",
"@s-ui/mock": "1",
"@pactflow/pact-msw-adapter": "1.5.0",
"@s-ui/mock": "beta",
Copy link
Member Author

Choose a reason for hiding this comment

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

We'll change it when the new sui-mock version is released in the next master workflow execution.

@kikoruiz kikoruiz changed the base branch from master to typescript-support October 17, 2023 18:58
@kikoruiz kikoruiz changed the base branch from typescript-support to master October 17, 2023 18:58
@kikoruiz kikoruiz changed the base branch from master to typescript-support October 17, 2023 19:13
@kikoruiz kikoruiz closed this Oct 18, 2023
@kikoruiz
Copy link
Member Author

It won't be fixed here, it will be done in: #1614

@kikoruiz kikoruiz deleted the upgrade-typescript-version branch October 18, 2023 09:28
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.

5 participants