Bump eslint-plugin-svelte3 from 3.2.0 to 3.4.1
Created by: dependabot[bot]
Bumps eslint-plugin-svelte3 from 3.2.0 to 3.4.1.
Changelog
Sourced from eslint-plugin-svelte3's changelog.
3.4.1
- Support destructuring in
{@const}
tag3.4.0
- Support
{@const}
tag3.3.0
- Add injected globals when there's no instance script when using TypeScript
- Allow
$$Props
,$$Slots
,$$Events
interface/type usage- Improve type inference for autosubscribed stores
- Silence false positives for
<svelte:fragment let:x>
- Use TS 4.5
preserveValueImports
if it's available- Improve default setting for
svelte3/ignore-styles
: Now ignores styles if its tag has alang
ortype
attribute- Improve fix range handling
3.2.1
- Filter
no-undef
messages about$$Generic
Commits
-
55fc0bd
-> v3.4.1 -
00e24a4
update changelog -
ad52d02
[fix] object destructuring bug using@const
(#166) -
266fff7
[docs] add import/prefer-default-export to list of incompatible rules (#119) ... -
61498c4
-> v3.4.0 -
11eeb6f
update changelog -
e121eb0
[feat] support for new const tag (#161) -
5f85c67
-> v3.3.0 -
4f93ab0
adjust readme -
86c08b8
make some code style adjustments - Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)