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

[Snyk] Upgrade svelte-check from 4.0.2 to 4.0.3 #20

Merged
merged 1 commit into from
Oct 22, 2024

Conversation

nikoandpiko
Copy link
Owner

snyk-top-banner

Snyk has created this PR to upgrade svelte-check from 4.0.2 to 4.0.3.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 1 version ahead of your current version.

  • The recommended version was released on 22 days ago.

Release notes
Package name: svelte-check
  • 4.0.3 - 2024-09-26
    • breaking(svelte5): only generate function component shape in runes mode (#2517). This means you can no longer just do Component in type positions. Instead you need to prepend it with typeof. Here's how you do it:
      • ...when typing a component instance: Before: let x: Component. After: let x: ReturnType<typeof Component>
      • ...when typing a component constructor/function: Before let x: typeof Component. After let x: typeof Component (no change)
    • fix: revert additional two-way-binding checks as they were causing bugs (#2508)
    • fix: include files indirectly belonging to a project into correct project (#2488)
    • fix: check project files update more aggressively before assigning service (#2518)
    • chore: upgrade to chokidar 4 (#2502)
  • 4.0.2 - 2024-09-12
from svelte-check GitHub release notes

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

Snyk has created this PR to upgrade svelte-check from 4.0.2 to 4.0.3.

See this package in npm:
svelte-check

See this project in Snyk:
https://app.snyk.io/org/animemog/project/1878da73-a4aa-4dd4-8d15-6f4900a3d183?utm_source=github&utm_medium=referral&page=upgrade-pr
@nikoandpiko nikoandpiko merged commit 0ce99b1 into main Oct 22, 2024
1 check passed
@nikoandpiko nikoandpiko deleted the snyk-upgrade-b63871888f402b084bd0de4d7f579173 branch October 22, 2024 13:20
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