Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"test:integration": "vitest -c vitest.integration.config.ts"
},
"devDependencies": {
"@actions/github": "^6.0.0",
"@actions/github": "^9.0.0",
Copy link
Copy Markdown
Contributor Author

@ocavue ocavue May 19, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note for reviewers:

Update @actions/github to reduce the required trustPolicyExclude changes in pnpm-workspace.yaml. Since @actions/github is only a devDep, this won't affect users.

"@changesets/changelog-github": "^0.5.1",
"@changesets/cli": "^2.27.7",
"@graphql-codegen/cli": "^5.0.2",
Expand All @@ -68,9 +68,8 @@
"pino-pretty": "^11.2.2",
"prettier": "^3.3.3",
"publint": "^0.3.20",
"ts-node": "^10.9.2",
Copy link
Copy Markdown
Contributor Author

@ocavue ocavue May 19, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note for reviewers:

We not longer need ts-node.

"tsdown": "^0.22.0",
"typescript": "^5.3.3",
"typescript": "^6.0.3",
"vitest": "^4.1.5"
},
"files": [
Expand Down
Loading