Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

build(deps): bump the linter-testdata group across 2 directories with 3 updates#6167

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation

@dependabot
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubNov 1, 2025

Bumps the linter-testdata group with 1 update in the /pkg/golinters/ginkgolinter/testdata directory:github.com/onsi/ginkgo/v2.
Bumps the linter-testdata group with 2 updates in the /pkg/golinters/protogetter/testdata directory:google.golang.org/grpc and google.golang.org/protobuf.

Updatesgithub.com/onsi/ginkgo/v2 from 2.25.3 to 2.27.2

Release notes

Sourced fromgithub.com/onsi/ginkgo/v2's releases.

v2.27.2

2.27.2

Fixes

  • inline automaxprocs to simplify dependencies; this will be removed when Go 1.26 comes out [a69113a]

Maintenance

  • Fix syntax errors and typo [a99c6e0]
  • Fix paragraph position error [f993df5]

v2.27.1

2.27.1

Fixes

  • Fix Ginkgo Reporter slice-bounds panic [606c1cb]
  • Bug Fix: Add GinkoTBWrapper.Attr() and GinkoTBWrapper.Output() [a6463b3]

v2.27.0

2.27.0

Features

Transforming Nodes during Tree Construction

This release adds support forNodeArgsTransformers that can be registered withAddTreeConstructionNodeArgsTransformer.

These are called during the tree construction phase as nodes are constructed and can modify the node strings and decorators. This enables frameworks built on top of Ginkgo to modify Ginkgo nodes and enforce conventions.

Learn morehere.

Spec Prioritization

A newSpecPriority(int) decorator has been added. Ginkgo will honor priority when ordering specs, ensuring that higher priority specs start running before lower priority specs

Learn morehere.

Maintenance

  • Bump rexml from 3.4.0 to 3.4.2 in /docs (#1595) [1333dae]
  • Bump github.com/gkampitakis/go-snaps from 0.5.14 to 0.5.15 (#1600) [17ae63e]

v2.26.0

2.26.0

Features

Ginkgo can now generate json-formatted reports that are compatible with thego test json format. Useginkgo --gojson-report=report.go.json. This is not intended to be a replacement for Ginkgo's native json format which is more information rich and better models Ginkgo's test structure semantics.

Changelog

Sourced fromgithub.com/onsi/ginkgo/v2's changelog.

2.27.2

Fixes

  • inline automaxprocs to simplify dependencies; this will be removed when Go 1.26 comes out [a69113a]

Maintenance

  • Fix syntax errors and typo [a99c6e0]
  • Fix paragraph position error [f993df5]

2.27.1

Fixes

  • Fix Ginkgo Reporter slice-bounds panic [606c1cb]
  • Bug Fix: Add GinkoTBWrapper.Attr() and GinkoTBWrapper.Output() [a6463b3]

2.27.0

Features

Transforming Nodes during Tree Construction

This release adds support forNodeArgsTransformers that can be registered withAddTreeConstructionNodeArgsTransformer.

These are called during the tree construction phase as nodes are constructed and can modify the node strings and decorators. This enables frameworks built on top of Ginkgo to modify Ginkgo nodes and enforce conventions.

Learn morehere.

Spec Prioritization

A newSpecPriority(int) decorator has been added. Ginkgo will honor priority when ordering specs, ensuring that higher priority specs start running before lower priority specs

Learn morehere.

Maintenance

  • Bump rexml from 3.4.0 to 3.4.2 in /docs (#1595) [1333dae]
  • Bump github.com/gkampitakis/go-snaps from 0.5.14 to 0.5.15 (#1600) [17ae63e]

2.26.0

Features

Ginkgo can now generate json-formatted reports that are compatible with thego test json format. Useginkgo --gojson-report=report.go.json. This is not intended to be a replacement for Ginkgo's native json format which is more information rich and better models Ginkgo's test structure semantics.

Commits
  • 9a84c21 v2.27.2
  • a69113a inline automaxprocs to simplify dependencies; this will be removed when Go 1....
  • a99c6e0 Fix syntax errors and typo
  • f993df5 Fix paragraph position error
  • 56cb393 v2.27.1
  • 2ce3f13 reporters: add enhanced bounds checking in emitTimeline to prevent slice panic
  • acf208a Adding check for malformed date
  • 51090a8 Updating after docs run
  • 606c1cb Fix Ginkgo Reporter slice-bounds panic
  • a6463b3 Bug Fix: Add GinkoTBWrapper.Attr() and GinkoTBWrapper.Output()
  • Additional commits viewable incompare view

Updatesgoogle.golang.org/grpc from 1.75.1 to 1.76.0

Release notes

Sourced fromgoogle.golang.org/grpc's releases.

Release 1.76.0

Dependencies

Bug Fixes

  • client: Return statusINTERNAL when a server sends zero response messages for a unary or client-streaming RPC. (#8523)
  • client: Fail RPCs with statusINTERNAL instead ofUNKNOWN upon receiving http headers with status 1xx andEND_STREAM flag set. (#8518)
  • pick_first: Fix race condition that could cause pick_first to get stuck inIDLE state on backend address change. (#8615)

New Features

  • credentials: Addcredentials/jwt package providing file-based JWT PerRPCCredentials (A97). (#8431)

Performance Improvements

  • client: Improve HTTP/2 header size estimate to reduce re-allocations. (#8547)
  • encoding/proto: Avoid redundant message size calculation when marshaling. (#8569)
Commits
  • d96c2ef Change version to 1.76.0 (#8584)
  • 79c553c Cherry pick#8610,#8615 to v1.76.x (#8621)
  • 0513350 client: minor improvements to log messages (#8564)
  • ebaf486 credentials: implement file-based JWT Call Credentials (part 1 for A97) (#8431)
  • ca78c90 xds/resolver_test: fix flaky test ResolverBadServiceUpdate_NACKedWithoutCache...
  • 83bead4 internal/buffer: set closed flag when closing channel in the Load method (#8575)
  • 0f45079 encoding/proto: enable use cached size option (#8569)
  • 8420f3f transport: avoid slice reallocation during header creation (#8547)
  • b36320e Revert "stats/opentelemetry: record retry attempts from clientStream (#8342)"...
  • c122250 stats/opentelemetry: record retry attempts from clientStream (#8342)
  • Additional commits viewable incompare view

Updatesgoogle.golang.org/protobuf from 1.36.9 to 1.36.10

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting@dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

… 3 updatesBumps the linter-testdata group with 1 update in the /pkg/golinters/ginkgolinter/testdata directory: [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo).Bumps the linter-testdata group with 2 updates in the /pkg/golinters/protogetter/testdata directory: [google.golang.org/grpc](https://github.com/grpc/grpc-go) and google.golang.org/protobuf.Updates `github.com/onsi/ginkgo/v2` from 2.25.3 to 2.27.2- [Release notes](https://github.com/onsi/ginkgo/releases)- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)- [Commits](onsi/ginkgo@v2.25.3...v2.27.2)Updates `google.golang.org/grpc` from 1.75.1 to 1.76.0- [Release notes](https://github.com/grpc/grpc-go/releases)- [Commits](grpc/grpc-go@v1.75.1...v1.76.0)Updates `google.golang.org/protobuf` from 1.36.9 to 1.36.10---updated-dependencies:- dependency-name: github.com/onsi/ginkgo/v2  dependency-version: 2.27.2  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: linter-testdata- dependency-name: google.golang.org/grpc  dependency-version: 1.76.0  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: linter-testdata- dependency-name: google.golang.org/protobuf  dependency-version: 1.36.10  dependency-type: direct:production  update-type: version-update:semver-patch  dependency-group: linter-testdata...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added dependenciesRelates to an upstream dependency goPull requests that update Go code labelsNov 1, 2025
@ldezldez added this to theunreleased milestoneNov 1, 2025
@ldezldez merged commit8b07473 intomainNov 1, 2025
18 checks passed
@ldezldez deleted the dependabot/go_modules/pkg/golinters/ginkgolinter/testdata/linter-testdata-1b67405f83 branchNovember 1, 2025 11:25
project-mirrors-bot-tubot pushed a commit to project-mirrors/forgejo-runner that referenced this pull requestNov 5, 2025
…to v2.6.1 (#1120)This PR contains the following updates:| Package | Change | Age | Confidence ||---|---|---|---|| [github.com/golangci/golangci-lint/v2/cmd/golangci-lint](https://github.com/golangci/golangci-lint) | `v2.6.0` -> `v2.6.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgolangci%2fgolangci-lint%2fv2%2fcmd%2fgolangci-lint/v2.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgolangci%2fgolangci-lint%2fv2%2fcmd%2fgolangci-lint/v2.6.0/v2.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |---### Release Notes<details><summary>golangci/golangci-lint (github.com/golangci/golangci-lint/v2/cmd/golangci-lint)</summary>### [`v2.6.1`](https://github.com/golangci/golangci-lint/releases/tag/v2.6.1)[Compare Source](golangci/golangci-lint@v2.6.0...v2.6.1)`golangci-lint` is a free and open-source project built by volunteers.If you value it, consider supporting us, the [maintainers](https://donate.golangci.org) and [linter authors](https://golangci-lint.run/docs/product/thanks/).We appreciate it! ❤️For key updates, see the [changelog](https://golangci-lint.run/docs/product/changelog/#&#8203;261).#### Changelog- [`1865317`](golangci/golangci-lint@1865317) build(deps): bump github.com/go-critic/go-critic from 0.14.0 to 0.14.2 ([#&#8203;6164](golangci/golangci-lint#6164))- [`a9084fe`](golangci/golangci-lint@a9084fe) build(deps): bump github.com/karamaru-alpha/copyloopvar from 1.2.1 to 1.2.2 ([#&#8203;6161](golangci/golangci-lint#6161))- [`9b10709`](golangci/golangci-lint@9b10709) build(deps): bump github.com/shirou/gopsutil/v4 from 4.25.9 to 4.25.10 ([#&#8203;6168](golangci/golangci-lint#6168))- [`8b07473`](golangci/golangci-lint@8b07473) build(deps): bump the linter-testdata group across 2 directories with 3 updates ([#&#8203;6167](golangci/golangci-lint#6167))</details>---### Configuration📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), Automerge - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (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.🔕 **Ignore**: Close this PR and you won't be reminded about this update again.--- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box---This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNjkuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE2OS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJLaW5kL0RlcGVuZGVuY3lVcGRhdGUiLCJydW4tZW5kLXRvLWVuZC10ZXN0cyJdfQ==-->Reviewed-on:https://code.forgejo.org/forgejo/runner/pulls/1120Reviewed-by: Mathieu Fenniak <mfenniak@noreply.code.forgejo.org>Co-authored-by: Renovate Bot <bot@kriese.eu>Co-committed-by: Renovate Bot <bot@kriese.eu>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@ldezldezldez approved these changes

Assignees

No one assigned

Labels

dependenciesRelates to an upstream dependencygoPull requests that update Go codelinter: testdata

Projects

None yet

Milestone

unreleased

Development

Successfully merging this pull request may close these issues.

2 participants

@ldez

[8]ページ先頭

©2009-2025 Movatter.jp