[PR #16202] [CLOSED] chore(deps-dev): bump eslint-plugin-svelte from 2.43.0 to 3.11.0 #10862

Closed
opened 2025-11-11 19:15:49 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/16202
Author: @dependabot[bot]
Created: 8/1/2025
Status: Closed

Base: devHead: dependabot/npm_and_yarn/dev/eslint-plugin-svelte-3.11.0


📝 Commits (1)

  • 9b9ad71 chore(deps-dev): bump eslint-plugin-svelte from 2.43.0 to 3.11.0

📊 Changes

2 files changed (+178 additions, -101 deletions)

View changed files

📝 package-lock.json (+177 -100)
📝 package.json (+1 -1)

📄 Description

Bumps eslint-plugin-svelte from 2.43.0 to 3.11.0.

Release notes

Sourced from eslint-plugin-svelte's releases.

eslint-plugin-svelte@3.11.0

Minor Changes

Patch Changes

  • #1268 4e33ba4 Thanks @​GauBen! - feat(valid-prop-names-in-kit-pages): add support for the new params page prop

eslint-plugin-svelte@3.10.1

Patch Changes

eslint-plugin-svelte@3.10.0

Minor Changes

eslint-plugin-svelte@3.9.3

Patch Changes

eslint-plugin-svelte@3.9.2

Patch Changes

  • #1243 5df1121 Thanks @​zachstence! - fix false positives for regular components in valid-compile/custom_element_props_identifier

eslint-plugin-svelte@3.9.1

Patch Changes

  • #1239 a3d4224 Thanks @​baseballyama! - fix(prefer-const): Use additionalProperties instead of ignoreReadonly to match the ESLint core rule option name.

eslint-plugin-svelte@3.9.0

Minor Changes

  • #1235 6e86e30 Thanks @​43081j! - Improve performance of ignore comment extraction and add support for comma-separated ignore codes

eslint-plugin-svelte@3.8.2

Patch Changes

eslint-plugin-svelte@3.8.1

Patch Changes

... (truncated)

Commits
  • 3021f66 chore: release eslint-plugin-svelte (#1270)
  • a444476 feat: support asynchronous svelte (#1269)
  • 843730d feat: added the prefer-svelte-reactivity rule (#1151)
  • 4e33ba4 feat(valid-prop-names-in-kit-pages): support params page prop (#1268)
  • f8c757e chore(deps): update dependency eslint to ~9.31.0 (#1267)
  • c5661b6 chore(deps): update dependency @​sveltejs/vite-plugin-svelte to v6 (#1265)
  • 0c7737e chore(deps): update dependency eslint to ~9.30.0 (#1262)
  • aed0273 chore: release eslint-plugin-svelte (#1261)
  • a51363f fix(no-unused-class-name): detect duplicated class names (#1260)
  • 41e959d chore: release eslint-plugin-svelte (#1258)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 <dependency name> 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/16202 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/1/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dependabot/npm_and_yarn/dev/eslint-plugin-svelte-3.11.0` --- ### 📝 Commits (1) - [`9b9ad71`](https://github.com/open-webui/open-webui/commit/9b9ad714cb9ffbaeaecffc90d6200955a89f1213) chore(deps-dev): bump eslint-plugin-svelte from 2.43.0 to 3.11.0 ### 📊 Changes **2 files changed** (+178 additions, -101 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+177 -100) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [eslint-plugin-svelte](https://github.com/sveltejs/eslint-plugin-svelte) from 2.43.0 to 3.11.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sveltejs/eslint-plugin-svelte/releases">eslint-plugin-svelte's releases</a>.</em></p> <blockquote> <h2>eslint-plugin-svelte@3.11.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/1151">#1151</a> <a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/843730dba5cb907bacf007023ad1971b8925f733"><code>843730d</code></a> Thanks <a href="https://github.com/marekdedic"><code>@​marekdedic</code></a>! - feat: added the <code>prefer-svelte-reactivity</code> rule</p> </li> <li> <p><a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/1269">#1269</a> <a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/a4444766bf619ba8e3f34289fef606b46a4c64fd"><code>a444476</code></a> Thanks <a href="https://github.com/baseballyama"><code>@​baseballyama</code></a>! - feat: support asynchronous svelte</p> </li> </ul> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/1268">#1268</a> <a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/4e33ba4c09c792672837db91b46885a85f6cdfe2"><code>4e33ba4</code></a> Thanks <a href="https://github.com/GauBen"><code>@​GauBen</code></a>! - feat(valid-prop-names-in-kit-pages): add support for the new <code>params</code> page prop</li> </ul> <h2>eslint-plugin-svelte@3.10.1</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/1260">#1260</a> <a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/a51363fc87bf18191b704ec8a56663e522abab14"><code>a51363f</code></a> Thanks <a href="https://github.com/tbashiyy"><code>@​tbashiyy</code></a>! - fix(no-unused-class-name): detect duplicated class names</li> </ul> <h2>eslint-plugin-svelte@3.10.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/1257">#1257</a> <a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/e94a3be9c110cbe7f7e04decfe1b85f9725bccba"><code>e94a3be</code></a> Thanks <a href="https://github.com/tbashiyy"><code>@​tbashiyy</code></a>! - feat(no-unused-class-name): support regex for <code>allowedClassNames</code> option</li> </ul> <h2>eslint-plugin-svelte@3.9.3</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/1252">#1252</a> <a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/5db956ef737cddce4d8ec31178b6a677c9ed7680"><code>5db956e</code></a> Thanks <a href="https://github.com/ota-meshi"><code>@​ota-meshi</code></a>! - fix(no-top-level-browser-globals): false positive for <code>{#if browser}</code></li> </ul> <h2>eslint-plugin-svelte@3.9.2</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/1243">#1243</a> <a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/5df1121d1428d8f31578bd040bb248c8b1edf8a4"><code>5df1121</code></a> Thanks <a href="https://github.com/zachstence"><code>@​zachstence</code></a>! - fix false positives for regular components in valid-compile/custom_element_props_identifier</li> </ul> <h2>eslint-plugin-svelte@3.9.1</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/1239">#1239</a> <a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/a3d42245fbb6a6663a1b3c6a4e211dce2b6dfbbb"><code>a3d4224</code></a> Thanks <a href="https://github.com/baseballyama"><code>@​baseballyama</code></a>! - fix(prefer-const): Use <code>additionalProperties</code> instead of <code>ignoreReadonly</code> to match the ESLint core rule option name.</li> </ul> <h2>eslint-plugin-svelte@3.9.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/1235">#1235</a> <a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/6e86e30cd766181dce5849ae739eedd2adfd8d8e"><code>6e86e30</code></a> Thanks <a href="https://github.com/43081j"><code>@​43081j</code></a>! - Improve performance of ignore comment extraction and add support for comma-separated ignore codes</li> </ul> <h2>eslint-plugin-svelte@3.8.2</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/1231">#1231</a> <a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/0681f901196cf81a87169155f8f632bf12666908"><code>0681f90</code></a> Thanks <a href="https://github.com/marekdedic"><code>@​marekdedic</code></a>! - fix(consistent-selector-style): Fixed detections of repeated elements such as in {#each}</li> </ul> <h2>eslint-plugin-svelte@3.8.1</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/1227">#1227</a> <a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/c938185b8a413f200049bc11376db76d768f2ae3"><code>c938185</code></a> Thanks <a href="https://github.com/ota-meshi"><code>@​ota-meshi</code></a>! - fix(no-top-level-browser-globals): false positives for type annotations</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/3021f664e0ac85202811ebc2cbe7ed43a74e06ff"><code>3021f66</code></a> chore: release eslint-plugin-svelte (<a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/issues/1270">#1270</a>)</li> <li><a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/a4444766bf619ba8e3f34289fef606b46a4c64fd"><code>a444476</code></a> feat: support asynchronous svelte (<a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/issues/1269">#1269</a>)</li> <li><a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/843730dba5cb907bacf007023ad1971b8925f733"><code>843730d</code></a> feat: added the <code>prefer-svelte-reactivity</code> rule (<a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/issues/1151">#1151</a>)</li> <li><a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/4e33ba4c09c792672837db91b46885a85f6cdfe2"><code>4e33ba4</code></a> feat(valid-prop-names-in-kit-pages): support <code>params</code> page prop (<a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/issues/1268">#1268</a>)</li> <li><a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/f8c757ef04ddebd14ee2af30ddd885d386285221"><code>f8c757e</code></a> chore(deps): update dependency eslint to ~9.31.0 (<a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/issues/1267">#1267</a>)</li> <li><a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/c5661b6795d40c283c8c36992595ac1d7e7cf90d"><code>c5661b6</code></a> chore(deps): update dependency <code>@​sveltejs/vite-plugin-svelte</code> to v6 (<a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/issues/1265">#1265</a>)</li> <li><a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/0c7737eea78f25781d34f0323cc99bb717dacfb4"><code>0c7737e</code></a> chore(deps): update dependency eslint to ~9.30.0 (<a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/issues/1262">#1262</a>)</li> <li><a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/aed027367179888f0bf16f7a9bf3cac3c3323c98"><code>aed0273</code></a> chore: release eslint-plugin-svelte (<a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/issues/1261">#1261</a>)</li> <li><a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/a51363fc87bf18191b704ec8a56663e522abab14"><code>a51363f</code></a> fix(no-unused-class-name): detect duplicated class names (<a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/issues/1260">#1260</a>)</li> <li><a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/41e959d14a49ab39f1a915f1d6b34794b3ba2b6d"><code>41e959d</code></a> chore: release eslint-plugin-svelte (<a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/issues/1258">#1258</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sveltejs/eslint-plugin-svelte/compare/eslint-plugin-svelte@2.43.0...eslint-plugin-svelte@3.11.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-svelte&package-manager=npm_and_yarn&previous-version=2.43.0&new-version=3.11.0)](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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-11 19:15:49 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#10862