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
614 changes: 468 additions & 146 deletions .pnp.cjs

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added .yarn/cache/fsevents-patch-7934e3c202-8.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
14 changes: 7 additions & 7 deletions dev/coverage-action/package-lock.json

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

2 changes: 1 addition & 1 deletion dev/coverage-action/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"@actions/core": "1.11.1",
"@actions/github": "6.0.1",
"lodash": "4.17.21",
"lodash": "4.17.23",
"luxon": "3.7.1"
}
}
384 changes: 124 additions & 260 deletions dev/del-old-packages/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/del-old-packages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@octokit/core": "^4.2.4",
"@octokit/core": "^7.0.6",
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot Feb 19, 2026

Choose a reason for hiding this comment

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

P2: @octokit/core v7 drops Node 18 support (requires Node 20+), but this tool’s README still targets Node 18.x. Updating to ^7.0.6 will break installs/runs on Node 18. Either keep @octokit/core on the latest 6.x release or update the tool’s Node requirement/runtime to 20+.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At dev/del-old-packages/package.json, line 13:

<comment>@octokit/core v7 drops Node 18 support (requires Node 20+), but this tool’s README still targets Node 18.x. Updating to ^7.0.6 will break installs/runs on Node 18. Either keep @octokit/core on the latest 6.x release or update the tool’s Node requirement/runtime to 20+.</comment>

<file context>
@@ -10,7 +10,7 @@
   "license": "ISC",
   "dependencies": {
-    "@octokit/core": "^4.2.4",
+    "@octokit/core": "^7.0.6",
     "luxon": "^3.4.4"
   }
</file context>
Suggested change
"@octokit/core": "^7.0.6",
"@octokit/core": "^6.1.6",
Fix with Cubic

"luxon": "^3.4.4"
}
}
Loading