Skip to content

Commit

Permalink
Merge pull request #40 from yumemi-inc/dependabot/npm_and_yarn/biomej…
Browse files Browse the repository at this point in the history
…s/biome-1.6.0

build(deps-dev): Bump @biomejs/biome from 1.5.3 to 1.6.0
  • Loading branch information
siketyan committed Mar 13, 2024
2 parents 118f3c3 + 87875d7 commit 1bb1862
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 35 deletions.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { exit } from 'node:process';

import { error, getInput, warning } from '@actions/core';
import { context } from '@actions/github';
import { type RestEndpointMethodTypes } from '@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types';
import type { RestEndpointMethodTypes } from '@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types';
import { Octokit } from '@octokit/rest';
import fetch from 'node-fetch';

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"node-fetch": "^3.3.2"
},
"devDependencies": {
"@biomejs/biome": "^1.5.3",
"@biomejs/biome": "^1.6.0",
"@octokit/plugin-rest-endpoint-methods": "^11.0.1",
"@types/node": "^20.5.9",
"esbuild": "^0.20.1",
Expand Down
60 changes: 30 additions & 30 deletions pnpm-lock.yaml

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

4 changes: 1 addition & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,5 @@
"target": "ES2022",
"strict": true
},
"exclude": [
"node_modules"
]
"exclude": ["node_modules"]
}

0 comments on commit 1bb1862

Please sign in to comment.