-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(deps): Upgrade all OpenTelemetry dependencies (#14967)
This PR upgrades all `@opentelemetry` dependencies to their latest versions. This repo uses Yarn v1 (see #11089), so I couldn't reliably use `yarn upgrade-interactive` to easily upgrade these across the entire project. Instead, I did something a little gross: - I temporarily upgraded to Yarn v4 with `yarn set version berry` - I ran `yarn upgrade-interactive` - I removed the files that the Yarn v4 upgrade added - I reverted the changes to `yarn.lock` - I ran `yarn install` to update `yarn.lock` - I ran `npm yarn-deduplicate yarn.lock` to dedupe packages to their latest versions (Yarn v4 has native support for `yarn dedupe`; Yarn v1 does not) The temporary Yarn v4 upgrade and `yarn-deduplicate` account for all of the technically unrelated changes in this PR. I don't think they should pose a problem, but I'm happy to revert if desired. The `yarn.lock` deduplication significantly reduces the number of packages that are installed, which should offer a speedup of `yarn install` in both local dev and CI.
- Loading branch information
1 parent
82adfbb
commit 9a9fb89
Showing
7 changed files
with
161 additions
and
183 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.