Skip to content

Commit f8f377f

Browse files
chore: release eslint-plugin-svelte (#801)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## [email protected] ### Minor Changes - [#802](#802) [`be64d36`](be64d36) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: broken indentation of if condition in `svelte/indent` rule ### Patch Changes - [#789](#789) [`0bc17df`](0bc17df) Thanks [@KuSh](https://github.com/KuSh)! - chore: Use eslint types for exported configs - [#805](#805) [`6e4d3ed`](6e4d3ed) Thanks [@baseballyama](https://github.com/baseballyama)! - fix: update `svelte-eslint-parser` to fix nested `{#snippet}` - [#800](#800) [`580f44f`](580f44f) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: add name to flat configs. Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6e4d3ed commit f8f377f

File tree

7 files changed

+16
-22
lines changed

7 files changed

+16
-22
lines changed

.changeset/long-dingos-fold.md

-5
This file was deleted.

.changeset/silent-pugs-speak.md

-5
This file was deleted.

.changeset/silver-walls-retire.md

-5
This file was deleted.

.changeset/six-tips-sleep.md

-5
This file was deleted.

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+
## 2.41.0
4+
5+
### Minor Changes
6+
7+
- [#802](https://github.com/sveltejs/eslint-plugin-svelte/pull/802) [`be64d36`](https://github.com/sveltejs/eslint-plugin-svelte/commit/be64d36dfe07f37cdd10d4bac9d80989518dccc2) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: broken indentation of if condition in `svelte/indent` rule
8+
9+
### Patch Changes
10+
11+
- [#789](https://github.com/sveltejs/eslint-plugin-svelte/pull/789) [`0bc17df`](https://github.com/sveltejs/eslint-plugin-svelte/commit/0bc17dfe72aca1236a7e693ac7e23240c8d72910) Thanks [@KuSh](https://github.com/KuSh)! - chore: Use eslint types for exported configs
12+
13+
- [#805](https://github.com/sveltejs/eslint-plugin-svelte/pull/805) [`6e4d3ed`](https://github.com/sveltejs/eslint-plugin-svelte/commit/6e4d3edd17cf930b3e266f51e8ae999e1961006f) Thanks [@baseballyama](https://github.com/baseballyama)! - fix: update `svelte-eslint-parser` to fix nested `{#snippet}`
14+
15+
- [#800](https://github.com/sveltejs/eslint-plugin-svelte/pull/800) [`580f44f`](https://github.com/sveltejs/eslint-plugin-svelte/commit/580f44fa4a64af32d7d3257b871745e926305b8c) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: add name to flat configs.
16+
317
## 2.40.0
418

519
### Minor 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": "2.40.0",
3+
"version": "2.41.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

+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 = '2.40.0';
5+
export const version = '2.41.0';

0 commit comments

Comments
 (0)