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

General dependency upgrades #2753

Merged
merged 11 commits into from
Dec 13, 2023
Merged

General dependency upgrades #2753

merged 11 commits into from
Dec 13, 2023

Conversation

timotheeguerin
Copy link
Member

@timotheeguerin timotheeguerin commented Dec 13, 2023

Major:

  • Typescript 5.3
  • Vite 5
  • Rollup 4

@timotheeguerin timotheeguerin marked this pull request as ready for review December 13, 2023 20:39
@@ -405,7 +405,7 @@ export function createProjectionMembers(checker: Checker): {
},
toKebabCase(base) {
return createFunctionType(() => {
return createLiteralType(paramCase(base.value));
return createLiteralType(kebabCase(base.value));
Copy link
Member

Choose a reason for hiding this comment

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

Whoops 😂

Copy link
Member Author

@timotheeguerin timotheeguerin Dec 13, 2023

Choose a reason for hiding this comment

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

that was a breaking change on their side(renamed)

@microsoft microsoft deleted a comment from azure-sdk Dec 13, 2023
@azure-sdk
Copy link
Collaborator

You can try these changes at https://cadlplayground.z22.web.core.windows.net/prs/2753/

Check the website changes at https://tspwebsitepr.z22.web.core.windows.net/prs/2753/

@timotheeguerin timotheeguerin enabled auto-merge (squash) December 13, 2023 21:00
@timotheeguerin timotheeguerin merged commit 9f15ba5 into main Dec 13, 2023
@timotheeguerin timotheeguerin deleted the upgrade/general-dec-2023 branch December 13, 2023 21:01
timotheeguerin added a commit to Azure/typespec-azure that referenced this pull request Dec 13, 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.

3 participants