Skip to content

Commit 9f9f588

Browse files
chore: release eslint-plugin-svelte (#1475)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8c5f51e commit 9f9f588

File tree

5 files changed

+10
-12
lines changed

5 files changed

+10
-12
lines changed

.changeset/fix-top-level-browser-globals-state.md

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

.changeset/perky-chefs-hope.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.1
4+
5+
### Patch Changes
6+
7+
- [#1477](https://github.com/sveltejs/eslint-plugin-svelte/pull/1477) [`8c5f51e`](https://github.com/sveltejs/eslint-plugin-svelte/commit/8c5f51efbf54e4d8fcbd7e167321e8c0bc4713ab) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix(no-top-level-browser-globals): false positive when browser globals appear inside TypeScript generic type parameters (e.g. `$state<HTMLElement>(...)`).
8+
9+
- [#1467](https://github.com/sveltejs/eslint-plugin-svelte/pull/1467) [`d81b556`](https://github.com/sveltejs/eslint-plugin-svelte/commit/d81b556a4ab9399db1a4c464fb647f9bdf97aa32) Thanks [@marekdedic](https://github.com/marekdedic)! - fix(no-navigation-without-resolve): fixed nullish link shorthands not being allowed
10+
311
## 3.15.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.15.0",
3+
"version": "3.15.1",
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.15.0' as const;
5+
export const version = '3.15.1' as const;

0 commit comments

Comments
 (0)