build(deps-dev): bump typescript from 6.0.3 to 7.0.2#2284
build(deps-dev): bump typescript from 6.0.3 to 7.0.2#2284dependabot[bot] wants to merge 1 commit into
Conversation
|
@dscho The typescript compiler has been rewritten in Go. PR #2286 adds ts v7 support for typia but doesn't force an additional package it needs (ttsc). The jest related stuff (ts-*) is broken and it is not clear what the plans are for some of the projects. Just starting researching so may have missed some things. Aside: there appears to be a move to (re)write js tooling in high level languages. Performance seems to be a big deal. |
|
@webstech thanks for taking care of this, sounds like a ton of work! |
We will see if I can take care of this 😕. Using the typescript team's (MS) suggestion of installing two versions, linting works (ie typescript-eslint works). jest is another matter. It was semi-abandoned for awhile so I have lost some confidence in it. Not sure node:test can replace it though. Do you have any opinions about vitest? I had one test working but there is some typia config to work out. If you are interested in exploring vitest, I will work on it some more. As an aside, the compiler is faster. |
@webstech yes, I do ;-) Somebody tried to sneak it into the tl;dr I like the idea of moving to |
You might like it even more now that the tests have been run with it. GGG has never built the tests but that seems to be needed now. It may be normal since I didn't find projects talking about having to do it. Looking at the vitest config a bit more before submitting a PR. Maybe some parallelism that can be added to improve performance. The current elapsed time is about the same as jest. |
Bumps [typescript](https://github.com/microsoft/TypeScript) from 6.0.3 to 7.0.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
4d0afec to
a3fe47f
Compare
Bumps typescript from 6.0.3 to 7.0.2.
Commits
Maintainer changes
This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.