Skip to content

Commit 24ad953

Browse files
committedJan 25, 2025
feat: update deps and snapshot
1 parent 95f0918 commit 24ad953

File tree

9 files changed

+35
-72
lines changed

9 files changed

+35
-72
lines changed
 

‎fixtures/output/all/typescript.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ for (const person of people) {
2020
}
2121

2222
// Define a generic function
23-
function identity< T >(arg: T): T {
23+
function identity<T>(arg: T): T {
2424
return arg
2525
}
2626

‎fixtures/output/no-markdown-with-formatters/typescript.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ for (const person of people) {
2020
}
2121

2222
// Define a generic function
23-
function identity< T >(arg: T): T {
23+
function identity<T>(arg: T): T {
2424
return arg
2525
}
2626

‎fixtures/output/tab-double-quotes/typescript.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ for (const person of people) {
2020
}
2121

2222
// Define a generic function
23-
function identity< T >(arg: T): T {
23+
function identity<T>(arg: T): T {
2424
return arg
2525
}
2626

‎fixtures/output/ts-override/typescript.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ for (const person of people) {
2020
}
2121

2222
// Define a generic function
23-
function identity< T >(arg: T): T {
23+
function identity<T>(arg: T): T {
2424
return arg
2525
}
2626

‎fixtures/output/ts-strict-with-react/typescript.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ for (const person of people) {
2020
}
2121

2222
// Define a generic function
23-
function identity< T >(arg: T): T {
23+
function identity<T>(arg: T): T {
2424
return arg
2525
}
2626

‎fixtures/output/ts-strict/typescript.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ for (const person of people) {
2020
}
2121

2222
// Define a generic function
23-
function identity< T >(arg: T): T {
23+
function identity<T>(arg: T): T {
2424
return arg
2525
}
2626

‎fixtures/output/with-formatters/typescript.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ for (const person of people) {
2020
}
2121

2222
// Define a generic function
23-
function identity< T >(arg: T): T {
23+
function identity<T>(arg: T): T {
2424
return arg
2525
}
2626

‎package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@
102102
"@typescript-eslint/parser": "^8.21.0",
103103
"@vitest/eslint-plugin": "^1.1.25",
104104
"eslint-config-flat-gitignore": "^1.0.0",
105-
"eslint-flat-config-utils": "^1.1.0",
105+
"eslint-flat-config-utils": "^2.0.0",
106106
"eslint-merge-processors": "^1.0.0",
107-
"eslint-plugin-antfu": "^2.7.0",
108-
"eslint-plugin-command": "^2.1.0",
107+
"eslint-plugin-antfu": "^3.0.0",
108+
"eslint-plugin-command": "^3.0.0",
109109
"eslint-plugin-import-x": "^4.6.1",
110110
"eslint-plugin-jsdoc": "^50.6.3",
111111
"eslint-plugin-jsonc": "^2.19.1",
@@ -142,7 +142,7 @@
142142
"@types/yargs": "^17.0.33",
143143
"@unocss/eslint-plugin": "^65.4.3",
144144
"astro-eslint-parser": "^1.2.1",
145-
"bumpp": "^9.10.2",
145+
"bumpp": "^10.0.1",
146146
"eslint": "^9.19.0",
147147
"eslint-plugin-astro": "^1.3.1",
148148
"eslint-plugin-format": "^1.0.1",

‎pnpm-lock.yaml

+24-61
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.