chore(deps): update dependency eslint-plugin-svelte to v3 #48
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.0
->^3.0.0
Release Notes
sveltejs/eslint-plugin-svelte (eslint-plugin-svelte)
v3.0.2
Compare Source
Patch Changes
1358d89
Thanks @baseballyama! - fix: handle<script module>
invalid-prop-names-in-kit-pages
rulev3.0.1
Compare Source
Patch Changes
83da078
Thanks @ottomated! - fix: Don't remove mustache'd string literals if they contain curly bracesv3.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: removerequire-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 thesvelte/no-dynamic-slot-name
rule#930
eae1b4f
Thanks @ota-meshi! - feat!: upgrade svelte-eslint-parser to v1#982
04fc429
Thanks @baseballyama! - feat!: Updated thehtml-self-closing
rule to follow Svelte5#932
b136ab4
Thanks @ota-meshi! - feat!: change the plugin to an ESM-only packageMinor Changes
#980
0b28198
Thanks @baseballyama! - feat: Implement util to conditionally run lint based on Svelte version and SvelteKit routes etc#1013
0ef0f99
Thanks @baseballyama! - feat: add Svelte 5 support tono-not-function-handler
#900
4759b47
Thanks @marekdedic! - feat: added the no-navigation-without-base rule#925
faf90ef
Thanks @marekdedic! - feat: added theconsistent-selector-style
rule#945
19f682b
Thanks @baseballyama! - feat: Support<svelte:boundary>
#844
2bbd049
Thanks @Winter! - feat: Added suggestion to theblock-lang
rule.#984
35d80a5
Thanks @baseballyama! - feat: supportwarningFilter
invalid-compile
rule#933
71eca84
Thanks @mikededo! - Addprefer-const
rule#918
5da98c9
Thanks @mikededo! - Added newno-deprecated-raw-special-elements
rule#922
f4a0fa7
Thanks @marekdedic! - feat: added the no-useless-children-snippet rule#836
3fa90aa
Thanks @renovate! - feat: support for typescript-eslint v8 tosvelte/indent
rule#963
2c551b2
Thanks @baseballyama! - feat: support Svelte5 ofvalid-prop-names-in-kit-pages
rule#1054
c587629
Thanks @marekdedic! - feat: added the valid-style-parse rule#1085
a0588ef
Thanks @baseballyama! - chore: updatesvelte-eslint-parser
to v1#1015
8369eaf
Thanks @mikededo! - fix!: renameno-deprecated-raw-special-elements
tono-raw-special-elements
#911
452ffed
Thanks @marekdedic! - feat(no-inline-styles): allowing transitions by default#1063
d39c90c
Thanks @baseballyama! - feat: detect version information from node_modules when not specified in package.json, like pnpm’s catalogPatch Changes
#961
117e60d
Thanks @baseballyama! - fix: support each blocks without an item#1009
a003664
Thanks @baseballyama! - chore: upgradesvelte-eslint-parser
to1.0.0-next.8
#1016
91999e3
Thanks @baseballyama! - chore: change the rule category ofvalid-prop-names-in-kit-pages
toSvelteKit
#993
b97a13e
Thanks @baseballyama! - chore: add:exit
for each node listener#1048
513806c
Thanks @baseballyama! - fix: allowchildren
invalid-prop-names-in-kit-pages
rule#1012
763cf7a
Thanks @baseballyama! - chore: change the rule category ofno-export-load-in-svelte-module-in-kit-pages
toSvelteKit
#1021
6557c69
Thanks @baseballyama! - chore: updatesvelte-eslint-parser
to1.0.0-next.10
#956
157ee1f
Thanks @baseballyama! - chore: updatesvelte-eslint-parser
to v1.0.0-next.4#965
47760ad
Thanks @marekdedic! - chore: using svelte-eslint-parser for style selector parsing#990
12049c0
Thanks @baseballyama! - fix: ignorecss_unused_selector
compile error if<style>
tag hasglobal
attribute#1035
f16729f
Thanks @baseballyama! - chore: runrequire-event-dispatcher-types
rule on Svelte 3/4 only#1040
ac7115c
Thanks @baseballyama! - fix: account for \n and \r inTemplateLiteral
handling for theno-useless-mustaches
rule#1020
eae0e2e
Thanks @baseballyama! - chore: updatesvelte-eslint-parser
to1.0.0-next.9
#1017
806d72a
Thanks @baseballyama! - chore: do not runno-reactive-functions
rule on Svelte 5 with runes#1014
74373ec
Thanks @baseballyama! - chore: do not runno-reactive-reassign
rule on Svelte 5 with runes#1026
1bed311
Thanks @baseballyama! - chore: updatesvelte-eslint-parser
tov1.0.0-next.12
#941
fce2f74
Thanks @ota-meshi! - fix: crash with eslint v9.16.0 insvelte/no-inner-declarations
#1018
5bdc906
Thanks @baseballyama! - chore: run theno-inspect
rule only in Svelte 5’s runes mode#1006
5fd91ba
Thanks @baseballyama! - chore: do not runinfinite-reactive-loop
rule on Svelte 5 with runes#1031
e50d2d4
Thanks @baseballyama! - chore: do not runno-reactive-literals
rule on Svelte 5 with runes#1032
722b36c
Thanks @baseballyama! - chore: runno-useless-children-snippet
rule on Svelte 5 only#1007
8e9199a
Thanks @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: 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.
This PR was generated by Mend Renovate. View the repository job log.