File tree Expand file tree Collapse file tree 4 files changed +26
-3
lines changed
packages/eslint-plugin-svelte Expand file tree Collapse file tree 4 files changed +26
-3
lines changed Original file line number Diff line number Diff line change 10
10
"blue-swans-give",
11
11
"cold-starfishes-doubt",
12
12
"cool-rockets-allow",
13
+ "cool-steaks-happen",
13
14
"eighty-trainers-push",
14
15
"fast-coins-fly",
15
16
"fifty-parents-itch",
20
21
"loud-zoos-kiss",
21
22
"nice-clocks-buy",
22
23
"olive-melons-explain",
24
+ "olive-spiders-type",
23
25
"olive-wolves-travel",
24
26
"quiet-toys-burn",
25
27
"sixty-news-look",
26
28
"small-days-agree",
27
29
"small-donuts-end",
30
+ "soft-bears-hear",
28
31
"thick-items-retire",
29
- "twenty-nails-end"
32
+ "thin-dryers-know",
33
+ "twenty-nails-end",
34
+ "two-students-pump"
30
35
]
31
36
}
Original file line number Diff line number Diff line change 1
1
# eslint-plugin-svelte
2
2
3
+ ## 3.0.0-next.13
4
+
5
+ ### Major Changes
6
+
7
+ - [#982](https://github.com/sveltejs/eslint-plugin-svelte/pull/982) [`04fc429`](https://github.com/sveltejs/eslint-plugin-svelte/commit/04fc4292ef68134691ac1808fd92688bd9982d37) Thanks [@baseballyama](https://github.com/baseballyama)! - feat!: Updated the `html-self-closing` rule to follow Svelte5
8
+
9
+ ### Minor Changes
10
+
11
+ - [#1015](https://github.com/sveltejs/eslint-plugin-svelte/pull/1015) [`8369eaf`](https://github.com/sveltejs/eslint-plugin-svelte/commit/8369eaf5d2e77fccf0ac9fb3f663d94a2b323a4f) Thanks [@mikededo](https://github.com/mikededo)! - fix!: rename `no-deprecated-raw-special-elements` to `no-raw-special-elements`
12
+
13
+ ### Patch Changes
14
+
15
+ - [#1009](https://github.com/sveltejs/eslint-plugin-svelte/pull/1009) [`a003664`](https://github.com/sveltejs/eslint-plugin-svelte/commit/a0036643b5451f0423cd61dafd092c39bd6f4bcb) Thanks [@baseballyama](https://github.com/baseballyama)! - chore: upgrade `svelte-eslint-parser` to `1.0.0-next.8`
16
+
17
+ - [#1020](https://github.com/sveltejs/eslint-plugin-svelte/pull/1020) [`eae0e2e`](https://github.com/sveltejs/eslint-plugin-svelte/commit/eae0e2e52c2812ea630eea45e5be4f439191c806) Thanks [@baseballyama](https://github.com/baseballyama)! - chore: update `svelte-eslint-parser` to `1.0.0-next.9`
18
+
19
+ - [#1007](https://github.com/sveltejs/eslint-plugin-svelte/pull/1007) [`8e9199a`](https://github.com/sveltejs/eslint-plugin-svelte/commit/8e9199ae326110778e4b0557616d394c6ac5e847) Thanks [@baseballyama](https://github.com/baseballyama)! - fix: update method for extracting major version
20
+
3
21
## 3.0.0-next.12
4
22
5
23
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name": "eslint-plugin-svelte",
3
- "version": "3.0.0-next.12 ",
3
+ "version": "3.0.0-next.13 ",
4
4
"description": "ESLint plugin for Svelte using AST",
5
5
"repository": "git+https://github.com/sveltejs/eslint-plugin-svelte.git",
6
6
"homepage": "https://sveltejs.github.io/eslint-plugin-svelte",
Original file line number Diff line number Diff line change 2
2
// This file has been automatically generated,
3
3
// in order to update its content execute "pnpm run update"
4
4
export const name = 'eslint-plugin-svelte';
5
- export const version = '3.0.0-next.12 ';
5
+ export const version = '3.0.0-next.13 ';
You can’t perform that action at this time.
0 commit comments