Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: arkedge/autoproject
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5fa70dc915a099bf2a25af050b057f6077342ef1
Choose a base ref
..
head repository: arkedge/autoproject
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5ccc9c220e9e1cdaacb98d4ada1a1b96d40aa730
Choose a head ref
Showing with 15 additions and 15 deletions.
  1. +3 −3 package.json
  2. +12 −12 yarn.lock
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -18,14 +18,14 @@
},
"dependencies": {
"@octokit/app": "15.1.0",
"@octokit/graphql-schema": "15.18.0",
"@octokit/graphql-schema": "15.19.0",
"@prantlf/jsonlint": "14.0.3",
"dotenv": "16.4.5",
"fuse.js": "6.6.2",
"log4js": "6.9.1",
"mitt": "3.0.1",
"nearley": "2.20.1",
"yaml": "2.4.3",
"yaml": "2.4.5",
"yargs": "17.7.2",
"zod": "3.23.8"
},
@@ -45,7 +45,7 @@
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-promise": "6.2.0",
"npm-run-all2": "6.2.0",
"prettier": "3.3.1",
"prettier": "3.3.2",
"ts-node": "10.9.2",
"typescript": "5.4.5",
"vitest": "1.6.0"
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -342,10 +342,10 @@
"@octokit/types" "^13.0.0"
universal-user-agent "^7.0.2"

"@octokit/graphql-schema@15.18.0":
version "15.18.0"
resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-15.18.0.tgz#5b72c9cf3984cd98e5e44b72b3fc9e2da5104310"
integrity sha512-XA2Qw0WrWs+0tvaVpXM4sLr9lGZAEQMyj1Ai4LhjRWtCZ1+bXegOLdY6P/Kx1UOPJ/4lrE2z/8RkOK6/5L1oTA==
"@octokit/graphql-schema@15.19.0":
version "15.19.0"
resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-15.19.0.tgz#e1e9b5c538a94718c5e0839ff276d0e16655745d"
integrity sha512-Xnsd/URiMref99+q7HmfL1NNRO/EGKt/Da5cw095xIdxAvvJLCdh0LFhRr6QPqps6h0ToARDWuja2DiAxddKtQ==
dependencies:
graphql "^16.0.0"
graphql-tag "^2.10.3"
@@ -2564,10 +2564,10 @@ prettier-linter-helpers@^1.0.0:
dependencies:
fast-diff "^1.1.2"

prettier@3.3.1:
version "3.3.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.1.tgz#e68935518dd90bb7ec4821ba970e68f8de16e1ac"
integrity sha512-7CAwy5dRsxs8PHXT3twixW9/OEll8MLE0VRPCJyl7CkS6VHGPSlsVaWTiASPTyGyYRyApxlaWTzwUxVNrhcwDg==
prettier@3.3.2:
version "3.3.2"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.2.tgz#03ff86dc7c835f2d2559ee76876a3914cec4a90a"
integrity sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==

pretty-format@^29.7.0:
version "29.7.0"
@@ -3197,10 +3197,10 @@ yallist@^4.0.0:
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==

yaml@2.4.3:
version "2.4.3"
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.4.3.tgz#0777516b8c7880bcaa0f426a5410e8d6b0be1f3d"
integrity sha512-sntgmxj8o7DE7g/Qi60cqpLBA3HG3STcDA0kO+WfB05jEKhZMbY7umNm2rBpQvsmZ16/lPXCJGW2672dgOUkrg==
yaml@2.4.5:
version "2.4.5"
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.4.5.tgz#60630b206dd6d84df97003d33fc1ddf6296cca5e"
integrity sha512-aBx2bnqDzVOyNKfsysjA2ms5ZlnjSAW2eG3/L5G/CSujfjLJTJsEw1bGw8kCf04KodQWk1pxlGnZ56CRxiawmg==

yargs-parser@^21.1.1:
version "21.1.1"