Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/local-actions/labels-sync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"@actions/core": "3.0.1",
"@actions/github": "9.1.1",
"@octokit/rest": "22.0.1",
"@octokit/types": "17.0.0",
"@octokit/types": "18.0.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

high

Updating @octokit/types to 18.0.0 while @octokit/rest is still locked to @octokit/types 17.0.0 will cause TypeScript type mismatches. It is recommended to keep @octokit/types at 17.0.0 to maintain compatibility.

Suggested change
"@octokit/types": "18.0.0",
"@octokit/types": "17.0.0",

"@types/node": "24.13.3"
}
}
2 changes: 1 addition & 1 deletion .github/local-actions/lock-closed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"@actions/core": "3.0.1",
"@actions/github": "9.1.1",
"@octokit/rest": "22.0.1",
"@octokit/types": "17.0.0",
"@octokit/types": "18.0.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

high

Updating @octokit/types to 18.0.0 while @octokit/rest is still locked to @octokit/types 17.0.0 will cause TypeScript type mismatches. It is recommended to keep @octokit/types at 17.0.0 to maintain compatibility.

Suggested change
"@octokit/types": "18.0.0",
"@octokit/types": "17.0.0",

"@types/node": "24.13.3"
}
}
2 changes: 1 addition & 1 deletion github-actions/labeling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@types/node": "24.13.3",
"micromatch": "^4.0.8",
"typed-graphqlify": "3.1.6",
"@octokit/openapi-types": "28.0.0",
"@octokit/openapi-types": "29.0.1",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

high

Updating @octokit/openapi-types to 29.0.1 while the rest of the Octokit ecosystem in this project depends on 28.0.0 can lead to type mismatches. It is recommended to keep @octokit/openapi-types at 28.0.0 for compatibility.

Suggested change
"@octokit/openapi-types": "29.0.1",
"@octokit/openapi-types": "28.0.0",

"jasmine": "6.3.0"
}
}
2 changes: 1 addition & 1 deletion github-actions/org-file-sync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@actions/core": "3.0.1",
"@actions/github": "9.1.1",
"@octokit/rest": "22.0.1",
"@octokit/types": "17.0.0",
"@octokit/types": "18.0.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

high

Updating @octokit/types to 18.0.0 while @octokit/rest is still locked to @octokit/types 17.0.0 will cause TypeScript type mismatches. It is recommended to keep @octokit/types at 17.0.0 to maintain compatibility.

Suggested change
"@octokit/types": "18.0.0",
"@octokit/types": "17.0.0",

"@types/node": "24.13.3",
"typed-graphqlify": "3.1.6"
}
Expand Down
2 changes: 1 addition & 1 deletion github-actions/unified-status-check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@actions/github": "9.1.1",
"@octokit/graphql-schema": "15.26.1",
"@octokit/rest": "22.0.1",
"@octokit/types": "17.0.0",
"@octokit/types": "18.0.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

high

Updating @octokit/types to 18.0.0 while @octokit/rest is still locked to @octokit/types 17.0.0 will cause TypeScript type mismatches. It is recommended to keep @octokit/types at 17.0.0 to maintain compatibility.

Suggested change
"@octokit/types": "18.0.0",
"@octokit/types": "17.0.0",

"@types/node": "24.13.3",
"typed-graphqlify": "3.1.6"
}
Expand Down
4 changes: 2 additions & 2 deletions ng-dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
"@octokit/core": "7.0.7",
"@octokit/graphql-schema": "15.26.1",
"@octokit/graphql": "9.0.4",
"@octokit/openapi-types": "28.0.0",
"@octokit/openapi-types": "29.0.1",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

high

Updating @octokit/openapi-types to 29.0.1 while @octokit/types is kept at 17.0.0 (which depends on @octokit/openapi-types 28.0.0) will cause type mismatches. It is recommended to keep @octokit/openapi-types at 28.0.0 to maintain compatibility with the rest of the Octokit ecosystem.

Suggested change
"@octokit/openapi-types": "29.0.1",
"@octokit/openapi-types": "28.0.0",

"@octokit/plugin-paginate-rest": "15.0.0",
"@octokit/plugin-rest-endpoint-methods": "18.0.0",
"@octokit/request-error": "7.1.1",
"@octokit/rest": "22.0.1",
"@octokit/types": "17.0.0",
"@octokit/types": "18.0.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

high

Updating @octokit/types to 18.0.0 while other Octokit packages (such as @octokit/rest and @octokit/plugin-rest-endpoint-methods) are still locked to @octokit/types 17.0.0 will introduce duplicate type definitions and cause TypeScript compilation errors due to type mismatches. It is recommended to keep @octokit/types at 17.0.0 until the rest of the Octokit ecosystem in this project is updated to support v18.

Suggested change
"@octokit/types": "18.0.0",
"@octokit/types": "17.0.0",

"@pnpm/dependency-path": "1001.1.10",
"@types/cli-progress": "3.11.6",
"@types/ejs": "3.1.5",
Expand Down
40 changes: 26 additions & 14 deletions pnpm-lock.yaml

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

Loading