Skip to content

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

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/eslint-plugin-svelte-3.x
Open

chore(deps): update dependency eslint-plugin-svelte to v3#706
renovate[bot] wants to merge 1 commit intomainfrom
renovate/eslint-plugin-svelte-3.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 15, 2025

ℹ️ 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.46.13.17.0 age confidence

Release Notes

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

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

Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • At any time (no schedule defined)
  • 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.

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Apr 15, 2025

⚠️ No Changeset found

Latest commit: 9760c39

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

@renovate renovate bot force-pushed the renovate/eslint-plugin-svelte-3.x branch 6 times, most recently from 8238b31 to 2032817 Compare April 19, 2025 02:15
@renovate renovate bot force-pushed the renovate/eslint-plugin-svelte-3.x branch 4 times, most recently from 3c18ba4 to f7a33d6 Compare May 4, 2025 03:01
@renovate renovate bot force-pushed the renovate/eslint-plugin-svelte-3.x branch 4 times, most recently from cf1189a to d5c7579 Compare June 16, 2025 20:00
@renovate renovate bot force-pushed the renovate/eslint-plugin-svelte-3.x branch 2 times, most recently from 9085995 to 5199484 Compare June 20, 2025 12:36
@renovate renovate bot force-pushed the renovate/eslint-plugin-svelte-3.x branch from 5199484 to e29f233 Compare July 2, 2025 03:31
@renovate renovate bot force-pushed the renovate/eslint-plugin-svelte-3.x branch from e29f233 to 883c29c Compare July 10, 2025 03:53
@renovate renovate bot force-pushed the renovate/eslint-plugin-svelte-3.x branch 2 times, most recently from bd9dd08 to a793da1 Compare July 26, 2025 16:31
@renovate renovate bot force-pushed the renovate/eslint-plugin-svelte-3.x branch from a793da1 to 8113217 Compare July 27, 2025 05:08
@renovate renovate bot force-pushed the renovate/eslint-plugin-svelte-3.x branch 7 times, most recently from 3ad26f9 to 5debc78 Compare August 15, 2025 14:45
@renovate renovate bot force-pushed the renovate/eslint-plugin-svelte-3.x branch from 5debc78 to 04c49a3 Compare September 25, 2025 16:49
@renovate renovate bot force-pushed the renovate/eslint-plugin-svelte-3.x branch from 16635a9 to 57068a6 Compare October 10, 2025 14:07
@renovate renovate bot force-pushed the renovate/eslint-plugin-svelte-3.x branch 2 times, most recently from e642e5e to 43c7682 Compare October 21, 2025 17:48
@renovate renovate bot force-pushed the renovate/eslint-plugin-svelte-3.x branch 2 times, most recently from 8876fa5 to b5e3da1 Compare October 28, 2025 10:05
@renovate renovate bot force-pushed the renovate/eslint-plugin-svelte-3.x branch from b5e3da1 to ee4cede Compare November 10, 2025 20:41
@renovate renovate bot force-pushed the renovate/eslint-plugin-svelte-3.x branch 2 times, most recently from 12dbee1 to c81998d Compare November 25, 2025 18:34
@renovate renovate bot force-pushed the renovate/eslint-plugin-svelte-3.x branch 2 times, most recently from 7a84a29 to 6a0f4be Compare December 3, 2025 19:04
@renovate renovate bot force-pushed the renovate/eslint-plugin-svelte-3.x branch from 6a0f4be to e418793 Compare December 8, 2025 05:11
@renovate renovate bot force-pushed the renovate/eslint-plugin-svelte-3.x branch 2 times, most recently from 2467d0f to 7721407 Compare January 2, 2026 08:31
@renovate renovate bot force-pushed the renovate/eslint-plugin-svelte-3.x branch 2 times, most recently from ba0b50d to ddff13b Compare January 11, 2026 01:28
@renovate renovate bot force-pushed the renovate/eslint-plugin-svelte-3.x branch from ddff13b to da140ef Compare January 19, 2026 18:32
@renovate renovate bot force-pushed the renovate/eslint-plugin-svelte-3.x branch 3 times, most recently from 2a2a853 to 8d11972 Compare February 13, 2026 16:31
@renovate renovate bot force-pushed the renovate/eslint-plugin-svelte-3.x branch from 8d11972 to f886000 Compare February 17, 2026 16:14
@renovate renovate bot force-pushed the renovate/eslint-plugin-svelte-3.x branch 2 times, most recently from eb6899c to 1b7c99e Compare March 12, 2026 08:39
@renovate renovate bot force-pushed the renovate/eslint-plugin-svelte-3.x branch 3 times, most recently from bb077a9 to 8a46fbe Compare March 13, 2026 18:43
@renovate renovate bot force-pushed the renovate/eslint-plugin-svelte-3.x branch from 8a46fbe to ec5999c Compare March 24, 2026 09:46
@renovate renovate bot force-pushed the renovate/eslint-plugin-svelte-3.x branch 2 times, most recently from e3c6152 to ce09eae Compare April 5, 2026 21:28
@renovate renovate bot force-pushed the renovate/eslint-plugin-svelte-3.x branch from ce09eae to 9760c39 Compare April 8, 2026 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants