Update third-party licenses and dependencies#12123
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates third-party dependencies and their associated license files. The main changes include adding Go BSD-3-Clause licenses to OpenTelemetry packages, adding Apache 2.0 licenses for new go-openapi/swag subpackages, adding a license for transparency-dev/formats, and removing licenses for dependencies that are no longer used (github.com/avast/retry-go/v4 and github.com/globocom/go-buffer).
Key changes:
- Added Go Authors BSD-3-Clause license sections to 6 OpenTelemetry package LICENSE files
- Added Apache 2.0 LICENSE files for 11 go-openapi/swag subpackages
- Added Apache 2.0 LICENSE for github.com/transparency-dev/formats
- Removed MIT LICENSE files for 2 packages no longer in use
- Updated version references across 3 license documentation files
Reviewed Changes
Copilot reviewed 22 out of 23 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| third-party/go.opentelemetry.io/otel/*/LICENSE | Added Go Authors BSD-3-Clause license section to OpenTelemetry packages |
| third-party/github.com/go-openapi/swag/*/LICENSE | Added Apache 2.0 LICENSE files for new subpackages |
| third-party/github.com/transparency-dev/formats/LICENSE | Added new Apache 2.0 LICENSE file |
| third-party/github.com/globocom/go-buffer/LICENSE | Removed MIT LICENSE (dependency no longer used) |
| third-party/github.com/avast/retry-go/v4/LICENSE | Removed MIT LICENSE (dependency no longer used) |
| third-party-licenses.*.md | Updated dependency versions and added/removed entries to match current dependencies |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
babakks
approved these changes
Nov 10, 2025
tmeijn
pushed a commit
to tmeijn/dotfiles
that referenced
this pull request
Nov 14, 2025
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [cli/cli](https://github.com/cli/cli) | patch | `v2.83.0` -> `v2.83.1` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes <details> <summary>cli/cli (cli/cli)</summary> ### [`v2.83.1`](https://github.com/cli/cli/releases/tag/v2.83.1): GitHub CLI 2.83.1 [Compare Source](cli/cli@v2.83.0...v2.83.1) #### What's Changed ##### 🐛 Fixes - `gh pr edit`: Ensure empty arrays for reviewers in MR API calls by [@​BagToad](https://github.com/BagToad) in [#​12122](cli/cli#12122) ##### 📚 Docs & Chores - Integrate license checks back into lint workflow by [@​BagToad](https://github.com/BagToad) in [#​12112](cli/cli#12112) - Update third-party licenses and dependencies by [@​BagToad](https://github.com/BagToad) in [#​12123](cli/cli#12123) #####Dependencies - chore(deps): bump golangci/golangci-lint-action from 8.0.0 to 9.0.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​12134](cli/cli#12134) **Full Changelog**: <cli/cli@v2.83.0...v2.83.1> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiXX0=-->
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.
No description provided.