Skip to content

Commit 3021f66

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

File tree

7 files changed

+19
-18
lines changed

7 files changed

+19
-18
lines changed

.changeset/rich-colts-nail.md

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

.changeset/rude-baboons-check.md

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

.changeset/strange-actors-greet.md

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

docs/rules/prefer-svelte-reactivity.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ pageClass: 'rule-details'
33
sidebarDepth: 0
44
title: 'svelte/prefer-svelte-reactivity'
55
description: 'disallow using mutable instances of built-in classes where a reactive alternative is provided by svelte/reactivity'
6+
since: 'v3.11.0'
67
---
78

89
# svelte/prefer-svelte-reactivity
910

1011
> disallow using mutable instances of built-in classes where a reactive alternative is provided by svelte/reactivity
1112
12-
- :exclamation: <badge text="This rule has not been released yet." vertical="middle" type="error"> **_This rule has not been released yet._** </badge>
1313
- :gear: This rule is included in `"plugin:svelte/recommended"`.
1414

1515
## :book: Rule Details
@@ -111,6 +111,10 @@ Nothing.
111111

112112
- [svelte/reactivity documentation](https://svelte.dev/docs/svelte/svelte-reactivity)
113113

114+
## :rocket: Version
115+
116+
This rule was introduced in eslint-plugin-svelte v3.11.0
117+
114118
## :mag: Implementation
115119

116120
- [Rule source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/packages/eslint-plugin-svelte/src/rules/prefer-svelte-reactivity.ts)

packages/eslint-plugin-svelte/CHANGELOG.md

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

3+
## 3.11.0
4+
5+
### Minor Changes
6+
7+
- [#1151](https://github.com/sveltejs/eslint-plugin-svelte/pull/1151) [`843730d`](https://github.com/sveltejs/eslint-plugin-svelte/commit/843730dba5cb907bacf007023ad1971b8925f733) Thanks [@marekdedic](https://github.com/marekdedic)! - feat: added the `prefer-svelte-reactivity` rule
8+
9+
- [#1269](https://github.com/sveltejs/eslint-plugin-svelte/pull/1269) [`a444476`](https://github.com/sveltejs/eslint-plugin-svelte/commit/a4444766bf619ba8e3f34289fef606b46a4c64fd) Thanks [@baseballyama](https://github.com/baseballyama)! - feat: support asynchronous svelte
10+
11+
### Patch Changes
12+
13+
- [#1268](https://github.com/sveltejs/eslint-plugin-svelte/pull/1268) [`4e33ba4`](https://github.com/sveltejs/eslint-plugin-svelte/commit/4e33ba4c09c792672837db91b46885a85f6cdfe2) Thanks [@GauBen](https://github.com/GauBen)! - feat(valid-prop-names-in-kit-pages): add support for the new `params` page prop
14+
315
## 3.10.1
416

517
### 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": "3.10.1",
3+
"version": "3.11.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' as const;
5-
export const version = '3.10.1' as const;
5+
export const version = '3.11.0' as const;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy