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

[testmodeler] upgrade dependencies #5298

Merged
merged 15 commits into from
Feb 20, 2023

Conversation

changlong-liu
Copy link
Member

No description provided.

mikeharder and others added 10 commits January 25, 2023 12:15
- @types/node to ^14, since Node 14 is oldest supported version
- pre-release versions to pinned, since breaking changes are allowed at any time
- typescript from ^ to ~, since breaking changes are allowed in minor releases
- oav to 3.2.2, since 3.2.3 has a (likely accidental) breaking change
- All other packages from ~ to ^
update test

update shrinkwrap
This reverts commit 04da27f.
This reverts commit 439dbb8.
@changlong-liu changlong-liu marked this pull request as ready for review February 1, 2023 07:54
@changlong-liu
Copy link
Member Author

Hi @tadelesh , I find there are some new properties added in the apiscenario after upgrading to [email protected], would you help to confirm whether it breaks Golang testGen, I guess it doesn't?

@changlong-liu changlong-liu linked an issue Feb 1, 2023 that may be closed by this pull request
@tadelesh
Copy link
Member

tadelesh commented Feb 1, 2023

Hi @tadelesh , I find there are some new properties added in the apiscenario after upgrading to [email protected], would you help to confirm whether it breaks Golang testGen, I guess it doesn't?

Additional change will not break Go test generator. Thanks for reminder. I'll do some test when upgrading testmodeler.

Copy link
Member

@mikeharder mikeharder left a comment

Choose a reason for hiding this comment

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

The changes in package.json look good to me. I can't speak to the changes in model.ts or the *.yaml files.

This reverts commit ea277ad.
@changlong-liu changlong-liu removed request for a team and benbp February 2, 2023 09:31
@changlong-liu changlong-liu merged commit 0ecf2fe into Azure:main Feb 20, 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.

[testmodeler] Update dependency semver ranges
3 participants