jycouet / kitql

A set of standalone tools to SpeedRun WebApps!
https://kitql.dev
MIT License
401 stars 37 forks source link

Update dependency eslint-plugin-svelte to v2.43.0 - autoclosed #640

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

sveltejs/eslint-plugin-svelte (eslint-plugin-svelte) ### [`v2.43.0`](https://togithub.com/sveltejs/eslint-plugin-svelte/releases/tag/eslint-plugin-svelte%402.43.0) [Compare Source](https://togithub.com/sveltejs/eslint-plugin-svelte/compare/eslint-plugin-svelte@2.42.0...eslint-plugin-svelte@2.43.0) ##### Minor Changes - [#​827](https://togithub.com/sveltejs/eslint-plugin-svelte/pull/827) [`dc7eefc`](https://togithub.com/sveltejs/eslint-plugin-svelte/commit/dc7eefce962e337bb7579c8b07374931c584e65f) Thanks [@​ota-meshi](https://togithub.com/ota-meshi)! - fix(deps): update dependency svelte-eslint-parser to ^0.41.0 ### [`v2.42.0`](https://togithub.com/sveltejs/eslint-plugin-svelte/releases/tag/eslint-plugin-svelte%402.42.0) [Compare Source](https://togithub.com/sveltejs/eslint-plugin-svelte/compare/eslint-plugin-svelte@2.41.0...eslint-plugin-svelte@2.42.0) ##### Minor Changes - [#​822](https://togithub.com/sveltejs/eslint-plugin-svelte/pull/822) [`88da3cf`](https://togithub.com/sveltejs/eslint-plugin-svelte/commit/88da3cfbfe4be364a4f6860b53fbe389264c318d) Thanks [@​renovate](https://togithub.com/apps/renovate)! - fix(deps): update dependency svelte-eslint-parser to ^0.40.0 ### [`v2.41.0`](https://togithub.com/sveltejs/eslint-plugin-svelte/releases/tag/eslint-plugin-svelte%402.41.0) [Compare Source](https://togithub.com/sveltejs/eslint-plugin-svelte/compare/eslint-plugin-svelte@2.40.0...eslint-plugin-svelte@2.41.0) ##### Minor Changes - [#​802](https://togithub.com/sveltejs/eslint-plugin-svelte/pull/802) [`be64d36`](https://togithub.com/sveltejs/eslint-plugin-svelte/commit/be64d36dfe07f37cdd10d4bac9d80989518dccc2) Thanks [@​ota-meshi](https://togithub.com/ota-meshi)! - fix: broken indentation of if condition in `svelte/indent` rule ##### Patch Changes - [#​789](https://togithub.com/sveltejs/eslint-plugin-svelte/pull/789) [`0bc17df`](https://togithub.com/sveltejs/eslint-plugin-svelte/commit/0bc17dfe72aca1236a7e693ac7e23240c8d72910) Thanks [@​KuSh](https://togithub.com/KuSh)! - chore: Use eslint types for exported configs - [#​805](https://togithub.com/sveltejs/eslint-plugin-svelte/pull/805) [`6e4d3ed`](https://togithub.com/sveltejs/eslint-plugin-svelte/commit/6e4d3edd17cf930b3e266f51e8ae999e1961006f) Thanks [@​baseballyama](https://togithub.com/baseballyama)! - fix: update `svelte-eslint-parser` to fix nested `{#snippet}` - [#​800](https://togithub.com/sveltejs/eslint-plugin-svelte/pull/800) [`580f44f`](https://togithub.com/sveltejs/eslint-plugin-svelte/commit/580f44fa4a64af32d7d3257b871745e926305b8c) Thanks [@​ota-meshi](https://togithub.com/ota-meshi)! - feat: add name to flat configs. ### [`v2.40.0`](https://togithub.com/sveltejs/eslint-plugin-svelte/releases/tag/eslint-plugin-svelte%402.40.0) [Compare Source](https://togithub.com/sveltejs/eslint-plugin-svelte/compare/eslint-plugin-svelte@2.39.5...eslint-plugin-svelte@2.40.0) ##### Minor Changes - [#​792](https://togithub.com/sveltejs/eslint-plugin-svelte/pull/792) [`cb722bc`](https://togithub.com/sveltejs/eslint-plugin-svelte/commit/cb722bc9d455f4caeaa4dfdf5771dc95f06b26b8) Thanks [@​ota-meshi](https://togithub.com/ota-meshi)! - feat: update svelte-eslint-parser to 0.39 - [#​796](https://togithub.com/sveltejs/eslint-plugin-svelte/pull/796) [`5e4d264`](https://togithub.com/sveltejs/eslint-plugin-svelte/commit/5e4d26495a377860f7db2ba042993fd686d41a8f) Thanks [@​ota-meshi](https://togithub.com/ota-meshi)! - feat: improve `svelte/valid-compile` to use `svelte.config.js`'s `onwarn` from the parser. - [#​794](https://togithub.com/sveltejs/eslint-plugin-svelte/pull/794) [`7894f82`](https://togithub.com/sveltejs/eslint-plugin-svelte/commit/7894f82263d114c948cfe46a041c43a93a5d9249) Thanks [@​ota-meshi](https://togithub.com/ota-meshi)! - feat: improve `svelte/valid-prop-names-in-kit-pages` to use `svelte.config.js` data from the parser. - [#​794](https://togithub.com/sveltejs/eslint-plugin-svelte/pull/794) [`7894f82`](https://togithub.com/sveltejs/eslint-plugin-svelte/commit/7894f82263d114c948cfe46a041c43a93a5d9249) Thanks [@​ota-meshi](https://togithub.com/ota-meshi)! - feat: improve `svelte/no-export-load-in-svelte-module-in-kit-pages` to use `svelte.config.js` data from the parser. ##### Patch Changes - [#​795](https://togithub.com/sveltejs/eslint-plugin-svelte/pull/795) [`df947a7`](https://togithub.com/sveltejs/eslint-plugin-svelte/commit/df947a7161fe97021da37f4fcde44fe9923c0a22) Thanks [@​baseballyama](https://togithub.com/baseballyama)! - deps: update `svelte-eslint-parser` to 0.39.1 to set `svelteFeatures.runes` to `true` by default for Svelte 5 - [#​797](https://togithub.com/sveltejs/eslint-plugin-svelte/pull/797) [`f6d4e4c`](https://togithub.com/sveltejs/eslint-plugin-svelte/commit/f6d4e4c974924ef5da1a970d88f04b81a36e19b6) Thanks [@​ota-meshi](https://togithub.com/ota-meshi)! - fix: `svelte/valid-compile` to use verbatimModuleSyntax to work with TS v5.5. ### [`v2.39.5`](https://togithub.com/sveltejs/eslint-plugin-svelte/releases/tag/eslint-plugin-svelte%402.39.5) [Compare Source](https://togithub.com/sveltejs/eslint-plugin-svelte/compare/eslint-plugin-svelte@2.39.4...eslint-plugin-svelte@2.39.5) ##### Patch Changes - [#​790](https://togithub.com/sveltejs/eslint-plugin-svelte/pull/790) [`f7b7649`](https://togithub.com/sveltejs/eslint-plugin-svelte/commit/f7b76494efbf82d3bce1b963740ef20884aa6998) Thanks [@​ota-meshi](https://togithub.com/ota-meshi)! - fix: false positives for import vars with TS in `svelte/valid-compile` ### [`v2.39.4`](https://togithub.com/sveltejs/eslint-plugin-svelte/releases/tag/eslint-plugin-svelte%402.39.4) [Compare Source](https://togithub.com/sveltejs/eslint-plugin-svelte/compare/eslint-plugin-svelte@2.39.3...eslint-plugin-svelte@2.39.4) ##### Patch Changes - [#​786](https://togithub.com/sveltejs/eslint-plugin-svelte/pull/786) [`e7e25d6`](https://togithub.com/sveltejs/eslint-plugin-svelte/commit/e7e25d62db5050e6d16e16518a4afe67499d8efc) Thanks [@​baseballyama](https://togithub.com/baseballyama)! - deps: update `svelte-eslint-parser` to support Svelte `5.0.0-next.155`

Configuration

πŸ“… Schedule: Branch creation - "after 10pm,before 6:00am" in timezone Europe/Paris, 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.

nx-cloud[bot] commented 5 months ago

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 30d0f3c5171adabc42ccfaf31cd5a6a961b6ab70. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

πŸ“‚ See all runs for this CI Pipeline Execution


βœ… Successfully ran 2 targets - [`nx run-many --target=build,lint,test:ci --exclude=create-kitql-*`](https://cloud.nx.app/runs/p7LggkPAF9?utm_source=pull-request&utm_medium=comment) - [`nx run-many --target=build --exclude=create-kitql-*`](https://cloud.nx.app/runs/v7D0rLzUyd?utm_source=pull-request&utm_medium=comment)

Sent with πŸ’Œ from NxCloud.