Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 27, 2025

This PR contains the following updates:

Package Change Age Confidence
eslint-plugin-svelte (source) 2.46.13.14.0 age confidence

Release Notes

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

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

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from Darkness4 as a code owner February 27, 2025 02:06
@renovate renovate bot force-pushed the renovate/eslint-plugin-svelte-3.x branch 2 times, most recently from bf4659a to ac63f4b Compare March 10, 2025 03:14
@renovate renovate bot force-pushed the renovate/eslint-plugin-svelte-3.x branch 6 times, most recently from 74d427d to 27bfbd0 Compare March 20, 2025 02:33
@renovate renovate bot force-pushed the renovate/eslint-plugin-svelte-3.x branch 4 times, most recently from 3a90f14 to 1952419 Compare April 4, 2025 02:21
@renovate renovate bot force-pushed the renovate/eslint-plugin-svelte-3.x branch 2 times, most recently from bf186d4 to f1034f1 Compare April 22, 2025 05:33
@renovate renovate bot force-pushed the renovate/eslint-plugin-svelte-3.x branch 4 times, most recently from 37c1158 to 47f75e0 Compare May 17, 2025 18:12
@renovate renovate bot force-pushed the renovate/eslint-plugin-svelte-3.x branch 2 times, most recently from 91c56f9 to 1aec239 Compare May 21, 2025 12:28
@renovate renovate bot force-pushed the renovate/eslint-plugin-svelte-3.x branch from 1aec239 to 653e59f Compare June 2, 2025 02:13
@renovate renovate bot force-pushed the renovate/eslint-plugin-svelte-3.x branch from 653e59f to 52275f6 Compare June 10, 2025 02:30
@renovate renovate bot force-pushed the renovate/eslint-plugin-svelte-3.x branch 4 times, most recently from b0bd918 to 50db5ef Compare June 27, 2025 03:01
@renovate renovate bot force-pushed the renovate/eslint-plugin-svelte-3.x branch from 50db5ef to e727166 Compare June 28, 2025 05:04
@renovate renovate bot force-pushed the renovate/eslint-plugin-svelte-3.x branch from e727166 to 9a11a06 Compare July 6, 2025 05:29
@renovate renovate bot force-pushed the renovate/eslint-plugin-svelte-3.x branch 2 times, most recently from ced8f39 to d68a489 Compare July 16, 2025 14:47
@renovate renovate bot force-pushed the renovate/eslint-plugin-svelte-3.x branch 2 times, most recently from 5e8d3c3 to 79d7d26 Compare August 13, 2025 17:04
@renovate renovate bot force-pushed the renovate/eslint-plugin-svelte-3.x branch 3 times, most recently from b009a57 to 02d194b Compare September 10, 2025 17:40
@renovate renovate bot force-pushed the renovate/eslint-plugin-svelte-3.x branch 2 times, most recently from f427f16 to 13f79d3 Compare September 25, 2025 16:44
@renovate renovate bot force-pushed the renovate/eslint-plugin-svelte-3.x branch 2 times, most recently from 33efaa9 to efa520f Compare October 21, 2025 18:00
@renovate renovate bot force-pushed the renovate/eslint-plugin-svelte-3.x branch from efa520f to a1579f2 Compare November 19, 2025 23:52
@renovate renovate bot force-pushed the renovate/eslint-plugin-svelte-3.x branch 2 times, most recently from 2bc36b0 to 2f806df Compare December 5, 2025 02:32
@renovate renovate bot force-pushed the renovate/eslint-plugin-svelte-3.x branch from 2f806df to 16b48ce Compare December 31, 2025 15:32
@renovate renovate bot force-pushed the renovate/eslint-plugin-svelte-3.x branch from 16b48ce to beb13de Compare January 8, 2026 01:51
@renovate renovate bot force-pushed the renovate/eslint-plugin-svelte-3.x branch from beb13de to f2d046b Compare January 8, 2026 20:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

1 participant