-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
chore(deps): update dependency eslint-plugin-svelte to v3 #16532
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
Merged
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
danieldietzler
approved these changes
Mar 3, 2025
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
zackpollard
approved these changes
Mar 3, 2025
jrasm91
approved these changes
Mar 3, 2025
Member
jrasm91
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
d932fba to
fbe2bf4
Compare
zackpollard
approved these changes
Mar 3, 2025
knechtandreas
added a commit
to knechtandreas/immich
that referenced
this pull request
Mar 4, 2025
…n-grid * main: (32 commits) docs: clean up environment variables formatting & grammar (immich-app#16555) fix: reset/regenerate memories (immich-app#16548) fix(deps): update machine-learning (immich-app#16560) chore(deps): update node (immich-app#16538) refactor: migration tag repository to kysely (immich-app#16398) feat: qr code for new shared link (immich-app#16543) chore(deps): update github-actions (immich-app#16539) fix(docs): info on preloading ML models (immich-app#16452) docs: better facial recognition cluster guide (immich-app#14911) fix(web): delete action closes asset viewer in asset view (immich-app#15469) feat(cli): watch paths for auto uploading daemon (immich-app#14923) ci: weblate checks should always run, should skip on en.json (immich-app#16544) feat(web): Video memories on web (immich-app#16500) fix(deps): update typescript-projects (immich-app#16540) chore(mobile): fix store.put type def (immich-app#16517) refactor(mobile): move timeline methods to timeline repo (immich-app#16526) chore(deps): update dependency eslint-plugin-svelte to v3 (immich-app#16532) refactor(server): link live photos as part of metadata extraction instead of queueing job (immich-app#16390) chore(deps): update dependency globals to v16 (immich-app#16534) ci: don't check weblate lock on chore/translations and add success job (immich-app#16533) ...
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:
^2.46.1->^3.0.0Release Notes
sveltejs/eslint-plugin-svelte (eslint-plugin-svelte)
v3.0.2Compare Source
Patch Changes
1358d89Thanks @baseballyama! - fix: handle<script module>invalid-prop-names-in-kit-pagesrulev3.0.1Compare Source
Patch Changes
83da078Thanks @ottomated! - fix: Don't remove mustache'd string literals if they contain curly bracesv3.0.0Compare Source
Major Changes
We have changed versioning policy, please see the README for details.
#937
729394eThanks @ota-meshi! - feat!: drop support for old eslint#1033
3bfcc31Thanks @baseballyama! - Enabled in recommended config:svelte/infinite-reactive-loopsvelte/no-dom-manipulatingsvelte/no-dupe-on-directivessvelte/no-dupe-use-directivessvelte/no-export-load-in-svelte-module-in-kit-pagessvelte/no-immutable-reactive-statementssvelte/no-inspectsvelte/no-raw-special-elementssvelte/no-reactive-functionssvelte/no-reactive-literalssvelte/no-reactive-reassignsvelte/no-store-asyncsvelte/no-svelte-internalsvelte/no-useless-children-snippetsvelte/no-useless-mustachessvelte/require-each-keysvelte/require-event-dispatcher-typessvelte/require-store-reactive-accesssvelte/require-stores-initsvelte/valid-each-keysvelte/valid-prop-names-in-kit-pagesRemoved from recommended config:
svelte/valid-compileThis update introduces breaking changes due to newly enabled rules.
#1086
1c679b5Thanks @baseballyama! - breaking: removerequire-stores-initfrom recommended rules#1043
778427eThanks @ota-meshi! - feat: add*.svelte.{js,ts}config to base config#900
4759b47Thanks @marekdedic! - breaking: deprecated the no-goto-without-base rule#885
ce2ffadThanks @ota-meshi! - feat!: drop support for old node versions (<18, 19, 21)#1011
7596287Thanks @baseballyama! - breaking: deprecate thesvelte/no-dynamic-slot-namerule#930
eae1b4fThanks @ota-meshi! - feat!: upgrade svelte-eslint-parser to v1#982
04fc429Thanks @baseballyama! - feat!: Updated thehtml-self-closingrule to follow Svelte5#932
b136ab4Thanks @ota-meshi! - feat!: change the plugin to an ESM-only packageMinor Changes
#980
0b28198Thanks @baseballyama! - feat: Implement util to conditionally run lint based on Svelte version and SvelteKit routes etc#1013
0ef0f99Thanks @baseballyama! - feat: add Svelte 5 support tono-not-function-handler#900
4759b47Thanks @marekdedic! - feat: added the no-navigation-without-base rule#925
faf90efThanks @marekdedic! - feat: added theconsistent-selector-stylerule#945
19f682bThanks @baseballyama! - feat: Support<svelte:boundary>#844
2bbd049Thanks @Winter! - feat: Added suggestion to theblock-langrule.#984
35d80a5Thanks @baseballyama! - feat: supportwarningFilterinvalid-compilerule#933
71eca84Thanks @mikededo! - Addprefer-construle#918
5da98c9Thanks @mikededo! - Added newno-deprecated-raw-special-elementsrule#922
f4a0fa7Thanks @marekdedic! - feat: added the no-useless-children-snippet rule#836
3fa90aaThanks @renovate! - feat: support for typescript-eslint v8 tosvelte/indentrule#963
2c551b2Thanks @baseballyama! - feat: support Svelte5 ofvalid-prop-names-in-kit-pagesrule#1054
c587629Thanks @marekdedic! - feat: added the valid-style-parse rule#1085
a0588efThanks @baseballyama! - chore: updatesvelte-eslint-parserto v1#1015
8369eafThanks @mikededo! - fix!: renameno-deprecated-raw-special-elementstono-raw-special-elements#911
452ffedThanks @marekdedic! - feat(no-inline-styles): allowing transitions by default#1063
d39c90cThanks @baseballyama! - feat: detect version information from node_modules when not specified in package.json, like pnpm’s catalogPatch Changes
#961
117e60dThanks @baseballyama! - fix: support each blocks without an item#1009
a003664Thanks @baseballyama! - chore: upgradesvelte-eslint-parserto1.0.0-next.8#1016
91999e3Thanks @baseballyama! - chore: change the rule category ofvalid-prop-names-in-kit-pagestoSvelteKit#993
b97a13eThanks @baseballyama! - chore: add:exitfor each node listener#1048
513806cThanks @baseballyama! - fix: allowchildreninvalid-prop-names-in-kit-pagesrule#1012
763cf7aThanks @baseballyama! - chore: change the rule category ofno-export-load-in-svelte-module-in-kit-pagestoSvelteKit#1021
6557c69Thanks @baseballyama! - chore: updatesvelte-eslint-parserto1.0.0-next.10#956
157ee1fThanks @baseballyama! - chore: updatesvelte-eslint-parserto v1.0.0-next.4#965
47760adThanks @marekdedic! - chore: using svelte-eslint-parser for style selector parsing#990
12049c0Thanks @baseballyama! - fix: ignorecss_unused_selectorcompile error if<style>tag hasglobalattribute#1035
f16729fThanks @baseballyama! - chore: runrequire-event-dispatcher-typesrule on Svelte 3/4 only#1040
ac7115cThanks @baseballyama! - fix: account for \n and \r inTemplateLiteralhandling for theno-useless-mustachesrule#1020
eae0e2eThanks @baseballyama! - chore: updatesvelte-eslint-parserto1.0.0-next.9#1017
806d72aThanks @baseballyama! - chore: do not runno-reactive-functionsrule on Svelte 5 with runes#1014
74373ecThanks @baseballyama! - chore: do not runno-reactive-reassignrule on Svelte 5 with runes#1026
1bed311Thanks @baseballyama! - chore: updatesvelte-eslint-parsertov1.0.0-next.12#941
fce2f74Thanks @ota-meshi! - fix: crash with eslint v9.16.0 insvelte/no-inner-declarations#1018
5bdc906Thanks @baseballyama! - chore: run theno-inspectrule only in Svelte 5’s runes mode#1006
5fd91baThanks @baseballyama! - chore: do not runinfinite-reactive-looprule on Svelte 5 with runes#1031
e50d2d4Thanks @baseballyama! - chore: do not runno-reactive-literalsrule on Svelte 5 with runes#1032
722b36cThanks @baseballyama! - chore: runno-useless-children-snippetrule on Svelte 5 only#1007
8e9199aThanks @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 was generated by Mend Renovate. View the repository job log.