From 962ec24187734753118f9818b60acb87305a39cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2025 11:48:09 +0100 Subject: [PATCH] build(deps-dev): bump svelte-check from 4.0.5 to 4.1.1 (#1301) Bumps [svelte-check](https://github.com/sveltejs/language-tools) from 4.0.5 to 4.1.1.
Release notes

Sourced from svelte-check's releases.

svelte-check-4.1.1

svelte-check-4.1.0

svelte-check-4.0.9

svelte-check-4.0.8

svelte-check-4.0.7

svelte-check-4.0.6

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=svelte-check&package-manager=npm_and_yarn&previous-version=4.0.5&new-version=4.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- packages/safe-ds-eda/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f514422b2..1b4b6fe21 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13261,9 +13261,9 @@ } }, "node_modules/svelte-check": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/svelte-check/-/svelte-check-4.0.5.tgz", - "integrity": "sha512-icBTBZ3ibBaywbXUat3cK6hB5Du+Kq9Z8CRuyLmm64XIe2/r+lQcbuBx/IQgsbrC+kT2jQ0weVpZSSRIPwB6jQ==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/svelte-check/-/svelte-check-4.1.1.tgz", + "integrity": "sha512-NfaX+6Qtc8W/CyVGS/F7/XdiSSyXz+WGYA9ZWV3z8tso14V2vzjfXviKaTFEzB7g8TqfgO2FOzP6XT4ApSTUTw==", "dev": true, "dependencies": { "@jridgewell/trace-mapping": "^0.3.25", @@ -15073,7 +15073,7 @@ "devDependencies": { "@sveltejs/vite-plugin-svelte": "^3.1.2", "@types/lodash": "^4.17.14", - "svelte-check": "^4.0.5", + "svelte-check": "^4.1.1", "vite": "^5.4.6" } }, diff --git a/packages/safe-ds-eda/package.json b/packages/safe-ds-eda/package.json index c7bf2a694..86ed98c0c 100644 --- a/packages/safe-ds-eda/package.json +++ b/packages/safe-ds-eda/package.json @@ -18,7 +18,7 @@ "devDependencies": { "@sveltejs/vite-plugin-svelte": "^3.1.2", "@types/lodash": "^4.17.14", - "svelte-check": "^4.0.5", + "svelte-check": "^4.1.1", "vite": "^5.4.6" } }