Skip to content

Commit

Permalink
deps: update yarn and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed Feb 14, 2025
1 parent cc25a0a commit c13d188
Show file tree
Hide file tree
Showing 8 changed files with 1,328 additions and 922 deletions.
574 changes: 287 additions & 287 deletions .yarn/releases/yarn-4.5.3.cjs → .yarn/releases/yarn-4.6.0.cjs

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
yarnPath: .yarn/releases/yarn-4.5.3.cjs
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.6.0.cjs
767 changes: 552 additions & 215 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

27 changes: 27 additions & 0 deletions dist/licenses.txt

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

1 change: 1 addition & 0 deletions dist/sourcemap-register.js

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,26 +24,26 @@
],
"author": "[email protected]",
"license": "MIT",
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"type": "module",
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.0",
"@octokit/core": "^6.1.2",
"@octokit/plugin-throttling": "^9.3.2",
"@octokit/rest": "^21.0.2",
"@octokit/core": "^6.1.4",
"@octokit/plugin-throttling": "^9.4.0",
"@octokit/rest": "^21.1.0",
"@probot/octokit-plugin-config": "^3.0.2",
"@total-typescript/ts-reset": "^0.6.1",
"zod": "^3.23.8"
"zod": "^3.24.2"
},
"devDependencies": {
"@types/node": "^22.7.5",
"@vercel/ncc": "^0.38.2",
"@vitest/coverage-v8": "^2.1.2",
"@types/node": "^22.13.4",
"@vercel/ncc": "^0.38.3",
"@vitest/coverage-v8": "^3.0.5",
"js-yaml": "^4.1.0",
"prettier": "^3.3.3",
"prettier": "^3.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"vitest": "^2.1.2"
"typescript": "^5.7.3",
"vitest": "^3.0.5"
}
}
Loading

0 comments on commit c13d188

Please sign in to comment.