Skip to content

Commit 1b6f027

Browse files
chore: release eslint-plugin-svelte (next) (#1029)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent cf91d4c commit 1b6f027

File tree

4 files changed

+59
-2
lines changed

4 files changed

+59
-2
lines changed

.changeset/pre.json

+7
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"changesets": [
99
"blue-panthers-run",
1010
"blue-swans-give",
11+
"brown-dots-change",
1112
"cold-starfishes-doubt",
1213
"cool-rockets-allow",
1314
"cool-steaks-happen",
@@ -16,6 +17,7 @@
1617
"eighty-trainers-push",
1718
"fast-coins-fly",
1819
"fifty-parents-itch",
20+
"gorgeous-cats-exercise",
1921
"great-turkeys-hang",
2022
"green-squids-compete",
2123
"grumpy-deers-film",
@@ -25,19 +27,24 @@
2527
"lazy-eyes-wait",
2628
"loud-zoos-kiss",
2729
"nice-clocks-buy",
30+
"nine-walls-hammer",
31+
"old-numbers-pull",
2832
"olive-melons-explain",
2933
"olive-spiders-type",
3034
"olive-squids-design",
3135
"olive-wolves-travel",
3236
"perfect-mirrors-doubt",
3337
"quiet-toys-burn",
38+
"real-birds-move",
3439
"red-jokes-tickle",
3540
"sixty-news-look",
3641
"small-days-agree",
3742
"small-donuts-end",
3843
"smart-apes-confess",
3944
"smart-brooms-relax",
4045
"soft-bears-hear",
46+
"stale-bobcats-laugh",
47+
"swift-clocks-turn",
4148
"thick-items-retire",
4249
"thin-dryers-know",
4350
"twenty-nails-end",

packages/eslint-plugin-svelte/CHANGELOG.md

+50
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,55 @@
11
# eslint-plugin-svelte
22

3+
## 3.0.0-next.16
4+
5+
### Major Changes
6+
7+
- [#1033](https://github.com/sveltejs/eslint-plugin-svelte/pull/1033) [`3bfcc31`](https://github.com/sveltejs/eslint-plugin-svelte/commit/3bfcc31e0f2d127c7a1cb838c4c57125c30109ea) Thanks [@baseballyama](https://github.com/baseballyama)! - **Enabled in recommended config**:
8+
9+
- `svelte/infinite-reactive-loop`
10+
- `svelte/no-dom-manipulating`
11+
- `svelte/no-dupe-on-directives`
12+
- `svelte/no-dupe-use-directives`
13+
- `svelte/no-export-load-in-svelte-module-in-kit-pages`
14+
- `svelte/no-immutable-reactive-statements`
15+
- `svelte/no-inspect`
16+
- `svelte/no-raw-special-elements`
17+
- `svelte/no-reactive-functions`
18+
- `svelte/no-reactive-literals`
19+
- `svelte/no-reactive-reassign`
20+
- `svelte/no-store-async`
21+
- `svelte/no-svelte-internal`
22+
- `svelte/no-useless-children-snippet`
23+
- `svelte/no-useless-mustaches`
24+
- `svelte/require-each-key`
25+
- `svelte/require-event-dispatcher-types`
26+
- `svelte/require-store-reactive-access`
27+
- `svelte/require-stores-init`
28+
- `svelte/valid-each-key`
29+
- `svelte/valid-prop-names-in-kit-pages`
30+
31+
**Removed from recommended config**:
32+
33+
- `svelte/valid-compile`
34+
35+
This update introduces breaking changes due to newly enabled rules.
36+
37+
- [#1011](https://github.com/sveltejs/eslint-plugin-svelte/pull/1011) [`7596287`](https://github.com/sveltejs/eslint-plugin-svelte/commit/7596287c9d1a0a31c90e23875f6b7beab20747f1) Thanks [@baseballyama](https://github.com/baseballyama)! - breaking: deprecate the `svelte/no-dynamic-slot-name` rule
38+
39+
### Minor Changes
40+
41+
- [#1013](https://github.com/sveltejs/eslint-plugin-svelte/pull/1013) [`0ef0f99`](https://github.com/sveltejs/eslint-plugin-svelte/commit/0ef0f99e1781e0453598393b846e63bd159c215d) Thanks [@baseballyama](https://github.com/baseballyama)! - feat: add Svelte 5 support to `no-not-function-handler`
42+
43+
### Patch Changes
44+
45+
- [#1035](https://github.com/sveltejs/eslint-plugin-svelte/pull/1035) [`f16729f`](https://github.com/sveltejs/eslint-plugin-svelte/commit/f16729f55877b1768ec8d240fd8e416f141781ce) Thanks [@baseballyama](https://github.com/baseballyama)! - chore: run `require-event-dispatcher-types` rule on Svelte 3/4 only
46+
47+
- [#1040](https://github.com/sveltejs/eslint-plugin-svelte/pull/1040) [`ac7115c`](https://github.com/sveltejs/eslint-plugin-svelte/commit/ac7115c74b3f1e82ef15be81d9ef2026da76bb11) Thanks [@baseballyama](https://github.com/baseballyama)! - fix: account for \n and \r in `TemplateLiteral` handling for the `no-useless-mustaches` rule
48+
49+
- [#1031](https://github.com/sveltejs/eslint-plugin-svelte/pull/1031) [`e50d2d4`](https://github.com/sveltejs/eslint-plugin-svelte/commit/e50d2d4a8820c222696c049e0b01988626845584) Thanks [@baseballyama](https://github.com/baseballyama)! - chore: do not run `no-reactive-literals` rule on Svelte 5 with runes
50+
51+
- [#1032](https://github.com/sveltejs/eslint-plugin-svelte/pull/1032) [`722b36c`](https://github.com/sveltejs/eslint-plugin-svelte/commit/722b36ce3b8a16b965f61701dead22b95c7e8b3d) Thanks [@baseballyama](https://github.com/baseballyama)! - chore: run `no-useless-children-snippet` rule on Svelte 5 only
52+
353
## 3.0.0-next.15
454

555
### Minor Changes

packages/eslint-plugin-svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-svelte",
3-
"version": "3.0.0-next.15",
3+
"version": "3.0.0-next.16",
44
"description": "ESLint plugin for Svelte using AST",
55
"repository": "git+https://github.com/sveltejs/eslint-plugin-svelte.git",
66
"homepage": "https://sveltejs.github.io/eslint-plugin-svelte",

packages/eslint-plugin-svelte/src/meta.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
// This file has been automatically generated,
33
// in order to update its content execute "pnpm run update"
44
export const name = 'eslint-plugin-svelte';
5-
export const version = '3.0.0-next.15';
5+
export const version = '3.0.0-next.16';

0 commit comments

Comments
 (0)