chore(deps): update all non-major dependencies#500
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
chore(deps): update all non-major dependencies#500renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
Contributor
Author
|
e1c2d70 to
4ec0308
Compare
40e2ffe to
c692600
Compare
9d6ae17 to
57f613e
Compare
Collaborator
|
We need to upgrade golangci-lint first. |
bd6a741 to
010c82a
Compare
7ff37fd to
d58ef37
Compare
88a9b52 to
615d416
Compare
9f1bf83 to
6164102
Compare
da75872 to
f1925df
Compare
9f1b3a3 to
4d46fb6
Compare
ec29e8c to
9127c29
Compare
4e1eaef to
87f10fe
Compare
2b868a5 to
6ac7fd6
Compare
|
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. What Enabling Code Scanning Means:
For more information about GitHub Code Scanning, check out the documentation. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.86.0→2.89.0v1.12.1→v1.15.0v0.5.1→v0.5.2v1.3.4→v1.3.6v1.3.4→v1.3.6v0.12.18→v0.12.19v1.18.0→v1.18.5v0.0.20→v0.0.21v0.5.12→v0.5.151.24.5→1.26.21.24.5→1.26.21.24.x→1.26.xv0.42.0→v0.53.0v0.16.0→v0.20.0v0.38.0→v0.43.0v0.33.0→v0.42.00.148.1→0.152.21.46.0→1.49.0==3.0.2→==3.0.3==7.1.6→==7.2.23.7.1→3.20.33.13.2→3.14.30.10.0→0.11.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
cli/cli (gh)
v2.89.0: GitHub CLI 2.89.0gh agent-tasknow works on ghe.com tenanciesgh agent-taskcommands previously failed with401 Unauthorizedfor users on ghe.com tenancy hosts because the Copilot API URL was hardcoded. The URL is now resolved dynamically per host, sogh agent-taskworks correctly regardless of your GitHub hosting environment.Experimental new prompter
A new TUI-based prompter powered by charmbracelet/huh is available behind the
GH_EXPERIMENTAL_PROMPTERenvironment variable. This is an early preview — try it out and share feedback!gh issue createandgh issue transferno longer require extra token scopesgh issue createandgh issue transferpreviously fetched repository fields they didn't need, which could require additional token scopes. These commands now fetch only the minimal fields necessary for issue operations.What's Changed
✨ Features
gh pr create,gh issue create,gh issue edit: search-based assignee selection and login-based mutation on github.com by @BagToad in #13009GH_EXPERIMENTAL_PROMPTERby @BagToad in #12859🐛 Fixes
issue createandissue transferby @babakks in #12884📚 Docs & Chores
gh pr edit --add-reviewercan re-request reviews by @joshjohanning in #13021ApiActorsSupportedby @BagToad in #13025New Contributors
Full Changelog: v2.88.1...v2.89.0
v2.88.1: GitHub CLI 2.88.1Fix
prcommands failing withread:projectscope errorv2.88.0 introduced a regression where
prcommands would fail with the error:Previously, missing read:project scope was gracefully handled, and project data was silently skipped. A change inadvertently broke the error matching that enabled this graceful degradation. v2.88.1 reverts these changes so that
prcommands work correctly without requiring theread:projectscope.What's Changed
Full Changelog: cli/cli@v2.88.0...v2.88.1
v2.88.0: GitHub CLI 2.88.0ghgh pr createandgh pr editnow support Copilot Code Review as a reviewer. Request a review with--add-reviewer @​copilot, or select Copilot interactively from the searchable reviewer prompt.Create a pull request and request review from Copilot:
Edit a pull request and request review from Copilot:
Close issues as duplicates with
gh issue close --duplicate-ofYou can now close issues as duplicates and link to a duplicate issue directly from the CLI. The new
--duplicate-offlag accepts an issue number or URL and marks the closed issue as a duplicate of the referenced one. You can also use--reason duplicateto set the close reason without linking a specific issue.JSON support for
gh agent-taskgh agent-task listandgh agent-task viewnow support--json,--jq, and--templateflags, consistent with otherghcommands.What's Changed
✨ Features
gh pr create: login-based reviewer requests and search-based interactive selection by @BagToad in #12627gh pr viewandgh issue view: show friendly display names for all actors by @BagToad in #12854gh issue close: add--duplicate-offlag and duplicate reason by @tksohishi in #12811gh pr diff: add--excludeflag to filter files from diff output by @yuvrajangadsingh in #12655gh pr view/list: addchangeTypefield to files JSON output by @yuvrajangadsingh in #12657gh repo clone: add--no-upstreamflag by @4RH1T3CT0R7 in #12686gh repo edit: add--squash-merge-commit-messageflag by @yuvrajangadsingh in #12846gh browse: add--blameflag by @masonmcelvain in #11486gh agent-task list: add--jsonsupport by @maxbeizer in #12806gh agent-task view: add--jsonsupport by @maxbeizer in #12807gh copilot: setCOPILOT_GHenv var when launching Copilot CLI by @devm33 in #12821🐛 Fixes
gh project item-editerror when editing Draft Issue with only one (--title/--body) flag by @ManManavadaria in #12787owner/repoby @Copilot in #12836databaseIdalways being0in--jsonoutput by @srt32 in #12783--remoteflag used with repo argument by @majiayu000 in #12375gh issue view --commentsby @VishnuVV27 in #12652gh issue listby @LouisLau-art in #12623.git/configcorruption on repeatedissue develop --nameinvocation by @gunadhya in #12651📚 Docs & Chores
gh issue closehelp text by @BagToad in #12830prefixin Makefile by @scarf005 in #11714api/client.goand project queries by @yuvrajangadsingh in #12845StateReasonandStateReasonDuplicatefeature detection by @BagToad in #12838New Contributors
Full Changelog: cli/cli@v2.87.3...v2.88.0
v2.87.3: GitHub CLI 2.87.3What's Changed
Full Changelog: cli/cli@v2.87.2...v2.87.3
v2.87.2: GitHub CLI 2.87.2ℹ️ Note
This release was cut primarily to resolve a publishing issue. We recommend reviewing the v2.87.1 release notes for the complete set of latest features and fixes.
What's Changed
Full Changelog: cli/cli@v2.87.1...v2.87.2
v2.87.0: GitHub CLI 2.87.0gh workflow runimmediately returns workflow run URLOne of our most requested features - with the latest changes in GitHub API,
gh workflow runwill immediately print the created workflow run URL.Improved
gh auth loginexperience in VM/WSL environmentsWe have observed rare cases of time drift between the wall and monotonic clocks, mostly in WSL or VM environments, causing failures during polling for the OAuth token. This new release implements measures to account for such situations.
If you continue to experience
gh auth loginissues in WSL, please comment in #9370gh+ performance improvementsgh pr editnow supports Copilot Code Review as a reviewer. You can request a review from Copilot using the--add-reviewer @​copilotflag or interactively by selecting reviewers in the prompts.This release also introduces a new search experience for selecting reviewers and assignees in
gh pr edit. Instead of loading all collaborators and teams upfront, results are now fetched based on inputs to a new search option. Initial options are suggestions based on those involved with the pull request already.This experience will follow in
gh pr createandgh issuefor assignees in a later release.What's Changed
✨ Features
--queryflag toproject item-listby @williammartin in #12696--exit-statuswith--logand--log-failedinrun viewby @williammartin in #12679gh pr edit: Add support for Copilot as reviewer with search capability, performance and accessibility improvements by @BagToad in #12567gh pr edit: new interactive prompt for assignee selection, performance and accessibility improvements by @BagToad in #12526📚 Docs & Chores
gh release upload: Clarify--clobberflag deletes assets before re-uploading by @BagToad in #12711gh gist editcommand by @BagToad in #12710cli/oauthtov1.2.2by @babakks in #12573New Contributors
Full Changelog: cli/cli@v2.86.0...v2.87.0
alecthomas/kong (github.com/alecthomas/kong)
v1.15.0Compare Source
v1.14.0Compare Source
v1.13.0Compare Source
alecthomas/repr (github.com/alecthomas/repr)
v0.5.2Compare Source
antchfx/htmlquery (github.com/antchfx/htmlquery)
v1.3.6Compare Source
Update
github.com/antchfx/xpathfrom v1.3.5 to v1.3.6.v1.3.5Compare Source
Fix #75 (@zak-pawel)
Update
github.com/antchfx/xpathfrom v1.3.3 to v1.3.5antchfx/xpath (github.com/antchfx/xpath)
v1.3.6Compare Source
Merged PR:
last()predicate on grouped expr.Fixed:
v1.3.5Compare Source
Merged PR:
ancestor::axes with position predicate.Fixed:
string()function)itchyny/gojq (github.com/itchyny/gojq)
v0.12.19Compare Source
gsubandsubwhen the replacement emits multiple valuesfmax,fmin,modffunctions against NaN and infinitiesjoin/1to useadd/0implementation and handle null separatordelanddelpathson null to emit nullsignificandfunction against subnormal numbers--in cli flag parsing for jq compatibilityflatten/1to emit error when the depth is NaNsplits/2usingmatch/2for better jq compatibilityto_entriesandfrom_entriesin jq for simplicityklauspost/compress (github.com/klauspost/compress)
v1.18.5Compare Source
What's Changed
Full Changelog: klauspost/compress@v1.18.4...v1.18.5
v1.18.4Compare Source
What's Changed
New Contributors
Full Changelog: klauspost/compress@v1.18.2...v1.18.4
v1.18.3Compare Source
Downstream CVE-2025-61728
See golang/go#77102
Full Changelog: klauspost/compress@v1.18.2...v1.18.3
v1.18.2Compare Source
What's Changed
v1.18.1is marked "retracted" due to invalid flate/zip/gzip encoding.New Contributors
Full Changelog: klauspost/compress@v1.18.1...v1.18.2
v1.18.1Compare Source
What's Changed
New Contributors
Full Changelog: klauspost/compress@v1.18.0...v1.18.1
mattn/go-isatty (github.com/mattn/go-isatty)
v0.0.21Compare Source
ulikunitz/xz (github.com/ulikunitz/xz)
v0.5.15Compare Source
v0.5.14Compare Source
v0.5.13Compare Source
golang/go (go)
v1.26.2v1.26.1v1.26.0v1.25.7v1.25.6v1.25.5v1.25.4v1.25.3v1.25.2v1.25.1v1.25.0v1.24.13v1.24.12v1.24.11v1.24.10v1.24.9v1.24.8v1.24.7v1.24.6actions/go-versions (go)
v1.26.2: 1.26.2Compare Source
Go 1.26.2
v1.26.1: 1.26.1Compare Source
Go 1.26.1
v1.26.0: 1.26.0Compare Source
Go 1.26.0
v1.25.9: 1.25.9Compare Source
Go 1.25.9
v1.25.8: 1.25.8Compare Source
Go 1.25.8
v1.25.7: 1.25.7Compare Source
Go 1.25.7
v1.25.6: 1.25.6Compare Source
Go 1.25.6
v1.25.5: 1.25.5Compare Source
Go 1.25.5
v1.25.4: 1.25.4Compare Source
Go 1.25.4
v1.25.3: 1.25.3Compare Source
Go 1.25.3
v1.25.2: 1.25.2Compare Source
Go 1.25.2
v1.25.1: 1.25.1Compare Source
Go 1.25.1
v1.25.0: 1.25.0Compare Source
Go 1.25.0
gohugoio/hugo (hugo)
v0.152.2In
v0.152.0we tightened the source validation for file mounts. We always said that project mounts can mount with absolute file/directorynames, modules/themes are restricted to relative. Inv0.152.0we narrowed module/themes mounts to be local, which made the setup in the bug report listed below fail:One part of this is security. But the construct above is usually very odd (the project uses files in a theme/module, not the other way around) and not very portable. But the example above demonstrates a valid exception, that we now have added support for in a portable way. The above example now works as it did before
v0.152.0, but going forward you can also write:We now have the
node_modulesas a special case: For themes/modules we first check if the mounted source exists locally, if not we try relative to the project root.What's Changed
1c8c21e@jmooring #14086809ebe0@bep #1408908a0679@jordelverv0.152.1These fixes are are all related to the YAML library upgrade in v0.152.0.
e08278d@bep #14079df4f80d@bep #14081d4c7888@bep #1407929e2c2f@bep #140780579afc@bep #14074v0.152.0The big new thing and the motivation behind this release is the upgrade to a more modern YAML library in @goccy 's github.com/goccy/go-yaml. It's been a surprisingly long and winding road to get here. Note that this upgrade comes with some minor breaking changes, most notably that the old YAML 1.1 spec listed a set of strings that, when unquoted, were treated as boolean
trueorfalse. So if you're using any of the values in the table below as booleans, you need to adjust your YAML, but I suspect that fixing this very surprising behavior will fix more issues than it introduces. A big new thing with this new YAML library is the support for YAML anchors and aliases which helps to reduce duplication in e.g. your configuration. There are some examples in Hugo's release build configuration and in the [Hugo's CI release setup](https:/Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 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.