chore(deps): update dependency eslint-plugin-svelte to v3 #7
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/eslint-plugin-svelte-3.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
^2.44.1
->^3.0.0
Release Notes
sveltejs/eslint-plugin-svelte (eslint-plugin-svelte)
v3.9.3
Compare Source
Patch Changes
5db956e
Thanks @ota-meshi! - fix(no-top-level-browser-globals): false positive for{#if browser}
v3.9.2
Compare Source
Patch Changes
5df1121
Thanks @zachstence! - fix false positives for regular components in valid-compile/custom_element_props_identifierv3.9.1
Compare Source
Patch Changes
a3d4224
Thanks @baseballyama! - fix(prefer-const): UseadditionalProperties
instead ofignoreReadonly
to match the ESLint core rule option name.v3.9.0
Compare Source
Minor Changes
6e86e30
Thanks @43081j! - Improve performance of ignore comment extraction and add support for comma-separated ignore codesv3.8.2
Compare Source
Patch Changes
0681f90
Thanks @marekdedic! - fix(consistent-selector-style): Fixed detections of repeated elements such as in {#each}v3.8.1
Compare Source
Patch Changes
c938185
Thanks @ota-meshi! - fix(no-top-level-browser-globals): false positives for type annotationsv3.8.0
Compare Source
Minor Changes
9cffd3b
Thanks @ota-meshi! - feat: addsvelte/no-top-level-browser-globals
rulev3.7.0
Compare Source
Minor Changes
534ad78
Thanks @baseballyama! - feat(sort-attributes): support{@​attach}
v3.6.0
Compare Source
Minor Changes
#1170
3ddbd83
Thanks @baseballyama! - feat: addprefer-writable-derived
rule#1069
73f23ae
Thanks @marekdedic! - feat: added therequire-event-prefix
rule#1197
e9aec7f
Thanks @43081j! - Addedno-add-event-listener
rule to disallow usages ofaddEventListener
#1148
87c74fe
Thanks @marekdedic! - feat(consistent-selector-style): added support for dynamic classes and IDsPatch Changes
78d0f78
Thanks @ota-meshi! - fix(no-unused-svelte-ignore): ignore reactive-component warningsv3.5.1
Compare Source
Patch Changes
9126f1f
Thanks @43081j! - Removed eslint-compat-utils from dependenciesv3.5.0
Compare Source
Minor Changes
842757f
Thanks @baseballyama! - feat(no-unused-props): addallowUnusedNestedProperties
optionPatch Changes
7892f4c
Thanks @baseballyama! - fix(no-unused-props): handle alias props name properlyv3.4.1
Compare Source
Patch Changes
#1173
8e53e58
Thanks @43081j! - chore: usecontext.sourceCode
directly rather than a compatibility helper.#1177
ec22fb4
Thanks @43081j! - test: use ESLint and Linter directly from eslint in tests#1174
b696ef3
Thanks @43081j! - chore: usecontext.filename
andcontext.physicalFilename
instead of compat functions.#1176
bafbf5f
Thanks @43081j! - chore: switch tocontext.cwd
rather than using a compat helper.v3.4.0
Compare Source
Minor Changes
#1165
2b7e164
Thanks @43081j! - Adds a suggestion to therequire-store-callbacks-use-set-param
rule to automatically rename or add function parameters.#1163
d9b8604
Thanks @43081j! - Adds a suggestion to thederived-has-same-inputs-outputs
rule which renames the outputs.#1164
29b1315
Thanks @43081j! - Added a suggestion forno-at-debug-tags
rule which removes the tagsPatch Changes
db9202d
Thanks @baseballyama! - chore: updatesvelte-eslint-parser
to 1.1.1v3.3.3
Compare Source
Patch Changes
1233e46
Thanks @baseballyama! - fix(no-unused-props): resolve false positives on props with default values or $bindable usagev3.3.2
Compare Source
Patch Changes
138380d
Thanks @baseballyama! - fix: stop reporting child properties inno-unused-props
when the parent object itself is usedv3.3.1
Compare Source
Patch Changes
40806a4
Thanks @ota-meshi! - fix(no-useless-mustaches): Wrong auto-fix for quoted mustachesv3.3.0
Compare Source
Minor Changes
30c1e5f
Thanks @baseballyama! - feat: addignorePropertyPatterns
property and renameignorePatterns
toignoreTypePatterns
inno-unused-props
rule. TheignorePatterns
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
1ff148a
Thanks @baseballyama! - fix: correct detection of externally defined types inno-unused-props
rulev3.2.1
Compare Source
Patch Changes
e94b59a
Thanks @baseballyama! - fix: resolve false positives on nested objects inno-unused-props
rulev3.2.0
Compare Source
Minor Changes
#1062
a4d3b29
Thanks @baseballyama! - feat: addno-unnecessary-state-wrap
rule#1061
268a372
Thanks @baseballyama! - feat: addno-unused-props
rulev3.1.0
Compare Source
Minor Changes
df1647f
Thanks @baseballyama! - feat: addexcludedRunes
option to theprefer-const
rulePatch Changes
#1126
9b76b46
Thanks @baseballyama! - fix: check property key instead of value invalid-prop-names-in-kit-pages
rule#1125
0a03362
Thanks @ota-meshi! - fix: support windows path delimiter#1108
976e4f0
Thanks @marekdedic! - fix(consistent-selector-style): not reporting class selectors used in class directives#1107
3b01537
Thanks @marekdedic! - fix(no-navigation-without-base): ignoring fragment linksv3.0.3
Compare Source
Patch Changes
7f756b8
Thanks @baseballyama! - fix: align required Node version with ESLintv3.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
We have changed versioning policy, please see the README for details.
#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 has been generated by Renovate Bot.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.