You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
⚠️⚠️⚠️⚠️⚠️⚠️
`main` is currently in **pre mode** so this branch has prereleases
rather than normal releases. If you want to exit prereleases, run
`changeset pre exit` on `main`.
⚠️⚠️⚠️⚠️⚠️⚠️
# Releases
## [email protected]
### Minor Changes
- [#918](#918)
[`5da98c9`](5da98c9)
Thanks [@mikededo](https://github.com/mikededo)! - Added new
`no-deprecated-raw-special-elements` rule
- [#836](#836)
[`3fa90aa`](3fa90aa)
Thanks [@renovate](https://github.com/apps/renovate)! - feat: support
for typescript-eslint v8 to `svelte/indent` rule
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
description: 'Recommends not using raw special elements in Svelte versions previous to 5.'
6
+
since: 'v3.0.0-next.1'
6
7
---
7
8
8
9
# svelte/no-deprecated-raw-special-elements
9
10
10
11
> Recommends not using raw special elements in Svelte versions previous to 5.
11
12
12
-
-:exclamation: <badgetext="This rule has not been released yet."vertical="middle"type="error"> **_This rule has not been released yet._** </badge>
13
13
-:wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems) can automatically fix some of the problems reported by this rule.
14
14
15
15
## :book: Rule Details
@@ -46,6 +46,10 @@ Nothing.
46
46
47
47
- See special elements section in [Svelte docs](https://svelte.dev/docs/svelte/svelte-window)
48
48
49
+
## :rocket: Version
50
+
51
+
This rule was introduced in eslint-plugin-svelte v3.0.0-next.1
Copy file name to clipboardExpand all lines: packages/eslint-plugin-svelte/CHANGELOG.md
+8
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# eslint-plugin-svelte
2
2
3
+
## 3.0.0-next.1
4
+
5
+
### Minor Changes
6
+
7
+
-[#918](https://github.com/sveltejs/eslint-plugin-svelte/pull/918)[`5da98c9`](https://github.com/sveltejs/eslint-plugin-svelte/commit/5da98c94f452c8436f26af4172e095fd91f66e1a) Thanks [@mikededo](https://github.com/mikededo)! - Added new `no-deprecated-raw-special-elements` rule
8
+
9
+
-[#836](https://github.com/sveltejs/eslint-plugin-svelte/pull/836)[`3fa90aa`](https://github.com/sveltejs/eslint-plugin-svelte/commit/3fa90aa57a15ad18105b0d80b1ed975f1f782a11) Thanks [@renovate](https://github.com/apps/renovate)! - feat: support for typescript-eslint v8 to `svelte/indent` rule
0 commit comments