Skip to content

Commit

Permalink
fix(deps): update dependency svelte-eslint-parser to ^0.43.0 (#884)
Browse files Browse the repository at this point in the history
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 <otameshiyo23@gmail.com>
  • Loading branch information
renovate[bot] and ota-meshi authored Oct 20, 2024
1 parent 051925c commit bbc3e07
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/slow-days-impress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"eslint-plugin-svelte": minor
---

fix(deps): update dependency svelte-eslint-parser to ^0.43.0
2 changes: 1 addition & 1 deletion packages/eslint-plugin-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit bbc3e07

Please sign in to comment.