Skip to content

Commit

Permalink
Merge pull request #546 from serlo/dependabot/npm_and_yarn/typescript…
Browse files Browse the repository at this point in the history
…-eslint/eslint-plugin-6.7.5

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.7.4 to 6.7.5
  • Loading branch information
kulla authored Oct 10, 2023
2 parents 24192cf + 1686880 commit be1d78c
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 17 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@types/marked": "^6.0.0",
"@types/node": "^18.18.4",
"@types/sanitize-html": "^2.9.1",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"cross-env": "^7.0.3",
"depcheck": "^1.4.6",
Expand Down
49 changes: 33 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1206,7 +1206,7 @@ __metadata:
"@types/marked": ^6.0.0
"@types/node": ^18.18.4
"@types/sanitize-html": ^2.9.1
"@typescript-eslint/eslint-plugin": ^6.7.4
"@typescript-eslint/eslint-plugin": ^6.7.5
"@typescript-eslint/parser": ^6.7.5
cross-env: ^7.0.3
depcheck: ^1.4.6
Expand Down Expand Up @@ -1521,15 +1521,15 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/eslint-plugin@npm:^6.7.4":
version: 6.7.4
resolution: "@typescript-eslint/eslint-plugin@npm:6.7.4"
"@typescript-eslint/eslint-plugin@npm:^6.7.5":
version: 6.7.5
resolution: "@typescript-eslint/eslint-plugin@npm:6.7.5"
dependencies:
"@eslint-community/regexpp": ^4.5.1
"@typescript-eslint/scope-manager": 6.7.4
"@typescript-eslint/type-utils": 6.7.4
"@typescript-eslint/utils": 6.7.4
"@typescript-eslint/visitor-keys": 6.7.4
"@typescript-eslint/scope-manager": 6.7.5
"@typescript-eslint/type-utils": 6.7.5
"@typescript-eslint/utils": 6.7.5
"@typescript-eslint/visitor-keys": 6.7.5
debug: ^4.3.4
graphemer: ^1.4.0
ignore: ^5.2.4
Expand All @@ -1542,7 +1542,7 @@ __metadata:
peerDependenciesMeta:
typescript:
optional: true
checksum: 91d5051ae935d8bb61091665ee1e5c456992a0c29b58c86c1bb2b72c935dd831c0d3c7726a8d609455ae4a8b4ba8786ebeeef4bc7eff388b5f77475e7a634dc0
checksum: c37edf5a703db4ff9227d67c2d2cf817e65c9afc94cc0e650fa3d2b05ac55201ef887ce9dadb9ca13779f4025bf4367e132b013e3559e777006a2332079bb180
languageName: node
linkType: hard

Expand Down Expand Up @@ -1584,20 +1584,20 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/type-utils@npm:6.7.4":
version: 6.7.4
resolution: "@typescript-eslint/type-utils@npm:6.7.4"
"@typescript-eslint/type-utils@npm:6.7.5":
version: 6.7.5
resolution: "@typescript-eslint/type-utils@npm:6.7.5"
dependencies:
"@typescript-eslint/typescript-estree": 6.7.4
"@typescript-eslint/utils": 6.7.4
"@typescript-eslint/typescript-estree": 6.7.5
"@typescript-eslint/utils": 6.7.5
debug: ^4.3.4
ts-api-utils: ^1.0.1
peerDependencies:
eslint: ^7.0.0 || ^8.0.0
peerDependenciesMeta:
typescript:
optional: true
checksum: 231240a1aa1008a1b1facdd40b931433606947254f6e04705d154791a8b2c15d5ce3355b7d8a29cf7bb53c2e2eca1340c7860dd395389858d442af06c586d1fd
checksum: 8023d8ddcfbf4a0411b192016711068e9e6787c5811aee3a25ac40025ade0d063a1a3d7b38469e1a534bb31fa9dbeec08ab53b7a6d7b3128358294ac5b219d9a
languageName: node
linkType: hard

Expand Down Expand Up @@ -1651,7 +1651,24 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:6.7.4, @typescript-eslint/utils@npm:^6.0.0":
"@typescript-eslint/utils@npm:6.7.5":
version: 6.7.5
resolution: "@typescript-eslint/utils@npm:6.7.5"
dependencies:
"@eslint-community/eslint-utils": ^4.4.0
"@types/json-schema": ^7.0.12
"@types/semver": ^7.5.0
"@typescript-eslint/scope-manager": 6.7.5
"@typescript-eslint/types": 6.7.5
"@typescript-eslint/typescript-estree": 6.7.5
semver: ^7.5.4
peerDependencies:
eslint: ^7.0.0 || ^8.0.0
checksum: f365c654241f927e7784640079627d60a296aa3d575552b07594a69cfc419832eb5fa4adc87acb1988bea9741ae9cc4a5277dab168990310caef5de125255752
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:^6.0.0":
version: 6.7.4
resolution: "@typescript-eslint/utils@npm:6.7.4"
dependencies:
Expand Down

0 comments on commit be1d78c

Please sign in to comment.