Releases: sveltejs/eslint-plugin-svelte
eslint-plugin-svelte@3.17.1
Patch Changes
- #1321
97d89f7Thanks @marekdedic! - feat(no-navigation-without-resolve): added support for ResolvedPathname types
eslint-plugin-svelte@3.17.0
Minor Changes
- #1489
eb8172cThanks @marekdedic! - feat(no-navigation-without-resolve): added support for ternary expressions
Patch Changes
- #1490
b742163Thanks @marekdedic! - fix(no-navigation-without-resolve): properly detecting invalid binary expression operators
eslint-plugin-svelte@3.16.0
eslint-plugin-svelte@3.15.2
Patch Changes
- #1494
5d556c8Thanks @marekdedic! - fix(no-navigation-without-resolve): fixed a rule crash when encountering an attribute without value
eslint-plugin-svelte@3.15.1
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 allowed
eslint-plugin-svelte@3.15.0
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 attribute
eslint-plugin-svelte@3.14.0
Minor Changes
- #1443
18266fcThanks @marekdedic! - feat(no-navigation-without-resolve): ignoring links with rel=external
eslint-plugin-svelte@3.13.1
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 option
eslint-plugin-svelte@3.13.0
Minor Changes
- #1323
074af20Thanks @marekdedic! - feat(no-navigation-without-resolve): checking link shorthand attributes
Patch Changes
- #1388
005e9fdThanks @marekdedic! - fix(no-navigation-without-resolve): allowing undefined and null in link hrefs
eslint-plugin-svelte@3.12.5
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 messages