Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 922248c

Browse files
committed
Update packages
1 parent 2ec0259 commit 922248c

File tree

5 files changed

+68
-64
lines changed

5 files changed

+68
-64
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"@eslint-types/unicorn": "workspace:~",
2121
"@types/eslint": "~8.56.0",
2222
"@types/json-schema": "~7.0.15",
23-
"@types/node": "~20.10.5",
24-
"@typescript-eslint/eslint-plugin": "~6.16.0",
25-
"@typescript-eslint/parser": "~6.16.0",
23+
"@types/node": "~20.10.6",
24+
"@typescript-eslint/eslint-plugin": "~6.17.0",
25+
"@typescript-eslint/parser": "~6.17.0",
2626
"change-case": "~5.3.0",
2727
"eslint": "~8.56.0",
2828
"eslint-config-prettier": "~9.1.0",

pnpm-lock.yaml

Lines changed: 57 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

types/jsdoc/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-types/jsdoc",
3-
"version": "46.9.1",
3+
"version": "47.0.2",
44
"description": "TypeScript definitions for eslint-define-config",
55
"homepage": "https://github.com/eslint-types/define-config-plugin-types/tree/main/types/jsdoc",
66
"license": "MIT",
@@ -21,7 +21,7 @@
2121
"scripts": {},
2222
"dependencies": {},
2323
"devDependencies": {
24-
"eslint-plugin-jsdoc": "46.9.1"
24+
"eslint-plugin-jsdoc": "47.0.2"
2525
},
2626
"exports": {
2727
".": {

types/typescript-eslint/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-types/typescript-eslint",
3-
"version": "6.16.0",
3+
"version": "6.17.0",
44
"description": "TypeScript definitions for eslint-define-config",
55
"homepage": "https://github.com/eslint-types/define-config-plugin-types/tree/main/types/typescript-eslint",
66
"license": "MIT",
@@ -21,7 +21,7 @@
2121
"scripts": {},
2222
"dependencies": {},
2323
"devDependencies": {
24-
"@typescript-eslint/eslint-plugin": "6.16.0"
24+
"@typescript-eslint/eslint-plugin": "6.17.0"
2525
},
2626
"exports": {
2727
".": {

types/typescript-eslint/rules/switch-exhaustiveness-check.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
export interface Schema0 {
2+
/**
3+
* If 'true', allow 'default' cases on switch statements with exhaustive cases.
4+
*/
5+
allowDefaultCaseForExhaustiveSwitch?: boolean;
26
/**
37
* If 'true', require a 'default' clause for switches on non-union types.
48
*/

0 commit comments

Comments
 (0)