chore(deps): update all dependencies#69
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Greptile SummaryBumps the
Confidence Score: 5/5This is a single-line patch bump to the package manager version with a verified integrity hash — no application logic is touched. The only change is updating the No files require special attention. Important Files Changed
Reviews (1): Last reviewed commit: "chore(deps): update pnpm to v11.0.9" | Re-trigger Greptile |
3ab57c0 to
577b53d
Compare
32522fa to
b85bcd5
Compare
00d9da8 to
db5f0ab
Compare
db5f0ab to
5ed2bcd
Compare
0f2212c to
4caf698
Compare
aa7baf4 to
de2acdb
Compare
dff2d4d to
f3c196b
Compare
12e2980 to
1272663
Compare
This PR contains the following updates:
v4.1.0→v4.1.1v4.2.0v5.0.5→v5.1.0v6.0.2→v6.0.30.70.0→0.72.02.92.0→2.96.01.46.1→1.48.04.53.2→4.53.31.24.1→1.26.11.27.0v6.0.0→v6.0.2v4.35.4→v4.37.0v4.37.1v2026.5.3→v2026.7.5v2026.7.7(+1)v4.0.1→v4.2.0v4.2.111.0.8+sha512.4c4097e1dd2d42372c4e7fa5a791ff28fc75a484c7ac192e64b1df0fdef17594ba982f9b4fed9adfb3c757846f565b799b2763fb3733d1de1bcb82cf46684912→11.11.011.15.1(+3)v0.5.3→v0.5.7v0.6.0Release Notes
actions/attest (actions/attest)
v4.1.1Compare Source
What's Changed
Full Changelog: actions/attest@v4.1.0...v4.1.1
actions/cache (actions/cache)
v5.1.0Compare Source
What's Changed
Full Changelog: actions/cache@v5...v5.1.0
actions/checkout (actions/checkout)
v6.0.3Compare Source
aquasecurity/trivy (aqua:aquasecurity/trivy)
v0.72.0Compare Source
⚡ Highlights ⚡
👉 https://redirect.github.com/aquasecurity/trivy/discussions/10907
Changelog
https://github.com/aquasecurity/trivy/blob/main/CHANGELOG.md#0720-2026-06-30
v0.71.2Compare Source
Changelog
055a5c8release: v0.71.2 [release/v0.71] (#10871)875328afix(deps): bump alpine to 3.24.1 [backport: release/v0.71] (#10870)998f7b3chore(deps): bump the common group with 4 updates [backport: release/v0.71] (#10867)v0.71.1Compare Source
Changelog
164b383release: v0.71.1 [release/v0.71] (#10818)a72d9a4fix(oci): validate artifact filename3dd9847fix: forward ospkg detector options through ospkg.NewScanner [backport: release/v0.71] (#10825)a62cbe4fix(vex): load VEX documents from within the repository directory [backport: release/v0.71] (#10821)43d1d26fix: surface the original analysis error instead of context cancellation [backport: release/v0.71] (#10812)ac7696cci: expect GitHub App bot as backport PR author [backport: release/v0.71] (#10815)v0.71.0Compare Source
⚡ Highlights ⚡
👉 https://redirect.github.com/aquasecurity/trivy/discussions/10767
Changelog
https://github.com/aquasecurity/trivy/blob/main/CHANGELOG.md#0710-2026-06-01
cli/cli (aqua:cli/cli)
v2.96.0: GitHub CLI 2.96.0Compare Source
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 jupyterare 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 downloadnow works against public repositories without authentication, matchinggh extension install. A token is still used when one is present:# Download assets from a public repository, no login required gh release download v2.96.0 --repo cli/cliWhat's Changed
✨ Features
gh release downloadwithout authentication on public repositories by @BagToad in #13723antigravity-cliandantigravity2.0ingh skillby @BagToad in #13784🐛 Fixes
~/.agents/skillsby @toller892 in #13681--dirwithout agent prompt by @happysnaker in #13766int64for GitHub database IDs by @williammartin in #13403📚 Docs & Chores
AGENTS.mdby @BagToad in #13720--cloneboolean flag behaviour ingh repo forkhelp by @BagToad in #13786TestHuhPrompterMultiSelectWithSearchPersistenceon slow architectures by @pdostal in #13675New Contributors
Full Changelog: cli/cli@v2.95.0...v2.96.0
v2.95.0: GitHub CLI 2.95.0Compare Source
Read repository files and directories with
gh repo read-fileandgh repo read-dirTwo new preview commands read repository contents without cloning:
Both commands default to the repository's default branch, accept
--refto target any branch, tag, or commit, and support--json,--jq, and--templatefor scripting. This makes it easy for agents and automation to inspect a repo without a full checkout.What's Changed
✨ Features
repo read-fileandrepo read-dirby @babakks in #13580🐛 Fixes
📚 Docs & Chores
Full Changelog: cli/cli@v2.94.0...v2.95.0
v2.94.0: GitHub CLI 2.94.0Compare Source
Issue types, sub-issues, and relationships in
gh issueThis release brings GitHub's advanced issue features to
gh issue create,edit,view, andlist. You can set and view an issue's type, organize work with sub-issues, and track blocked-by and blocking relationships without leaving the command line:Issue types and sub-issues are available on GitHub.com and GHES 3.17+; relationships require GHES 3.19+.
Manage discussions with
gh discussionThis release introduces the
discussioncommand set for working with GitHub Discussions ingh:Run
gh discussion --helpfor more information.Equip your agents with new
ghfeaturesTeach your agents how to leverage new GitHub CLI features on release day by installing the
ghskill:What's Changed
✨ Features
gh discussioncommand set (list,view,create,edit) as a preview by @babakks and @maxbeizer in #13541gh discussion commentto comment on and reply to discussions by @babakks in #13620gh skill listto inventory installed agent skills by @tommaso-moro in #13418--allflag togh skill installto install every skill in a repository by @tommaso-moro in #13471gh skill update --allby @tommaso-moro in #13469gh extension uninstalltogh extension removeby @BagToad in #13599🐛 Fixes
📚 Docs & Chores
gh discussionand Issues 2.0 reference to theghskill, plus a README note by @BagToad in #13631Full Changelog: cli/cli@v2.93.0...v2.94.0
v2.93.0: GitHub CLI 2.93.0Compare Source
Security
A security vulnerability has been identified, and fixed, that would incorrectly include authorization header in API requests to TUF repository mirrors via
gh attestation,gh release verify, andgh release verify-assetcommands.Users are advised to update
ghto versionv2.93.0as soon as possible.For more information see: GHSA-8xvp-7hj6-mcj9
Support agents in
gh secretcommand setThe
gh secretcommand set can now set agent secrets. For more information, see "Configuring secrets and variables for Copilot cloud agent".What's Changed
✨ Features
🐛 Fixes
gh auth refreshfor 401 returns by @333fred in #13068📚 Docs & Chores
gh copilottelemetry sampling to 100% by @williammartin in #13362New Contributors
Full Changelog: cli/cli@v2.92.0...v2.93.0
crate-ci/typos (aqua:crate-ci/typos)
v1.48.0Compare Source
Features
v1.47.2Compare Source
Fixes
inferrableinferiblevariantv1.47.1Compare Source
Fixes
requestorsv1.47.0Compare Source
Features
v1.46.3Compare Source
Fixes
sequentialssubdolderv1.46.2Compare Source
Fixes
criteriasreplaceablesv1.46.1Compare Source
Fixes
confidentialsmikefarah/yq (aqua:mikefarah/yq)
v4.53.3Compare Source
--ini-preserve-quotesflag for INI round-trip quote preservation (#2728) Thanks @toller892!zizmorcore/zizmor (aqua:zizmorcore/zizmor)
v1.26.1Compare Source
This is a small corrective release for 1.26.0.
v1.26.0Compare Source
New Features 🌈🔗
New audit: typosquat-uses detects uses: clauses that reference likely typoed actions (#1985)
Many thanks to @andrew for proposing and implementing this improvement!
New audit: unsound-ternary detects pseudo-ternary expressions that don't evaluate as expected (#2085)
Many thanks to @terror for proposing and implementing this improvement!
New audit: adhoc-packages detects run: steps that install packages in an ad-hoc manner (#2061)
Many thanks to @connorshea for proposing and implementing this improvement!
Enhancements 🌱🔗
The cache-poisoning audit now detects additional cache disablement heuristics (#2053)
The known-vulnerable-actions audit is now configurable. See the configuration documentation for details (#2084)
The excessive-permissions audit is now aware of the code-quality permission (#2088)
The unpinned-uses audit's auto-fix now uses the fully qualified version tag (e.g. # v6.0.2) when fixing a major-version ref (e.g. @v6) (#2127)
Performance Improvements 🚄🔗
Most online audits are significantly faster, thanks to more precise retry handling (#2036)
Bug Fixes 🐛🔗
Fixed a bug where zizmor's LSP would not recognize dependabot.yaml files in its default configuration (#2026)
Many thanks to @fionn for implementing this fix!
Fixed a bug where ref-version-mismatch would fail to fully match some version comments (#2040)
Fixed a bug where dependabot-cooldown would fail to honor the user's configured days when performing autofixes (#2055)
Steps and jobs gated by statically-false if: conditions (e.g. if: false, if: ${{ false }}) are now skipped during auditing, since they cannot execute (#2059, #2069)
Fixed a bug where ref-version-mismatch would fail to identify some valid version comments (#2073)
Fixed a bug where unpinned-images would incorrectly flag empty matrix expansions as unpinned container image references (#2102)
Fixed a bug where unpinned-images would incorrectly flag some matrix expansions as unpinned (#2098)
The SARIF (--format=sarif) and GitHub Annotations (--format=github) output formats now provide more correct/useful paths, particularly when the user provides a relative path as input to zizmor rather than zizmor . (#1748, #2095)
Changes⚠️ 🔗
The impostor-commit audit no longer suggests auto-fixes, to avoid incorrectly minimizing the amount of manual remediation work needed (#2054)
The JSON and SARIF outputs no longer contain a misleading prefix key (#2095)
v1.25.2Compare Source
Bug Fixes 🐛🔗
v1.25.1Compare Source
Bug Fixes 🐛🔗
Fixed a bug where the cache-poisoning audit would fail to consider release events as exempt from cache usage findings when filtered by a tag condition (#2004)
Fixed a typo when suggesting --fix flags for findings (#2010)
Many thanks to @0xdea for implementing this fix!
Fixed a typo in unpinned-tools annotations (#2008)
Many thanks to @martincostello for implementing this fix!
Fixed a bug where the github-app audit would incorrectly flag some safe uses of actions/create-github-app-token as unsafe (#2011)
v1.25.0Compare Source
New Features 🌈🔗
zizmor's finding severities can now be remapped on a per-audit basis. See the configuration for details (#1913)
Many thanks to @Proximyst for proposing and implementing this improvement!
New audit: github-app detects dangerous usages of GitHub App installation tokens (#1926)
New audit: [unpinned-tools] detects actions that install tools without pinning to a specific version (#1820)
zizmor now accepts the --no-ignores flag to disable all ignore comments and configurations when reporting findings (#1935)
zizmor's LSP now honors the --persona flag on the CLI (#1943)
zizmor is now aware of Docker-based action definitions, in addition to the pre-existing support for "composite" actions (#1965)
Enhancements🔗
Recommend gh issue edit --add-label / gh pr edit --add-label as a replacement for actions-ecosystem/action-add-labels in superfluous-actions
Recommend gh issue edit --remove-label / gh pr edit --remove-label as a replacement for actions-ecosystem/action-remove-labels in superfluous-actions
Recommend jq as a replacement for sergeysova/jq-action in superfluous-actions
Recommend git add, git commit, and git push as a replacement for stefanzweifel/git-auto-commit-action in superfluous-actions
Recommend git add, git commit, and git push as a replacement for EndBug/add-and-commit in superfluous-actions
tibdex/github-app-token is now recognized as an archived action by archived-uses (#1910)
The [dangerous-triggers] audit now explicitly exempts workflows that only invoke actions/labeler (#1956)
The unpinned-images audit now detects unpinned image references in Docker-based action definitions (#1965)
zizmor's SARIF output now provides slightly more detailed finding messages (#1972)
The archived-uses audit now detects more archived actions (#1978)
deno is now recognized as a package-ecosystem in dependabot.yml (#1991)
Performance Improvements 🚄🔗
The impostor-commit audit is now significantly faster (in addition to being more correct) when the user has pinned their action to a tag SHA instead of a commit SHA (#1998)
Bug Fixes 🐛🔗
Fixed a crash in the template-injection audit when a workflow uses a parenthesized compound expression in context position (#1904)
Fixed a bug where local directory input collection could miss workflows for relative-path invocations from within .github subdirectories (#1909)
Fixed a bug where the unpinned-images audit would miss images defined in container:
clauses (#1944)
Fixed a bug where inline ignore comments could not be easily applied to superfluous-actions findings (#1945)
Fixed a bug where the cache-poisoning audit would fail to detect some release trigger
Configuration
📅 Schedule: (in timezone UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.