Skip to content

Commit 6dadc98

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

File tree

5 files changed

+10
-12
lines changed

5 files changed

+10
-12
lines changed

.changeset/lazy-wasps-collect.md

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

.changeset/salty-plants-juggle.md

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

packages/eslint-plugin-svelte/CHANGELOG.md

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

3+
## 3.15.0
4+
5+
### Minor Changes
6+
7+
- [#1472](https://github.com/sveltejs/eslint-plugin-svelte/pull/1472) [`a314e4f`](https://github.com/sveltejs/eslint-plugin-svelte/commit/a314e4f0f4df348665cfabef724fd5bb731a2469) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - feat: add support for ESLint v10
8+
9+
- [#1461](https://github.com/sveltejs/eslint-plugin-svelte/pull/1461) [`d8e1dc1`](https://github.com/sveltejs/eslint-plugin-svelte/commit/d8e1dc1405d9d9c8cc4efd1b449c3b5ea9f843c8) Thanks [@marekdedic](https://github.com/marekdedic)! - feat(no-navigation-without-resolve): for links, the rule now reports on the whole attribute
10+
311
## 3.14.0
412

513
### Minor 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.14.0",
3+
"version": "3.15.0",
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.14.0' as const;
5+
export const version = '3.15.0' as const;

0 commit comments

Comments
 (0)