Skip to content

build(deps): Bump golang.org/x/term from 0.34.0 to 0.36.0#1328

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/golang.org/x/term-0.36.0
Open

build(deps): Bump golang.org/x/term from 0.34.0 to 0.36.0#1328
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/golang.org/x/term-0.36.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 13, 2025

Bumps golang.org/x/term from 0.34.0 to 0.36.0.

Commits
  • 3a0828a go.mod: update golang.org/x dependencies
  • 1a11b45 go.mod: update golang.org/x dependencies
  • d862cd5 all: upgrade go directive to at least 1.24.0 [generated]
  • See full diff in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 13, 2025
@dependabot dependabot bot requested a review from gokarnm as a code owner October 13, 2025 12:12
@dependabot dependabot bot added the go Pull requests that update Go code label Oct 13, 2025
@codecov
Copy link

codecov bot commented Oct 13, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.22%. Comparing base (2a55855) to head (a2ed7d8).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1328   +/-   ##
=======================================
  Coverage   79.22%   79.22%           
=======================================
  Files          68       68           
  Lines        3066     3066           
=======================================
  Hits         2429     2429           
  Misses        433      433           
  Partials      204      204           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@github-actions
Copy link

github-actions bot commented Jan 2, 2026

This PR is stale because it has been opened for 45 days with no activity. Remove stale label or comment. Otherwise, it will be closed in 30 days.

@github-actions github-actions bot added the Stale label Jan 2, 2026
Copy link
Contributor

@yizha1 yizha1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR has been stale for over 4 months. The main branch has since moved to module github.com/notaryproject/notation/v2, while this PR targets the old module path. This PR will have merge conflicts and is unmergeable as-is.

Consider closing this PR and letting Dependabot open a fresh one against current main. A fresh PR will correctly target the notation/v2 module path and reflect the current dependency tree, avoiding rebase conflicts entirely.

go.mod Outdated
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR was opened on Oct 13, 2025 and has been stale for over 4 months. The main branch has since moved to module github.com/notaryproject/notation/v2, while this PR targets the old module path github.com/notaryproject/notation. This will cause merge conflicts.

@dependabot rebase or consider closing and letting Dependabot open a fresh PR.

go.mod Outdated
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: The bump skips v0.35.0. Should we verify the x/term changelog between v0.34.0 and v0.36.0 for any breaking changes in the skipped version?

go.mod Outdated
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The golang.org/x/sys transitive bump from v0.35.0 to v0.37.0 should be verified against the current main branch state. After rebase, the minimum required version may differ depending on what other dependencies have been added or updated.

@shizhMSFT
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/golang.org/x/term-0.36.0 branch from 0849492 to 2d54288 Compare February 17, 2026 23:39
@shizhMSFT
Copy link
Contributor

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/go_modules/golang.org/x/term-0.36.0 branch from 2d54288 to 83a8156 Compare February 18, 2026 03:16
@shizhMSFT
Copy link
Contributor

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/go_modules/golang.org/x/term-0.36.0 branch from 83a8156 to c20e815 Compare February 18, 2026 03:27
@shizhMSFT
Copy link
Contributor

@dependabot rebase

Bumps [golang.org/x/term](https://github.com/golang/term) from 0.34.0 to 0.36.0.
- [Commits](golang/term@v0.34.0...v0.36.0)

---
updated-dependencies:
- dependency-name: golang.org/x/term
  dependency-version: 0.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/golang.org/x/term-0.36.0 branch from c20e815 to a2ed7d8 Compare February 18, 2026 04:15
Copilot AI added a commit that referenced this pull request Feb 18, 2026
Update Go dependencies:
- github.com/spf13/cobra: v1.9.1 -> v1.10.2 (go.mod, test/e2e/plugin/go.mod)
- github.com/spf13/pflag: v1.0.7 -> v1.0.10 (go.mod)
- golang.org/x/term: v0.37.0 -> v0.40.0 (go.mod)
- github.com/onsi/ginkgo/v2: v2.25.2 -> v2.28.1 (test/e2e/go.mod)
- github.com/onsi/gomega: v1.38.2 -> v1.39.0 (test/e2e/go.mod)

Update GitHub Actions:
- actions/setup-go: v5.5.0 -> v6.2.0
- actions/cache: v4.2.4 -> v5.0.3
- codecov/codecov-action: v5.5.0 -> v5.5.2
- github/codeql-action: v3.29.11 -> v4.32.3
- actions/stale: v9.1.0 -> v10.2.0

Consolidates PRs #1312, #1314, #1316, #1317, #1318, #1322, #1323, #1328, #1330, #1331

Co-authored-by: shizhMSFT <32161882+shizhMSFT@users.noreply.github.com>
@github-actions github-actions bot removed the Stale label Feb 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments