Skip to content

Commit

Permalink
chore: release eslint-plugin-svelte (#801)
Browse files Browse the repository at this point in the history
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
## eslint-plugin-svelte@2.41.0

### 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>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Jun 24, 2024
1 parent 6e4d3ed commit f8f377f
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/long-dingos-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-pugs-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-walls-retire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-tips-sleep.md

This file was deleted.

14 changes: 14 additions & 0 deletions packages/eslint-plugin-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# eslint-plugin-svelte

## 2.41.0

### Minor Changes

- [#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

### Patch Changes

- [#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

- [#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}`

- [#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.

## 2.40.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-svelte",
"version": "2.40.0",
"version": "2.41.0",
"description": "ESLint plugin for Svelte using AST",
"repository": "git+https://github.com/sveltejs/eslint-plugin-svelte.git",
"homepage": "https://sveltejs.github.io/eslint-plugin-svelte",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-svelte/src/meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
// This file has been automatically generated,
// in order to update its content execute "pnpm run update"
export const name = 'eslint-plugin-svelte';
export const version = '2.40.0';
export const version = '2.41.0';

0 comments on commit f8f377f

Please sign in to comment.