Skip to content

Commit

Permalink
fix(deps): update dependency svelte-eslint-parser to ^0.40.0 (#822)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[svelte-eslint-parser](https://togithub.com/sveltejs/svelte-eslint-parser)
| [`^0.39.2` ->
`^0.40.0`](https://renovatebot.com/diffs/npm/svelte-eslint-parser/0.39.2/0.40.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/svelte-eslint-parser/0.40.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/svelte-eslint-parser/0.40.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/svelte-eslint-parser/0.39.2/0.40.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/svelte-eslint-parser/0.39.2/0.40.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>sveltejs/svelte-eslint-parser (svelte-eslint-parser)</summary>

###
[`v0.40.0`](https://togithub.com/sveltejs/svelte-eslint-parser/blob/HEAD/CHANGELOG.md#0400)

[Compare
Source](https://togithub.com/sveltejs/svelte-eslint-parser/compare/v0.39.2...v0.40.0)

##### Minor Changes

-
[#&#8203;548](https://togithub.com/sveltejs/svelte-eslint-parser/pull/548)
[`dfe5cb8`](https://togithub.com/sveltejs/svelte-eslint-parser/commit/dfe5cb815ef2119cfa56ade8755c45b8533c24e1)
Thanks [@&#8203;ota-meshi](https://togithub.com/ota-meshi)! - fix:
update svelte to 5.0.0-next.181 and fix for `{:else if}`

</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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/sveltejs/eslint-plugin-svelte).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

---------

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 Jul 11, 2024
1 parent 8454791 commit 88da3cf
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/friendly-pillows-flash.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.40.0
6 changes: 3 additions & 3 deletions packages/eslint-plugin-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"peerDependencies": {
"eslint": "^7.0.0 || ^8.0.0-0 || ^9.0.0-0",
"svelte": "^3.37.0 || ^4.0.0 || ^5.0.0-next.155"
"svelte": "^3.37.0 || ^4.0.0 || ^5.0.0-next.181"
},
"peerDependenciesMeta": {
"svelte": {
Expand All @@ -66,7 +66,7 @@
"postcss-safe-parser": "^6.0.0",
"postcss-selector-parser": "^6.1.0",
"semver": "^7.6.2",
"svelte-eslint-parser": "^0.39.2"
"svelte-eslint-parser": "^0.40.0"
},
"devDependencies": {
"@babel/core": "^7.24.7",
Expand Down Expand Up @@ -98,7 +98,7 @@
"sass": "^1.77.5",
"source-map-js": "^1.2.0",
"stylus": "^0.63.0",
"svelte": "^5.0.0-next.155",
"svelte": "^5.0.0-next.181",
"svelte-i18n": "^4.0.0",
"type-coverage": "^2.29.0",
"yaml": "^2.4.5"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = {
*/
onwarn(warning, handler) {
// transform code
handler({ ...warning, code: 'foo' });
handler({ ...warning, message: warning.message, code: 'foo' });
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
</script>

<img {src} autofocus />

<!--packages/eslint-plugin-svelte/tests/fixtures/rules/valid-compile/invalid/svelte-config-custom-warn/a11y-input.svelte-->

0 comments on commit 88da3cf

Please sign in to comment.