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 @sveltejs/kit from 2.5.18 to 2.15.0 #396

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

Conversation

nerdy-tech-com-gitub
Copy link
Owner

@nerdy-tech-com-gitub nerdy-tech-com-gitub commented Jan 14, 2025

snyk-top-banner

Snyk has created this PR to upgrade @sveltejs/kit from 2.5.18 to 2.15.0.

ℹ️ 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 42 versions ahead of your current version.

  • The recommended version was released 23 days ago.

Issues fixed by the recommended upgrade:

Issue Score Exploit Maturity
high severity Uncontrolled resource consumption
SNYK-JS-BRACES-6838727
157 Proof of Concept
medium severity Information Exposure
SNYK-JS-VITE-8023174
157 Proof of Concept
medium severity Improper Input Validation
SNYK-JS-NANOID-8492085
157 No Known Exploit
medium severity Cross-site Scripting (XSS)
SNYK-JS-ROLLUP-8073097
157 Proof of Concept
low severity Cross-site Scripting (XSS)
SNYK-JS-SVELTEJSKIT-8400875
157 No Known Exploit
low severity Cross-site Scripting (XSS)
SNYK-JS-SVELTEJSKIT-8400876
157 No Known Exploit
low severity Cross-site Scripting (XSS)
SNYK-JS-VITE-8022916
157 Proof of Concept
Release notes
Package name: @sveltejs/kit
  • 2.15.0 - 2024-12-22

    Minor Changes

    • feat: add bundleStrategy: 'inline' option (#13193)
  • 2.14.1 - 2024-12-22

    Patch Changes

    • fix: do not mutate URL during reroute logic (#13222)
  • 2.14.0 - 2024-12-21

    Minor Changes

    • feat: add hash-based routing option (#13191)

    Patch Changes

    • fix: create new URL when calling goto(...), to handle case where URL is mutated (#13196)
  • 2.13.0 - 2024-12-19

    Minor Changes

    • feat: add bundleStrategy: 'split' | 'single' option (#13173)
  • 2.12.2 - 2024-12-19

    Patch Changes

    • fix: correctly resolve no hooks file when a similarly named directory exists (#13188)

    • fix: correctly resolve $app/state on the server with Vite 5 (#13192)

  • 2.12.1 - 2024-12-16
  • 2.12.0 - 2024-12-16
  • 2.11.1 - 2024-12-12
  • 2.11.0 - 2024-12-12
  • 2.10.1 - 2024-12-10
  • 2.10.0 - 2024-12-10
  • 2.9.1 - 2024-12-09
  • 2.9.0 - 2024-11-29
  • 2.8.5 - 2024-11-26
  • 2.8.4 - 2024-11-25
  • 2.8.3 - 2024-11-25
  • 2.8.2 - 2024-11-22
  • 2.8.1 - 2024-11-13
  • 2.8.0 - 2024-11-07
  • 2.7.7 - 2024-11-05
  • 2.7.6 - 2024-11-05
  • 2.7.5 - 2024-11-05
  • 2.7.4 - 2024-11-01
  • 2.7.3 - 2024-10-25
  • 2.7.2 - 2024-10-19
  • 2.7.1 - 2024-10-14
  • 2.7.0 - 2024-10-11
  • 2.6.4 - 2024-10-09
  • 2.6.3 - 2024-10-07
  • 2.6.2 - 2024-10-06
  • 2.6.1 - 2024-09-27
  • 2.6.0 - 2024-09-27
  • 2.5.28 - 2024-09-17
  • 2.5.27 - 2024-09-13
  • 2.5.26 - 2024-09-04
  • 2.5.25 - 2024-08-27
  • 2.5.24 - 2024-08-19
  • 2.5.23 - 2024-08-19
  • 2.5.22 - 2024-08-12
  • 2.5.21 - 2024-08-09
  • 2.5.20 - 2024-08-02
  • 2.5.19 - 2024-08-01
  • 2.5.18 - 2024-06-29
from @sveltejs/kit 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.
  • 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:

Summary by Sourcery

Upgrade @sveltejs/kit from 2.5.18 to 2.15.0.

New Features:

  • Add bundleStrategy: 'inline' option.
  • Add hash-based routing option.
  • Add bundleStrategy: 'split' | 'single' option.

Bug Fixes:

  • Fix uncontrolled resource consumption (SNYK-JS-BRACES-6838727).
  • Fix information exposure (SNYK-JS-VITE-8023174).
  • Fix improper input validation (SNYK-JS-NANOID-8492085).
  • Fix cross-site scripting (XSS) vulnerabilities (SNYK-JS-ROLLUP-8073097, SNYK-JS-SVELTEJSKIT-8400875, SNYK-JS-SVELTEJSKIT-8400876, SNYK-JS-VITE-8022916).

Snyk has created this PR to upgrade @sveltejs/kit from 2.5.18 to 2.15.0.

See this package in npm:
@sveltejs/kit

See this project in Snyk:
https://app.snyk.io/org/nerds-github/project/eb57da18-5f27-4221-96f1-d3163d28fd0e?utm_source=github&utm_medium=referral&page=upgrade-pr
Copy link

sourcery-ai bot commented Jan 14, 2025

Reviewer's Guide by Sourcery

This pull request upgrades @sveltejs/kit from 2.5.18 to 2.15.0 to address several security vulnerabilities and incorporates new features and bug fixes.

No diagrams generated as the changes look simple and do not need a visual representation.

File-Level Changes

Change Details Files
Upgrade @sveltejs/kit from 2.5.18 to 2.15.0
  • Updated the @sveltejs/kit dependency in package.json to version 2.15.0 from 2.5.18.
examples/user-management/sveltekit-user-management/package.json

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time. You can also use
    this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

We have skipped reviewing this pull request. Here's why:

  • It seems to have been created by a bot ('[Snyk]' found in title). We assume it knows what it's doing!
  • We don't review packaging changes - Let us know if you'd like us to change this.

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