From bbc3e07931da8f4aff2044a4792064200b63ab60 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 08:12:03 +0900 Subject: [PATCH] fix(deps): update dependency svelte-eslint-parser to ^0.43.0 (#884) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [svelte-eslint-parser](https://redirect.github.com/sveltejs/svelte-eslint-parser) | [`^0.42.0` -> `^0.43.0`](https://renovatebot.com/diffs/npm/svelte-eslint-parser/0.42.0/0.43.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/svelte-eslint-parser/0.43.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/svelte-eslint-parser/0.43.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/svelte-eslint-parser/0.42.0/0.43.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/svelte-eslint-parser/0.42.0/0.43.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
sveltejs/svelte-eslint-parser (svelte-eslint-parser) ### [`v0.43.0`](https://redirect.github.com/sveltejs/svelte-eslint-parser/blob/HEAD/CHANGELOG.md#0430) ##### Minor Changes - [#​576](https://redirect.github.com/sveltejs/svelte-eslint-parser/pull/576) [`88548e9`](https://redirect.github.com/sveltejs/svelte-eslint-parser/commit/88548e96879912daf5d541575f944b95031f1151) Thanks [@​ota-meshi](https://redirect.github.com/ota-meshi)! - update svelte to v5 ##### Patch Changes - [#​576](https://redirect.github.com/sveltejs/svelte-eslint-parser/pull/576) [`88548e9`](https://redirect.github.com/sveltejs/svelte-eslint-parser/commit/88548e96879912daf5d541575f944b95031f1151) Thanks [@​ota-meshi](https://redirect.github.com/ota-meshi)! - fix some `$props()` type linting error
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/sveltejs/eslint-plugin-svelte). --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Yosuke Ota --- .changeset/slow-days-impress.md | 5 +++++ packages/eslint-plugin-svelte/package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/slow-days-impress.md diff --git a/.changeset/slow-days-impress.md b/.changeset/slow-days-impress.md new file mode 100644 index 00000000..757d5389 --- /dev/null +++ b/.changeset/slow-days-impress.md @@ -0,0 +1,5 @@ +--- +"eslint-plugin-svelte": minor +--- + +fix(deps): update dependency svelte-eslint-parser to ^0.43.0 diff --git a/packages/eslint-plugin-svelte/package.json b/packages/eslint-plugin-svelte/package.json index 804fc95a..fa35ad67 100644 --- a/packages/eslint-plugin-svelte/package.json +++ b/packages/eslint-plugin-svelte/package.json @@ -66,7 +66,7 @@ "postcss-safe-parser": "^6.0.0", "postcss-selector-parser": "^6.1.0", "semver": "^7.6.2", - "svelte-eslint-parser": "^0.42.0" + "svelte-eslint-parser": "^0.43.0" }, "devDependencies": { "@babel/core": "^7.25.8",