Skip to content

Commit 9d952fd

Browse files
chore: release eslint-plugin-svelte (#1330)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7233312 commit 9d952fd

File tree

6 files changed

+12
-17
lines changed

6 files changed

+12
-17
lines changed

.changeset/quick-forks-hear.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/rude-suns-send.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/strange-eagles-judge.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/eslint-plugin-svelte/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# eslint-plugin-svelte
22

3+
## 3.12.2
4+
5+
### Patch Changes
6+
7+
- [#1299](https://github.com/sveltejs/eslint-plugin-svelte/pull/1299) [`5c7cba3`](https://github.com/sveltejs/eslint-plugin-svelte/commit/5c7cba3c20dbef33d22df7e99ff56fa259f34027) Thanks [@marekdedic](https://github.com/marekdedic)! - feat: disabling more rules in runes mode
8+
9+
- [#1299](https://github.com/sveltejs/eslint-plugin-svelte/pull/1299) [`5c7cba3`](https://github.com/sveltejs/eslint-plugin-svelte/commit/5c7cba3c20dbef33d22df7e99ff56fa259f34027) Thanks [@marekdedic](https://github.com/marekdedic)! - feat: restricting SvelteKit rules to SvelteKit
10+
11+
- [#1306](https://github.com/sveltejs/eslint-plugin-svelte/pull/1306) [`7cb3660`](https://github.com/sveltejs/eslint-plugin-svelte/commit/7cb36605784dd689379600462dbe41f7940ce79a) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix(no-unused-props): false positives for `ComponentProps<any>`
12+
313
## 3.12.1
414

515
### Patch Changes

packages/eslint-plugin-svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-svelte",
3-
"version": "3.12.1",
3+
"version": "3.12.2",
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

Lines changed: 1 addition & 1 deletion
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' as const;
5-
export const version = '3.12.1' as const;
5+
export const version = '3.12.2' as const;

0 commit comments

Comments
 (0)