chore(deps): update dependencies - #39256
Open
GiteaBot wants to merge 1 commit into
Open
Conversation
Collaborator
Author
|
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:
6.7.1→6.7.26.7.1→6.7.26.7.4(+1)6.43.9→6.43.106.43.112.0.1→2.1.026.3.0→26.4.18.68.0→8.69.0v2.17.1→v3.0.1v3.0.2v4.2.0→v4.3.073.0.0→74.0.0v1.12.0→v1.13.0v1.19.38→v1.20.2v1.20.3v1.38.3→v1.41.0v1.42.0v0.147.0→v0.149.0v0.17.4→v0.18.0v2.13.1→v2.13.2v89.0.0→v90.0.0v91.0.0v1.8.5→v2.0.0v2.0.1v2.59.1→v2.61.0v2.64.0(+2)17.11.0→17.12.05.4.0→5.4.10.18.4→0.18.50.18.7(+1)9.4.0→9.5.0v1.57.0→v1.58.011.24.0→12.2.112.3.4(+4)v46.2.4→v46.2.5v46.2.61.0.11→1.0.128.68.0→8.69.03.5.41→3.5.42==1.29.0→==1.30.0Release Notes
eslint/json (@eslint/json)
v2.1.0Compare Source
Features
no-unsafe-values(#267) (8d76ca7)Bug Fixes
JSONLanguageOptions(#271) (7046bd8)typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.69.0Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
crowdin/github-action (crowdin/github-action)
v3.0.1Compare Source
What's Changed
Full Changelog: crowdin/github-action@v3.0.0...v3.0.1
v3.0.0Compare Source
Crowdin GitHub Action v3 runs on Crowdin CLI 5 🚀 - a complete rewrite that starts instantly and no longer requires Java. Your workflows,
crowdin.ymlconfiguration, and exit codes stay the same, so most setups upgrade with a one-line change:Breaking changes
Only relevant if you pass custom CLI arguments via the
command,command_args, or other*_argsinputs:pre-translateis nowauto-translate(no alias);--translate-untranslated-onlywas removed - use--scope.--plainwas removed - use--output plain.--auto-update;--no-auto-updatestays) - defaults are unchanged, simply drop them.v3Compare Source
docker/setup-qemu-action (docker/setup-qemu-action)
v4.3.0Compare Source
Full Changelog: docker/setup-qemu-action@v4.2.0...v4.3.0
sindresorhus/eslint-plugin-unicorn (eslint-plugin-unicorn)
v74.0.0Compare Source
Improvements
4ff2eabcomment-content: Handle JSDoc syntax (#3616)bf7dca2consistent-arrow-return-style: Fix indentation andinoperator handling (#3621)398606cconsistent-boolean-name: Support possibly async boolean callbacks (#3624)823bb1fcustom-error-definition: Avoid requiring nativeErrorOptionsfor custom bases (#3617)96fd371custom-error-definition: Support TypeScript parameter properties (#3619)872fd55expiring-todo-comments: Add YAML support (#3625)e437f23name-replacements: AllowProcessEnvtype (#3608)2e19a94no-array-fill-with-reference-type: Ignore canvas contexts (#3635)d7f5fa1no-empty-file: Add YAML support (#3627)043a523no-nonstandard-builtin-properties: Support stage 4 proposals (#3631)0a24d74no-unnecessary-splice: Fix false positives when the return value is used (#3611)cc58720no-useless-else: Fix false positive in mutable branch conditions (#3612)725e535prefer-default-parameters: Support logical assignment operators (#3629)8eb0897PuerkitoBio/goquery (github.com/PuerkitoBio/goquery)
v1.13.0Compare Source
Performance improvements and new top-level
goquery.Textfunction to extract text from a selection with more control than thesel.Textjquery-like method.getkin/kin-openapi (github.com/getkin/kin-openapi)
v0.149.0Compare Source
What's Changed
Full Changelog: getkin/kin-openapi@v0.148.0...v0.149.0
v0.148.0Compare Source
What's Changed
New Contributors
Full Changelog: getkin/kin-openapi@v0.147.0...v0.148.0
go-webauthn/webauthn (github.com/go-webauthn/webauthn)
v0.18.0Compare Source
This release is a fairly major milestone in the development of this library. It has quite a few breaking changes but has
added support for most if not all of the extension requirements natively, and adds formal support for Post-Quantum
Cryptography with support for ML-DSA-44, ML-DSA-65, and ML-DSA-87 when used with go 1.27.
Details on the migration requirements for this version can be found int MIGRATION.md as they are substantial between
ths version and prior versions.
Bug Fixes
Features
BREAKING CHANGES
rejected, so a Config carrying one now fails validation.
longer substitutes SHA-256 for an unregistered algorithm. Callers must
handle the second value.
other than -8 or -19 no longer parses, failing the assertion rather than
verifying with
Ed25519.RegistrationOptionandLoginOptionnow return an error, so any option implemented outside this module must be adjusted, andWithExtensionsandWithAssertionExtensionsaccept extension options in place of a map.protocol.AuthenticationExtensionsandprotocol.AuthenticationExtensionsClientOutputsare structs rather thanmap[string]any,protocol.Extensionsis removed, andParsedPublicKeyCredential.GetAppIDtakes aprotocol.SessionExtensions.SessionData.Extensionschanges both its type and its encoded representation, so a session persisted by an earlier version cannot be decoded by this one, and a client extension output the Relying Party did not request now fails the ceremony unlessConfig.ExtensionsUnsolicitedOutputPolicysays otherwise.set of acceptable current statuses rather than a set which must all appear
somewhere in the report history.
golangci/golangci-lint (github.com/golangci/golangci-lint/v2)
v2.13.2Compare Source
Released on 2026-08-28
iface: from 1.5.0 to 1.5.1staticcheck: from 0.8.0 to 0.8.1unparam: from3f964bcto2fa3d84canonicalheader: from v1.1.2 to a temporary forkgoogle/go-github (github.com/google/go-github/v89)
v90.0.0Compare Source
This release contains the following breaking API changes:
UpdateConnectedExternalGrouprequest body by value via newUpdateConnectedExternalGroupRequest(#4425)BREAKING CHANGE:
TeamsService.UpdateConnectedExternalGroupnow takesUpdateConnectedExternalGroupRequest(with non-pointerGroupID) by value.PullRequestReviewDismissalRequesttoPullRequestDismissReviewRequest, addPullRequestSubmitReviewRequest, and pass review request bodies by value (#4406)BREAKING CHANGE:
PullRequestReviewDismissalRequestis nowPullRequestDismissReviewRequestwith non-pointerMessageandPullRequestsService.DismissReviewtakes it by value;PullRequestsService.SubmitReviewnow takes a newPullRequestSubmitReviewRequest.CreateOrUpdateCustomRepoRoleOptionsintoCreateCustomRepoRoleRequestandUpdateCustomRepoRoleRequestand pass by value (#4401)BREAKING CHANGE:
CreateOrUpdateCustomRepoRoleOptionsis split intoCreateCustomRepoRoleRequest(with non-pointerNameandBaseRole) andUpdateCustomRepoRoleRequest;OrganizationsService.CreateCustomRepoRoleandUpdateCustomRepoRolenow take these request types by value.EditLabeltoUpdateLabel, SplitLabelintoCreateLabelRequest&UpdateLabelRequestand pass by value (#4400)BREAKING CHANGE:
IssuesService.CreateLabelnow takesCreateLabelRequestby value (with required non-pointerName);IssuesService.EditLabelrenamed toUpdateLabel, taking anUpdateLabelRequestby value.AutolinkOptionstoCreateAutolinkRequest,AddAutolinktoCreateAutolink, and pass the body by value (#4399)BREAKING CHANGE:
AutolinkOptionsis nowCreateAutolinkRequestwith non-pointerKeyPrefixandURLTemplate;RepositoriesService.AddAutolinkis nowCreateAutolinkand passesbodyby value.IssueRequestintoCreateIssueRequest&UpdateIssueRequestand pass by value (#4396)BREAKING CHANGE:
IssueService.Editis renamed toIssueService.Update.NewPullRequesttoCreatePullRequestand pass it by value (#4395)BREAKING CHANGE:
NewPullRequestis renamed toCreatePullRequest,PullRequests.Createnow takes it by value, andCreatePullRequest.HeadandCreatePullRequest.Baseare nowstring.SarifAnalysisby value (#4394)BREAKING CHANGE:
CodeScanningService.UploadSarifnow takesbodyby value and its required fields are no longer pointers.CreateDeploymentBranchPolicyRequestandUpdateDeploymentBranchPolicyRequestby value (#4382)BREAKING CHANGE:
RepositoriesService.CreateDeploymentBranchPolicyandUpdateDeploymentBranchPolicynow takebodyby value and the requiredNamefield is of typestring.TemplateRepoRequestby value inRepositories.CreateFromTemplate(#4378)BREAKING CHANGE:
RepositoriesService.CreateFromTemplatenow passesbodyby value andNameis now required and passed by value.RepositoryMergeRequestandRepoMergeUpstreamRequestby value (#4372)BREAKING CHANGE:
RepositoriesService.MergeandRepositoriesService.MergeUpstreamnow passbodyby value and required struct fields are now values.BREAKING CHANGE:
DependabotServicemethods involving secrets have new params and return values....and the following additional changes:
MetaService.ListAPIVersions(#4422)DeleteCodeQLDatabasefor code scanning (#4421)Stackfield toPullRequestfor stacked pull requests (#4423)search_typesupport to issue search (#4414)yuin/goldmark (github.com/yuin/goldmark)
v2.0.0Compare Source
v1.8.6Compare Source
gitlab-org/api/client-go (gitlab.com/gitlab-org/api/client-go/v2)
v2.61.0Compare Source
2.61.0
🚀 Features
🔄 Other Changes
2.61.0 (2026-08-31)
Bug Fixes
Features
v2.60.0Compare Source
2.60.0
🚀 Features
2.60.0 (2026-08-26)
Features
sindresorhus/globals (globals)
v17.12.0Compare Source
50a2119__webpack_layer__global (#351)779a11anodeca/js-yaml (js-yaml)
v5.4.1Compare Source
Changed
Security
maxTotalMergeKeysto limitCPU usage, #797.
KaTeX/KaTeX (katex)
v0.18.5Compare Source
Bug Fixes
ikatyang-collab/linguist-languages (linguist-languages)
v9.5.0: Release 9.5.0Compare Source
7c338de)cznic/sqlite (modernc.org/sqlite)
v1.58.0Compare Source
pnpm/pnpm (pnpm)
v12.2.1: pnpm 12.2.1Compare Source
Patch Changes
pnpmexecutable target without a file extension so pnpm 12.1 and earlier can upgrade to newer pnpm 12 releases on POSIX systems.Platinum Sponsors
Gold Sponsors
v12.2.0: pnpm 12.2Compare Source
Minor Changes
workspace:protocol.Patch Changes
Fixed
pnpm audit --fixfailing withERR_PNPM_INVALID_FIX_OPTIONwhen used without a value, including when another flag follows it, as inpnpm audit --fix --json#13261. Fixedpnpm audit --fix=overrideignoring thesaveExactandsavePrefixsettings when writing vulnerability overrides #11523.Authenticate Node.js runtime downloads from
nodeDownloadMirrorswith URL-scoped npm registry credentials, including bearer tokenConfiguration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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 has been generated by Mend Renovate.