Skip to content

Update dependencies: March 2023 (TS 5.0)#1756

Merged
timotheeguerin merged 20 commits into
microsoft:mainfrom
timotheeguerin:upgrade/dep-march-2023
Apr 12, 2023
Merged

Update dependencies: March 2023 (TS 5.0)#1756
timotheeguerin merged 20 commits into
microsoft:mainfrom
timotheeguerin:upgrade/dep-march-2023

Conversation

@timotheeguerin

@timotheeguerin timotheeguerin commented Mar 28, 2023

Copy link
Copy Markdown
Member

Generic dependency update. Notable:
-Typecript 5.0

Decide if we want this:

Resolved

  • a bug in typedoc add me comment 2 function argument types

@github-actions

Copy link
Copy Markdown
Contributor

Changes in this PR will be published to the following url to try(check status of TypeSpec Pull Request Try It pipeline for publish status):
Playground: https://cadlplayground.z22.web.core.windows.net/prs/1756/

Website: https://cadlwebsite.z1.web.core.windows.net/prs/1756/

@timotheeguerin
timotheeguerin force-pushed the upgrade/dep-march-2023 branch from 718b87e to a7b27b3 Compare April 6, 2023 22:57
@timotheeguerin timotheeguerin changed the title Update dependencies: March 2023 Update dependencies: March 2023 (TS 5.0) Apr 7, 2023
Comment thread packages/compiler/test/checker/relation.test.ts
@timotheeguerin
timotheeguerin marked this pull request as ready for review April 7, 2023 16:19
Comment thread packages/compiler/test/checker/templates.test.ts
Comment thread packages/compiler/core/types.ts Outdated
getSourceFileKind: getSourceFileKindFromExt,
logSink: createConsoleSink(),
mkdirp: (path: string) => mkdirp(path),
mkdirp: (path: string) => mkdirp(path) as any,

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

What happened here?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

the typing for that library is returning Promise<undefined | void> (void) causing issue. this triggered me also to create that remove mkdirp library issue as it is useless now

const res = typeEmitter.modelProperties(model);
if (res instanceof EmitterResult) {
return res;
return res as any;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Also curios about here.

@timotheeguerin
timotheeguerin merged commit d8677f2 into microsoft:main Apr 12, 2023
@timotheeguerin
timotheeguerin deleted the upgrade/dep-march-2023 branch April 12, 2023 18:18
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