Skip to content

Commit c27928c

Browse files
chore: release eslint-plugin-svelte
1 parent 9cffd3b commit c27928c

File tree

5 files changed

+13
-9
lines changed

5 files changed

+13
-9
lines changed

.changeset/popular-jokes-tell.md

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

docs/rules/no-top-level-browser-globals.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-top-level-browser-globals'
55
description: 'disallow using top-level browser global variables'
6+
since: 'v3.8.0'
67
---
78

89
# svelte/no-top-level-browser-globals
910

1011
> disallow using top-level browser global variables
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 top-level browser global variables in Svelte components.
@@ -56,6 +55,10 @@ Nothing.
5655

5756
- [`$app/environment` documentation > browser](https://svelte.dev/docs/kit/$app-environment#browser)
5857

58+
## :rocket: Version
59+
60+
This rule was introduced in eslint-plugin-svelte v3.8.0
61+
5962
## :mag: Implementation
6063

6164
- [Rule source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/packages/eslint-plugin-svelte/src/rules/no-top-level-browser-globals.ts)

packages/eslint-plugin-svelte/CHANGELOG.md

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

3+
## 3.8.0
4+
5+
### Minor Changes
6+
7+
- [#1210](https://github.com/sveltejs/eslint-plugin-svelte/pull/1210) [`9cffd3b`](https://github.com/sveltejs/eslint-plugin-svelte/commit/9cffd3ba86926793f3240263e38914cdb2180f0a) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: add `svelte/no-top-level-browser-globals` rule
8+
39
## 3.7.0
410

511
### 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.7.0",
3+
"version": "3.8.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.7.0' as const;
5+
export const version = '3.8.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