Skip to content

Commit 059d3e4

Browse files
Version Packages (#2692)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 76a2e82 commit 059d3e4

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

.changeset/slimy-grapes-protect.md

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

packages/eslint-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"eslint-plugin-html": "^7.1.0",
2828
"eslint-plugin-import": "^2.26.0",
2929
"eslint-plugin-lit": "^1.3.0",
30-
"eslint-plugin-lit-a11y": "^4.0.0",
30+
"eslint-plugin-lit-a11y": "^4.1.0",
3131
"eslint-plugin-no-only-tests": "^3.1.0",
3232
"eslint-plugin-wc": "^1.2.0"
3333
},
@@ -39,7 +39,7 @@
3939
"eslint-plugin-import": "^2.26.0",
4040
"eslint-plugin-import-exports-imports-resolver": "^1.0.1",
4141
"eslint-plugin-lit": "^1.8.0",
42-
"eslint-plugin-lit-a11y": "^4.0.0",
42+
"eslint-plugin-lit-a11y": "^4.1.0",
4343
"eslint-plugin-no-only-tests": "^3.1.0",
4444
"eslint-plugin-wc": "^1.2.0"
4545
}

packages/eslint-plugin-lit-a11y/CHANGELOG.md

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

3+
## 4.1.0
4+
5+
### Minor Changes
6+
7+
- 76a2e824: added no-aria-slot rule to prevent invalid aria- and role attributes from appearing on slots
8+
39
## 4.0.0
410

511
### Major Changes

packages/eslint-plugin-lit-a11y/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-lit-a11y",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "linting plugin for lit-a11y",
55
"license": "ISC",
66
"repository": {

0 commit comments

Comments
 (0)