From 43bf1b7f68fcbc3f40a1d3e9655821e8aaad2e52 Mon Sep 17 00:00:00 2001
From: Andrew Pollack <andrewpkq@gmail.com>
Date: Thu, 3 Apr 2025 18:17:50 -0700
Subject: [PATCH 1/4] docs: update valid-each-key, require-each-key,
 no-at-html-tags, prefer-class-directive further reading links (#1185)

---
 docs/rules/no-at-html-tags.md        | 2 +-
 docs/rules/prefer-class-directive.md | 2 +-
 docs/rules/require-each-key.md       | 2 +-
 docs/rules/valid-each-key.md         | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/rules/no-at-html-tags.md b/docs/rules/no-at-html-tags.md
index bdec6d96a..aba37a4bb 100644
--- a/docs/rules/no-at-html-tags.md
+++ b/docs/rules/no-at-html-tags.md
@@ -40,7 +40,7 @@ If you are certain the content passed to `{@html}` is sanitized HTML you can dis
 
 ## :books: Further Reading
 
-- [Svelte - Tutorial > 1. Introduction / HTML tags](https://svelte.dev/tutorial/html-tags)
+- [Svelte - Tutorial > Basic Svelte / Introduction / HTML tags](https://svelte.dev/tutorial/svelte/html-tags)
 
 ## :rocket: Version
 
diff --git a/docs/rules/prefer-class-directive.md b/docs/rules/prefer-class-directive.md
index 5b5c6a165..3eb3ed69d 100644
--- a/docs/rules/prefer-class-directive.md
+++ b/docs/rules/prefer-class-directive.md
@@ -62,7 +62,7 @@ You cannot enforce this style by using [prettier-plugin-svelte]. That is, this r
 
 ## :books: Further Reading
 
-- [Svelte - Tutorial > 13. Classes / The class directive](https://svelte.dev/tutorial/classes)
+- [Svelte - Tutorial > Basic Svelte / Classes and styles / The class atribute](https://svelte.dev/tutorial/svelte/classes)
 
 ## :rocket: Version
 
diff --git a/docs/rules/require-each-key.md b/docs/rules/require-each-key.md
index cd0069cb1..0daa7ec84 100644
--- a/docs/rules/require-each-key.md
+++ b/docs/rules/require-each-key.md
@@ -44,7 +44,7 @@ Nothing.
 
 ## :books: Further Reading
 
-- [Svelte - Tutorial > 4. Logic / Keyed each blocks](https://svelte.dev/tutorial/svelte/keyed-each-blocks)
+- [Svelte - Tutorial > Basic Svelte / Logic / Keyed each blocks](https://svelte.dev/tutorial/svelte/keyed-each-blocks)
 
 ## :rocket: Version
 
diff --git a/docs/rules/valid-each-key.md b/docs/rules/valid-each-key.md
index 5e6aa5795..2515751ba 100644
--- a/docs/rules/valid-each-key.md
+++ b/docs/rules/valid-each-key.md
@@ -53,7 +53,7 @@ Nothing.
 
 ## :books: Further Reading
 
-- [Svelte - Tutorial > 4. Logic / Keyed each blocks](https://svelte.dev/tutorial/keyed-each-blocks)
+- [Svelte - Tutorial > Basic Svelte / Logic / Keyed each blocks](https://svelte.dev/tutorial/svelte/keyed-each-blocks)
 
 ## :rocket: Version
 

From ad528c9b9136825cf2003206df105cc87153bdc6 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sat, 5 Apr 2025 02:43:08 +0000
Subject: [PATCH 2/4] chore(deps): update dependency eslint to ~9.24.0 (#1190)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 254352fc5..76316e218 100644
--- a/package.json
+++ b/package.json
@@ -24,7 +24,7 @@
     "@typescript-eslint/parser": "^8.16.0",
     "c8": "^10.1.2",
     "env-cmd": "^10.1.0",
-    "eslint": "~9.23.0",
+    "eslint": "~9.24.0",
     "eslint-config-prettier": "^10.0.0",
     "eslint-formatter-friendly": "^7.0.0",
     "eslint-plugin-eslint-plugin": "^6.3.2",

From 924d4aff5d6f78de6f0b2207248e3a1a79f640d3 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 14 Apr 2025 02:44:18 +0000
Subject: [PATCH 3/4] fix(deps): update dependency known-css-properties to
 ^0.36.0 (#1193)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
 packages/eslint-plugin-svelte/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/eslint-plugin-svelte/package.json b/packages/eslint-plugin-svelte/package.json
index ad41dd414..eb49cb21b 100644
--- a/packages/eslint-plugin-svelte/package.json
+++ b/packages/eslint-plugin-svelte/package.json
@@ -59,7 +59,7 @@
     "@eslint-community/eslint-utils": "^4.4.1",
     "@jridgewell/sourcemap-codec": "^1.5.0",
     "esutils": "^2.0.3",
-    "known-css-properties": "^0.35.0",
+    "known-css-properties": "^0.36.0",
     "postcss": "^8.4.49",
     "postcss-load-config": "^3.1.4",
     "postcss-safe-parser": "^7.0.0",

From a69409e059ddd1a2f4cb6c88b7ced1d282cdf61a Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 18 Apr 2025 22:05:10 +0000
Subject: [PATCH 4/4] chore(deps): update dependency eslint to ~9.25.0 (#1200)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 76316e218..f323d1d63 100644
--- a/package.json
+++ b/package.json
@@ -24,7 +24,7 @@
     "@typescript-eslint/parser": "^8.16.0",
     "c8": "^10.1.2",
     "env-cmd": "^10.1.0",
-    "eslint": "~9.24.0",
+    "eslint": "~9.25.0",
     "eslint-config-prettier": "^10.0.0",
     "eslint-formatter-friendly": "^7.0.0",
     "eslint-plugin-eslint-plugin": "^6.3.2",