Commit 062e527
authored
chore(deps): update prototools toolchain (#521)
This PR contains the following updates:
| Package | Update | Change | OpenSSF |
|---|---|---|---|
| [gh](https://redirect.github.com/cli/cli) | minor | `2.95.0` →
`2.96.0` | [](https://securityscorecards.dev/viewer/?uri=github.com/cli/cli)
|
| [npm](https://docs.npmjs.com/)
([source](https://redirect.github.com/npm/cli)) | minor | `11.17.0` →
`11.18.0` | [](https://securityscorecards.dev/viewer/?uri=github.com/npm/cli)
|
---
### Release Notes
<details>
<summary>cli/cli (gh)</summary>
###
[`v2.96.0`](https://redirect.github.com/cli/cli/releases/tag/v2.96.0):
GitHub CLI 2.96.0
[Compare
Source](https://redirect.github.com/cli/cli/compare/v2.95.0...v2.96.0)
#### Security
A security vulnerability has been identified, and fixed, that could
allow command execution on a user's computer when connecting to a
malicious Codespace via `gh codespace jupyter`.
Users of `gh codespace jupyter` are advised to update gh to version
v2.96.0 as soon as possible.
For more information see:
<GHSA-8cg3-r6g9-fpg2>
#### Download release assets without authentication
`gh release download` now works against public repositories without
authentication, matching `gh extension install`. A token is still used
when one is present:
```shell
# Download assets from a public repository, no login required
gh release download v2.96.0 --repo cli/cli
```
#### What's Changed
##### ✨ Features
- Allow `gh release download` without authentication on public
repositories by [@​BagToad](https://redirect.github.com/BagToad)
in [#​13723](https://redirect.github.com/cli/cli/pull/13723)
- Detect additional third-party coding agents by
[@​BagToad](https://redirect.github.com/BagToad) in
[#​13722](https://redirect.github.com/cli/cli/pull/13722)
- Support `antigravity-cli` and `antigravity2.0` in `gh skill` by
[@​BagToad](https://redirect.github.com/BagToad) in
[#​13784](https://redirect.github.com/cli/cli/pull/13784)
##### 🐛 Fixes
- fix: show checks summary when all checks were cancelled by
[@​s3onghyun](https://redirect.github.com/s3onghyun) in
[#​13679](https://redirect.github.com/cli/cli/pull/13679)
- fix(skills): install universal agent to `~/.agents/skills` by
[@​toller892](https://redirect.github.com/toller892) in
[#​13681](https://redirect.github.com/cli/cli/pull/13681)
- fix(skills): honor `--dir` without agent prompt by
[@​happysnaker](https://redirect.github.com/happysnaker) in
[#​13766](https://redirect.github.com/cli/cli/pull/13766)
- Fix concurrent map writes in codespace port forwarding by
[@​williammartin](https://redirect.github.com/williammartin) in
[#​13313](https://redirect.github.com/cli/cli/pull/13313)
- Use `int64` for GitHub database IDs by
[@​williammartin](https://redirect.github.com/williammartin) in
[#​13403](https://redirect.github.com/cli/cli/pull/13403)
##### 📚 Docs & Chores
- Pin reusable triage workflows to a commit SHA by
[@​BagToad](https://redirect.github.com/BagToad) in
[#​13705](https://redirect.github.com/cli/cli/pull/13705)
- Add security disclosure guidance to `AGENTS.md` by
[@​BagToad](https://redirect.github.com/BagToad) in
[#​13720](https://redirect.github.com/cli/cli/pull/13720)
- Clarify `--clone` boolean flag behaviour in `gh repo fork` help by
[@​BagToad](https://redirect.github.com/BagToad) in
[#​13786](https://redirect.github.com/cli/cli/pull/13786)
- Fix flaky `TestHuhPrompterMultiSelectWithSearchPersistence` on slow
architectures by [@​pdostal](https://redirect.github.com/pdostal)
in [#​13675](https://redirect.github.com/cli/cli/pull/13675)
- docs(search): add examples for multiple qualifiers by
[@​happysnaker](https://redirect.github.com/happysnaker) in
[#​13756](https://redirect.github.com/cli/cli/pull/13756)
- docs: fix broken anchor link in release-process-deep-dive by
[@​patrickwehbe](https://redirect.github.com/patrickwehbe) in
[#​13688](https://redirect.github.com/cli/cli/pull/13688)
- docs: fix broken install command and link/grammar errors by
[@​patrickwehbe](https://redirect.github.com/patrickwehbe) in
[#​13690](https://redirect.github.com/cli/cli/pull/13690)
- docs: fix duplicated word in primer README by
[@​s3onghyun](https://redirect.github.com/s3onghyun) in
[#​13677](https://redirect.github.com/cli/cli/pull/13677)
##### 1 parent 9f21b80 commit 062e527
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments