Skip to content

Commit 3bdf5d0

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

File tree

7 files changed

+16
-22
lines changed

7 files changed

+16
-22
lines changed

Diff for: .changeset/clear-mugs-rush.md

-5
This file was deleted.

Diff for: .changeset/neat-dots-grin.md

-5
This file was deleted.

Diff for: .changeset/thick-taxis-sniff.md

-5
This file was deleted.

Diff for: .changeset/weak-crews-shake.md

-5
This file was deleted.

Diff for: packages/eslint-plugin-svelte/CHANGELOG.md

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

3+
## 3.4.0
4+
5+
### Minor Changes
6+
7+
- [#1165](https://github.com/sveltejs/eslint-plugin-svelte/pull/1165) [`2b7e164`](https://github.com/sveltejs/eslint-plugin-svelte/commit/2b7e1640d29477f07f16e5f5b318be34eae9031c) Thanks [@43081j](https://github.com/43081j)! - Adds a suggestion to the `require-store-callbacks-use-set-param` rule to automatically rename or add function parameters.
8+
9+
- [#1163](https://github.com/sveltejs/eslint-plugin-svelte/pull/1163) [`d9b8604`](https://github.com/sveltejs/eslint-plugin-svelte/commit/d9b8604f1dc1c83797d4e853c5a805ffd49ce58d) Thanks [@43081j](https://github.com/43081j)! - Adds a suggestion to the `derived-has-same-inputs-outputs` rule which renames the outputs.
10+
11+
- [#1164](https://github.com/sveltejs/eslint-plugin-svelte/pull/1164) [`29b1315`](https://github.com/sveltejs/eslint-plugin-svelte/commit/29b13152063f2250d33651b1e99991607a443352) Thanks [@43081j](https://github.com/43081j)! - Added a suggestion for `no-at-debug-tags` rule which removes the tags
12+
13+
### Patch Changes
14+
15+
- [#1167](https://github.com/sveltejs/eslint-plugin-svelte/pull/1167) [`db9202d`](https://github.com/sveltejs/eslint-plugin-svelte/commit/db9202de81463d20b1a17d1a0d94e3fd6fe62023) Thanks [@baseballyama](https://github.com/baseballyama)! - chore: update `svelte-eslint-parser` to 1.1.1
16+
317
## 3.3.3
418

519
### Patch Changes

Diff for: 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.3.3",
3+
"version": "3.4.0",
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",

Diff for: 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.3.3';
5+
export const version = '3.4.0';

0 commit comments

Comments
 (0)