Skip to content

Commit 41e959d

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

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

.changeset/forty-signs-smoke.md

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

packages/eslint-plugin-svelte/CHANGELOG.md

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

3+
## 3.10.0
4+
5+
### Minor Changes
6+
7+
- [#1257](https://github.com/sveltejs/eslint-plugin-svelte/pull/1257) [`e94a3be`](https://github.com/sveltejs/eslint-plugin-svelte/commit/e94a3be9c110cbe7f7e04decfe1b85f9725bccba) Thanks [@tbashiyy](https://github.com/tbashiyy)! - feat(no-unused-class-name): support regex for `allowedClassNames` option
8+
39
## 3.9.3
410

511
### Patch Changes
@@ -191,7 +197,6 @@
191197
- [#937](https://github.com/sveltejs/eslint-plugin-svelte/pull/937) [`729394e`](https://github.com/sveltejs/eslint-plugin-svelte/commit/729394e34d2d6f51e00c89b67a40d0f9192260b4) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat!: drop support for old eslint
192198

193199
- [#1033](https://github.com/sveltejs/eslint-plugin-svelte/pull/1033) [`3bfcc31`](https://github.com/sveltejs/eslint-plugin-svelte/commit/3bfcc31e0f2d127c7a1cb838c4c57125c30109ea) Thanks [@baseballyama](https://github.com/baseballyama)! - **Enabled in recommended config**:
194-
195200
- `svelte/infinite-reactive-loop`
196201
- `svelte/no-dom-manipulating`
197202
- `svelte/no-dupe-on-directives`
@@ -215,7 +220,6 @@
215220
- `svelte/valid-prop-names-in-kit-pages`
216221

217222
**Removed from recommended config**:
218-
219223
- `svelte/valid-compile`
220224

221225
This update introduces breaking changes due to newly enabled rules.
@@ -335,7 +339,6 @@
335339
### Major Changes
336340

337341
- [#1033](https://github.com/sveltejs/eslint-plugin-svelte/pull/1033) [`3bfcc31`](https://github.com/sveltejs/eslint-plugin-svelte/commit/3bfcc31e0f2d127c7a1cb838c4c57125c30109ea) Thanks [@baseballyama](https://github.com/baseballyama)! - **Enabled in recommended config**:
338-
339342
- `svelte/infinite-reactive-loop`
340343
- `svelte/no-dom-manipulating`
341344
- `svelte/no-dupe-on-directives`
@@ -359,7 +362,6 @@
359362
- `svelte/valid-prop-names-in-kit-pages`
360363

361364
**Removed from recommended config**:
362-
363365
- `svelte/valid-compile`
364366

365367
This update introduces breaking changes due to newly enabled rules.

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.9.3",
3+
"version": "3.10.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",

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.9.3' as const;
5+
export const version = '3.10.0' as const;

0 commit comments

Comments
 (0)