Skip to content

Commit 0369be8

Browse files
chore: release eslint-plugin-svelte
1 parent e4d788d commit 0369be8

File tree

7 files changed

+14
-22
lines changed

7 files changed

+14
-22
lines changed

.changeset/nice-frogs-chew.md

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

.changeset/poor-frogs-build.md

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

.changeset/real-books-stare.md

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

.changeset/tame-walls-sleep.md

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

packages/eslint-plugin-svelte/CHANGELOG.md

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

3+
## 3.12.5
4+
5+
### Patch Changes
6+
7+
- [#1403](https://github.com/sveltejs/eslint-plugin-svelte/pull/1403) [`e4d788d`](https://github.com/sveltejs/eslint-plugin-svelte/commit/e4d788d4b7dbab6e250a79ba8bd41ab45bc602e1) Thanks [@baseballyama](https://github.com/baseballyama)! - deps: update `svelte-eslint-parser` to 1.4.0 (It supports `$state.eager`)
8+
9+
- [#1365](https://github.com/sveltejs/eslint-plugin-svelte/pull/1365) [`57ccf95`](https://github.com/sveltejs/eslint-plugin-svelte/commit/57ccf95c4dbc3b863ee80791981a2f9dd4bad529) Thanks [@marekdedic](https://github.com/marekdedic)! - fix(no-navigation-without-resolve): Detecting asset() function as well
10+
11+
- [#1378](https://github.com/sveltejs/eslint-plugin-svelte/pull/1378) [`5ba5c3e`](https://github.com/sveltejs/eslint-plugin-svelte/commit/5ba5c3e1b8445358d1813a78faf30982b8051ad8) Thanks [@baseballyama](https://github.com/baseballyama)! - fix(no-unused-props): validate spread operator properly
12+
13+
- [#1377](https://github.com/sveltejs/eslint-plugin-svelte/pull/1377) [`27cf677`](https://github.com/sveltejs/eslint-plugin-svelte/commit/27cf677e24500e2a83a0c7df8d506ef93b162a78) Thanks [@baseballyama](https://github.com/baseballyama)! - fix(no-navigation-without-resolve): improve error messages
14+
315
## 3.12.4
416

517
### 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.4",
3+
"version": "3.12.5",
44
"description": "ESLint plugin for Svelte using AST",
55
"repository": {
66
"type": "git",

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

0 commit comments

Comments
 (0)