Skip to content

chore(deps): update dependency eslint-plugin-svelte to v3#179

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-3-linters
Open

chore(deps): update dependency eslint-plugin-svelte to v3#179
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-3-linters

Conversation

@renovate

@renovate renovate Bot commented Aug 21, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
eslint-plugin-svelte (source) ^2.45.1^3.22.0 age confidence

Release Notes

sveltejs/eslint-plugin-svelte (eslint-plugin-svelte)

v3.22.0

Compare Source

Minor Changes

v3.21.0

Compare Source

Minor Changes

v3.20.0

Compare Source

Minor Changes
Patch Changes
  • #​1503 989bfa5 Thanks @​teemingc! - fix(valid-prop-names-in-kit-pages): drop errors from allowed page props in Svelte 5 to follow SvelteKit

v3.19.0

Compare Source

Minor Changes

v3.18.0

Compare Source

Minor Changes

v3.17.1

Compare Source

Patch Changes

v3.17.0

Compare Source

Minor Changes
Patch Changes

v3.16.0

Compare Source

Minor Changes

v3.15.2

Compare Source

Patch Changes

v3.15.1

Compare Source

Patch Changes
  • #​1477 8c5f51e Thanks @​ota-meshi! - fix(no-top-level-browser-globals): false positive when browser globals appear inside TypeScript generic type parameters (e.g. $state<HTMLElement>(...)).

  • #​1467 d81b556 Thanks @​marekdedic! - fix(no-navigation-without-resolve): fixed nullish link shorthands not being allowed

v3.15.0

Compare Source

Minor Changes

v3.14.0

Compare Source

Minor Changes

v3.13.1

Compare Source

Patch Changes

v3.13.0

Compare Source

Minor Changes
Patch Changes

v3.12.5

Compare Source

Patch Changes

v3.12.4

Compare Source

Patch Changes
  • #​1322 1e06290 Thanks @​marekdedic! - fix(no-navigation-without-resolve): properly detecting absolute and fragment URLs in variables

  • #​1355 d8df1e8 Thanks @​InkedCat! - fix: properly support Windows in no-unused-props rule
    fix: properly support Windows in valid-style-parse rule
    fix: properly support Windows in no-unnecessary-condition rule

  • #​1344 03a93f4 Thanks @​ota-meshi! - fix: preventing infinite loops in multiple rules

v3.12.3

Compare Source

Patch Changes

v3.12.2

Compare Source

Patch Changes

v3.12.1

Compare Source

Patch Changes
  • #​1313 27573f4 Thanks @​marekdedic! - fix: Not reporting mailto: and other unusual schema addresses in no-nmavigation-without-resolve (and its deprecated versions)

v3.12.0

Compare Source

Minor Changes

v3.11.0

Compare Source

Minor Changes
Patch Changes

v3.10.1

Compare Source

Patch Changes

v3.10.0

Compare Source

Minor Changes

v3.9.3

Compare Source

Patch Changes

v3.9.2

Compare Source

Patch Changes

v3.9.1

Compare Source

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

v3.9.0

Compare Source

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

v3.8.2

Compare Source

Patch Changes

v3.8.1

Compare Source

Patch Changes

v3.8.0

Compare Source

Minor Changes

v3.7.0

Compare Source

Minor Changes

v3.6.0

Compare Source

Minor Changes
Patch Changes

v3.5.1

Compare Source

Patch Changes

v3.5.0

Compare Source

Minor Changes
Patch Changes

v3.4.1

Compare Source

Patch Changes

v3.4.0

Compare Source

Minor Changes
  • #​1165 2b7e164 Thanks @​43081j! - Adds a suggestion to the require-store-callbacks-use-set-param rule to automatically rename or add function parameters.

  • #​1163 d9b8604 Thanks @​43081j! - Adds a suggestion to the derived-has-same-inputs-outputs rule which renames the outputs.

  • #​1164 29b1315 Thanks @​43081j! - Added a suggestion for no-at-debug-tags rule which removes the tags

Patch Changes

v3.3.3

Compare Source

Patch Changes

v3.3.2

Compare Source

Patch Changes

v3.3.1

Compare Source

Patch Changes

v3.3.0

Compare Source

Minor Changes
  • #​1132 30c1e5f Thanks @​baseballyama! - feat: add ignorePropertyPatterns property and rename ignorePatterns to ignoreTypePatterns in no-unused-props rule. The ignorePatterns option existed only for a few hours and is removed by this PR. Technically, this is a breaking change, but we’ll handle it as a minor release since very few users are likely affected.

v3.2.2

Compare Source

Patch Changes

v3.2.1

Compare Source

Patch Changes

v3.2.0

Compare Source

Minor Changes

v3.1.0

Compare Source

Minor Changes
Patch Changes

v3.0.3

Compare Source

Patch Changes

v3.0.2

Compare Source

Patch Changes

v3.0.1

Compare Source

Patch Changes

v3.0.0

Compare Source

Major Changes
  • #​937 729394e Thanks @​ota-meshi! - feat!: drop support for old eslint

  • #​1033 3bfcc31 Thanks @​baseballyama! - Enabled in recommended config:

    • svelte/infinite-reactive-loop
    • svelte/no-dom-manipulating
    • svelte/no-dupe-on-directives
    • svelte/no-dupe-use-directives
    • svelte/no-export-load-in-svelte-module-in-kit-pages
    • svelte/no-immutable-reactive-statements
    • svelte/no-inspect
    • svelte/no-raw-special-elements
    • svelte/no-reactive-functions
    • svelte/no-reactive-literals
    • svelte/no-reactive-reassign
    • svelte/no-store-async
    • svelte/no-svelte-internal
    • svelte/no-useless-children-snippet
    • svelte/no-useless-mustaches
    • svelte/require-each-key
    • svelte/require-event-dispatcher-types
    • svelte/require-store-reactive-access
    • svelte/require-stores-init
    • svelte/valid-each-key
    • svelte/valid-prop-names-in-kit-pages

    Removed from recommended config:

    • svelte/valid-compile

    This update introduces breaking changes due to newly enabled rules.

  • #​1086 1c679b5 Thanks @​baseballyama! - breaking: remove require-stores-init from recommended rules

  • #​1043 778427e Thanks @​ota-meshi! - feat: add *.svelte.{js,ts} config to base config

  • #​900 4759b47 Thanks @​marekdedic! - breaking: deprecated the no-goto-without-base rule

  • #​885 ce2ffad Thanks @​ota-meshi! - feat!: drop support for old node versions (<18, 19, 21)

  • #​1011 7596287 Thanks @​baseballyama! - breaking: deprecate the svelte/no-dynamic-slot-name rule

  • #​930 eae1b4f Thanks @​ota-meshi! - feat!: upgrade svelte-eslint-parser to v1

  • #​982 04fc429 Thanks @​baseballyama! - feat!: Updated the html-self-closing rule to follow Svelte5

  • #​932 b136ab4 Thanks @​ota-meshi! - feat!: change the plugin to an ESM-only package

Minor Changes
Patch Changes

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 3am on the first day of the month"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate using a curated preset maintained by Sanity. View repository job log here

@changeset-bot

changeset-bot Bot commented Aug 21, 2025

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 39cfc74

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel

vercel Bot commented Aug 21, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
svelte-portabletext Error Error Jul 21, 2026 5:48pm

Request Review

@renovate
renovate Bot force-pushed the renovate/major-3-linters branch from 6411ba0 to d86df23 Compare August 31, 2025 10:39
@renovate
renovate Bot force-pushed the renovate/major-3-linters branch from d86df23 to 9b3c795 Compare September 3, 2025 14:00
@renovate
renovate Bot force-pushed the renovate/major-3-linters branch from 9b3c795 to 018e293 Compare September 4, 2025 04:26
@renovate
renovate Bot force-pushed the renovate/major-3-linters branch from 018e293 to 19e4548 Compare September 7, 2025 13:55
@renovate
renovate Bot force-pushed the renovate/major-3-linters branch from 19e4548 to bf2676f Compare September 10, 2025 14:29
@renovate
renovate Bot force-pushed the renovate/major-3-linters branch from bf2676f to 827169e Compare September 21, 2025 04:54
@renovate
renovate Bot force-pushed the renovate/major-3-linters branch from 827169e to 3ea5de5 Compare October 21, 2025 11:49
@renovate
renovate Bot force-pushed the renovate/major-3-linters branch from 3ea5de5 to 96ec50c Compare October 22, 2025 15:41
@renovate
renovate Bot force-pushed the renovate/major-3-linters branch from 96ec50c to 95950c5 Compare November 2, 2025 14:09
@renovate
renovate Bot force-pushed the renovate/major-3-linters branch from 95950c5 to 0e0ab4d Compare December 3, 2025 19:53
@renovate
renovate Bot force-pushed the renovate/major-3-linters branch from 0e0ab4d to 3aff37f Compare December 8, 2025 04:49
@renovate
renovate Bot force-pushed the renovate/major-3-linters branch from 3aff37f to 0dd4744 Compare December 31, 2025 16:17
@renovate
renovate Bot force-pushed the renovate/major-3-linters branch from e8e1161 to 0566b23 Compare March 13, 2026 08:55
@renovate
renovate Bot force-pushed the renovate/major-3-linters branch from 0566b23 to 7bf45cf Compare March 24, 2026 09:24
@renovate
renovate Bot force-pushed the renovate/major-3-linters branch from 7bf45cf to 4183775 Compare April 5, 2026 21:09
@renovate
renovate Bot force-pushed the renovate/major-3-linters branch from 4183775 to c8aff04 Compare April 25, 2026 09:57
@renovate
renovate Bot force-pushed the renovate/major-3-linters branch from c8aff04 to f70b29c Compare May 12, 2026 10:09
@renovate
renovate Bot force-pushed the renovate/major-3-linters branch from f70b29c to 926b728 Compare May 28, 2026 18:51
@renovate
renovate Bot force-pushed the renovate/major-3-linters branch from 926b728 to b8ac3ee Compare May 30, 2026 13:03
@renovate
renovate Bot force-pushed the renovate/major-3-linters branch from b8ac3ee to 4dde7be Compare June 2, 2026 05:57
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-svelte to v3 chore(deps): update linters to v3 Jun 2, 2026
@renovate
renovate Bot force-pushed the renovate/major-3-linters branch from 4dde7be to 50699fa Compare June 11, 2026 17:54
@renovate renovate Bot changed the title chore(deps): update linters to v3 chore(deps): update linters (major) Jun 22, 2026
@renovate renovate Bot changed the title chore(deps): update linters (major) chore(deps): update dependency eslint-plugin-svelte to v3 Jun 25, 2026
@renovate
renovate Bot force-pushed the renovate/major-3-linters branch from 50699fa to 50193ed Compare June 29, 2026 09:59
@renovate
renovate Bot force-pushed the renovate/major-3-linters branch from 50193ed to 9918b97 Compare July 20, 2026 04:40
@renovate
renovate Bot force-pushed the renovate/major-3-linters branch from 9918b97 to 258b3fa Compare July 20, 2026 23:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants