Skip to content

Update Dependencies #1203

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Update Dependencies #1203

wants to merge 3 commits into from

Conversation

LadyBluenotes
Copy link
Member

  • I have read the Contribution guide
  • This PR references an issue (except for typos, broken links, or other minor problems)

Description(required)

Update dependencies that are outdated.

Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link

netlify bot commented Jun 11, 2025

Deploy Preview for solid-docs ready!

Name Link
🔨 Latest commit 9f4e244
🔍 Latest deploy log https://app.netlify.com/projects/solid-docs/deploys/684b743dcb5f9a000823615f
😎 Deploy Preview https://deploy-preview-1203--solid-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@LadyBluenotes LadyBluenotes marked this pull request as ready for review June 11, 2025 21:17
@LadyBluenotes LadyBluenotes enabled auto-merge (squash) June 11, 2025 21:17
Copy link
Collaborator

@amirhhashemi amirhhashemi left a comment

Choose a reason for hiding this comment

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

I think twoslash is not enabled by default in the recent versions of SolidBase. Removing the twoSlash: false line in the app.config.ts file should fix the eslint error.

@LadyBluenotes
Copy link
Member Author

I think twoslash is not enabled by default in the recent versions of SolidBase. Removing the twoSlash: false line in the app.config.ts file should fix the eslint error.

looks like the error comes from the eslint config. ill have to update it so it can be used with json

@amirhhashemi
Copy link
Collaborator

amirhhashemi commented Jun 13, 2025

looks like the error comes from the eslint config. ill have to update it so it can be used with json

Eslint 9 has some breaking changes. The new Flat Config is now the recommended way to configure it, which is very different from the old format.

Unless you've done this before, I suggest downgrading Eslint to the previous version (v8) for now, as it may take a lot of time to figure this out—and it might not be worth the effort.

I’ll try to take a deeper look and upgrade it myself later since I’ve done it before. But if you’re okay with a little headache and want to do it yourself, check out the docs.

@LadyBluenotes
Copy link
Member Author

@amirhhashemi have done it before so i can handle it. just didn't have the time to do it today :)

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