chore(deps): update dependency eslint-plugin-svelte to v3#4877
Merged
JinIgarashi merged 2 commits intodevelopfrom Mar 24, 2025
Merged
chore(deps): update dependency eslint-plugin-svelte to v3#4877JinIgarashi merged 2 commits intodevelopfrom
JinIgarashi merged 2 commits intodevelopfrom
Conversation
🦋 Changeset detectedLatest commit: f4311b7 The changes in this PR will be included in the next version bump. This PR includes changesets to release 7 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
193727c to
425be79
Compare
425be79 to
4cc9f35
Compare
4cc9f35 to
823ef2d
Compare
823ef2d to
93e20b5
Compare
93e20b5 to
9395ce8
Compare
f589729 to
551f93e
Compare
551f93e to
8e6372e
Compare
8e6372e to
014c196
Compare
014c196 to
6e068ce
Compare
6e068ce to
fd91925
Compare
fd91925 to
875c772
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.46.1->^3.0.0Release Notes
sveltejs/eslint-plugin-svelte (eslint-plugin-svelte)
v3.2.0Compare Source
Minor Changes
#1062
a4d3b29Thanks @baseballyama! - feat: addno-unnecessary-state-wraprule#1061
268a372Thanks @baseballyama! - feat: addno-unused-propsrulev3.1.0Compare Source
Minor Changes
df1647fThanks @baseballyama! - feat: addexcludedRunesoption to theprefer-construlePatch Changes
#1126
9b76b46Thanks @baseballyama! - fix: check property key instead of value invalid-prop-names-in-kit-pagesrule#1125
0a03362Thanks @ota-meshi! - fix: support windows path delimiter#1108
976e4f0Thanks @marekdedic! - fix(consistent-selector-style): not reporting class selectors used in class directives#1107
3b01537Thanks @marekdedic! - fix(no-navigation-without-base): ignoring fragment linksv3.0.3Compare Source
Patch Changes
7f756b8Thanks @baseballyama! - fix: align required Node version with ESLintv3.0.2Compare Source
Patch Changes
1358d89Thanks @baseballyama! - fix: handle<script module>invalid-prop-names-in-kit-pagesrulev3.0.1Compare Source
Patch Changes
83da078Thanks @ottomated! - fix: Don't remove mustache'd string literals if they contain curly bracesv3.0.0Compare Source
Major Changes
We have changed versioning policy, please see the README for details.
#937
729394eThanks @ota-meshi! - feat!: drop support for old eslint#1033
3bfcc31Thanks @baseballyama! - Enabled in recommended config:svelte/infinite-reactive-loopsvelte/no-dom-manipulatingsvelte/no-dupe-on-directivessvelte/no-dupe-use-directivessvelte/no-export-load-in-svelte-module-in-kit-pagessvelte/no-immutable-reactive-statementssvelte/no-inspectsvelte/no-raw-special-elementssvelte/no-reactive-functionssvelte/no-reactive-literalssvelte/no-reactive-reassignsvelte/no-store-asyncsvelte/no-svelte-internalsvelte/no-useless-children-snippetsvelte/no-useless-mustachessvelte/require-each-keysvelte/require-event-dispatcher-typessvelte/require-store-reactive-accesssvelte/require-stores-initsvelte/valid-each-keysvelte/valid-prop-names-in-kit-pagesRemoved from recommended config:
svelte/valid-compileThis update introduces breaking changes due to newly enabled rules.
#1086
1c679b5Thanks @baseballyama! - breaking: removerequire-stores-initfrom recommended rules#1043
778427eThanks @ota-meshi! - feat: add*.svelte.{js,ts}config to base config#900
4759b47Thanks @marekdedic! - breaking: deprecated the no-goto-without-base rule#885
ce2ffadThanks @ota-meshi! - feat!: drop support for old node versions (<18, 19, 21)#1011
7596287Thanks @baseballyama! - breaking: deprecate thesvelte/no-dynamic-slot-namerule#930
eae1b4fThanks @ota-meshi! - feat!: upgrade svelte-eslint-parser to v1#982
04fc429Thanks @baseballyama! - feat!: Updated thehtml-self-closingrule to follow Svelte5#932
b136ab4Thanks @ota-meshi! - feat!: change the plugin to an ESM-only packageMinor Changes
#980
0b28198Thanks @baseballyama! - feat: Implement util to conditionally run lint based on Svelte version and SvelteKit routes etc#1013
0ef0f99Thanks @baseballyama! - feat: add Svelte 5 support tono-not-function-handler#900
4759b47Thanks @marekdedic! - feat: added the no-navigation-without-base rule#925
faf90efThanks @marekdedic! - feat: added theconsistent-selector-stylerule#945
19f682bThanks @baseballyama! - feat: Support<svelte:boundary>#844
2bbd049Thanks @Winter! - feat: Added suggestion to theblock-langrule.#984
35d80a5Thanks @baseballyama! - feat: supportwarningFilterinvalid-compilerule#933
71eca84Thanks @mikededo! - Addprefer-construle#918
5da98c9Thanks @mikededo! - Added newno-deprecated-raw-special-elementsrule#922
f4a0fa7Thanks @marekdedic! - feat: added the no-useless-children-snippet rule#836
3fa90aaThanks @renovate! - feat: support for typescript-eslint v8 tosvelte/indentrule#963
2c551b2Thanks @baseballyama! - feat: support Svelte5 ofvalid-prop-names-in-kit-pagesrule#1054
c587629Thanks @marekdedic! - feat: added the valid-style-parse rule#1085
a0588efThanks @baseballyama! - chore: updatesvelte-eslint-parserto v1#1015
8369eafThanks @mikededo! - fix!: renameno-deprecated-raw-special-elementstono-raw-special-elements#911
452ffedThanks @marekdedic! - feat(no-inline-styles): allowing transitions by default#1063
d39c90cThanks @baseballyama! - feat: detect version information from node_modules when not specified in package.json, like pnpm’s catalogPatch Changes
#961
117e60dThanks @baseballyama! - fix: support each blocks without an item#1009
a003664Thanks @baseballyama! - chore: upgradesvelte-eslint-parserto1.0.0-next.8#1016
91999e3Thanks @baseballyama! - chore: change the rule category ofvalid-prop-names-in-kit-pagestoSvelteKit#993
b97a13eThanks @baseballyama! - chore: add:exitfor each node listener#1048
513806cThanks @baseballyama! - fix: allowchildreninvalid-prop-names-in-kit-pagesrule#1012
763cf7aThanks @baseballyama! - chore: change the rule category ofno-export-load-in-svelte-module-in-kit-pagestoSvelteKit#1021
6557c69Thanks @baseballyama! - chore: updatesvelte-eslint-parserto1.0.0-next.10#956
157ee1fThanks @baseballyama! - chore: updatesvelte-eslint-parserto v1.0.0-next.4#965
47760adThanks @marekdedic! - chore: using svelte-eslint-parser for style selector parsing#990
12049c0Thanks @baseballyama! - fix: ignorecss_unused_selectorcompile error if<style>tag hasglobalattribute#1035
f16729fThanks @baseballyama! - chore: runrequire-event-dispatcher-typesrule on Svelte 3/4 only#1040
ac7115cThanks @baseballyama! - fix: account for \n and \r inTemplateLiteralhandling for theno-useless-mustachesrule#1020
eae0e2eThanks @baseballyama! - chore: updatesvelte-eslint-parserto1.0.0-next.9#1017
806d72aThanks @baseballyama! - chore: do not runno-reactive-functionsrule on Svelte 5 with runes#1014
74373ecThanks @baseballyama! - chore: do not runno-reactive-reassignrule on Svelte 5 with runes#1026
1bed311Thanks @baseballyama! - chore: updatesvelte-eslint-parsertov1.0.0-next.12#941
fce2f74Thanks @ota-meshi! - fix: crash with eslint v9.16.0 insvelte/no-inner-declarations#1018
5bdc906Thanks @baseballyama! - chore: run theno-inspectrule only in Svelte 5’s runes mode#1006
5fd91baThanks @baseballyama! - chore: do not runinfinite-reactive-looprule on Svelte 5 with runes#1031
e50d2d4Thanks @baseballyama! - chore: do not runno-reactive-literalsrule on Svelte 5 with runes#1032
722b36cThanks @baseballyama! - chore: runno-useless-children-snippetrule on Svelte 5 only#1007
8e9199aThanks @baseballyama! - fix: update method for extracting major versionConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.