generated from ivanklee86/template_go
-
Notifications
You must be signed in to change notification settings - Fork 0
Update dependency eslint-plugin-svelte to v3.14.0 #171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/eslint-plugin-svelte-3.x-lockfile
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
Contributor
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #171 +/- ##
=======================================
Coverage 70.44% 70.44%
=======================================
Files 12 12
Lines 812 812
=======================================
Hits 572 572
Misses 240 240 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
e82784b to
34e48dd
Compare
34e48dd to
51fac52
Compare
51fac52 to
b95ca96
Compare
b95ca96 to
b91d3b7
Compare
b91d3b7 to
600d707
Compare
d3f2fb8 to
2983bc2
Compare
2983bc2 to
bb65b6b
Compare
bb65b6b to
314121a
Compare
33dedfa to
58f4ea5
Compare
9f5d3d4 to
c4659b7
Compare
c4659b7 to
b2d2077
Compare
b2d2077 to
80eedc0
Compare
42f8f06 to
f982107
Compare
f982107 to
55b1ce8
Compare
55b1ce8 to
3b01a4b
Compare
3b01a4b to
2173fcd
Compare
2173fcd to
2427b44
Compare
2427b44 to
ee3ed5a
Compare
172a3c4 to
cf2b9a1
Compare
cf2b9a1 to
08ccc80
Compare
08ccc80 to
b347568
Compare
b347568 to
bc12580
Compare
bc12580 to
404cc01
Compare
404cc01 to
a0b6c4d
Compare
a0b6c4d to
809f85a
Compare
809f85a to
5822885
Compare
5822885 to
6638f8a
Compare
6638f8a to
eb40595
Compare
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.0.2→3.14.0Release Notes
sveltejs/eslint-plugin-svelte (eslint-plugin-svelte)
v3.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}v3.9.2Compare Source
Patch Changes
5df1121Thanks @zachstence! - fix false positives for regular components in valid-compile/custom_element_props_identifierv3.9.1Compare Source
Patch Changes
a3d4224Thanks @baseballyama! - fix(prefer-const): UseadditionalPropertiesinstead ofignoreReadonlyto match the ESLint core rule option name.v3.9.0Compare Source
Minor Changes
6e86e30Thanks @43081j! - Improve performance of ignore comment extraction and add support for comma-separated ignore codesv3.8.2Compare Source
Patch Changes
0681f90Thanks @marekdedic! - fix(consistent-selector-style): Fixed detections of repeated elements such as in {#each}v3.8.1Compare Source
Patch Changes
c938185Thanks @ota-meshi! - fix(no-top-level-browser-globals): false positives for type annotationsv3.8.0Compare Source
Minor Changes
9cffd3bThanks @ota-meshi! - feat: addsvelte/no-top-level-browser-globalsrulev3.7.0Compare Source
Minor Changes
534ad78Thanks @baseballyama! - feat(sort-attributes): support{@​attach}v3.6.0Compare Source
Minor Changes
#1170
3ddbd83Thanks @baseballyama! - feat: addprefer-writable-derivedrule#1069
73f23aeThanks @marekdedic! - feat: added therequire-event-prefixrule#1197
e9aec7fThanks @43081j! - Addedno-add-event-listenerrule to disallow usages ofaddEventListener#1148
87c74feThanks @marekdedic! - feat(consistent-selector-style): added support for dynamic classes and IDsPatch Changes
78d0f78Thanks @ota-meshi! - fix(no-unused-svelte-ignore): ignore reactive-component warningsv3.5.1Compare Source
Patch Changes
9126f1fThanks @43081j! - Removed eslint-compat-utils from dependenciesv3.5.0Compare Source
Minor Changes
842757fThanks @baseballyama! - feat(no-unused-props): addallowUnusedNestedPropertiesoptionPatch Changes
7892f4cThanks @baseballyama! - fix(no-unused-props): handle alias props name properlyv3.4.1Compare Source
Patch Changes
#1173
8e53e58Thanks @43081j! - chore: usecontext.sourceCodedirectly rather than a compatibility helper.#1177
ec22fb4Thanks @43081j! - test: use ESLint and Linter directly from eslint in tests#1174
b696ef3Thanks @43081j! - chore: usecontext.filenameandcontext.physicalFilenameinstead of compat functions.#1176
bafbf5fThanks @43081j! - chore: switch tocontext.cwdrather than using a compat helper.v3.4.0Compare Source
Minor Changes
#1165
2b7e164Thanks @43081j! - Adds a suggestion to therequire-store-callbacks-use-set-paramrule to automatically rename or add function parameters.#1163
d9b8604Thanks @43081j! - Adds a suggestion to thederived-has-same-inputs-outputsrule which renames the outputs.#1164
29b1315Thanks @43081j! - Added a suggestion forno-at-debug-tagsrule which removes the tagsPatch Changes
db9202dThanks @baseballyama! - chore: updatesvelte-eslint-parserto 1.1.1v3.3.3Compare Source
Patch Changes
1233e46Thanks @baseballyama! - fix(no-unused-props): resolve false positives on props with default values or $bindable usagev3.3.2Compare Source
Patch Changes
138380dThanks @baseballyama! - fix: stop reporting child properties inno-unused-propswhen the parent object itself is usedv3.3.1Compare Source
Patch Changes
40806a4Thanks @ota-meshi! - fix(no-useless-mustaches): Wrong auto-fix for quoted mustachesv3.3.0Compare Source
Minor Changes
30c1e5fThanks @baseballyama! - feat: addignorePropertyPatternsproperty and renameignorePatternstoignoreTypePatternsinno-unused-propsrule. TheignorePatternsoption 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.2Compare Source
Patch Changes
1ff148aThanks @baseballyama! - fix: correct detection of externally defined types inno-unused-propsrulev3.2.1Compare Source
Patch Changes
e94b59aThanks @baseballyama! - fix: resolve false positives on nested objects inno-unused-propsrulev3.2.0Compare Source
Minor Changes
#1062
a4d3b29Thanks @baseballyama! - feat: addno-unnecessary-state-wraprule#1061
268a372Thanks @baseballyama! - feat: addno-unused-propsrulev3.1.0Compare Source
Minor Changes
df1647fThanks @baseballyama! - feat: addexcludedRunesoption to theprefer-construlePatch Changes
#1126
9b76b46Thanks @baseballyama! - fix: check property key instead of value invalid-prop-names-in-kit-pagesrule#1125
0a03362Thanks @ota-meshi! - fix: support windows path delimiter#1108
976e4f0Thanks @marekdedic! - fix(consistent-selector-style): not reporting class selectors used in class directives#1107
3b01537Thanks @marekdedic! - fix(no-navigation-without-base): ignoring fragment linksv3.0.3Compare Source
Patch Changes
7f756b8Thanks @baseballyama! - fix: align required Node version with ESLintConfiguration
📅 Schedule: Branch creation - "every 2 weeks on friday" (UTC), 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.