chore(deps): update dependency eslint-plugin-svelte to v3.17.0#154
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update dependency eslint-plugin-svelte to v3.17.0#154renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
03ae692 to
7cbbc7c
Compare
7446419 to
45dca5f
Compare
ddc77b1 to
2fbec6f
Compare
c34bab4 to
960ee6a
Compare
ccde905 to
37ddd39
Compare
37ddd39 to
40839d3
Compare
5f25367 to
cac84e8
Compare
0df944b to
4c413bd
Compare
4c413bd to
3f482af
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:
3.9.2→3.17.0Release Notes
sveltejs/eslint-plugin-svelte (eslint-plugin-svelte)
v3.17.0Compare Source
Minor Changes
eb8172cThanks @marekdedic! - feat(no-navigation-without-resolve): added support for ternary expressionsPatch Changes
b742163Thanks @marekdedic! - fix(no-navigation-without-resolve): properly detecting invalid binary expression operatorsv3.16.0Compare Source
Minor Changes
#1483
69c9a6aThanks @shimscho! - feat: addsvelte/max-lines-per-blockrule to enforce maximum line counts per block in Svelte SFCs#1484
98eae61Thanks @Stadly! - feat: ignore parenthetical notes in svelte-ignore commentsv3.15.2Compare Source
Patch Changes
5d556c8Thanks @marekdedic! - fix(no-navigation-without-resolve): fixed a rule crash when encountering an attribute without valuev3.15.1Compare Source
Patch Changes
#1477
8c5f51eThanks @ota-meshi! - fix(no-top-level-browser-globals): false positive when browser globals appear inside TypeScript generic type parameters (e.g.$state<HTMLElement>(...)).#1467
d81b556Thanks @marekdedic! - fix(no-navigation-without-resolve): fixed nullish link shorthands not being allowedv3.15.0Compare Source
Minor Changes
#1472
a314e4fThanks @copilot-swe-agent! - feat: add support for ESLint v10#1461
d8e1dc1Thanks @marekdedic! - feat(no-navigation-without-resolve): for links, the rule now reports on the whole attributev3.14.0Compare Source
Minor Changes
18266fcThanks @marekdedic! - feat(no-navigation-without-resolve): ignoring links with rel=externalv3.13.1Compare Source
Patch Changes
#1437
89d030dThanks @ota-meshi! - fix(svelte/indent): crash when using ts import type#1440
a87e40bThanks @baseballyama! - fix(prefer-destructured-store-props): handle runes properly#1438
817b137Thanks @baseballyama! - fix: Supportexperimental.asynccompiler optionv3.13.0Compare Source
Minor Changes
074af20Thanks @marekdedic! - feat(no-navigation-without-resolve): checking link shorthand attributesPatch Changes
005e9fdThanks @marekdedic! - fix(no-navigation-without-resolve): allowing undefined and null in link hrefsv3.12.5Compare Source
Patch Changes
#1403
e4d788dThanks @baseballyama! - deps: updatesvelte-eslint-parserto 1.4.0 (It supports$state.eager)#1365
57ccf95Thanks @marekdedic! - fix(no-navigation-without-resolve): Detecting asset() function as well#1378
5ba5c3eThanks @baseballyama! - fix(no-unused-props): validate spread operator properly#1377
27cf677Thanks @baseballyama! - fix(no-navigation-without-resolve): improve error messagesv3.12.4Compare Source
Patch Changes
#1322
1e06290Thanks @marekdedic! - fix(no-navigation-without-resolve): properly detecting absolute and fragment URLs in variables#1355
d8df1e8Thanks @InkedCat! - fix: properly support Windows inno-unused-propsrulefix: properly support Windows in
valid-style-parserulefix: properly support Windows in
no-unnecessary-conditionrule#1344
03a93f4Thanks @ota-meshi! - fix: preventing infinite loops in multiple rulesv3.12.3Compare Source
Patch Changes
d92dde0Thanks @ota-meshi! - fix(no-top-level-browser-globals): false positives for compound logical expression guardsv3.12.2Compare Source
Patch Changes
#1299
5c7cba3Thanks @marekdedic! - feat: disabling more rules in runes mode#1299
5c7cba3Thanks @marekdedic! - feat: restricting SvelteKit rules to SvelteKit#1306
7cb3660Thanks @ota-meshi! - fix(no-unused-props): false positives forComponentProps<any>v3.12.1Compare Source
Patch Changes
27573f4Thanks @marekdedic! - fix: Not reporting mailto: and other unusual schema addresses in no-nmavigation-without-resolve (and its deprecated versions)v3.12.0Compare Source
Minor Changes
#1308
abbcfddThanks @marekdedic! - feat(no-navigation-without-resolve): added to recommended rule set#1289
e2e791fThanks @marekdedic! - feat: added the no-navigation-without-resolve rule#1289
e2e791fThanks @marekdedic! - chore: deprecated the no-navigation-without-base rulev3.11.0Compare Source
Minor Changes
#1151
843730dThanks @marekdedic! - feat: added theprefer-svelte-reactivityrule#1269
a444476Thanks @baseballyama! - feat: support asynchronous sveltePatch Changes
4e33ba4Thanks @GauBen! - feat(valid-prop-names-in-kit-pages): add support for the newparamspage propv3.10.1Compare Source
Patch Changes
a51363fThanks @tbashiyy! - fix(no-unused-class-name): detect duplicated class namesv3.10.0Compare Source
Minor Changes
e94a3beThanks @tbashiyy! - feat(no-unused-class-name): support regex forallowedClassNamesoptionv3.9.3Compare Source
Patch Changes
5db956eThanks @ota-meshi! - fix(no-top-level-browser-globals): false positive for{#if browser}Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ 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.