Skip to content

Commit bbc3e07

Browse files
fix(deps): update dependency svelte-eslint-parser to ^0.43.0 (#884)
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 <details> <summary>sveltejs/svelte-eslint-parser (svelte-eslint-parser)</summary> ### [`v0.43.0`](https://redirect.github.com/sveltejs/svelte-eslint-parser/blob/HEAD/CHANGELOG.md#0430) ##### Minor Changes - [#&#8203;576](https://redirect.github.com/sveltejs/svelte-eslint-parser/pull/576) [`88548e9`](https://redirect.github.com/sveltejs/svelte-eslint-parser/commit/88548e96879912daf5d541575f944b95031f1151) Thanks [@&#8203;ota-meshi](https://redirect.github.com/ota-meshi)! - update svelte to v5 ##### Patch Changes - [#&#8203;576](https://redirect.github.com/sveltejs/svelte-eslint-parser/pull/576) [`88548e9`](https://redirect.github.com/sveltejs/svelte-eslint-parser/commit/88548e96879912daf5d541575f944b95031f1151) Thanks [@&#8203;ota-meshi](https://redirect.github.com/ota-meshi)! - fix some `$props()` type linting error </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Yosuke Ota <[email protected]>
1 parent 051925c commit bbc3e07

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/slow-days-impress.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"eslint-plugin-svelte": minor
3+
---
4+
5+
fix(deps): update dependency svelte-eslint-parser to ^0.43.0

packages/eslint-plugin-svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"postcss-safe-parser": "^6.0.0",
6767
"postcss-selector-parser": "^6.1.0",
6868
"semver": "^7.6.2",
69-
"svelte-eslint-parser": "^0.42.0"
69+
"svelte-eslint-parser": "^0.43.0"
7070
},
7171
"devDependencies": {
7272
"@babel/core": "^7.25.8",

0 commit comments

Comments
 (0)