📎 Add opencode and copilot deps on root package.json

This commit is contained in:
Andrey Antukh
2026-03-24 12:52:18 +01:00
parent 5d6eb3b3d6
commit 8729fed724
2 changed files with 150 additions and 31 deletions

View File

@@ -15,8 +15,9 @@
"fmt": "./scripts/fmt"
},
"devDependencies": {
"@github/copilot": "^1.0.2",
"@github/copilot": "^1.0.11",
"@types/node": "^20.12.7",
"esbuild": "^0.25.9"
"esbuild": "^0.25.9",
"opencode-ai": "^1.3.0"
}
}

176
pnpm-lock.yaml generated
View File

@@ -9,14 +9,17 @@ importers:
.:
devDependencies:
'@github/copilot':
specifier: ^1.0.2
version: 1.0.2
specifier: ^1.0.11
version: 1.0.11
'@types/node':
specifier: ^20.12.7
version: 20.19.37
esbuild:
specifier: ^0.25.9
version: 0.25.12
opencode-ai:
specifier: ^1.3.0
version: 1.3.0
packages:
@@ -176,44 +179,44 @@ packages:
cpu: [x64]
os: [win32]
'@github/copilot-darwin-arm64@1.0.2':
resolution: {integrity: sha512-dYoeaTidsphRXyMjvAgpjEbBV41ipICnXURrLFEiATcjC4IY6x2BqPOocrExBYW/Tz2VZvDw51iIZaf6GXrTmw==}
'@github/copilot-darwin-arm64@1.0.11':
resolution: {integrity: sha512-wdKimjtbsVeXqMqQSnGpGBPFEYHljxXNuWeH8EIJTNRgFpAsimcivsFgql3Twq4YOp0AxfsH36icG4IEen30mA==}
cpu: [arm64]
os: [darwin]
hasBin: true
'@github/copilot-darwin-x64@1.0.2':
resolution: {integrity: sha512-8+Z9dYigEfXf0wHl9c2tgFn8Cr6v4RAY8xTgHMI9mZInjQyxVeBXCxbE2VgzUtDUD3a705Ka2d8ZOz05aYtGsg==}
'@github/copilot-darwin-x64@1.0.11':
resolution: {integrity: sha512-VeuPv8rzBVGBB8uDwMEhcHBpldoKaq26yZ5YQm+G9Ka5QIF+1DMah8ZNRMVsTeNKkb1ji9G8vcuCsaPbnG3fKg==}
cpu: [x64]
os: [darwin]
hasBin: true
'@github/copilot-linux-arm64@1.0.2':
resolution: {integrity: sha512-ik0Y5aTXOFRPLFrNjZJdtfzkozYqYeJjVXGBAH3Pp1nFZRu/pxJnrnQ1HrqO/LEgQVbJzAjQmWEfMbXdQIxE4Q==}
'@github/copilot-linux-arm64@1.0.11':
resolution: {integrity: sha512-/d8p6RlFYKj1Va2hekFIcYNMHWagcEkaxgcllUNXSyQLnmEtXUkaWtz62VKGWE+n/UMkEwCB6vI2xEwPTlUNBQ==}
cpu: [arm64]
os: [linux]
hasBin: true
'@github/copilot-linux-x64@1.0.2':
resolution: {integrity: sha512-mHSPZjH4nU9rwbfwLxYJ7CQ90jK/Qu1v2CmvBCUPfmuGdVwrpGPHB5FrB+f+b0NEXjmemDWstk2zG53F7ppHfw==}
'@github/copilot-linux-x64@1.0.11':
resolution: {integrity: sha512-UujTRO3xkPFC1CybchBbCnaTEAG6JrH0etIst07JvfekMWgvRxbiCHQPpDPSzBCPiBcGu0gba0/IT+vUCORuIw==}
cpu: [x64]
os: [linux]
hasBin: true
'@github/copilot-win32-arm64@1.0.2':
resolution: {integrity: sha512-tLW2CY/vg0fYLp8EuiFhWIHBVzbFCDDpohxT/F/XyMAdTVSZLnopCcxQHv2BOu0CVGrYjlf7YOIwPfAKYml1FA==}
'@github/copilot-win32-arm64@1.0.11':
resolution: {integrity: sha512-EOW8HUM+EmnHEZEa+iUMl4pP1+2eZUk2XCbynYiMehwX9sidc4BxEHp2RuxADSzFPTieQEWzgjQmHWrtet8pQg==}
cpu: [arm64]
os: [win32]
hasBin: true
'@github/copilot-win32-x64@1.0.2':
resolution: {integrity: sha512-cFlc3xMkKKFRIYR00EEJ2XlYAemeh5EZHsGA8Ir2G0AH+DOevJbomdP1yyCC5gaK/7IyPkHX3sGie5sER2yPvQ==}
'@github/copilot-win32-x64@1.0.11':
resolution: {integrity: sha512-fKGkSNamzs3h9AbmswNvPYJBORCb2Y8CbusijU3C7fT3ohvqnHJwKo5iHhJXLOKZNOpFZgq9YKha410u9sIs6Q==}
cpu: [x64]
os: [win32]
hasBin: true
'@github/copilot@1.0.2':
resolution: {integrity: sha512-716SIZMYftldVcJay2uZOzsa9ROGGb2Mh2HnxbDxoisFsWNNgZlQXlV7A+PYoGsnAo2Zk/8e1i5SPTscGf2oww==}
'@github/copilot@1.0.11':
resolution: {integrity: sha512-cptVopko/tNKEXyBP174yBjHQBEwg6CqaKN2S0M3J+5LEB8u31bLL75ioOPd+5vubqBrA0liyTdcHeZ8UTRbmg==}
hasBin: true
'@types/node@20.19.37':
@@ -224,6 +227,70 @@ packages:
engines: {node: '>=18'}
hasBin: true
opencode-ai@1.3.0:
resolution: {integrity: sha512-il/dC3B55m5mZV2u72emfPqkZBTzrlZwqGI4Ds5Ld6kt2LTUzBZtKB8sOfy7Bmw2qIel0hLZdoKc8wxLjaXQDw==}
hasBin: true
opencode-darwin-arm64@1.3.0:
resolution: {integrity: sha512-OB+yl/BZkjQhnjjFc+KT57iqhPlXNq3E0oIcHHlGiG63L2LTY3zfi9OhzaoemL+or2CWnpCITUe91yTAddiSEQ==}
cpu: [arm64]
os: [darwin]
opencode-darwin-x64-baseline@1.3.0:
resolution: {integrity: sha512-Th5yiWOSDeEcjnKWhR8b267Uf8r+jwLFhv30JK4x07Zdmu3Jjjr6TdMvjLgEOv3PWmHf/1yYz22Xachb+QST0A==}
cpu: [x64]
os: [darwin]
opencode-darwin-x64@1.3.0:
resolution: {integrity: sha512-jivDUpmhzkT7WZp7pXVSb9fdnEVuhKBsnve/9fIkI/UFHxomiZ2NIaNRbHxG26PYT9a1IR4D5QvXBq623g2Mnw==}
cpu: [x64]
os: [darwin]
opencode-linux-arm64-musl@1.3.0:
resolution: {integrity: sha512-EmXBHyRSzWCnD/KDpaSi8ldgjOa+1t5c5tRASyL/lnbinsrZekxub3lI+oxRvKJXESKdgq9EP4gkp6t2fqGsFw==}
cpu: [arm64]
os: [linux]
opencode-linux-arm64@1.3.0:
resolution: {integrity: sha512-rWEEKo4oqgJ/zk670ywg6uhEPwbUIQCwYCeh+xJ3IlgPltQNiIjqUbzbRqAmEfI1Uj9DCdbZ2TUtHayRv8umKw==}
cpu: [arm64]
os: [linux]
opencode-linux-x64-baseline-musl@1.3.0:
resolution: {integrity: sha512-sb7LyPlf+5/t4pQ3whcHPVlb7R7SRY0Bgjgy55amEs3xRuKnC3BfSoj8CAoY50M/yVAbOj0haoxu4LFixljwNw==}
cpu: [x64]
os: [linux]
opencode-linux-x64-baseline@1.3.0:
resolution: {integrity: sha512-STZtcgGgeRlaFCmkk+mNm+01d02JCzCPvP9kWwNpRF6FBGTcFZ97MxEoGvk+7mEqMueImVQZOR21NiYN6anQhw==}
cpu: [x64]
os: [linux]
opencode-linux-x64-musl@1.3.0:
resolution: {integrity: sha512-Jc/EbYgqmT2J2WLPm7EQWBYfSqetWTrI4Ipc4KFrSB/LbM/7lfXkjpemjQaYNlDTVkvPXaUPFJUpisH64xZ+4g==}
cpu: [x64]
os: [linux]
opencode-linux-x64@1.3.0:
resolution: {integrity: sha512-U9aS0wl0uBDxXncqSYhYBDDQP2ZwiTiuJSLM6MgtFJTbUXuTZZCKmQ8p7C5/+Nxpl4sY5xK+ZaCJcS3k3WGN3g==}
cpu: [x64]
os: [linux]
opencode-windows-arm64@1.3.0:
resolution: {integrity: sha512-3iWo9lOctaWQ+8QHRKszINPTLjLtb0ztzedlvdY5HAiot9MUK/G5MHeskutxQ7sMvTACiAp02ey+Ml/f/jyf7Q==}
cpu: [arm64]
os: [win32]
opencode-windows-x64-baseline@1.3.0:
resolution: {integrity: sha512-pYuY+9LqPLB/GrlZQr67Cl8RlV6vcay4fW8L3TjabwJOinFMDX9OpNo+DkdKJW7YtPtHD78cXaNDEV8tv9Nx2A==}
cpu: [x64]
os: [win32]
opencode-windows-x64@1.3.0:
resolution: {integrity: sha512-iFd/6GwfM3jlI2tOb3f12m5ddDY8Ug2HiUU1xmxWJvDnbDBdftlHrzD5twlbIHnKoGvohepX8iWk+A/UN2cXKQ==}
cpu: [x64]
os: [win32]
undici-types@6.21.0:
resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==}
@@ -307,32 +374,32 @@ snapshots:
'@esbuild/win32-x64@0.25.12':
optional: true
'@github/copilot-darwin-arm64@1.0.2':
'@github/copilot-darwin-arm64@1.0.11':
optional: true
'@github/copilot-darwin-x64@1.0.2':
'@github/copilot-darwin-x64@1.0.11':
optional: true
'@github/copilot-linux-arm64@1.0.2':
'@github/copilot-linux-arm64@1.0.11':
optional: true
'@github/copilot-linux-x64@1.0.2':
'@github/copilot-linux-x64@1.0.11':
optional: true
'@github/copilot-win32-arm64@1.0.2':
'@github/copilot-win32-arm64@1.0.11':
optional: true
'@github/copilot-win32-x64@1.0.2':
'@github/copilot-win32-x64@1.0.11':
optional: true
'@github/copilot@1.0.2':
'@github/copilot@1.0.11':
optionalDependencies:
'@github/copilot-darwin-arm64': 1.0.2
'@github/copilot-darwin-x64': 1.0.2
'@github/copilot-linux-arm64': 1.0.2
'@github/copilot-linux-x64': 1.0.2
'@github/copilot-win32-arm64': 1.0.2
'@github/copilot-win32-x64': 1.0.2
'@github/copilot-darwin-arm64': 1.0.11
'@github/copilot-darwin-x64': 1.0.11
'@github/copilot-linux-arm64': 1.0.11
'@github/copilot-linux-x64': 1.0.11
'@github/copilot-win32-arm64': 1.0.11
'@github/copilot-win32-x64': 1.0.11
'@types/node@20.19.37':
dependencies:
@@ -367,4 +434,55 @@ snapshots:
'@esbuild/win32-ia32': 0.25.12
'@esbuild/win32-x64': 0.25.12
opencode-ai@1.3.0:
optionalDependencies:
opencode-darwin-arm64: 1.3.0
opencode-darwin-x64: 1.3.0
opencode-darwin-x64-baseline: 1.3.0
opencode-linux-arm64: 1.3.0
opencode-linux-arm64-musl: 1.3.0
opencode-linux-x64: 1.3.0
opencode-linux-x64-baseline: 1.3.0
opencode-linux-x64-baseline-musl: 1.3.0
opencode-linux-x64-musl: 1.3.0
opencode-windows-arm64: 1.3.0
opencode-windows-x64: 1.3.0
opencode-windows-x64-baseline: 1.3.0
opencode-darwin-arm64@1.3.0:
optional: true
opencode-darwin-x64-baseline@1.3.0:
optional: true
opencode-darwin-x64@1.3.0:
optional: true
opencode-linux-arm64-musl@1.3.0:
optional: true
opencode-linux-arm64@1.3.0:
optional: true
opencode-linux-x64-baseline-musl@1.3.0:
optional: true
opencode-linux-x64-baseline@1.3.0:
optional: true
opencode-linux-x64-musl@1.3.0:
optional: true
opencode-linux-x64@1.3.0:
optional: true
opencode-windows-arm64@1.3.0:
optional: true
opencode-windows-x64-baseline@1.3.0:
optional: true
opencode-windows-x64@1.3.0:
optional: true
undici-types@6.21.0: {}