Bump eslint-plugin-lit from 1.6.1 to 1.8.2 (#15268)

* Bump eslint-plugin-lit from 1.6.1 to 1.8.2

Bumps [eslint-plugin-lit](https://github.com/43081j/eslint-plugin-lit) from 1.6.1 to 1.8.2.
- [Release notes](https://github.com/43081j/eslint-plugin-lit/releases)
- [Commits](https://github.com/43081j/eslint-plugin-lit/compare/v1.6.1...v1.8.2)

---
updated-dependencies:
- dependency-name: eslint-plugin-lit
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Set new rules to warn for now

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Steve Repsher <steverep@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-02-03 04:29:33 +00:00 committed by GitHub
parent 51de22daa1
commit c7e7e14f32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 8 deletions

View File

@ -65,7 +65,10 @@
"import/extensions": [
"error",
"ignorePackages",
{ "ts": "never", "js": "never" }
{
"ts": "never",
"js": "never"
}
],
"no-restricted-syntax": ["error", "LabeledStatement", "WithStatement"],
"object-curly-newline": "off",
@ -112,7 +115,10 @@
],
"unused-imports/no-unused-imports": "error",
"lit/attribute-value-entities": "off",
"lit/no-template-map": "off"
"lit/no-template-map": "off",
"lit/no-native-attributes": "warn",
"lit/no-this-assign-in-render": "warn",
"lit/prefer-nothing": "warn"
},
"plugins": ["disable", "unused-imports"],
"processor": "disable/disable"

View File

@ -194,7 +194,7 @@
"eslint-import-resolver-webpack": "^0.13.1",
"eslint-plugin-disable": "^2.0.3",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-lit": "^1.6.1",
"eslint-plugin-lit": "^1.8.2",
"eslint-plugin-unused-imports": "^1.1.5",
"eslint-plugin-wc": "^1.4.0",
"fancy-log": "^2.0.0",

View File

@ -7850,16 +7850,16 @@ __metadata:
languageName: node
linkType: hard
"eslint-plugin-lit@npm:^1.6.1":
version: 1.6.1
resolution: "eslint-plugin-lit@npm:1.6.1"
"eslint-plugin-lit@npm:^1.8.2":
version: 1.8.2
resolution: "eslint-plugin-lit@npm:1.8.2"
dependencies:
parse5: ^6.0.1
parse5-htmlparser2-tree-adapter: ^6.0.1
requireindex: ^1.2.0
peerDependencies:
eslint: ">= 5"
checksum: 75e4dd2fb074cb600db1aee78196e201196bce21b8983c9bb64eea86c7d24f7013868bf5aa92f3c3f0087e232abf1ddb1954fd2d37d7ba4a897d4d085d9a14eb
checksum: 30c4d60d26734e6974da3b6f4998f9c10a797f63ad123368bb9d1064efcb99ccd255ba9e4efec41f7029a0eaf8196445c3d8cf424cd4ef918faee2b388d474ae
languageName: node
linkType: hard
@ -9484,7 +9484,7 @@ fsevents@^1.2.7:
eslint-import-resolver-webpack: ^0.13.1
eslint-plugin-disable: ^2.0.3
eslint-plugin-import: ^2.24.2
eslint-plugin-lit: ^1.6.1
eslint-plugin-lit: ^1.8.2
eslint-plugin-unused-imports: ^1.1.5
eslint-plugin-wc: ^1.4.0
fancy-log: ^2.0.0