Skip to content

Commit 0c90118

Browse files
chore: release eslint-plugin-svelte (next) (#1008)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 04fc429 commit 0c90118

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-3
lines changed

.changeset/pre.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"blue-swans-give",
1111
"cold-starfishes-doubt",
1212
"cool-rockets-allow",
13+
"cool-steaks-happen",
1314
"eighty-trainers-push",
1415
"fast-coins-fly",
1516
"fifty-parents-itch",
@@ -20,12 +21,16 @@
2021
"loud-zoos-kiss",
2122
"nice-clocks-buy",
2223
"olive-melons-explain",
24+
"olive-spiders-type",
2325
"olive-wolves-travel",
2426
"quiet-toys-burn",
2527
"sixty-news-look",
2628
"small-days-agree",
2729
"small-donuts-end",
30+
"soft-bears-hear",
2831
"thick-items-retire",
29-
"twenty-nails-end"
32+
"thin-dryers-know",
33+
"twenty-nails-end",
34+
"two-students-pump"
3035
]
3136
}

packages/eslint-plugin-svelte/CHANGELOG.md

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

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+
321
## 3.0.0-next.12
422

523
### Patch 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.12",
3+
"version": "3.0.0-next.13",
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.12';
5+
export const version = '3.0.0-next.13';

0 commit comments

Comments
 (0)