Skip to content

Commit 1528f84

Browse files
chore: release eslint-plugin-svelte (next)
1 parent 722b36c commit 1528f84

File tree

4 files changed

+22
-2
lines changed

4 files changed

+22
-2
lines changed

.changeset/pre.json

+4
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",
@@ -31,13 +32,16 @@
3132
"olive-wolves-travel",
3233
"perfect-mirrors-doubt",
3334
"quiet-toys-burn",
35+
"real-birds-move",
3436
"red-jokes-tickle",
3537
"sixty-news-look",
3638
"small-days-agree",
3739
"small-donuts-end",
3840
"smart-apes-confess",
3941
"smart-brooms-relax",
4042
"soft-bears-hear",
43+
"stale-bobcats-laugh",
44+
"swift-clocks-turn",
4145
"thick-items-retire",
4246
"thin-dryers-know",
4347
"twenty-nails-end",

packages/eslint-plugin-svelte/CHANGELOG.md

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

3+
## 3.0.0-next.16
4+
5+
### Major Changes
6+
7+
- [#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
8+
9+
### Minor Changes
10+
11+
- [#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`
12+
13+
### Patch Changes
14+
15+
- [#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
16+
17+
- [#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
18+
319
## 3.0.0-next.15
420

521
### 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)