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

Update dependencies #56

Open
wants to merge 4 commits into
base: release-47-0-1
Choose a base branch
from
Open

Update dependencies #56

wants to merge 4 commits into from

Conversation

Totto16
Copy link
Collaborator

@Totto16 Totto16 commented Dec 24, 2024

This updates some more dependencies and is meant to be a part of #55

like @schnz mentioned in #55
upgrading typescript breaks the editor intellisense, due to the algorithm to find the project configuration file change in typescript 5.7

I tried solving it, but didn't manage to, so this is not finished yet.

Edit: The new WIP: Test 1 Commit seems to work, but my IDE reports, that it can't find a tsconfig, but resolves imports correctly 🤷🏼‍♂️

And a question for @JumpLink, aba0562 updates the yarn sdks, but only their package.json and not the underlying binary files, how did you do that, running

yarn dlx @yarnpkg/sdks

doesn't update the .js files like e.g. in 80de285

@Totto16 Totto16 force-pushed the update_dependencies branch from 9c2aa55 to 5386512 Compare December 24, 2024 14:14
@JumpLink
Copy link
Collaborator

JumpLink commented Dec 25, 2024

@Totto16 I'm only on smartphone right now but yarn itself should be updated for new TypeScript versions as well because yarn patches TypeScript in PNP mode, so give it a try:

yarn set version latest
yarn install
yarn dlx @yarnpkg/sdks vscode

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