From c3d6263d0641b9b98bbd1c3926f9a3c0c051d064 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 10:41:55 +0900 Subject: [PATCH] chore: release eslint-plugin-svelte (#730) Co-authored-by: github-actions[bot] Co-authored-by: Yosuke Ota --- .changeset/blue-plants-pump.md | 5 ----- .changeset/brown-gorillas-fly.md | 5 ----- .changeset/calm-fans-refuse.md | 5 ----- .changeset/cuddly-cats-beam.md | 5 ----- .changeset/eighty-pillows-taste.md | 5 ----- .changeset/famous-dots-do.md | 5 ----- .changeset/fifty-deers-pretend.md | 5 ----- .changeset/gentle-apricots-float.md | 5 ----- .changeset/hip-eels-unite.md | 5 ----- .changeset/lovely-papayas-cough.md | 5 ----- .changeset/popular-hotels-invent.md | 5 ----- .changeset/pre.json | 27 --------------------------- .changeset/shaggy-dryers-smoke.md | 5 ----- .changeset/shaggy-mirrors-join.md | 5 ----- .changeset/shy-walls-laugh.md | 5 ----- .changeset/soft-suns-brush.md | 5 ----- .changeset/stale-crews-brush.md | 5 ----- .changeset/twenty-trainers-peel.md | 5 ----- .changeset/yellow-icons-explode.md | 5 ----- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ package.json | 2 +- src/meta.ts | 2 +- 22 files changed, 31 insertions(+), 119 deletions(-) delete mode 100644 .changeset/blue-plants-pump.md delete mode 100644 .changeset/brown-gorillas-fly.md delete mode 100644 .changeset/calm-fans-refuse.md delete mode 100644 .changeset/cuddly-cats-beam.md delete mode 100644 .changeset/eighty-pillows-taste.md delete mode 100644 .changeset/famous-dots-do.md delete mode 100644 .changeset/fifty-deers-pretend.md delete mode 100644 .changeset/gentle-apricots-float.md delete mode 100644 .changeset/hip-eels-unite.md delete mode 100644 .changeset/lovely-papayas-cough.md delete mode 100644 .changeset/popular-hotels-invent.md delete mode 100644 .changeset/pre.json delete mode 100644 .changeset/shaggy-dryers-smoke.md delete mode 100644 .changeset/shaggy-mirrors-join.md delete mode 100644 .changeset/shy-walls-laugh.md delete mode 100644 .changeset/soft-suns-brush.md delete mode 100644 .changeset/stale-crews-brush.md delete mode 100644 .changeset/twenty-trainers-peel.md delete mode 100644 .changeset/yellow-icons-explode.md diff --git a/.changeset/blue-plants-pump.md b/.changeset/blue-plants-pump.md deleted file mode 100644 index 629eec61e..000000000 --- a/.changeset/blue-plants-pump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-svelte": patch ---- - -fix: style report location diff --git a/.changeset/brown-gorillas-fly.md b/.changeset/brown-gorillas-fly.md deleted file mode 100644 index 33d02681f..000000000 --- a/.changeset/brown-gorillas-fly.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-svelte": patch ---- - -feat: update svelte to v5.0.0-next.33 diff --git a/.changeset/calm-fans-refuse.md b/.changeset/calm-fans-refuse.md deleted file mode 100644 index 57cfe6a6c..000000000 --- a/.changeset/calm-fans-refuse.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-svelte": minor ---- - -feat: add support for `{@snippet}`and `{@render}` in indent rule diff --git a/.changeset/cuddly-cats-beam.md b/.changeset/cuddly-cats-beam.md deleted file mode 100644 index dc0c41896..000000000 --- a/.changeset/cuddly-cats-beam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-svelte": minor ---- - -feat: (experimental) partial support for Svelte v5 diff --git a/.changeset/eighty-pillows-taste.md b/.changeset/eighty-pillows-taste.md deleted file mode 100644 index 4bb4fa0db..000000000 --- a/.changeset/eighty-pillows-taste.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-svelte": patch ---- - -fix: suppress comment not working in flat config. diff --git a/.changeset/famous-dots-do.md b/.changeset/famous-dots-do.md deleted file mode 100644 index 91a972bb2..000000000 --- a/.changeset/famous-dots-do.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-svelte": patch ---- - -Update svelte-eslint-parser diff --git a/.changeset/fifty-deers-pretend.md b/.changeset/fifty-deers-pretend.md deleted file mode 100644 index 8bab6fc50..000000000 --- a/.changeset/fifty-deers-pretend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-svelte": patch ---- - -fix: update dependencies & some fixes diff --git a/.changeset/gentle-apricots-float.md b/.changeset/gentle-apricots-float.md deleted file mode 100644 index d2841c228..000000000 --- a/.changeset/gentle-apricots-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-svelte": minor ---- - -feat: add support for flat config diff --git a/.changeset/hip-eels-unite.md b/.changeset/hip-eels-unite.md deleted file mode 100644 index c6e458ed1..000000000 --- a/.changeset/hip-eels-unite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-svelte": patch ---- - -fix: update parser and fix some tests diff --git a/.changeset/lovely-papayas-cough.md b/.changeset/lovely-papayas-cough.md deleted file mode 100644 index bedb4c42b..000000000 --- a/.changeset/lovely-papayas-cough.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-svelte": patch ---- - -fix: update svelte-eslint-parser diff --git a/.changeset/popular-hotels-invent.md b/.changeset/popular-hotels-invent.md deleted file mode 100644 index f68821fe7..000000000 --- a/.changeset/popular-hotels-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-svelte": minor ---- - -Added prefer option to prefer-class-directive rule ('always' or 'empty'). The default is now 'empty' which is a slight relaxation of the rule. diff --git a/.changeset/pre.json b/.changeset/pre.json deleted file mode 100644 index bed963390..000000000 --- a/.changeset/pre.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "mode": "exit", - "tag": "next", - "initialVersions": { - "eslint-plugin-svelte": "2.35.0" - }, - "changesets": [ - "blue-plants-pump", - "brown-gorillas-fly", - "calm-fans-refuse", - "cuddly-cats-beam", - "eighty-pillows-taste", - "famous-dots-do", - "fifty-deers-pretend", - "gentle-apricots-float", - "hip-eels-unite", - "lovely-papayas-cough", - "popular-hotels-invent", - "shaggy-dryers-smoke", - "shaggy-mirrors-join", - "shy-walls-laugh", - "soft-suns-brush", - "stale-crews-brush", - "twenty-trainers-peel", - "yellow-icons-explode" - ] -} diff --git a/.changeset/shaggy-dryers-smoke.md b/.changeset/shaggy-dryers-smoke.md deleted file mode 100644 index 44312f9b8..000000000 --- a/.changeset/shaggy-dryers-smoke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-svelte": minor ---- - -feat: added the no-goto-without-base rule diff --git a/.changeset/shaggy-mirrors-join.md b/.changeset/shaggy-mirrors-join.md deleted file mode 100644 index a6593ab7f..000000000 --- a/.changeset/shaggy-mirrors-join.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-svelte": patch ---- - -feat: update svelte to v5.0.0-next.16 diff --git a/.changeset/shy-walls-laugh.md b/.changeset/shy-walls-laugh.md deleted file mode 100644 index 9505b60b5..000000000 --- a/.changeset/shy-walls-laugh.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-svelte": patch ---- - -fix(deps): update dependency eslint-compat-utils to ^0.3.0 diff --git a/.changeset/soft-suns-brush.md b/.changeset/soft-suns-brush.md deleted file mode 100644 index d727360f4..000000000 --- a/.changeset/soft-suns-brush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-svelte": patch ---- - -fix: flat config would cause an error with non-svelte files diff --git a/.changeset/stale-crews-brush.md b/.changeset/stale-crews-brush.md deleted file mode 100644 index acd302594..000000000 --- a/.changeset/stale-crews-brush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-svelte": patch ---- - -feat: add support for eslint v9 diff --git a/.changeset/twenty-trainers-peel.md b/.changeset/twenty-trainers-peel.md deleted file mode 100644 index 8ea11336e..000000000 --- a/.changeset/twenty-trainers-peel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-svelte": patch ---- - -feat: update parser diff --git a/.changeset/yellow-icons-explode.md b/.changeset/yellow-icons-explode.md deleted file mode 100644 index bf5ff3569..000000000 --- a/.changeset/yellow-icons-explode.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-svelte": minor ---- - -feat: add support for `{@snippet}` and `{@render}` in mustache-spacing rule diff --git a/CHANGELOG.md b/CHANGELOG.md index 31c55a7f1..9e8878ca5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,34 @@ # eslint-plugin-svelte +## 2.36.0 + +### Minor Changes + +- Add experimental support for Svelte v5 + - [#622](https://github.com/sveltejs/eslint-plugin-svelte/pull/622) [`470ef6c`](https://github.com/sveltejs/eslint-plugin-svelte/commit/470ef6cd1ef4767528ff15b5fbdfec1740a5ec02) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: add support for `{@snippet}`and `{@render}` in indent rule + - [#620](https://github.com/sveltejs/eslint-plugin-svelte/pull/620) [`1097107`](https://github.com/sveltejs/eslint-plugin-svelte/commit/1097107afce00fd8b959261b015a4eb1f39f116d) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: (experimental) partial support for Svelte v5 + - [#624](https://github.com/sveltejs/eslint-plugin-svelte/pull/624) [`7df5b6f`](https://github.com/sveltejs/eslint-plugin-svelte/commit/7df5b6f0963f1fb8fc9256f8ed6f034e5f7fbf3d) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: add support for `{@snippet}` and `{@render}` in mustache-spacing rule + - Update parser and svelte(v5) + - [#657](https://github.com/sveltejs/eslint-plugin-svelte/pull/657) [`b159b46`](https://github.com/sveltejs/eslint-plugin-svelte/commit/b159b467427aab17c74246f9b89283aa966bb2e4) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: update svelte to v5.0.0-next.33 + - [#704](https://github.com/sveltejs/eslint-plugin-svelte/pull/704) [`af2ccf9`](https://github.com/sveltejs/eslint-plugin-svelte/commit/af2ccf9f85af00221f9ec10efbc770cba5615a62) Thanks [@ota-meshi](https://github.com/ota-meshi)! - Update svelte-eslint-parser + - [#693](https://github.com/sveltejs/eslint-plugin-svelte/pull/693) [`b11ff34`](https://github.com/sveltejs/eslint-plugin-svelte/commit/b11ff34de949f778d9344ec1143d1a636864d95b) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: update dependencies & some fixes + - [#628](https://github.com/sveltejs/eslint-plugin-svelte/pull/628) [`85fc8f4`](https://github.com/sveltejs/eslint-plugin-svelte/commit/85fc8f467bd9c69475b2ef46fae7bfdd7360158f) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: update parser and fix some tests + - [#696](https://github.com/sveltejs/eslint-plugin-svelte/pull/696) [`d4303f5`](https://github.com/sveltejs/eslint-plugin-svelte/commit/d4303f5347dae7828e08e699741a276ee35dbd43) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: update svelte-eslint-parser + - [#635](https://github.com/sveltejs/eslint-plugin-svelte/pull/635) [`ec3f1cf`](https://github.com/sveltejs/eslint-plugin-svelte/commit/ec3f1cf5ab1726e2a8b79225c231159333474c71) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: update svelte to v5.0.0-next.16 + - [#687](https://github.com/sveltejs/eslint-plugin-svelte/pull/687) [`2943021`](https://github.com/sveltejs/eslint-plugin-svelte/commit/29430210e25cbe417ba28d65d7bf1b07ed4e08e3) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: update parser +- Support for ESLint v9 + - [#673](https://github.com/sveltejs/eslint-plugin-svelte/pull/673) [`b72b97b`](https://github.com/sveltejs/eslint-plugin-svelte/commit/b72b97ba617ff5eeb9b6f4e600c511250c19a72b) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: add support for eslint v9 + - [#708](https://github.com/sveltejs/eslint-plugin-svelte/pull/708) [`d597a69`](https://github.com/sveltejs/eslint-plugin-svelte/commit/d597a69637d95f6be13eaa10a7cc6feebd812e23) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: add support for flat config + - [#719](https://github.com/sveltejs/eslint-plugin-svelte/pull/719) [`eaf5e6a`](https://github.com/sveltejs/eslint-plugin-svelte/commit/eaf5e6af1edab5a4d565b74be6bcc02c71c13ac6) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: suppress comment not working in flat config. + - [#711](https://github.com/sveltejs/eslint-plugin-svelte/pull/711) [`aaba61f`](https://github.com/sveltejs/eslint-plugin-svelte/commit/aaba61f1d7f8337e690659e396d52453b3cc0002) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: flat config would cause an error with non-svelte files +- [#690](https://github.com/sveltejs/eslint-plugin-svelte/pull/690) [`e84397d`](https://github.com/sveltejs/eslint-plugin-svelte/commit/e84397dd71300fc5e4200e9e6c807a3e5f901e23) Thanks [@sdarnell](https://github.com/sdarnell)! - Added prefer option to prefer-class-directive rule ('always' or 'empty'). The default is now 'empty' which is a slight relaxation of the rule. +- [#679](https://github.com/sveltejs/eslint-plugin-svelte/pull/679) [`4e6c681`](https://github.com/sveltejs/eslint-plugin-svelte/commit/4e6c6817681b81bd546b032d7b1ff9a6a6e1935a) Thanks [@marekdedic](https://github.com/marekdedic)! - feat: added the no-goto-without-base rule + +### Patch Changes + +- [#694](https://github.com/sveltejs/eslint-plugin-svelte/pull/694) [`73d6fd8`](https://github.com/sveltejs/eslint-plugin-svelte/commit/73d6fd832d88af44feb9a8b86826e138d47251de) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: style report location +- [#670](https://github.com/sveltejs/eslint-plugin-svelte/pull/670) [`6121a56`](https://github.com/sveltejs/eslint-plugin-svelte/commit/6121a562f8a6d34bb338a5a2df373032abe514d6) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update dependency eslint-compat-utils to ^0.3.0 + ## 2.36.0-next.13 ### Patch Changes diff --git a/package.json b/package.json index 34ebc1684..188ead549 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-svelte", - "version": "2.36.0-next.13", + "version": "2.36.0", "description": "ESLint plugin for Svelte using AST", "repository": "git+https://github.com/sveltejs/eslint-plugin-svelte.git", "homepage": "https://sveltejs.github.io/eslint-plugin-svelte", diff --git a/src/meta.ts b/src/meta.ts index 01607b432..d344d846f 100644 --- a/src/meta.ts +++ b/src/meta.ts @@ -2,4 +2,4 @@ // This file has been automatically generated, // in order to update its content execute "pnpm run update" export const name = 'eslint-plugin-svelte'; -export const version = '2.36.0-next.13'; +export const version = '2.36.0';