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 3.8.6 to 4.0.4 #993

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

leonardoadame
Copy link
Owner

snyk-top-banner

Snyk has created this PR to upgrade svelte-check from 3.8.6 to 4.0.4.

ℹ️ 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.


⚠️ Warning: This PR contains major version upgrade(s), and may be a breaking change.

  • The recommended version is 5 versions ahead of your current version.

  • The recommended version was released on 25 days ago.

Issues fixed by the recommended upgrade:

Issue Score Exploit Maturity
medium severity Missing Release of Resource after Effective Lifetime
SNYK-JS-INFLIGHT-6095116
631 Proof of Concept
Release notes
Package name: svelte-check
  • 4.0.4 - 2024-09-27
    • fix: relax component constructor type (#2524)
  • 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
  • 4.0.1 - 2024-09-04
  • 4.0.0 - 2024-09-02
  • 3.8.6 - 2024-08-22
from svelte-check GitHub release notes

Important

  • Warning: This PR contains a major version upgrade, and may be a breaking change.
  • 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.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.

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 3.8.6 to 4.0.4.

See this package in npm:
svelte-check

See this project in Snyk:
https://app.snyk.io/org/leonardoadame/project/f62b651d-a52e-41de-85f0-91a9743fbf3e?utm_source=github&utm_medium=referral&page=upgrade-pr
Copy link

stackblitz bot commented Oct 22, 2024

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

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