Skip to content

Commit

Permalink
feat: update deps and snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jan 25, 2025
1 parent 95f0918 commit 24ad953
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 72 deletions.
2 changes: 1 addition & 1 deletion fixtures/output/all/typescript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ for (const person of people) {
}

// Define a generic function
function identity< T >(arg: T): T {
function identity<T>(arg: T): T {
return arg
}

Expand Down
2 changes: 1 addition & 1 deletion fixtures/output/no-markdown-with-formatters/typescript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ for (const person of people) {
}

// Define a generic function
function identity< T >(arg: T): T {
function identity<T>(arg: T): T {
return arg
}

Expand Down
2 changes: 1 addition & 1 deletion fixtures/output/tab-double-quotes/typescript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ for (const person of people) {
}

// Define a generic function
function identity< T >(arg: T): T {
function identity<T>(arg: T): T {
return arg
}

Expand Down
2 changes: 1 addition & 1 deletion fixtures/output/ts-override/typescript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ for (const person of people) {
}

// Define a generic function
function identity< T >(arg: T): T {
function identity<T>(arg: T): T {
return arg
}

Expand Down
2 changes: 1 addition & 1 deletion fixtures/output/ts-strict-with-react/typescript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ for (const person of people) {
}

// Define a generic function
function identity< T >(arg: T): T {
function identity<T>(arg: T): T {
return arg
}

Expand Down
2 changes: 1 addition & 1 deletion fixtures/output/ts-strict/typescript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ for (const person of people) {
}

// Define a generic function
function identity< T >(arg: T): T {
function identity<T>(arg: T): T {
return arg
}

Expand Down
2 changes: 1 addition & 1 deletion fixtures/output/with-formatters/typescript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ for (const person of people) {
}

// Define a generic function
function identity< T >(arg: T): T {
function identity<T>(arg: T): T {
return arg
}

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@
"@typescript-eslint/parser": "^8.21.0",
"@vitest/eslint-plugin": "^1.1.25",
"eslint-config-flat-gitignore": "^1.0.0",
"eslint-flat-config-utils": "^1.1.0",
"eslint-flat-config-utils": "^2.0.0",
"eslint-merge-processors": "^1.0.0",
"eslint-plugin-antfu": "^2.7.0",
"eslint-plugin-command": "^2.1.0",
"eslint-plugin-antfu": "^3.0.0",
"eslint-plugin-command": "^3.0.0",
"eslint-plugin-import-x": "^4.6.1",
"eslint-plugin-jsdoc": "^50.6.3",
"eslint-plugin-jsonc": "^2.19.1",
Expand Down Expand Up @@ -142,7 +142,7 @@
"@types/yargs": "^17.0.33",
"@unocss/eslint-plugin": "^65.4.3",
"astro-eslint-parser": "^1.2.1",
"bumpp": "^9.10.2",
"bumpp": "^10.0.1",
"eslint": "^9.19.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-format": "^1.0.1",
Expand Down
85 changes: 24 additions & 61 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 24ad953

Please sign in to comment.