Skip to content

Commit 135fe67

Browse files
chore: release eslint-plugin-svelte
1 parent edf99d3 commit 135fe67

File tree

6 files changed

+17
-14
lines changed

6 files changed

+17
-14
lines changed

.changeset/warm-eyes-boil.md

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

.changeset/witty-games-mix.md

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

docs/rules/no-inspect.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@ pageClass: 'rule-details'
33
sidebarDepth: 0
44
title: 'svelte/no-inspect'
55
description: 'Warns against the use of `$inspect` directive'
6+
since: 'v2.45.0'
67
---
78

89
# svelte/no-inspect
910

1011
> Warns against the use of `$inspect` directive
1112
12-
- :exclamation: <badge text="This rule has not been released yet." vertical="middle" type="error"> **_This rule has not been released yet._** </badge>
13-
1413
## :book: Rule Details
1514

1615
This rule reports usages of `$inspect`.
@@ -33,6 +32,10 @@ This rule reports usages of `$inspect`.
3332

3433
Nothing.
3534

35+
## :rocket: Version
36+
37+
This rule was introduced in eslint-plugin-svelte v2.45.0
38+
3639
## :mag: Implementation
3740

3841
- [Rule source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/packages/eslint-plugin-svelte/src/rules/no-inspect.ts)

packages/eslint-plugin-svelte/CHANGELOG.md

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

3+
## 2.45.0
4+
5+
### Minor Changes
6+
7+
- [#868](https://github.com/sveltejs/eslint-plugin-svelte/pull/868) [`edf99d3`](https://github.com/sveltejs/eslint-plugin-svelte/commit/edf99d3d7b7bf47def460efce4aabe59c2ce446d) Thanks [@mikededo](https://github.com/mikededo)! - feat(no-inspect): add `no-inspect` rule
8+
9+
### Patch Changes
10+
11+
- [#856](https://github.com/sveltejs/eslint-plugin-svelte/pull/856) [`cf6c842`](https://github.com/sveltejs/eslint-plugin-svelte/commit/cf6c842abc8730ef3841686a52273eec3906abcf) Thanks [@KuSh](https://github.com/KuSh)! - chore: Avoid using deprecated FlatConfig eslint type
12+
313
## 2.44.1
414

515
### 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": "2.44.1",
3+
"version": "2.45.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

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

0 commit comments

Comments
 (0)