chore(deps): update dependency eslint-plugin-svelte to v3.8.1 #252

Open
renovate-bot wants to merge 1 commit from renovate/eslint-plugin-svelte-3.x-lockfile into master
Collaborator

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-svelte (source) 3.5.1 -> 3.8.1 age adoption passing confidence

Release Notes

sveltejs/eslint-plugin-svelte (eslint-plugin-svelte)

v3.8.1

Compare Source

Patch Changes

v3.8.0

Compare Source

Minor Changes

v3.7.0

Compare Source

Minor Changes

v3.6.0

Compare Source

Minor Changes
Patch Changes

Configuration

📅 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-plugin-svelte](https://sveltejs.github.io/eslint-plugin-svelte) ([source](https://github.com/sveltejs/eslint-plugin-svelte)) | [`3.5.1` -> `3.8.1`](https://renovatebot.com/diffs/npm/eslint-plugin-svelte/3.5.1/3.8.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-svelte/3.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-svelte/3.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-svelte/3.5.1/3.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-svelte/3.5.1/3.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>sveltejs/eslint-plugin-svelte (eslint-plugin-svelte)</summary> ### [`v3.8.1`](https://github.com/sveltejs/eslint-plugin-svelte/releases/tag/eslint-plugin-svelte%403.8.1) [Compare Source](https://github.com/sveltejs/eslint-plugin-svelte/compare/eslint-plugin-svelte@3.8.0...eslint-plugin-svelte@3.8.1) ##### Patch Changes - [#&#8203;1227](https://github.com/sveltejs/eslint-plugin-svelte/pull/1227) [`c938185`](https://github.com/sveltejs/eslint-plugin-svelte/commit/c938185b8a413f200049bc11376db76d768f2ae3) Thanks [@&#8203;ota-meshi](https://github.com/ota-meshi)! - fix(no-top-level-browser-globals): false positives for type annotations ### [`v3.8.0`](https://github.com/sveltejs/eslint-plugin-svelte/releases/tag/eslint-plugin-svelte%403.8.0) [Compare Source](https://github.com/sveltejs/eslint-plugin-svelte/compare/eslint-plugin-svelte@3.7.0...eslint-plugin-svelte@3.8.0) ##### Minor Changes - [#&#8203;1210](https://github.com/sveltejs/eslint-plugin-svelte/pull/1210) [`9cffd3b`](https://github.com/sveltejs/eslint-plugin-svelte/commit/9cffd3ba86926793f3240263e38914cdb2180f0a) Thanks [@&#8203;ota-meshi](https://github.com/ota-meshi)! - feat: add `svelte/no-top-level-browser-globals` rule ### [`v3.7.0`](https://github.com/sveltejs/eslint-plugin-svelte/releases/tag/eslint-plugin-svelte%403.7.0) [Compare Source](https://github.com/sveltejs/eslint-plugin-svelte/compare/eslint-plugin-svelte@3.6.0...eslint-plugin-svelte@3.7.0) ##### Minor Changes - [#&#8203;1221](https://github.com/sveltejs/eslint-plugin-svelte/pull/1221) [`534ad78`](https://github.com/sveltejs/eslint-plugin-svelte/commit/534ad78221f040ea5f9c32835d6973f4a3643580) Thanks [@&#8203;baseballyama](https://github.com/baseballyama)! - feat(sort-attributes): support `{@&#8203;attach}` ### [`v3.6.0`](https://github.com/sveltejs/eslint-plugin-svelte/releases/tag/eslint-plugin-svelte%403.6.0) [Compare Source](https://github.com/sveltejs/eslint-plugin-svelte/compare/eslint-plugin-svelte@3.5.1...eslint-plugin-svelte@3.6.0) ##### Minor Changes - [#&#8203;1170](https://github.com/sveltejs/eslint-plugin-svelte/pull/1170) [`3ddbd83`](https://github.com/sveltejs/eslint-plugin-svelte/commit/3ddbd83068a8a82ed5bfe638483c7dd7839e681a) Thanks [@&#8203;baseballyama](https://github.com/baseballyama)! - feat: add `prefer-writable-derived` rule - [#&#8203;1069](https://github.com/sveltejs/eslint-plugin-svelte/pull/1069) [`73f23ae`](https://github.com/sveltejs/eslint-plugin-svelte/commit/73f23ae0321aa4cb87e700f8478b140059e18c64) Thanks [@&#8203;marekdedic](https://github.com/marekdedic)! - feat: added the `require-event-prefix` rule - [#&#8203;1197](https://github.com/sveltejs/eslint-plugin-svelte/pull/1197) [`e9aec7f`](https://github.com/sveltejs/eslint-plugin-svelte/commit/e9aec7f16efb56d5d841a2f5f28cfa05281bcd9d) Thanks [@&#8203;43081j](https://github.com/43081j)! - Added `no-add-event-listener` rule to disallow usages of `addEventListener` - [#&#8203;1148](https://github.com/sveltejs/eslint-plugin-svelte/pull/1148) [`87c74fe`](https://github.com/sveltejs/eslint-plugin-svelte/commit/87c74feef892cb7e04e5709e66dfeda4e27ec820) Thanks [@&#8203;marekdedic](https://github.com/marekdedic)! - feat(consistent-selector-style): added support for dynamic classes and IDs ##### Patch Changes - [#&#8203;1208](https://github.com/sveltejs/eslint-plugin-svelte/pull/1208) [`78d0f78`](https://github.com/sveltejs/eslint-plugin-svelte/commit/78d0f78e0740305f62d6e702f89b333d6d97dbec) Thanks [@&#8203;ota-meshi](https://github.com/ota-meshi)! - fix(no-unused-svelte-ignore): ignore reactive-component warnings </details> --- ### Configuration 📅 **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNDAuMSIsInVwZGF0ZWRJblZlciI6IjM5LjI0MC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate-bot added 1 commit 2025-05-15 02:22:45 +00:00
chore(deps): update dependency eslint-plugin-svelte to v3.6.0
All checks were successful
continuous-integration/drone/push Build is passing
d4aee75d00
renovate-bot force-pushed renovate/eslint-plugin-svelte-3.x-lockfile from d4aee75d00 to 9992ab29e7 2025-05-15 05:15:04 +00:00 Compare
renovate-bot force-pushed renovate/eslint-plugin-svelte-3.x-lockfile from 9992ab29e7 to 495e5fc786 2025-05-15 08:13:12 +00:00 Compare
renovate-bot force-pushed renovate/eslint-plugin-svelte-3.x-lockfile from 495e5fc786 to 2e25a29944 2025-05-15 11:13:29 +00:00 Compare
renovate-bot force-pushed renovate/eslint-plugin-svelte-3.x-lockfile from 2e25a29944 to 034fd6c88a 2025-05-15 18:12:48 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency eslint-plugin-svelte to v3.6.0 to chore(deps): update dependency eslint-plugin-svelte to v3.7.0 2025-05-16 02:10:23 +00:00
renovate-bot force-pushed renovate/eslint-plugin-svelte-3.x-lockfile from 034fd6c88a to 2860251648 2025-05-16 02:10:24 +00:00 Compare
renovate-bot force-pushed renovate/eslint-plugin-svelte-3.x-lockfile from 2860251648 to ac6fd21d6b 2025-05-16 05:22:58 +00:00 Compare
renovate-bot force-pushed renovate/eslint-plugin-svelte-3.x-lockfile from ac6fd21d6b to 5238cbecdc 2025-05-16 23:22:04 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency eslint-plugin-svelte to v3.7.0 to chore(deps): update dependency eslint-plugin-svelte to v3.8.0 2025-05-17 05:08:33 +00:00
renovate-bot force-pushed renovate/eslint-plugin-svelte-3.x-lockfile from 5238cbecdc to 4571e0a54e 2025-05-17 05:08:34 +00:00 Compare
renovate-bot force-pushed renovate/eslint-plugin-svelte-3.x-lockfile from 4571e0a54e to 256ff8cf38 2025-05-17 14:13:39 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency eslint-plugin-svelte to v3.8.0 to chore(deps): update dependency eslint-plugin-svelte to v3.8.1 2025-05-17 14:13:40 +00:00
All checks were successful
continuous-integration/drone/push Build is passing
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/eslint-plugin-svelte-3.x-lockfile:renovate/eslint-plugin-svelte-3.x-lockfile
git checkout renovate/eslint-plugin-svelte-3.x-lockfile

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout master
git merge --no-ff renovate/eslint-plugin-svelte-3.x-lockfile
git checkout renovate/eslint-plugin-svelte-3.x-lockfile
git rebase master
git checkout master
git merge --ff-only renovate/eslint-plugin-svelte-3.x-lockfile
git checkout renovate/eslint-plugin-svelte-3.x-lockfile
git rebase master
git checkout master
git merge --no-ff renovate/eslint-plugin-svelte-3.x-lockfile
git checkout master
git merge --squash renovate/eslint-plugin-svelte-3.x-lockfile
git checkout master
git merge --ff-only renovate/eslint-plugin-svelte-3.x-lockfile
git checkout master
git merge renovate/eslint-plugin-svelte-3.x-lockfile
git push origin master
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: nemunaire/reveil#252
No description provided.