chore(deps): update dependency eslint-plugin-svelte to v2.36.0 #20

Merged
renovate-bot merged 1 commit from renovate/eslint-plugin-svelte-2.x-lockfile into master 2024-04-08 03:01:03 +00:00
Member

This PR contains the following updates:

Package Type Update Change
eslint-plugin-svelte (source) devDependencies minor 2.35.1 -> 2.36.0

Release Notes

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

v2.36.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: Enabled.

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 | Type | Update | Change | |---|---|---|---| | [eslint-plugin-svelte](https://sveltejs.github.io/eslint-plugin-svelte) ([source](https://github.com/sveltejs/eslint-plugin-svelte)) | devDependencies | minor | [`2.35.1` -> `2.36.0`](https://renovatebot.com/diffs/npm/eslint-plugin-svelte/2.35.1/2.36.0) | --- ### Release Notes <details> <summary>sveltejs/eslint-plugin-svelte (eslint-plugin-svelte)</summary> ### [`v2.36.0`](https://github.com/sveltejs/eslint-plugin-svelte/blob/HEAD/CHANGELOG.md#2360) [Compare Source](https://github.com/sveltejs/eslint-plugin-svelte/compare/v2.35.1...v2.36.0) ##### Minor Changes - Add experimental support for Svelte v5 - [#&#8203;622](https://github.com/sveltejs/eslint-plugin-svelte/pull/622) [`470ef6c`](https://github.com/sveltejs/eslint-plugin-svelte/commit/470ef6cd1ef4767528ff15b5fbdfec1740a5ec02) Thanks [@&#8203;ota-meshi](https://github.com/ota-meshi)! - feat: add support for `{@&#8203;snippet}`and `{@&#8203;render}` in indent rule - [#&#8203;620](https://github.com/sveltejs/eslint-plugin-svelte/pull/620) [`1097107`](https://github.com/sveltejs/eslint-plugin-svelte/commit/1097107afce00fd8b959261b015a4eb1f39f116d) Thanks [@&#8203;ota-meshi](https://github.com/ota-meshi)! - feat: (experimental) partial support for Svelte v5 - [#&#8203;624](https://github.com/sveltejs/eslint-plugin-svelte/pull/624) [`7df5b6f`](https://github.com/sveltejs/eslint-plugin-svelte/commit/7df5b6f0963f1fb8fc9256f8ed6f034e5f7fbf3d) Thanks [@&#8203;ota-meshi](https://github.com/ota-meshi)! - feat: add support for `{@&#8203;snippet}` and `{@&#8203;render}` in mustache-spacing rule - Update parser and svelte(v5) - [#&#8203;657](https://github.com/sveltejs/eslint-plugin-svelte/pull/657) [`b159b46`](https://github.com/sveltejs/eslint-plugin-svelte/commit/b159b467427aab17c74246f9b89283aa966bb2e4) Thanks [@&#8203;ota-meshi](https://github.com/ota-meshi)! - feat: update svelte to v5.0.0-next.33 - [#&#8203;704](https://github.com/sveltejs/eslint-plugin-svelte/pull/704) [`af2ccf9`](https://github.com/sveltejs/eslint-plugin-svelte/commit/af2ccf9f85af00221f9ec10efbc770cba5615a62) Thanks [@&#8203;ota-meshi](https://github.com/ota-meshi)! - Update svelte-eslint-parser - [#&#8203;693](https://github.com/sveltejs/eslint-plugin-svelte/pull/693) [`b11ff34`](https://github.com/sveltejs/eslint-plugin-svelte/commit/b11ff34de949f778d9344ec1143d1a636864d95b) Thanks [@&#8203;ota-meshi](https://github.com/ota-meshi)! - fix: update dependencies & some fixes - [#&#8203;628](https://github.com/sveltejs/eslint-plugin-svelte/pull/628) [`85fc8f4`](https://github.com/sveltejs/eslint-plugin-svelte/commit/85fc8f467bd9c69475b2ef46fae7bfdd7360158f) Thanks [@&#8203;ota-meshi](https://github.com/ota-meshi)! - fix: update parser and fix some tests - [#&#8203;696](https://github.com/sveltejs/eslint-plugin-svelte/pull/696) [`d4303f5`](https://github.com/sveltejs/eslint-plugin-svelte/commit/d4303f5347dae7828e08e699741a276ee35dbd43) Thanks [@&#8203;ota-meshi](https://github.com/ota-meshi)! - fix: update svelte-eslint-parser - [#&#8203;635](https://github.com/sveltejs/eslint-plugin-svelte/pull/635) [`ec3f1cf`](https://github.com/sveltejs/eslint-plugin-svelte/commit/ec3f1cf5ab1726e2a8b79225c231159333474c71) Thanks [@&#8203;ota-meshi](https://github.com/ota-meshi)! - feat: update svelte to v5.0.0-next.16 - [#&#8203;687](https://github.com/sveltejs/eslint-plugin-svelte/pull/687) [`2943021`](https://github.com/sveltejs/eslint-plugin-svelte/commit/29430210e25cbe417ba28d65d7bf1b07ed4e08e3) Thanks [@&#8203;ota-meshi](https://github.com/ota-meshi)! - feat: update parser - Support for ESLint v9 - [#&#8203;673](https://github.com/sveltejs/eslint-plugin-svelte/pull/673) [`b72b97b`](https://github.com/sveltejs/eslint-plugin-svelte/commit/b72b97ba617ff5eeb9b6f4e600c511250c19a72b) Thanks [@&#8203;ota-meshi](https://github.com/ota-meshi)! - feat: add support for eslint v9 - [#&#8203;708](https://github.com/sveltejs/eslint-plugin-svelte/pull/708) [`d597a69`](https://github.com/sveltejs/eslint-plugin-svelte/commit/d597a69637d95f6be13eaa10a7cc6feebd812e23) Thanks [@&#8203;ota-meshi](https://github.com/ota-meshi)! - feat: add support for flat config - [#&#8203;719](https://github.com/sveltejs/eslint-plugin-svelte/pull/719) [`eaf5e6a`](https://github.com/sveltejs/eslint-plugin-svelte/commit/eaf5e6af1edab5a4d565b74be6bcc02c71c13ac6) Thanks [@&#8203;ota-meshi](https://github.com/ota-meshi)! - fix: suppress comment not working in flat config. - [#&#8203;711](https://github.com/sveltejs/eslint-plugin-svelte/pull/711) [`aaba61f`](https://github.com/sveltejs/eslint-plugin-svelte/commit/aaba61f1d7f8337e690659e396d52453b3cc0002) Thanks [@&#8203;ota-meshi](https://github.com/ota-meshi)! - fix: flat config would cause an error with non-svelte files - [#&#8203;690](https://github.com/sveltejs/eslint-plugin-svelte/pull/690) [`e84397d`](https://github.com/sveltejs/eslint-plugin-svelte/commit/e84397dd71300fc5e4200e9e6c807a3e5f901e23) Thanks [@&#8203;sdarnell](https://github.com/sdarnell)! - Added prefer option to prefer-class-directive rule ('always' or 'empty'). The default is now 'empty' which is a slight relaxation of the rule. - [#&#8203;679](https://github.com/sveltejs/eslint-plugin-svelte/pull/679) [`4e6c681`](https://github.com/sveltejs/eslint-plugin-svelte/commit/4e6c6817681b81bd546b032d7b1ff9a6a6e1935a) Thanks [@&#8203;marekdedic](https://github.com/marekdedic)! - feat: added the no-goto-without-base rule ##### Patch Changes - [#&#8203;694](https://github.com/sveltejs/eslint-plugin-svelte/pull/694) [`73d6fd8`](https://github.com/sveltejs/eslint-plugin-svelte/commit/73d6fd832d88af44feb9a8b86826e138d47251de) Thanks [@&#8203;ota-meshi](https://github.com/ota-meshi)! - fix: style report location - [#&#8203;670](https://github.com/sveltejs/eslint-plugin-svelte/pull/670) [`6121a56`](https://github.com/sveltejs/eslint-plugin-svelte/commit/6121a562f8a6d34bb338a5a2df373032abe514d6) Thanks [@&#8203;renovate](https://github.com/apps/renovate)! - fix(deps): update dependency eslint-compat-utils to ^0.3.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNzkuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI3OS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate-bot added 1 commit 2024-04-08 02:01:36 +00:00
chore(deps): update dependency eslint-plugin-svelte to v2.36.0
All checks were successful
Build & Deploy / build (pull_request) Successful in 30s
Build & Deploy / build (push) Successful in 32s
03e71cb310
renovate-bot scheduled this pull request to auto merge when all checks succeed 2024-04-08 02:01:36 +00:00
renovate-bot merged commit 03e71cb310 into master 2024-04-08 03:01:03 +00:00
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: infrastructure/pages-landing-page#20
No description provided.